- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- changing alternate boot path.
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
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-09-2006 03:01 AM
01-09-2006 03:01 AM
changing alternate boot path.
Now I want to change the alternate boot path to primary boot path.
What is the exact command should i use.
How can i confrim the same.
Also after replacing the primary disk what steps do i need to carry out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 03:10 AM
01-09-2006 03:10 AM
Re: changing alternate boot path.
TO set the primary boot patch (for example):
# setboot -p 2/4.1.0 -b on
Substitute another path and a '-a' for the alternate path specification. You can check your settings with:
# setboot
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 03:10 AM
01-09-2006 03:10 AM
Re: changing alternate boot path.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 03:51 AM
01-09-2006 03:51 AM
Re: changing alternate boot path.
see this link to replace the boot disk.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=383446
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 04:28 AM
01-09-2006 04:28 AM
Re: changing alternate boot path.
The setboot command will do both
the setboot without any parameters tells you your current boot configuration
setboot -p allows you to change the primary boot disk address.
a man on setboot will give you the correct syntax
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 04:43 AM
01-09-2006 04:43 AM
Re: changing alternate boot path.
# /usr/sbin/setboot -a alternate-path
To verify check with :
# setboot
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 02:42 PM
01-09-2006 02:42 PM
Re: changing alternate boot path.
Dear Sara,
After restoring the failed (primary) disk,
lvlnboot -r /dev/vg00/lvol3 # root fs /
lvlnboot -s /dev/vg00/lvol2 # swap
lvlnboot -d /dev/vg00/lvol2 # swap/dump
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot -p
setboot -a
Right now you can do
setboot -p
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2006 07:09 PM
01-09-2006 07:09 PM
Re: changing alternate boot path.
Here is the official disk replacement guide.
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
HTH,
Devender