1826545 Members
4246 Online
109695 Solutions
New Discussion

Re: Ignite recovery

 
SOLVED
Go to solution
ankurp
Frequent Advisor

Ignite recovery

Hi friends,
Can anybody help me to restore a ignite image backup of one server to other server.
When we try to do lan boot , we cant see the backed up images.
Pls. help

rgds
Ankur
9 REPLIES 9
Steve Steel
Honored Contributor

Re: Ignite recovery

Hi

1)Look for info at

http://www.docs.hp.com/en/IUX/infolib.html#d0e352


2)Please give more details about what you are doing and eventually any errors

look at the faq part of the url in 1

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Bharat Katkar
Honored Contributor

Re: Ignite recovery

Hi,
Find attached do.
Regards,
You need to know a lot to actually know how little you know
Mark Greene_1
Honored Contributor

Re: Ignite recovery

You cannot do a lan boot for the restore. Put the tape in the drive, boot the box, interrupt the boot at the ISL and point to the tape drive as the alternate boot device and boot from the tape.


mark
the future will be a lot like now, only later
Sivakumar TS
Honored Contributor

Re: Ignite recovery


Hi Ankur,

Please make sure that you are using the correct IP Addess of the ignite server. If you have multiple ignite servers in the same subnet you have boot thru the correct ignite server in which the image for the client is available.

you may boot using,

boot lan.147.128.43.12 install

(assuming the ignite server IP is the above)

at BCH/PDC

Regards,

Siva.
Nothing is Impossible !
Sivakumar TS
Honored Contributor

Re: Ignite recovery


Hi,

Also make sure that the INDEX and other corresponding cfg files have not been modified and correct.

Regards,

Siva.
Nothing is Impossible !
ankurp
Frequent Advisor

Re: Ignite recovery

Very thanks for all ur support. The problem is , how can we see the images that are ther on the ignite backup server. We can only see hpux 11.0 an hpux 11i OS's to install.
We want that we should be able to select the ignite images to be restored on the client server. Why is it not possible, Is it that we cant restore image of one server on to the other server.

rgds
Ankur
Bob Ingersoll
Valued Contributor
Solution

Re: Ignite recovery

1) Create a directory for the target client in /var/opt/ignite/clients on the Ignite server if one doesn't already exist. The directory should have the target's MAC address as it's name. A symbolic link should be created with the client's host name:

mkdir /var/opt/ignite/clients/0x00306E4B28C9
cd /var/opt/ignite/clients
ln -s 0x00306E4B28C9

2) Copy the CINDEX and recovery directory from the source to the target client directory. If the target client has previously used make_net_recovery then it will already have a CINDEX file. If the CINDEX file for the client exists, you may want to save a copy, and/or edit the file to add the desired entries from the source client.

Copy the source client directory to the target directory:

cd /var/opt/ignite/clients/

find CINDEX recovery | cpio -pdvma ../

3) Add the target client to the source client's exported image directory in /etc/exports and re-export the directory:

/var/opt/ignite/recovery/archives/ -anon=2,access=:

exportfs /var/opt/ignite/recovery/archives/

Now you should be able to see the souce backup after you boot the target from the LAN.
ankurp
Frequent Advisor

Re: Ignite recovery

VEery Very thanks to all my friends for their attention and full support.
Now we could proceed with restorations.
The points have been assigned.

Rgds
Ankur