HP/Works

Home Join! Events PING! Committee Directory

PING : REPLACING AN LVM DISK : STEP 3.6

PROBLEM
SOLUTION
CHAPTER 1
CHAPTER 2
CHAPTER 3
[Step 3.1]
[Step 3.2]
[Step 3.3]
[Step 3.4]
[Step 3.5]
[Step 3.6]
[Step 3.7]
[Step 3.8]
[Step 3.9]
[Step 3.10]
[Step 3.11]
[Step 3.12]
[Step 3.13]
[Step 3.14]
CHAPTER 4
APPENDIX A

Now, restore your original root file system from your full backups. At this stage, you will only need to restore the files on the root file system, not any other file systems (e.g./usr ), as they will be restored at a later stage. First, restore your /etc/passwd and /etc/group files from your special backup, and then proceed with the restore of the other files from your backup. For example, if you use fbackup to back your system up, the recovery command could look like:


    # frecover -xovf /dev/rmt/0m -i /etc/passwd -i /etc/group
    # frecover -xovf /dev/rmt/0m -i / -e /usr -e /mnt -e /users

Note that you should specify OVERWRITE, as you need all the files on the backup to REPLACE the files on disk.

[Step 3.7]


Home