1748149 Members
3643 Online
108758 Solutions
New Discussion юеВ

ignite gui

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: ignite gui

You will find this document useful:

http://docs.hp.com/en/6770/golden.images.pdf

Using Golden Images with Virtual Partitions

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
pedliz11
Frequent Advisor

Re: ignite gui

would the target_partition be the vpar ignire server or the image or the paricular image on the ignite server.

example the image on vpar12 is HHDV001
am i am trying to recover it to vpar5
Torsten.
Acclaimed Contributor

Re: ignite gui

The "target partition" is the vpar you want to restore.
The command will boot the vPar from the ignite server.

But refer to the manual I posted above.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
pedliz11
Frequent Advisor

Re: ignite gui

thank you It really helped
Bob Ingersoll
Valued Contributor

Re: ignite gui

It's not necessary to create a Golden Image to restore a network backup to a different client. The process is referred to as cloning. Below is how you do it. Replace and with the host names and replace the MAC address with the MAC address of the target system.

1. If it does not already exist create a target client directory on the IUX server. The directory should have the client'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

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

2. 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/

4. From the Ignite GUI select
Actions + Boot client...
Actions + Install Client + New Install...

Hope this helps.