Operating System - HP-UX
1833784 Members
2274 Online
110063 Solutions
New Discussion

Re: Where to store the make_net_recovery

 
SOLVED
Go to solution
Ronelle A van Niekerk
Frequent Advisor

Where to store the make_net_recovery

Forgive me for my ignorance, but I am pretty new to the ignite server side of things.

I can't find anything in the documentation on how to set up the ignite server to store the images in a specific place.
Or is that included in the make_net_recovery command somehow?

7 REPLIES 7
Vihang.
Trusted Contributor
Solution

Re: Where to store the make_net_recovery

Hi Ronelle,

You can use the -a option of make_net_recovery to specify the path.

make_net_recovery -a igniteserver:/path
Refer to the man page of make_net_recovery for more info.


Regards,
Vihang.
Ronelle A van Niekerk
Frequent Advisor

Re: Where to store the make_net_recovery

Brilliant, thanks, next time I'll RTFM.
Ronelle A van Niekerk
Frequent Advisor

Re: Where to store the make_net_recovery

Actually, this didn't work so well.
I ran:
make_net_recovery -s ignite-server -a archive_server:archive_directory -x inc_entire=vg00

And it still put the files in the /var/opt/ignite/clients nfs mounted directory.
Steven E. Protter
Exalted Contributor

Re: Where to store the make_net_recovery

Shalom,

Ignite can't write to a samba share.

You need an nfs mount point with write permissions.

-a hostname:/nfs_share_with_write_permissions

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
Ronelle A van Niekerk
Frequent Advisor

Re: Where to store the make_net_recovery

That's not a samba share, but you're right, I will have to nfs_mount the right directory. or create links on the ignite server side.
Vihang.
Trusted Contributor

Re: Where to store the make_net_recovery

Hi Ronelle,

You need not mount the NFS mount point on the client side. Just put an entry in /etc/exports on the Ignite server & do an exportfs -av. Then try running the make_net_recovery command as you did specifying the NFS exported directory name.


Regards,
Vihang.
Ronelle A van Niekerk
Frequent Advisor

Re: Where to store the make_net_recovery

Already done.