Operating System - HP-UX
1753865 Members
7651 Online
108809 Solutions
New Discussion юеВ

Re: Adding unnecessary drivers for disaster recovery

 
SOLVED
Go to solution

Adding unnecessary drivers for disaster recovery

Hello All.

I will be making an ignite tape for my D380 server. I will be using this ignite tape at an offsite disaster recovery facility. I will use this tape to recover a K580. The K580 will, of course, have different lan drivers than my D380. Should I install the lan drivers into the kernel of my D380, then create my ignite tape so when I recover the K580, I won't need to load new drivers? Or should I wait until I recover the K580, then load the drivers. Will adding unnecessary drivers to my D380 adversely effect the server?

Thank you in advance.

Valisha
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Adding unnecessary drivers for disaster recovery

Hi Valisha:

You can do as you propose, or you can Ignite the recovery server with its built-in LAN card and configure it ('ifconfig') with a valid IPaddress. Having done this you can run 'swinstall' to install the necessary drivers. Following that, edit 'etc/rc.config.d/netconf' to configure the appropriate LAN card and reboot.

Regards!

...JRF...
Steven E. Protter
Exalted Contributor

Re: Adding unnecessary drivers for disaster recovery

Keep the depots for the new lan driver where they will be built into the make_tape_recovery tape.

After recovery, you can do this:

swinstall -x autoreboot=true -x reinstall=false -s /full_path_of_depot \*

The machine will boot and the drivers will be installed.

You probably can't and should not install the drivers onto the D380.

If you use golden image, you can built the install into the post configuration script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Caesar_3
Esteemed Contributor

Re: Adding unnecessary drivers for disaster recovery

Hello!

Don't install the drivers, keep the install
of drivers and when you will need them then
you could install it.

Caesar