1757656 Members
2455 Online
108862 Solutions
New Discussion юеВ

Question Ignite

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

Question Ignite

good afternoon, I have a question about ignite
I am using the Grays
make_net_recovery-s (serverignite)
inc_entire = vg00-x
I need to skip 2 file system that I will not support in ignite
as I miss those file system? I edit the fstab?
5 REPLIES 5
sujit kumar singh
Honored Contributor

Re: Question Ignite

Hi


you can use -x exclude option of the make_net_recovery command

-x exclude=/ -x exclude=/

regards
sujit
Steven E. Protter
Exalted Contributor

Re: Question Ignite

Shalom,

You do not touch /etc/fstab

man make_net_recovery

See the -x exclude command.

Also will assume the mistake in the post has a space after make_net_recovery

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
Eli Daniel
Super Advisor

Re: Question Ignite

ok, then

example:
make_net_recovery -s (igniteserver)
make_net_recovery -x exclude=/temporal
make_net_recovery -x exclude=/temporal123

this correct??

sujit kumar singh
Honored Contributor
Solution

Re: Question Ignite

Hi,

You can use like this



make_net_recovery -v -s -x inc_entire=vg00 -x exclude=/temporal -x exclude=/temporal123

regards
Eli Daniel
Super Advisor

Re: Question Ignite

thanks