
7. OpenLane Maintenance
7800-A2-GB32-00
January 2002
7-3
Backing Up OpenLane Under Solaris
Procedure
To back up files under Solaris:
1. Create a text file (called backup.txt in this example) listing the directories to be
backed up. For example:
/opt/pdn/OpenLane/data
/opt/pdn/OpenLane/database
/opt/pdn/OpenLane/web/cgi-bin
/opt/pdn/OpenLane/web/htdocs
2. Verify that you have sufficient space in the backup directory (called
/backup_dir in this example) to accommodate a copy of the files.
3. From a command prompt, execute the tar (tape archive) command:
tar cvf /backup_dir/backup.tar -l backup.txt
4. From a command prompt, execute the gzip command:
gzip /backup_dir/backup.tar
The file backup.tar.gz contains a compressed copy of the OpenLane directories.
Restoring OpenLane Under Solaris
Procedure
To restore OpenLane under Solaris:
1. Reinstall OpenLane.
2. Execute the commands:
gzip -d /backup_dir/backup.tar.gz
tar xvf backup.tar
Содержание OpenLane SLM 5.5
Страница 1: ...OpenLane SLM 5 5 Administrator s Guide Document No 7800 A2 GB32 00 January 2002...
Страница 22: ...2 Installing OpenLane on Solaris 2 12 January 2002 7800 A2 GB32 00...
Страница 34: ...3 Installing OpenLane on Windows 3 12 January 2002 7800 A2 GB32 00...
Страница 46: ...5 Apache User Access Authentication 5 4 January 2002 7800 A2 GB32 00...
Страница 64: ...7 OpenLane Maintenance 7 12 January 2002 7800 A2 GB32 00...
Страница 70: ...8 Building and Using a Firmware Library 8 6 January 2002 7800 A2 GB32 00...
Страница 104: ...A OLCmd Reference A 34 January 2002 7800 A2 GB32 00...
Страница 108: ...B Using XML to Produce Reports B 4 January 2002 7800 A2 GB32 00...