Sponsored Content
Operating Systems AIX How to restore rootvg archive after AIX 6.1 crash Post 302523009 by bakunin on Tuesday 17th of May 2011 12:46:29 PM
Old 05-17-2011
Quote:
Originally Posted by +Yan
No, unfortunately I do not have NIM.
When you start to work with AIX systems you should have. It makes a lot of things a lot easier.

I will try to explain a few things which will probably clear it up a bit for you:

A "savevg" image is the image of a volume group (VG) in backup format. the "savevg" command is basically a wrapper for "backup" with some marginal additional logic.

A "mksysb" image is the same, but especially for the rootvg. It consists of a "savevg rootvg", but - this sets "savevg" and "mksysb" apart - with additional information needed to boot and restore a system. As all the configuration information for a system rests in the rootvg this makes perfect sense.

To keep things simple: there is boot information attached along with a boot block (i skip the more esoteric parts of a mksysb here). If you take such a mksysb to a DVD or tape you could boot from these and restore a complete system along with all the customization and other system information. Unfortunately, if you take a mksysb to a file the commands built-in logic recognizes this and omits the boot block - which is why you can't boot from it right now.

A NIM server would also take a mksysb image to a file (over the network), but is able to boot the system from its own internal boot block (tftp/bootp) and then use the mksysb image to further restore the system. This is why it is wise to have such a NIM server (another reason is software management, update management, easy installation from a central source, ....).

What you could do now is the same the NIM server does automatically for you, but by hand: use the service disk to boot into a maintenance shell and use the mksysb image to restore the system. There will be no nfs at this stage of course, but you could burn the image to a DVD and use this to install.

Quote:
Originally Posted by +Yan
I'm trying now to install AIX 6.1 on another partition (using VIOS). I also added the damaged disk to this partition as second. Then will try restore command on damaged disk. Do not know what are the chances to fix the problem in this way.
This may work. Don't forget to change the bootinfo on the disk once you have restored it and change the bootlist of your system to use the restored disk instead of the one you used to restore it. See the man pages of the "bootinfo" and "bootlist" commands.

I hope this helps.

bakunin

PS: you might want to read a (very short) introduction to NIM concepts in the pinned thread at the top of this forum.

Last edited by bakunin; 05-17-2011 at 01:54 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Selective restore from a cpio tape archive

Hi, I use following command to restore data from my cpio tape archive: $cpio -icvd < /dev/rct0 But this'll restore all tape contents to the current path, what if I want only selected files from the tape, suppose I want /home/compdir/home2/Rev83/data/PL/01/*.* files to be restored... (8 Replies)
Discussion started by: tayyabq8
8 Replies

2. Solaris

Can I restore from a flash archive without re-entering the basic sys info?

Hi I would like to be able to take adhoc backups of my systems using flash archive - flarcreate - and then restore from them to the same system without having to enter the basic configuration again when I boot from the Solaris CD. So, I'd like to be able to create a flar archive ... (1 Reply)
Discussion started by: emjs
1 Replies

3. UNIX for Advanced & Expert Users

Archive and Restore

Can someone please let me have a nice shell script to: 1) Identify all folders/sub-folders/files older than 365 days with the exception of one or two folders e.g. named - "common" or "test" 2) Archive (1) above for example in a TAR file 3) Delete all in (1) above and that's it... 4) In case... (1 Reply)
Discussion started by: mahmud
1 Replies

4. AIX

AIX Rootvg mirror and sysdumplv

Guys, In my AIX 6.1 box the rootvg was on hdisk2, I tried to migrated it to hdisk0 Added hisk0 to rootvg , mirrored rootvg and changed bootlist and and sucessfully rebooted from hdisk0 Now I tried to remove the hdisk2 from rootvg so breaked mirror -bash-3.00# unmirrorvg rootvg hdisk2... (3 Replies)
Discussion started by: kkeng808
3 Replies

5. HP-UX

restore data after system crash

Hi all, I have a server running HP-UX 11i V1 (11.11). We had a problem with the system disk which cannot boot and the recovery with the CD failed too. the only solution was to re-install the system on a new disk. The problem now is to get access to the data which are on other disks, not... (2 Replies)
Discussion started by: aribault
2 Replies

6. AIX

Erase AIX rootvg system disk

Hello all, I need help for erasing IBM P5 machine running AIX 5.3. I have 2 system disks (Hardware mirror) and i'm looking for a way like a LIVE CD bootable CD so I can boot with the cd and then format the system disks with a "secure erase" software. (7 Replies)
Discussion started by: kobi gabai
7 Replies

7. UNIX for Dummies Questions & Answers

Unable to restore cpio archive to a directory

Hello Every one, I want to back up all passwd files to /xyz/passfiles.cpio and Then restore them to /abc directory. Here is what I wrote: find / -name passwd | cpio -oc > /tmp/passwd.cpio and to restore cd abc cpio -ium < /tmp/passwd.cpio I can not find the files restored to /abc... (2 Replies)
Discussion started by: drdigital_m
2 Replies

8. Solaris

Restore from Flash Archive on local filesystem

I am doing a practice restore using a test UNIX(Solaris) system, and a SCSI Hard Drive whose slice 5 contains the Flash Archive file that I need to restore from. The test system is offline( no network ) and does not have external devices, such as tape drive. My goal is to somehow restore the... (9 Replies)
Discussion started by: the.gooch
9 Replies

9. AIX

Using restorevgfiles to restore entire directory from rootvg problems

I am trying to restore a specific directory and all sub-directories therein using a rootvg tape. I am using the following command to make the backup: mksysb -m -i -v /dev/rmt0 However, I am getting the following result: tctl status rmt0 Available 04-08-00-0,0 LVD SCSI 4mm Tape Drive... (10 Replies)
Discussion started by: herot
10 Replies

10. AIX

AIX break rootvg mirror from system down

Hello, aix 5.2, mirrored rootvg on hdisk0 and hdisk1. hdisk0 is dead. I can boot to cd, into sms, into maintenance mode. I can fsck all the various partitions on hdisk1 (the hd4 hd2 hd3, etc...) all is fine. But without the hdisk0 part of the mirror I cannot get the system to boot. ystem hangs on... (6 Replies)
Discussion started by: sshapiro
6 Replies
All times are GMT -4. The time now is 08:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy