CSA: How to properly backup the CSA Client Installation on a user pc?

Hi,
coming from the backup side of things my question is: "How to successfully backup the csa client files on a pc?"
Currently when running the nightly backup i am running into the problem that access to certain csa files is denied.
E.g.:
11/11/2008 03:01:04 ANS1228E Sending of object '\\pc06\c$\Programme\Cisco Systems\CSAgent\cfg\agent-api.orl' failed
11/11/2008 03:01:04 ANS4007E Error processing '\\pc06\c$\Programme\Cisco Systems\CSAgent\cfg\agent-api.orl': access to the object is denied
11/11/2008 03:01:04 ANS1228E Sending of object '\\pc06\c$\Programme\Cisco Systems\CSAgent\cfg\agent-com.orl' failed
11/11/2008 03:01:04 ANS4007E Error processing '\\pc06\c$\Programme\Cisco Systems\CSAgent\cfg\agent-com.orl': access to the object is denied
and like 20 more files.
Whats the proper way to backup a client including csa. Obviously i can't make my TSM client shutdown the service and then fill out the captcha which protects it.
What would be the correct way to configure CSA properly to allow us to make a backup of the full machine. I guess we are not the only ones backing up full systems. ;)
Thanks in advance for any hints.
Best regards,
Eike

I would start by looking at your policy/rule modules to see what is blocking the backup process to "backup" those files.
If your CSA policy is actually doing the blocking, you should be able to create the exception(s) to give the process/user/etc. the ability to access the CSA agent files for backup.
Depending on the CSA policy you are running, the CSA agent protects itself from attack.

