Differences between revisions 2 and 3
Revision 2 as of 2013-09-18 06:09:34
Size: 519
Editor: localhost
Comment: converted to 1.6 markup
Revision 3 as of 2014-08-05 02:39:20
Size: 1007
Editor: fuzzy
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

amanda_restore (last edited 2015-02-02 05:41:09 by fuzzy)