- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove alt boot path and disk
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
06-01-2004 06:27 AM
06-01-2004 06:27 AM
1.) how to make system boot with being there if orig or al boot disk failes. something with mkboot.
2.) how to remove alt boot path and disk.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 06:33 AM
06-01-2004 06:33 AM
Re: How to remove alt boot path and disk
2. use set boot when the system is running or change the path from the PDC menu when the system is rebooting .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 06:37 AM
06-01-2004 06:37 AM
Re: How to remove alt boot path and disk
mkboot just writes boot information on disks, it has nothing to do with the actual boot event or sequencing as far as I know. The command to change where the system gets booted off is accomplished by setboot command or from the main bootstrap loader menu (can't remember which options one needs to dwelve into)
as an answer to your second question, I am not sure if you can remove the alternate boot disk using setboot command but if you do not want to have one, I think you can set it to the same disk as your primary boot path.
I know these are not the answers you are looking for but I hope it steers you towards the direction you need.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 06:38 AM
06-01-2004 06:38 AM
Re: How to remove alt boot path and disk
the system will do a seach for possible boot devices and try to boot the first one it finds.
the problem is which is going to be the first one it finds. this isn't always deterministic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 06:39 AM
06-01-2004 06:39 AM
Re: How to remove alt boot path and disk
How to make system boot without+ user input, if the primary OR alt boot disk is bad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 03:49 PM
06-01-2004 03:49 PM
Re: How to remove alt boot path and disk
Alternate boot path is defined in the secondary storage area of the PDC, so that the system can boot, if the PDC is not able to detect or see the disk in the primary boot path. Means not in all case, if your disk in the primary boot path fails, the system would boot directly from the disk in the secondary boot path.
Suppose you got some bad blocks in the disk in the primary boot path, the system will boot from pri boot path only as the PDC is able to detect the disk in the prim path. In this case, for the system to boot from alt boot path, either you have to remove the disk in the pri boot path or boot pri from the BCH menu.
with best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 12:52 AM
06-02-2004 12:52 AM
SolutionRemoving is easy:
1) If the disk is completely "dead", such as if you run ioscan and status is "no_hw" then you can hot swap the disk online.
2) However in circumstances where the disk has not fully failed please do one of the following to avoid data corruption :
a) reduce mirror before replacing the disk
b) deactivate VG before replacing the disk
c) shutdown system to replace the disk
After failed disk has been replaced by HP (assuming the disk is c1t5d0):
vgcfgrestore -n /dev/vg00 /dev/rdsk/c1t5d0
mkboot /dev/rdsk/c1t5d0
mkboot -a "hpux -lq (;0) /stand/vmunix" /dev/rdsk/c1t5d0
vgchange -a y /dev/vg00
lvlnboot -Rv /dev/vg00
vgsync /dev/vg00
Configuring Autoboot Options:
HP-UX: setboot -b on or setboot -b off command, to turn on (enable) or turn off (disable) autoboot.
setboot by itself to see current setting.
Rgds...Geoff