alt_boot disk


 
Thread Tools Search this Thread
Operating Systems HP-UX alt_boot disk
# 1  
Old 03-23-2004
alt_boot disk

On hp im trying to figure out if we have alt_boot setup, basically if the root disk(physical disk) goes bad, I can bring up an alt physical disk with the same filesystems as the root disk that went bad, i dont think this is the same as mirroring, as the alt_disk would be inactive unless the root disk failed... How can I determine if alt_boot is present on a given HPux 11i system
# 2  
Old 03-23-2004
Because you're not defining what "alt_boot" means, this question is too vague for a sensible answer. Would a disk sitting in someone's desk drawer count?

The command "setboot" will display the primary and alternate bootpath. The command "ioscan -fnCdisk" will show attached disks. These commands may be a place to start.
# 3  
Old 03-23-2004
I thought I explainend it here

"basically if the root disk(physical disk) goes bad, I can bring up an alternate physical disk with the same filesystems as the root disk that went bad" on solaris the process is to

go to OK prompt, then type boot altboot.

this reads vstab.broot which contains the physical device information used to boot to the secondary disk

am I still not making sense?
# 4  
Old 03-23-2004
Yes, you're still not making sense. First, a disk in someone's desk drawer does match that definition since it could be preconfigured and made ready to install in the system. Second, HP PA-Risc systems do not have an ok prompt. Are we actually talking Suns here?

HP's do have a pdc prompt and you can type "boot altpath" or "boot alt" if you're fast enough or you turn off autoboot. But "boot alt" is usually used to boot from cd-rom, which I suppose might also meet your definition of alt_boot.

Anyway try the commands I gave earlier and see where that leaves you...provided that you really are on an HP system.
# 5  
Old 03-23-2004
pretty sure im on a HP system, but im a newbie..... I dont understand HP disks or file systems at all

setboot
Primary bootpath : 8/12.5.0
Alternate bootpath : 8/12.8.0 #so this is the alt_boot disk below from the ioscan command?(i deleted the rest of the ioscan output

Autoboot is ON (enabled)
Autosearch is ON (enabled)

<root@>uname -a
HP-UX B.11.00 A 9000/803 2014853483 two-user license

ioscan -fnCdisk
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================


disk 1 8/12.8.0 sdisk CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c0t8d0 /dev/rdsk/c0t8d0


Thanks for the help
# 6  
Old 03-23-2004
Now you want to know what, if anything, /dev/dsk/c0t8d0 does for a living. If you are using lvm, do
pvdisplay /dev/dsk/c0t8d0
and see which volume group it belongs to. And then if that is anything that count as a alt_boot.

Of course, the real test would be to boot from it. It may be intended as a alt_boot, but not set up properly.
# 7  
Old 03-24-2004
thanks for the help, here is the output, Im assumming its being used for something else, since it is active, would I be correct?

pvdisplay /dev/dsk/c0t8d0
--- Physical volumes ---
PV Name /dev/dsk/c0t8d0
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 9
PE Size (Mbytes) 4
Total PE 1023
Free PE 54
Allocated PE 969
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

DISK ARRAY PROTECTION SUSPENDED message following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (3 Replies)
Discussion started by: terrya
3 Replies

2. Filesystems, Disks and Memory

DISK ARRAY PROTECTION SUSPENDED message displayed following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (1 Reply)
Discussion started by: terrya
1 Replies

3. AIX

Clone or mirror your AIX OS larger disk to smaller disk ?

hello folks, I have a 300GB ROOTVG volume groups with one filesystem /backup having 200GB allocated space Now, I cannot alt disk clone or mirrorvg this hdisk with another smaller disk. The disk size has to be 300GB; I tried alt disk clone and mirrorvg , it doesn't work. you cannot copy LVs as... (9 Replies)
Discussion started by: filosophizer
9 Replies

4. Linux

How to Calculate Disk Queue length and Disk Busy Time

Hi, Am doing an enhancements related to monitoring a Linux disk I/O statistics. The /proc/diskstats file is used to get the each disk I/O statistics. But, It returns the raw value. How to calculate the Disk Queue Length and Disk Busy time from the raw values. Guide me. (1 Reply)
Discussion started by: maruthu
1 Replies

5. Solaris

( VxVM ) How to add the removed disk back to previous disk group

Previously , i remove the disk by #vxdg -g testdg -k rmdisk testdg02 But i got error when i -k adddisk bash-2.03# vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies
Login or Register to Ask a Question