- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Vpar automatically boot from its alternate roo...
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
01-26-2005 08:10 AM
01-26-2005 08:10 AM
How can I setup a Vpar on a Superdome to automatically boot from its alternate root disk when its primary root is not available? (Without manual intervention)
The Npar is setup with a Primary Boot Path, Alternate Boot Path and HA Alternate boot path.
->setboot -v
Primary bootpath : 7/0/11/1/0.0.0
Alternate bootpath : 7/0/11/1/0.2.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
->vparstatus -v
[Virtual Partition Details]
Name: sh1qwit1
State: Up
Attributes: Dynamic,Autoboot
Kernel Path: /stand/vmunix
Boot Opts:
[CPU Details]
Min/Max: 1/4
Bound by User [Path]: 7.10
Bound by Monitor [Path]:
Unbound [Path]: 7.11
7.14
[IO Details]
7.0.0
7.0.1
7.0.14
7.0.6
7.0.1.1.0.0.0
7.0.1.1.0.0.0.0.0.0.0 BOOT
7.0.1.1.0.2.0, ALTBOOT
[Memory Details]
Specified [Base /Range]:
(bytes) (MB)
Total Memory (MB): 8192
[Virtual Partition Details]
Name: sh1qwit2
State: Up
Attributes: Dynamic,Autoboot
Kernel Path: /stand/vmunix
Boot Opts:
[CPU Details]
Min/Max: 1/4
Bound by User [Path]: 7.15
Bound by Monitor [Path]:
Unbound [Path]:
[IO Details]
7.0.11
7.0.12
7.0.4
7.0.11.1.0.0.0
7.0.11.1.0.2.0.0.0.0.0, ALTBOOT
7.0.11.1.0.0.0.0.0.0.0, BOOT
[Memory Details]
Specified [Base /Range]:
(bytes) (MB)
Total Memory (MB): 4096
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 08:20 AM
01-26-2005 08:20 AM
Re: Vpar automatically boot from its alternate root disk
-a io:HWPathOfBootPathLBA:[BOOT | ALT]
-a io:HWPath:[BOOT | ALT]
and also remember to do the mkboot on the alternate disc to have the correct info in it to allow it to boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 08:21 AM
01-26-2005 08:21 AM
Re: Vpar automatically boot from its alternate root disk
Check it with setboot -v
You can also set it on PDC menu.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 12:33 AM
01-27-2005 12:33 AM
Re: Vpar automatically boot from its alternate root disk
I configured my vpars with an alternate boot disk using:
vparmodify â a 7/0/11/1/0.2.0:ALTBOOT
I can force the vpar2 to boot from vpar1 the alternate disk:
->vparboot -p sh1qwit2 -B ALT
I did setup Autoboot and Autosearch flag in setboot for automatic reboot on alternate disk when primary is not workingâ ¦ But it's not booting automatically from the alternate when primary is pulled out. Here is the output of my setboot:
root@sh1qwit2:/
->setboot -v
Primary bootpath : 7/0/11/1/0.0.0
Alternate bootpath : 7/0/11/1/0.2.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
Note: The interpretation of Autoboot and Autosearch has changed for
systems that support hardware partitions. Please refer to the manpage.
TEST CURRENT SUPPORTED DEFAULT NEXT BOOT
---- ------- --------- ------- ---------
all partial partial partial partial
SELFTESTS on yes on on
early_cpu on yes on on
late_cpu on yes on on
FASTBOOT partial partial partial partial
full_memory off no off off
PDH on yes on on
CEC off no off off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 01:00 AM
01-27-2005 01:00 AM
Re: Vpar automatically boot from its alternate root disk
mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ
where /dev/rdsk/cXtYdZ is the device file for alternate boot disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 02:06 AM
01-27-2005 02:06 AM
Re: Vpar automatically boot from its alternate root disk
On the LIF portion of my disk the server is configure to load VPMON
root@sh1qwit2:/
->lifcp /dev/dsk/c0t2d0:AUTO -
hpux -lq /stand/vpmon â a
I put the option « â lq » to disable the quorum in vparmrg option tab (Gui)
->vparstatus
[Virtual Partition]
Boot
Virtual Partition Name State Attributes Kernel Path Opts
============================== ===== ========== ========================= =====
sh1qwit1 Up Dyn,Auto /stand/vmunix -lq
sh1qwit2 Down Dyn,Auto /stand/vmunix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 02:15 AM
01-27-2005 02:15 AM
Re: Vpar automatically boot from its alternate root disk
Both vpar the boot option does have a â â lqâ .
Any idea what I might be doing wrong? or maybe this feature simply does not work automatically for vpars like it does with the HA Alternate boot of the superd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 02:22 AM
01-27-2005 02:22 AM
Re: Vpar automatically boot from its alternate root disk
Use "vparmodify"
With vparmodify we can change the resources and attributes of an existing vPar. So the
options are similar to the vparcreate command. The different here is to use the option -d to
delete a ressource or attribute. Another option is -m to modify the attributes or ressources in a
vPar.
For Example:
Modify the primary boot path to vpar1:
dbserver# vparmodify -p vpar1 -m io:0/8/0/0.5.0:BOOT
Set the alternate boot path:
dbserver# vparmodify -p vpar1 -a io:0/8/0/0.2.0:ALTBOOT
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 02:56 AM
01-27-2005 02:56 AM
Re: Vpar automatically boot from its alternate root disk
Use vparmodify to set your altboot.
But when i see your configuration you are not high availbe because both disk goes over the same bus. Best is to have root disks over 2 harware path's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 03:55 AM
01-27-2005 03:55 AM
Re: Vpar automatically boot from its alternate root disk
I executed the vparmodify for the ALTBOOT and it did work. I'm able to boot it using:
vparboot -p sh1qwit2 -B ALT
if I remove the primary root disk, my vpar is even not even trying to boot on the alternate disk.
--------------------------
vparboot -p sh1qwit2
vparboot: Booting sh1qwit2. Please wait...
Failed to open (7/0/11/1/0.0.0.0.0.0.0;)/stand/vmunix
Failed to load (7/0/11/1/0.0.0.0.0.0.0;)/stand/vmunix
[MON] sh1qwit2 has halted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 04:06 AM
01-27-2005 04:06 AM
SolutionMaybe this is your problem.
http://www6.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076088300
The doc id is UVPARKBRC00015359.
/quote/
vPars A.03.01 and earlier do not support automatic booting of alternate boot paths.
This will be fixed in the A.03.02 release of vpars software
/EndQuote/
Here is the link to 3.02 release of vpar on software.hp.com,
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1335AC
$$$ product.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 05:23 AM
01-27-2005 05:23 AM
Re: Vpar automatically boot from its alternate root disk
Than again, like someone pointed out, both of my disks are on the same BUS, I still end up with a single point of failure.
I appreciated the help,
Thank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 05:36 AM
01-27-2005 05:36 AM