- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: C3600 Boot process question
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
03-10-2005 05:55 AM
03-10-2005 05:55 AM
I have installed HP-UX 11.11 on a disk in slot SCSI ID 5. Everything works great no problems.
I have only this disk and I moved it out of the slot ID 5 and inserted it in the other slot with SCSI ID 6. Now the system will not boot anymore. If I enter the boot console handler and tell it to manually boot from FWSCSI.6.0 the ISL starts normally, it tells me that it executes hpux then reads the disk trying to load /stand/vmunix... and I get a lot of errors and finally the machine restarts. If I move the disk back to the SCSI ID 5, everything works fine.
Can anybody tell me why is this happening and what do I need to change in my HP-UX installation in order to make it boot when the disk is in the other slot. Is the installation "tied up" to the SCSI parameters? I am still a newbie on HP-UX and thank you anticipately for clearing this to me.
Thanks!
James
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:04 AM
03-10-2005 06:04 AM
SolutionBy moving the disk, the system's ROM, PDA does not know where the boot disk is. You need to set the boot path to the disks new location.
setboot
setboot -a 52.1.0 # second disk
Just need the actual address of the disk you want to boot from.
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
03-10-2005 06:05 AM
03-10-2005 06:05 AM
Re: C3600 Boot process question
In a nutshell, when it starts to load, it reads that it should be working on SCSI ID 5 and tries to continue from there, where there is now nothing. You can't do this.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:17 AM
03-10-2005 06:17 AM
Re: C3600 Boot process question
setboot seems to do exactly what I have done in BCH with "boot fwscsi.6.0".
It seems to be that it is something in the OS itself. The OS starts to load but I get a message "cannot initialize vg...." or something similar. Everything works fine when I move it back to the original slot where the OS was installed on.
Thanks for your replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:19 AM
03-10-2005 06:19 AM
Re: C3600 Boot process question
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:52 AM
03-10-2005 06:52 AM
Re: C3600 Boot process question
That is why I wonder if there is antyhing else in the /stand/vmunix or anywhere else which needs to be modified.
Thanks!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:55 AM
03-10-2005 06:55 AM
Re: C3600 Boot process question
At a minimum you would need to go into LVM maintenance mode and export and re-import VG00. The reason is that when the volume group was built, it was built on the disk with the device file /dev/dsk/c0t5d0 (or something very similar). Now when you move the disk to the slot with SCSI ID 6, that disk device is now /dev/dsk/c0t6d0. When the kernel tries to activate the volume group, it can't because c0t5d0 is not there any more.
Why are you moving the disk from ID 5 to ID 6 anyway? What exactly are you trying to accomplish (other than causing problems for yourself)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:57 AM
03-10-2005 06:57 AM
Re: C3600 Boot process question
At the console/keyboard
Boot the box, interupt the boot process.
sea
What disk devices are are reported?
If none, you have a cabling or power issue, shut down and correct.
If you have a random access device listed as say P0
Bo P0
N Don't interact.
If this fails try another random access device until you get the system to boot.
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
03-10-2005 07:10 AM
03-10-2005 07:10 AM
Re: C3600 Boot process question
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 07:20 AM
03-10-2005 07:20 AM
Re: C3600 Boot process question
There are no 11 points unfortunately but they would certainly go to you. That seems to be the cause. It simply cannot initialize /dev/vg00 because it is not there.
I just ran into this situation and wanted to find out the cause. I am sure it will be useful later on.
Thanks much for all your replies!
James.