alt_boot disk


 
Thread Tools Search this Thread
Operating Systems HP-UX alt_boot disk
# 8  
Old 03-24-2004
Well it's being used for vg00 which normally would be your primary boot volume group. If 8/12.5 is also in vg00, I would guess that you have a mirrored root disk.

Do a "bdf /" The first field of the last line output will be something like /dev/vgXX/lvol3. What is XX? Then, as root, do:
lvdisplay /dev/vgXX/lvol3
(or whatever, it may not be lvol3)

Look for the line that says "Mirror copies". Zero means not mirrored. A positive integer means mirrored.
# 9  
Old 03-24-2004
lvdisplay /dev/vg00/lvol3
--- Logical volumes ---
LV Name /dev/vg00/lvol3
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 200
Current LE 50
Allocated PE 100
Stripes 0
Stripe Size (Kbytes) 0
Bad block off
Allocation strict/contiguous
IO Timeout (Seconds) default

looks like this is a mirror, I guess the terms are confusing me, I would think mirror is synced disk with the root disk, where on other os's(sun) its not mirrored, it just contains the necessary files to boot the machine into some state, maybe im totally wrong...(im a unix admin newbie as well, but your really helping me learn, thanks man) Anyways, would you say this disk is the alt_boot and it is setup? I do realize this might not work....
# 10  
Old 03-24-2004
The trouble is that "mirror" is clearly defined but "alt_boot" is not. In addition to using a mirror, there is another way to go. That other way might be called "alt_boot". Or both methods together could be called "alt_boot". But anyway...

A mirror is always in sync. If on side breaks, the other takes over. It is great protection against a hardware failure. Also it's a massive performance boost while both sides are operating. But if you do:
cd /etc
rm -rf *
you screw up both sides of the mirror at once.

The other technique to copy the boot disk to a second disk. The copy may even be removed from the system. Or it can be left in the system. When the boot disk breaks, you boot from the copy. It will be a little out of date. But it gets you going much faster than starting from scratch.

Both techniques have strengths and weaknesses.
# 11  
Old 03-24-2004
im %100 positive the second option you gave is what my boss had in mind.... what is that called in HP terms?
# 12  
Old 03-24-2004
I don't think there is an official term.

But there is one more option to look at: IgniteUX. You can copy your boot disk to tape and then boot the tape to rebuild your disk. This requires a tape drive. I understand that Ignite can work over a network, but I've never done that.

See this thread for more info about ignite. There are more Ignite threads too, search for Ignite* to find them all.
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