1752728 Members
5798 Online
108789 Solutions
New Discussion юеВ

-V option in bootsys

 
SOLVED
Go to solution
Kim Tran_4
Frequent Advisor

-V option in bootsys

I issued the following command:
bootsys -f -V _hp_root_disk="0/1/1/0.1.0" -i "HP-UX B.11.23 Default" iatest5

And got the following error:
Invalid syntax for -V option: _hp_root_disk=0/1/1/0.1.0.

Please help. Thanks
3 REPLIES 3
Ermin Borovac
Honored Contributor
Solution

Re: -V option in bootsys

Try enclosing it with single quotes.

bootsys -f -V '_hp_root_disk="0/1/1/0.1.0"' -i "HP-UX B.11.23 Default" iatest5
Kim Tran_4
Frequent Advisor

Re: -V option in bootsys

Thanks so much. It works now
Kim Tran_4
Frequent Advisor

Re: -V option in bootsys

Use the single quote.