Similar Messages

  • CSA 4.5.1 -Hiding the CSA Icon in systray

    How do you hide the CSA icon in the systray?

    If you still want to allow user interaction, but not have the flag visible by default - just remove the shortcut from start-programs-startup folder.
    That way clients can still access the agent console through start-programs-cisco security agent.

  • No longer use this email account but how do you backup the email that is...

    No longer use this email account but how do you backup the email that is in the "example" folder, So that I can delete the account on my mail app?

    Not sure what you mean. Deleting a POP account only deletes the messages stored in the account’s mailboxes, not any messages stored in custom “On My Mac” mailboxes, if that’s what you mean. It’s not that Mail goes after your mail trying to delete as much as it can. It’s just that if a mail account is deleted, then its mailboxes cannot exist anymore...
    That said, instead of deleting the account right away, you can just disable it (i.e. turn OFF Preferences > Accounts > Advanced > Enable this account), leave it that way for some time, and delete it only after making sure you didn’t miss anything while the account was disabled.
    BTW, if you back up your data, and the ~/Library/Mail folder in particular, you won’t have to worry about accidentally losing anything as a result of doing something like that...
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. That is, ~/Library is the Library folder within the user’s home folder, i.e. /Users/username/Library.

  • How do i backup the list of load images automatically exceptions under Options- Content. I want to transfer to another comp without re-adding one at a time

    How do i backup the list of load images automatically exceptions under Options->Content. I want to transfer to another comp without re-adding one at a time. EVen if there is no way to backup, what is the system file for Firefox that stores these, so i can transfer this file or open it in an XML or similar editor to copy them out?

    The permissions.sqlite file stores 'allow' and 'block' exceptions for cookies, images, pop-up windows, and extensions (software) installation.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder
    See also:
    *https://support.mozilla.org/kb/Recovering+important+data+from+an+old+profile
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • HT1766 How can I backup the iPad to the non-C drive of the computer that runs the itune?   I have already setup the library at a NAS and seems only media file are stored int he library.  iPad backup still need to take use my C: drive that is running out o

    How can I backup the iPad to the non-C drive of the computer that runs the itune?   I have already setup the library at a NAS and seems only media file are stored int he library.  iPad backup still need to take use my C: drive that is running out of space

    Windows - Change iPad default backup location
    http://apple-ipad-tablet-help.blogspot.com/2010/07/change-ipad-default-backup-lo cation.html
    Windows - Changing IPhone and iPad backup location
    http://goodstuff2share.wordpress.com/2011/05/22/changing-iphone-and-ipad-backup- location/
     Cheers, Tom

  • How do you backup the contents of your memory card...

    I have bought a much larger capacity memory card for my 6680. How can I backup the contents (total) of my old Nokia supplied card ? PC Suite 6.6 fails everytime when I try to use that. Does anyone have any suggestions ?

    Again, I've got to agree with the others about the USB card-reader. You can pick up a card reader specifically for RS-MMC cards from MobyMemory.com:
    http://www.mobymemory.com/proddetail.asp?prod=Reader%5FUSB2%5FRSMMC%5F001
    Transferring over bluetooth or even USB using PC Suite can be very time consuming.
    My phone also fails when I do a backup, but mine fails on Contacts, not on the memory card backup, so it might be that the error PC Suite is giving you isn't about the memory card backup.
    Another thing to note is that the PC Suite file format for backing up is a binary file though, so once you've got 512MB file with all your files inside, you can't just 'unzip' it and view the contents, you'd have to upload it back to the phone before it would be readable.
    The best suggestion would be to use a card reader.
    Hope that helps
    Duncan
    My Phone: Nokia E70 - Firmware 1.0610.05.07 (30-05-06) - PC Suite 6.81.22
    Be kind... if you find posts helpful, answer 'Yes' below

  • Help:How can I run the J2EE Client Application? Thanks

    Help:How can I run the J2EE Client Application that will access the remote J2EE1.4 application server which runs on another host computer?
    I have developped a stateles senterprise java bean name converter and deloyed it in the j2ee1.4 application server on the host machine A. The converterbean provides the remote home interface and remote interface. At the same time I have developped the j2ee application client named convertappclient. When I access the conveter bean at host computer A through the script 'appclient.bat' as 'appclient -client convertappclient.jar', the client can access the bean sucessfully. Now I want to access the bean through the script 'appclient.bat' at host computer B,what files should I copy from host computer A to host computer B;and what the command line should be like? Thanks!
    The following are the code of the enterprise java bean and it's home interface .
    The client code is also provided.
    The enterprise java bean:
    package converter;
    import java.rmi.RemoteException;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    import java.math.*;
    public class ConverterBean implements SessionBean {
    BigDecimal yenRate = new BigDecimal("121.6000");
    BigDecimal euroRate = new BigDecimal("0.0077");
    public ConverterBean() {
    public BigDecimal dollarToYen(BigDecimal dollars) {
    BigDecimal result = dollars.multiply(yenRate);
    return result.setScale(2, BigDecimal.ROUND_UP);
    public BigDecimal yenToEuro(BigDecimal yen) {
    BigDecimal result = yen.multiply(euroRate);
    return result.setScale(2, BigDecimal.ROUND_UP);
    public void ejbCreate() {
    public void ejbRemove() {
    public void ejbActivate() {
    public void ejbPassivate() {
    public void setSessionContext(SessionContext sc) {
    The bean's remote home interface :
    package converter;
    import java.rmi.RemoteException;
    import javax.ejb.CreateException;
    import javax.ejb.EJBHome;
    public interface ConverterHome extends EJBHome {
    Converter create() throws RemoteException, CreateException;
    The bean's remote interface:
    package converter;
    import javax.ejb.EJBObject;
    import java.rmi.RemoteException;
    import java.math.*;
    public interface Converter extends EJBObject {
    public BigDecimal dollarToYen(BigDecimal dollars) throws RemoteException;
    public BigDecimal yenToEuro(BigDecimal yen) throws RemoteException;
    The j2ee application client:
    import converter.Converter;
    import converter.ConverterHome;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.rmi.PortableRemoteObject;
    import java.math.BigDecimal;
    public class ConverterClient {
    public static void main(String[] args) {
    try {
    Context initial = new InitialContext();
    System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
                   System.setProperty("java.naming.provider.url","jnp://10.144.97.250:3700");
    Context myEnv = (Context) initial.lookup("java:comp/env");
    Object objref = myEnv.lookup("ejb/SimpleConverter");
    ConverterHome home =
    (ConverterHome) PortableRemoteObject.narrow(objref,
    ConverterHome.class);
    Converter currencyConverter = home.create();
    BigDecimal param = new BigDecimal("100.00");
    BigDecimal amount = currencyConverter.dollarToYen(param);
    System.out.println(amount);
    amount = currencyConverter.yenToEuro(param);
    System.out.println(amount);
    System.exit(0);
    } catch (Exception ex) {
    System.err.println("Caught an unexpected exception!");
    ex.printStackTrace();
    }

    Surprisingly I find an upsurge in the number of posts with this same problem. I recently found a post which gave a nice link for this. Follow the steps and it should help:
    http://docs.sun.com/source/819-0079/dgacc.html#wp1022105

  • I can't find anything about how to properly manage the tablet's layout in horizontal or in vertical position.

    I can't find anything about how to properly manage the tablet's layout in horizontal or in vertical position.
    If I consult my website in vertical position, it's ok but, If I turn my tablet, all the hyperlinks and all general visualization are wrong.
    How I can properly handle both views?
    PS: I'm sorry for my bad english

    Could you share the site URL so we may check at our end? Also could you share some screenshots explaining the 'wrong hyperlinks and visualization'.
    Thanks,
    Vikas

  • How do I check the oracle client version?

    Hi All,
         How do I check the oracle client version installed from the OS level. I do know my database version I need to check which client is being used. Is there a table where this information is stored.
    Thanks
    Shabna

    disp+work.exe -V will tell you which OCI version was used during compiling and linking.
    Oracle uses release independent DLL Names (Unix people would say Shared Libraries) and therefore the SAP Kernel will dynamically load any Oracle Client Version found in the standard DLL Load Path during startup.
    If you have more versions installed on your computer and you are not shure which one is loaded you can use Process Explorer (freeware, see www.sysinternals.com) to find out which one is loaded. If they belong to an Oracle_home (up to release 9.2) refere to Oracle Universal Installers Inventory information in order to find out which exact version is used.
    If an Oracle10 Instant Client is used, there is no corresponding Oracle_Home. In this case you can use Windows Explorer (right click on the  DLL -for example oci.dll), select properties, the Version Tab and File Version).
    But unfortunately Oracle is not updating the File Version every time they are patching something.
    An SAP ABAP Server Integrated Resource is the version information disp+work.exe -V is listing (evquivalent to SM51 - Release Information).
    <b>Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)</b>
    OCI_10201_SHARE is telling us the compile/link environment, the number in brackets (only available starting with Oracle10) tells us the the result of an Oracle Client GetVersion call. Unfortunately this one does also not reflect the installed Minipatch version up to now.
    Here are some results on 10.2.0.2 Windows X86_64:
    SM51: Datenbank Client Library : OCI_10201_SHARE (10.2.0.2.0)
    Explorer (OCI.DLL located in the same directory as disp+work.exe):
       10.2.0.2.0 Patch2
    Explorer (oraociicus10.dll - the instant client implementation, this version is the one actual since mini patch 10.2.0.2.5 and it was definitely changed in 10.2.0.2.5):
       OraOCIICUS10.dll - 10.2.0.1.0
       oracore10.dll - 10.2.0.1.0 Production
       oranls10.dll - 10.2.0.1.0 Production
       orasnls10.dll - 10.2.0.1.0 Production
       oraunls10.dll - 10.2.0.1.0 Production
       oravsn10.dll - 10.2.0.1.0 Production
       oracommon10.dll - 10.2.0.1.0 Patch1
       orageneric10.dll - 10.2.0.2.0 Patch2
       oraclient10.dll - 10.2.0.2.0 Patch2
       orapls10.dll - 10.2.0.1.0 Patch1
       orasql10.dll - 10.2.0.1.0 Production
       oraxml10.dll - 10.1.0.2.0
       orahasgen10.dll - 10.2.0.1.0 Production
       oraocrutl10.dll - 10.2.0.1.0 Production
       oraocr10.dll - 10.2.0.1.0 Production
       oraocrb10.dll - 10.2.0.1.0 Production
       oranbeq10.dll - 10.2.0.1.0 Production
       orantcp10.dll - 10.2.0.1.0 Production
    oracommon10.dll from the rdbms server does report 10.2.0.2.0 Patch5 at the same time. compare it with the version information of oracommon10.dll included in oraociicus10.dll. Both patches are included in the same patchset (10.2.0.2.5).
    there are two possible conclusions about this:
    1. the version infomation is not very reliable.
    2. the Oracle Patch and Build environment is not very reliable
    Peter

  • How do you backup the iPhone

    Help Please How do you backup the iPhone

    Hey poppar,
    Just syncing the iPhone to your computer will backup most of the information in iTunes. The iTunes backup does not backup pictures, or audio and video content but that information is usually on the computer.
    There is more information about the iPhone backup here, under:
    "Restoring or transferring your iPhone settings"
    http://docs.info.apple.com/article.html?artnum=305744
    Jason

  • How can I get the man book pro 13 inch user's guide in spanish

    How can I get the man book pro 13 inch user's guide in spanish

    http://support.apple.com/manuals/#portablecomputers
    Location the manual for your model and click the arrow next to "languages" to see the various options.
    Regards.

  • Command line to run the SCCM client installation

    SCCM Client package have been distributed to all servers.  It will be available in \\servername\smspkgf$\GS2002B2
    Do we need a command line to run the SCCM client installation manually?

    More info:
    About Client Installation Properties in Configuration Manager
    http://technet.microsoft.com/en-us/library/gg699356.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How do I find the unix system is in single user mode  ?

    How do I find the unix system is in single user mode ?
    thanks
    siva

    Please run 'who -r', and then check the man page of 'init' for interpreting the run level output.

  • How do you exit the Arch Linux installer?

    How do you exit the Arch Linux installer? I decided to install windows before installing Arch Linux because I want to dual-boot/with those operating systems.
    What command should I type to exit & eject my Install CD?

    reset button?
    I think it depends on far into the process you are, if you are formatting the drive anew then it shouldn't matter much when, where, or how
    Best of Luck,
    Pat Jr.
    Last edited by PatJr (2009-01-21 14:49:42)

  • How to properly backup

    Does anyone have a simple way to backup all of their data? I always have several projects going on at once eac with several folders with many many different files. So I'm having to keep track of much more than just movie, render, and project files. I have after effects file with renders, photoshop, stills, music, and a myriad of other things.
    It would take too much time for me to make 2 copies of each file that I save and it would be really difficult to pick and choose files to back up at the end of the day.
    Just wondering if someone has a solution to this issue.
    Message was edited by: budakhan

    Well, without knowing exactly what level of organization (file/folder structure) is already in place, I'll quickly describe how I keep things structured. Then, I'll give you a potential backup strategy.
    First, I have a folder called "Final Cut Projects" - inside that is a folder for each individual project. Then inside that I have a folder that holds nothing but the actual FCP project files. Then I'll have ONE folder for AE Projects, then ONE folder for .PSD's, then one for any Illustrator stuff, then one for Audio, etc. (However, with audio - you may end up needing to put it on faster drives...it all depends) But you get the idea, I'm sure. (BTW, I put AE renders in a separate folder inside the Capture Scratch folder for the project in question.)
    Then as far as backing up - I'd consider some System Syncing software. As an example, I use ChronoSync to keep my laptop and desktop in lock step. Although my use of it is slightly different for what we're discussing, it would be a great option!
    You can set up backups once and then schedule them to occur later and not have to set it up daily and/or manually move a bunch of stuff from "here to there". You could have a destination folder for backups. (In ChronoSync) you would drag the working FCP Project folder to one of ChronoSync's windows then drag the destination folder to the "other" window in ChronoSync. You set up the direction of the file movement - Left-to-Right, Right-to-Left, or "Bi-Directional". You save out this setup as a ChronoSync file for later use. But better yet, you could schedule this to happen whenever and as often as you like. The cool thing is - it only writes new items to the destination folder. So you don't waste time copying a bunch of stuff that's already there and unaltered since the last file copy session.
    Again, this is just an example. But some form of syncing software could automate a lot of what you're hoping to accomplish. Just have to make sure your file/folders structures are solid and not completely haphazard. Then once you properly setup the first sync - you're basically done.
    Hope this idea helps. There are tons of sync software out there.
    Message was edited by: Kevin Brock

Maybe you are looking for

  • SAVE & PRINT Button Enable for Graph Report

    Hi All, I have developed a report for displaying a graphical hierarchy.But the 'SAVE" & 'PRINT'  button is in disable mode. I am using the 'GRAPH_HIERARCHY' function module for displaying the graph. Could anyone please suggest me how to enable the 'S

  • CD Drive no longer imports CDs in iTunes

    I had been successful importing and porting music tracks to my Ipod for a few months then all of a sudden the import bombs in the second or third track of a CD by giving an error message much like when a USB drive is improperly disconnected. Then the

  • Portege Z930-10E - broken screen twice in 3 months only

    I am laptop user since 12 years. July, 30th I bought my Portege Z930, thinking it was my best decision in many years. Less than a month later, when opening the screen during a flight, its simply broken the screen, making it impossible to use any more

  • I have a 54MB Tiff that will not convert to PDF in the the online or desktop version.

    I have a 54MB Tiff that will not convert to PDF in the the online or desktop version.  It crashes at page 211 in Windows Photo Viewer when trying to print it to PDF. Sean 6023639400

  • Perspective Grid improvements

    The new Perspective Grid feature is pretty nice... at first. But it quickly becomes almost useless as modifying the Grid after Objects are constrained to it does not re-orient the objects. What's the point? So if we get the Perspective Grid set up, a