- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VG00 Alternate boot disk creation
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
05-30-2011 02:46 AM
05-30-2011 02:46 AM
VG00 Alternate boot disk creation
I have new hp-ux 11.23 machine and I want to create alternate boot disk. Please help.
Below ate the basic pv details for primary & alternate disks:
Alt:
--- Physical volumes ---
PV Name /dev/dsk/c2t6d0
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 0
PE Size (Mbytes) 32
Total PE 4374
Free PE 4374
Allocated PE 0
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Proactive Polling On
Pri:
PV Name /dev/dsk/c0t6d0
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 10
PE Size (Mbytes) 32
Total PE 4374
Free PE 1340
Allocated PE 3034
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Proactive Polling On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 02:52 AM
05-30-2011 02:52 AM
Re: VG00 Alternate boot disk creation
When_Good_Disks_Go_Bad_WP
http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf
Looks like you have a RISC based system.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 03:59 AM
05-30-2011 03:59 AM
Re: VG00 Alternate boot disk creation
Please share the steps for mirroring alternate root disk although server is up from primary disk and is running fine now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 04:02 AM
05-30-2011 04:02 AM
Re: VG00 Alternate boot disk creation
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 04:06 AM
05-30-2011 04:06 AM
Re: VG00 Alternate boot disk creation
This section contains details on some of the procedures described earlier.
Mirroring the Root Volume on PA-RISC Servers
page 52
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 04:26 AM
05-30-2011 04:26 AM
Re: VG00 Alternate boot disk creation
1. Initialize the disk and add it to vg00:
# pvcreate [-f] -B /dev/rdsk/cxtydz
# vgextend vg00 /dev/dsk/cxtydz
2. Mirror the LVs using lvextend:
# lvextend â m 1 /dev/vg00/lvolX /dev/dsk/cxtydz
If you want to use a shell loop to extend automatically, use e.g.:
# for lvol in lvol1 lvol2 ... lvol8 (specify any LV you need to mirror)
> do
> lvextend -m 1 /dev/vg00/$lvol /dev/dsk/cxtydz
3. Configure LIF/BDRA
Write LIF header and LIF files (ISL, AUTO, HPUX, LABEL):
# mkboot -l /dev/rdsk/cXtXdX
# lifls â l /dev/rdsk/cXtXdX (to ckeck it)
Write content of AUTO File: (if autoboot is desired)
# mkboot -a hpux /dev/rdsk/cXtXdX (autoboot with qurom enforced)
# mkboot -a â hpux â lqâ /dev/rdsk/cXtXdX (autoboot without qurom enforced)
# lifcp /dev/rdsk/cXtXdX:AUTO - (to ckeck it)
Write content of LABEL file, i.e set root, boot, swap and dump device:
# lvlnboot -r /dev/
# lvlnboot -b /dev/
# lvlnboot -s /dev/
# lvlnboot -d /dev/
# lvlnboot â v (to ckeck it)
4. Specify the mirror disk as alternate boot path in stable storage:
# setboot â a
5. Add the new mirror boot device to /stand/bootconf, e.g.:
l /dev/dsk/c0t6d0 (original boot device)
l /dev/dsk/cxtydz (new mirror boot device
Rgds!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 04:32 AM
05-30-2011 04:32 AM
Re: VG00 Alternate boot disk creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 04:41 AM
05-30-2011 04:41 AM
Re: VG00 Alternate boot disk creation
What kind of problems?
The steps are now 3 times posted to this thread.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 09:07 PM
05-30-2011 09:07 PM
Re: VG00 Alternate boot disk creation
Please find the error after giving lventend:
#pvcreate -f -B /dev/rdsk/c2t6d0
pvcreate: The physical volume "/dev/dsk/c2t6d0" is already recorded in the "/etc /lvmtab" file.
#vgextend vg00 /dev/dsk/c2t6d0
vgextend: The physical volume "/dev/dsk/c2t6d0" is already recorded in the "/etc /lvmtab" file.
#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0
Usage: lvextend
[-A Autobackup]
{-l LogicalExtentsNumber |
-L LogicalVolumeSize}
LogicalVolumePath [ PhysicalVolumePath... | PhysicalVolumeGroupName... ]
"m": Illegal option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 09:15 PM
05-30-2011 09:15 PM
Re: VG00 Alternate boot disk creation
Depending on your OS version you need to buy it.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2011 10:35 PM
05-30-2011 10:35 PM