- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system keeps on booting /stand/install instead in ...
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
02-06-2003 08:03 AM
02-06-2003 08:03 AM
i tried
boot pri
but /stand/install boots
how can i force the system to boot from the internal disk i.e. /stand/vmunix?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:10 AM
02-06-2003 08:10 AM
SolutionA guess is your 'autoexecute' file is set to boot from the INSTALL kernel.
Restart your system and during the 10-second interrupt window hold down the ESC key.
'boot pri isl'
yes to 'interact with IPL?' (if prompted)
ISL> lsautofl <--will show the autoexecute string .
ISL> hpux <--boot from /stand/vmunix by default (ignore autoexecute string).
Once the system booted you can reset the 'autoexecute' string like this
(substitute c0t6d0 with your boot disk):
# lifcp /dev/dsk/c0t6d0:AUTO - <---show autoexecute string again
# mkboot -a "hpux" /dev/rdsk/c0t6d0 <---set to 'hpux'
# lifcp /dev/dsk/c0t6d0:AUTO - <---verify change.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:12 AM
02-06-2003 08:12 AM
Re: system keeps on booting /stand/install instead in /stand/vmunix
ISL > hpux (;0)/stand/vmunix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:12 AM
02-06-2003 08:12 AM
Re: system keeps on booting /stand/install instead in /stand/vmunix
boot pri will attempt to boot from device set as the primary boot path. You can determine what this is with:
pa
If it's not the correct path then you can:
bo
Reply Y to 'Interact with ISL?' then at the ISL> prompt type:
hpux
This will attempt to boot from the default kernel (/stand/vmunix).
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:13 AM
02-06-2003 08:13 AM
Re: system keeps on booting /stand/install instead in /stand/vmunix
If you have mirrored root/boot disks you may want to change the string from
mkboot -a "hpux" /dev/rdsk/c0t6d0
to
mkboot -a "hpux -lq" /dev/rdsk/c0t6d0
So that you can boot if one of the mirror pairs fails.
The -lq means boot even if quorum is not met.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:16 AM
02-06-2003 08:16 AM
Re: system keeps on booting /stand/install instead in /stand/vmunix
Reboot the system and interrupt the boot when you see "Autoboot from primary boot path...to override press any key...".
When asked to boot from the primary path, answer "N"o. Respond "Y"es or "N"o to the "boot from alternate path?" query. You can use "SEA"rch to look for other available paths if the alternate one is not what you need.
You can permanently set the primary and alternate boot pathes when you have booted from the device you want by using:
# setboot -p primarypath
See the man pages for 'setboot' for more information.
Regards!
...JRF...
When
At the IPL, choose SEArch and look for the path of the device from which you want to boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 08:19 AM
02-06-2003 08:19 AM
Re: system keeps on booting /stand/install instead in /stand/vmunix
but did not work
bo pri isl this works
nice explanation steve
thanks for the fast replies!
drinks are on the house!