- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changed Primary 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
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-02-2005 02:25 AM
02-02-2005 02:25 AM
I am installing HPUX 11i from scratch, i have loaded the operating system & now i have moved the boot disk onto a new scsi card so the H/W path has changed. I rebooted the server & changed the primary path from BCH, booted & the server panics while booting /stand/vmunix with unexpected lbolts, i rebooted & brought the server to maintenance mode (hpux -lm) & vgexported vg00 & reimported it on the new path... this worked fine & init 4 brought the server to multi user mode, i rebooted again & the server still panics when booting /stand/vmunix? I tried going to maintenance mode again & from their to multi user & this works fine every time, alternatively letting the system boot normally panics every time with unexpected lbolts & does a TOC. I have a feeling that i need to update some LVM or I/O configuration files but cannot think of what i have missed here.
Aidan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:03 AM
02-02-2005 03:03 AM
Re: Changed Primary Boot Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:08 AM
02-02-2005 03:08 AM
Re: Changed Primary Boot Path
Seems you may have had some bad luck, or the disk had an issue previously unknown to you. The hardware issue will need to be resolved prior to getting the installation to work.
The installation may proceed, but you have found out the hard way that it won't work in an environment where the hardware is not stable.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:13 AM
02-02-2005 03:13 AM
Re: Changed Primary Boot Path
I would normally have thought it was a bad disk but these lbolts only occur when trying to autoboot into multi user, also when the TOC happens i have noticed errors along the lines of
panic: LVM: Configuration Failure
Aidan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:21 AM
02-02-2005 03:21 AM
Re: Changed Primary Boot Path
Not that cables can be swapped from say, scsi 2 to scsi 3, but there are adaptors out there (that don't usually work) that could be in place. I don't remember if lvd vs se cables are the same, but I know the drives / controllors are not interchangeable.
can you try the drive again on the original scsi card as a test?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:35 AM
02-02-2005 03:35 AM
Re: Changed Primary Boot Path
Try booting the machine, interrupting the boot and at the Main Menu ...
Main Menu: Enter command or menu > IN
Information Menu: Enter command > IO
Note they are both capital i's, not ones.
If that works OK, when the system is fully booted, try an ioscan (without the -k flag)or two, to see if you can upset the SCSI controller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:41 AM
02-02-2005 03:41 AM
Re: Changed Primary Boot Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:42 AM
02-02-2005 03:42 AM
SolutionCheck to make sure that /stand/bootconf has the proper device file in it:
l /dev/dsk/c1t6d0
The "l" (lower-case L) indicates that the boot device is an LVM disk...
Also, I would recommend booting into LVM Maintenance Mode and rebuilding the BDRA using the commands:
# vgchange -a y /dev/vg00
# lvlnboot -v /dev/vg00
# lvrmboot -r /dev/vg00
# lvlnboot -b lvol1 /dev/vg00
# lvlnboot -r lvol3 /dev/vg00
# lvlnboot -s lvol2 /dev/vg00
# lvlnboot -d lvol2 /dev/vg00
# lvlnboot -R /dev/vg00
# lvlnboot -v /dev/vg00
Hopefully, a normal reboot will work for you now...
Steve Hamilton