- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing boot sequence for npar from a vpar
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
10-17-2006 01:01 AM
10-17-2006 01:01 AM
I imagine with the setboot comand from the primary partition that has the bootdisk that loads the vpmon, you can change it?
or you have to go into npar mode change it and then reboot, or just change it from the bch.
thnx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 01:17 AM
10-17-2006 01:17 AM
Re: Changing boot sequence for npar from a vpar
parstatus will show you what it has been set to. Change them like:
parmodify -b
parmodify -t
parmodify -s
If you want to boot into Npar mode instead of vpar mode then you have to change boot strings on boot disks for vpar which is booting initially and loads all other vpars using mkboot command.
change it from "hpux -lq /stand/vpmon" to "hpux -lq" like:
mkboot -a "hpux -lq"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 02:06 AM
10-17-2006 02:06 AM
Re: Changing boot sequence for npar from a vpar
thnx again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 02:13 AM
10-17-2006 02:13 AM
SolutionIf YES then use setboot command to set it.
# setboot -v
Primary bootpath : 0/0/2/0.6.0
Alternate bootpath :
Autoboot is ON (enabled)
Autosearch is OFF (disabled)
TEST CURRENT SUPPORTED DEFAULT NEXT BOOT
---- ------- --------- ------- ---------
all on yes on on
SELFTESTS on yes on on
early_cpu on yes on on
late_cpu on yes on on
FASTBOOT on yes on on
full_memory on yes on on
PDH on yes on on
CEC on yes on on
setboot -p
setboot -a
NOTE: Remember that by changing above parameters, you won't be able to boot vpar into Npar mode. Only way is boot vpar into Npar is change bootstrings for boot strings so that it won't load vpmon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 03:36 AM
10-17-2006 03:36 AM
Re: Changing boot sequence for npar from a vpar
from a vpar i did:
hid7:/# setboot -p 0/0/0/3/0.6.0
hid7:/# setboot -a 0/0/0/3/0.5.0
then shutdown -h now
mon>reboot
and when i get to the bch it only has the primary:
Firmware Version 23.1
Duplex Console IO Dependent Code (IODC) revision 2
--------------------------------------------------------------------------
(c) Copyright 1995-2005, Hewlett-Packard Company, All rights reserved
--------------------------------------------------------------------------
Cab/ Cell ------- Processor -------- Cache Size
Cell Slot State # Speed State Inst Data
---- ---- ------------ --- -------- ----------- ------ ------
0 0/0 Active 0A 1000 MHz Active 64 MB 64 MB
0B 1000 MHz Idle 64 MB 64 MB
1A 1000 MHz Idle 64 MB 64 MB
1B 1000 MHz Idle 64 MB 64 MB
2A 1000 MHz Idle 64 MB 64 MB
2B 1000 MHz Idle 64 MB 64 MB
Primary Boot Path: 0/0/0/3/0.5
Boot Actions: Boot from this path.
If unsuccessful, go to BCH.
HA Alternate Boot Path: 0/0/0/0/0/0/0/0.0
Boot Actions: Go to BCH.
Alternate Boot Path: 0/0/0/0/0/0/0/0.0
Boot Actions: Go to BCH.
Console Path: 0/0/0/0/1.0
so thats my question, how can i change this from inside a vpar.
thnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 03:48 AM
10-17-2006 03:48 AM
Re: Changing boot sequence for npar from a vpar
You need to issue parmodify command from any vpar which belongs to that Npar to change it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 03:53 AM
10-17-2006 03:53 AM
Re: Changing boot sequence for npar from a vpar
thnx a lot