System recovery


 
Thread Tools Search this Thread
Operating Systems AIX System recovery
# 1  
Old 06-26-2008
System recovery

Hi everyone

I'm green AIX user or rather beginner (light green).
Unfortunately I have to restore my system + data from scratch (things happen) and make it up and running. I've never done it before.
Can someone of you provide me with link/procedure/instruction how to do it?
Now I know only: install tape with mksysb and reboot your server.
I know this is not as easy but this or that way I have to do it no matter what and how long that's can take.

I run AIX 5.2

Thanks for any help.Smilie

Last edited by fraydey; 06-26-2008 at 12:08 PM..
# 2  
Old 06-26-2008
It depends somewhat on the hardware you use:

You have to include the tape drive (more precisely: the tape drive device) into the boot list. You can do that ad-hoc in the boot menu or using the diag CD and booting from it. You can find a detailed description for your machine at the IBM site, even for older machines. Search for "Technical Overview" or "whitepaper" and the model number of your machine.

Once the tape drive is inthe boot list simply insert the mksysb tape into the drive and power on - the tape has a boot image and will restore the rootvg automatically. There are a few screens to answer, but they are pretty intuitive and straigtforward.

I hope this helps.

bakunin
# 3  
Old 06-27-2008
Fraydey,

I would first check this website for AIX. They will have all the resources you will need on AIX.

IBM Redbooks

Cheers
# 4  
Old 06-27-2008
Quote:
Originally Posted by bakunin
It depends somewhat on the hardware you use:

You have to include the tape drive (more precisely: the tape drive device) into the boot list. You can do that ad-hoc in the boot menu or using the diag CD and booting from it. You can find a detailed description for your machine at the IBM site, even for older machines. Search for "Technical Overview" or "whitepaper" and the model number of your machine.

Once the tape drive is inthe boot list simply insert the mksysb tape into the drive and power on - the tape has a boot image and will restore the rootvg automatically. There are a few screens to answer, but they are pretty intuitive and straigtforward.

I hope this helps.

bakunin
Thanks a lot for your help

For recovery I have this same tape device (type and model) and faster/more powerfull RS6000. I want to save time and try to load the system from mksysb backup I hope that's will be possible, I don't know exac configuration yet.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SCO

Need Help With System Recovery After HD Errors

Last week our legacy SCO OpenServer 5.0.6 server started showing "panic" errors about bad blocks/sectors on hard drive. I ran the badtrack command which fully checked the disk, and it identified 2 LBA sectors as bad, and it was unable to recover some of the data. Apparently the lost data had... (29 Replies)
Discussion started by: spock9458
29 Replies

2. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

3. Red Hat

ldap recovery

Is there a way to recover the ldap server if it crashes (4 Replies)
Discussion started by: nalcomis
4 Replies

4. Cybersecurity

Password Recovery

Perderabo has made posted a good thread in the FAQ section here: Lost root password / Can't login as root | Unix Linux Forums | Answers to Frequently Asked Questions (6 Replies)
Discussion started by: norsk hedensk
6 Replies

5. UNIX for Advanced & Expert Users

fsck.gfs2 outputs "RG recovery impossible; I can't fix this file system"

I have a CentOS release 5.2 (Final)host running kernel 2.6.18-92.el5 with at raid 10 that had two mirrored drives fail. The drives were re-inserted and now the raid shows healthy (for now). I tried to mount but got an Input/output error. I then attempted a fsck: fsck.gfs2 -y /dev/vg_01/uss_vol... (0 Replies)
Discussion started by: king_hippo
0 Replies

6. UNIX for Advanced & Expert Users

linux system recovery after overriding connect() by "ld.so.preload"

dear fellows; i have used ld.so.preload file to override connect() function, dynamic library overriding, it did worked really fine ...... but i went on to struck in a situation ... within the overrided connect() i have used printf once to see IP and Port to whom the connect request is being... (1 Reply)
Discussion started by: mzeeshan
1 Replies

7. UNIX for Advanced & Expert Users

Data Recovery from file system overwritten with LVM.

Hey peeps, Here is somethin u might find interestin.... Is it possible to recover data from a partition which used to be an ext3 file sytem with some nice forgotten backups, which now is an lvm partion containg root partition of another OS. :) I couldn't create any mess better than this, can... (2 Replies)
Discussion started by: squid04
2 Replies

8. AIX

make a recovery CD/DVD - system has no writable devices

Hi, Has anyone please got some advise as to how I can make a CD/DVD on an AIX 5.3 system so that it can be fully recoverd just by inserting the backed up system. The system that I need to recover has no writable devices, not even a tape drive (it wasn't specified by me btw). I am trying to... (0 Replies)
Discussion started by: stevek007
0 Replies

9. HP-UX

Automatic system recovery?

Hi all! I've a strange problem. I would use the GNU Make tool on HPUX 11.11. To archive this, i have compiled the sourcecode and renamed HP make in /usr/bin from make to make_old. Now i have make a softlink from /usr/local/bin/make (GNU version) to /usr/bin/make. All things here are ok, but... (1 Reply)
Discussion started by: coredump2003
1 Replies
Login or Register to Ask a Question