- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: AUTOSEARCH - AUTOBOOT to alternate boot path d...
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-21-2002 06:21 AM
03-21-2002 06:21 AM
AUTOSEARCH - AUTOBOOT to alternate boot path does not work
I'm currently in a MC/SG class in Toronto and I was trying to boot from the alternate disk when the primary was not available....It does not work!!
I will not post the steps I took to setup mirror because it works when I type "bo alt" at boot prompt.
Here is the setup:
A-500 with 1 processor
1 GB of RAM
2 internal disks
2 external disks
HP-Ux v11.00
Here is what I did:
1 - Setup mirror on external disk (0/6/2/0.5.0)
2 - setboot -p 0/6/2/0.5.0 -a 0/0/1/1.15.0 -s on -b on
3 - Reboot on "pri" = OK
4 - Power off "pri" = Oh my god it worked.... :-)) as expected.
5 - Reboot..wait...wait...boom error message saying boot possible but the only thing to do now is Ctrl-B, RS
6 - If I "bo alt" I'm OK
Question : Why doesn't it boot automatically from the alternate path?
TIA
Francis
BTW I will try for the third time to assign points to the answer as I was not able to do it the last times.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 06:29 AM
03-21-2002 06:29 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
but if you stop the boot sequence, use sea for search disk and boot from secon, you can boot??
Anc can you remember how you have mirrored the disk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 06:31 AM
03-21-2002 06:31 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
When setting up the disk for mirroring, did you execute:
# mkboot -a "hpux -lq" /dev/rdsk/c#t#d#
for both disks?
execute the following to find out:
# lifcp /dev/rdsk/c#t#d#:AUTO -
to read the contents of the AUTO file
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 06:40 AM
03-21-2002 06:40 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
I'm not an expert on this issue, but i know that MC/SG is only active after the start-scripts. It's only a piece of software with which you can define swapable packages.
So.. your booting problem has nothing to do with MC/SG. Back to basic hpux on the A500. As for as i know, this machine is not 'Fault Tolerant Hardware' using flashcards or such. Therefor it simply tries to start with 'bo pri'.
The 'ALT' is not a backup mechanism for PRI. It is only a definition for a second bootable device, but manual intervention is needed, it is not each others backup.
Greetings,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 06:47 AM
03-21-2002 06:47 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
Answer #1
1 - pvcreate -B /dev/rdsk/c6t5d0
2 - vgextend /dev/vg00 /dev/dsk/c6t5d0
3 - mkboot /dev/dsk/c6t5d0
4 - mkboot -a "hpux -lq" /dev/rdsk/c6t5d0
5 - mkboot -a "hpux -lq" /dev/rdsk/c1t15d0
6 - for i in 1 2 3 4 5 6 7 8 9;do lvextend -m 1 /dev/vg00/lvol$i;done
7 - setboot -p 0/6/2/0.5.0 -a 0/0/1/1.15.0 -s on -b on
All these commands returned successfully.
As said in previous, I CAN boot with "bo alt" and if I poweroff the external drive it does work.
Answer #2
lifcp /dev/rdsk/c6t5d0:AUTO -
I get "hpux -lq"
lifcp /dev/rdsk/c1t15d0:AUTO -
I get "hpux -lq"
TIA
Francis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 07:00 AM
03-21-2002 07:00 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c#t#d#
I usually use the complete boot string and so far it hasn't fail me yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:20 AM
03-21-2002 08:20 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
The problem was that I was not waiting long enough for the "Alert Message" timeout...my fault
By default it is set in the GSP->AC at 60 seconds. Since it display alert messages by default at level 3 and higher and this message is at level 6, I could have set the threshold at level 7 or higher and not see the message.
After I waited 1 min, it booted off the ALT path and the OS came up.
The only thing is that the code does not clear the screen so I do not know from which device it booted from unless I'm the one who setup the machine.
I really appeciate the forums because we can resolve the problems faster and we get input from different point of view.
Thanks to all that answered.
Cya
Francis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:23 AM
03-21-2002 08:23 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
testing that the alt boot disk is bootable is not enough,
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 08:24 AM
03-21-2002 08:24 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
echo boot_string/S|adb /stand/vmunix /dev/mem
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:04 AM
03-21-2002 10:04 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
I was looking through your steps and I didnt see the step where you updated the LIF area on the disk to be mirrored:
mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p PAD -p LABEL -p ISL -p AUTO -p HPUX /dev/rdsk/c#t#d#
or did you just omit the step from your output to us?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 10:25 AM
03-21-2002 10:25 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
In regards to Christopher question, do I absolutely need to issue the command you gave me? Because it works fine now that I wait for the timeout...:-))
Thanx
Francis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 11:23 AM
03-21-2002 11:23 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 11:27 AM
03-21-2002 11:27 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
Make sure the items specified in the mkboot command are there. The mkboot command is also used to update the LIF area, which may need be done. It is possible that this disk was once a boot disk before, the reason it worked without the command.
Hope this clears things up
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 11:45 AM
03-21-2002 11:45 AM
Re: AUTOSEARCH - AUTOBOOT to alternate boot path does not work
Thank you for you patience
Chris