Operating System - HP-UX
1753773 Members
5184 Online
108799 Solutions
New Discussion юеВ

how to ignite/recover systems with no internal tape drive

 
SOLVED
Go to solution
NDO
Super Advisor

how to ignite/recover systems with no internal tape drive

Hi All!

I have got on my site 12 HP9000 systems, 2 running 11.23 that has internal tape drives, and 8 running 11.31 and 2 running 11.23 with no internal tape drives.
4 of the systems running 11.31 are blades and are on a different subnet.

How to take ignite and recover in a event of failure of those systems with no internal tape drive?
17 REPLIES 17
rariasn
Honored Contributor

Re: how to ignite/recover systems with no internal tape drive

Hi:

configure ignite server and use "make_net_recovery"

rgs,



Shibin_2
Honored Contributor

Re: how to ignite/recover systems with no internal tape drive

Read this thread.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1359590

You have to manually search to get the documents.
Regards
Shibin
Shibin_2
Honored Contributor

Re: how to ignite/recover systems with no internal tape drive

NDO
Super Advisor

Re: how to ignite/recover systems with no internal tape drive

Hi

So after configuring one of the servers (preferrably) the ones with internal tape drive as an ignite server, I just run that comand from the comand line on the ignite server right?

F.R.
Johnson Punniyalingam
Honored Contributor

Re: how to ignite/recover systems with no internal tape drive

>> I just run that comand from the comand line on the ignite server right?

No

from Ignite-Client

# make_net_recovery -s -v -A -n 1 -P s \

for more info refer to man pages of make_net_recovery
Problems are common to all, but attitude makes the difference
rariasn
Honored Contributor

Re: how to ignite/recover systems with no internal tape drive

Hi:

# ssh -T $HOST "/opt/ignite/bin/make_net_recovery -u -s ${IGNITE_SERVER} -x inc_entire=vg00 ..."

rgs,

NDO
Super Advisor

Re: how to ignite/recover systems with no internal tape drive

Hi

Correct me if I├В┬┤m wrong: In the documentation, say that client should boot from the LAN (normal boot). I dont want want this to happen, only in case if a client server root disk (vg00) dies.
I think I├В┬┤m getting a little bit confused, because in one hand you guys are giving me comands to run on prompt to create ignite tapes, but on the other hand on the manual says that the client boots from the server!!!

F.R.
NDO
Super Advisor

Re: how to ignite/recover systems with no internal tape drive

Hi

I gather that network booting is an option right?
what about those blades that are on a different subnet?


Regards

F.R.
Shibin_2
Honored Contributor

Re: how to ignite/recover systems with no internal tape drive