|
Size: 519
Comment: converted to 1.6 markup
|
Size: 1007
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| == Bare metal recovery (abe example) == If unsure of how partition is done, you can re-do it later if you see the /etc/fstab. Otherwise, our standard is |
|
| Line 28: | Line 30: |
| {{{ 1: / ext3 -- around 30GB 2: SWAP -- around 2GB 3: /u ext3 -- rest of the disk }}} .Then do a minimal text only server install (this will be blown away later and overwritten with contents of tape). Once machine is booted up, install amanda rpm. Go to our amanda backup machine (gonzo) and run: |
|
| Line 29: | Line 37: |
| {{{ rpm -qa|grep amanda }}} |
su - # goto superuser
Create recover directory and cd into it
amrecover
You get Amanda prompt - amrecover>
amrecover> listdisk - gives you available directories
amrecover> setdisk <disk>
amrecover>history - gives you days available
amrecover> setdate <date - as per history (cut & paste)>
amrecover>ls - gives avail directories
amrecover> add <directory or filename>
repeat selection process adding files required when done
amrecover>extract
will ask for confirmation
Bare metal recovery (abe example)
If unsure of how partition is done, you can re-do it later if you see the /etc/fstab. Otherwise, our standard is
1: / ext3 -- around 30GB 2: SWAP -- around 2GB 3: /u ext3 -- rest of the disk
.Then do a minimal text only server install (this will be blown away later and overwritten with contents of tape). Once machine is booted up, install amanda rpm. Go to our amanda backup machine (gonzo) and run:
rpm -qa|grep amanda
