7. OpenLane Maintenance
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
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
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
| January 2002 |