- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Vparload IA64
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 04:45 AM
04-01-2011 04:45 AM
Vparload IA64
I need to change the boot path for vpar (IA64), through an other vpar.
I execute this command from an other vpar:
vparmodify -p partition_name -a io:new_path:boot -B manual
vparmodify -p partition_name -d io:old_path
I need to start the vpar with this command through vpmon :
MON> vparload -o -lm -p partition_name
This help me to start the Vpar without activate the vg00 and i can repair the vg00 whith the new path...
But, i can't do that, because the EFI ACPI Path is not in the vpdb database, because i executed the command "vparmodify" through an other Vpar, so the Vpar can't start......
So, my question is : Can i execute this command with this arguments :
MON> vparload -o -lm -p partition_name -E index
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2011 08:04 AM
04-01-2011 08:04 AM
Re: Vparload IA64
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2011 02:42 AM
04-02-2011 02:42 AM
Re: Vparload IA64
You sure there's not a syntax error when i put the options -o -p and -E on the same command line through the VPMON.
I never tested this syntax with the 3 options.
Best Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2011 03:29 AM
04-03-2011 03:29 AM
Re: Vparload IA64
-E should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2011 03:37 AM
04-03-2011 03:37 AM
Re: Vparload IA64
I'm ok with you.
But the options -E works with the options -o ?
I want to know if the syntax is good ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2011 08:02 AM - last edited on 07-11-2011 03:14 PM by Kevin_Paul
04-03-2011 08:02 AM - last edited on 07-11-2011 03:14 PM by Kevin_Paul
Re: Vparload IA64
What about "vparefiutil" ,this may help too !!
http://h30499.www3.hp.com/t5/System-Administration/Changing-vPar-monitor-boot-disk-path/m-p/4088422#M310009
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2011 08:53 AM
04-03-2011 08:53 AM
Re: Vparload IA64
I know the vparefiutil command update the vpdb with the EFI ACPI Path, but only if you execute this command on the Vpar where the boot disk is presented.
In my case :
1) the target Vpar is Down.
2) I modify the Boot Path of the shutdown Vpar through an other Vpar (this one is UP)
I execute this command :
vparmodify -p partition_name -a io:new_path:boot -B manual
vparmodify -p partition_name -d io:old_path
3) If i execute the vparefiutil command from the Vpar, this command can't modify the vpdb whith the EFI ACPI Path, because, this Vpar don't see this device .......
4) So i must start the target Vpar in LVM maintenance mode, and, because the vpdb is out of date, i must start this Vpar with the options -E index.
5) I know the vparload -o -lm -p vparname, work, but it's not enough for this vpar.
6) I know the vparload -p vparname -E index, work, but it's not enough for this vpar.
7) So i never try the 2 options together :
vparload -o -lm -p partition_name -E index
and my questions is : This command with this options works or not ?
Thanks a lot