Sun Update Connection - Enterprise 1.0 Administration Guide

ProcedureTo Restore Shared Resource Files

  1. Execute the restore script.


    # ./restore.sh
    
  2. Change to the installation directory.


    # cd /usr/local/uce/install
    
  3. If the agents or consoles were changed after backup, reinstall them using the new console-date.tar.gz and agent-date.tar.gz files. Do not open the console or start agents.

  4. Overwrite the newly installed .uce.rc file of the console with the file that was backed up.

    cp /usr/local/uce/install/console/.uce.rc ~/.uce_console/.uce.rc

  5. Stop the agents. On each managed host.


    # /etc/init.d/uce_agent stop
    
  6. Overwrite the newly installed .uce.rc file of the agent on each managed host: /opt/uce/agent/bin/.uce.rc with the file backed up on the SDS: /usr/local/uce/install/agent/.uce.rc

  7. On each managed host, start the agents.


    # /etc/init.d/uce_agent start
    

    All affected systems are restored to their exact condition of the time of the backup.