1833322 Members
2901 Online
110051 Solutions
New Discussion

Ignite/Cron

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Ignite/Cron

I just built an ignite server and it is running Ok, thanks to your help on this forum.
I would like to do a full net recovery on vg00. What command would I use in cron. Can this be done?

10x
RPM
UNIX IS GOOD
5 REPLIES 5
John Poff
Honored Contributor

Re: Ignite/Cron

Hi RPM,

I've never tried it before, but I don't see why it wouldn't work with a little testing. The 'make_net_recovery' command you would need looks like:

/opt/ignite/bin/make_recovery -s yourserver -x inc_entire=vg00

JP
Robert-Jan Goossens
Honored Contributor

Re: Ignite/Cron

Hi Robert

make_net_recovery

Take a look at this doc.

http://www.software.hp.com/products/IUX/docs/nr.html

Hope it helps,

Robert-Jan.
John Poff
Honored Contributor

Re: Ignite/Cron

Oop. That command should be:

/opt/ignite/bin/make_net_recovery -s yourserver -x inc_entire=vg00

Old habits die hard!

JP
Nobody's Hero
Valued Contributor

Re: Ignite/Cron

if I use this command in cron. Will the archive file still go where it is supposed to go?
UNIX IS GOOD
John Poff
Honored Contributor
Solution

Re: Ignite/Cron

It looks like the -a option specifies where the archive goes:

-a yourserver:archivedir


I'm going to play with it later today here and see how it works. Doing it in cron is a good idea and I'd like to get it started here too.

JP