HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: root disk mirror on virtual partition
Operating System - HP-UX
1826480
Members
4236
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-11-2004 12:12 PM
03-11-2004 12:12 PM
hpux 11.11
rp5405
disk system: DS2300
pri disk:0/8/0/0.0.0 /dev/dsk/c5t0d0
alt disk:0/9/0/0.8.0 /dev/dsk/c6t8d0
Hi, I need your help.
#mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c5t0d0
In vpar1,with this command, system booting works well.
Now I'd like to mirror these root disks.
I am curious, how do use "mkboot" command.
I think below commands will work, but I'm not sure, so I need your confirm.
#mkboot /dev/rdsk/c6t8d0
#mkboot -a "hpux -lq(0/8/0/0.0.0)/stand/vpmon -a" /dev/rdsk/c5t0d0
#mkboot -a "hpux -lq(0/9/0/0.8.0)/stand/vpmon -a" /dev/rdsk/c6t8d0
#setboot -a 0/9/0/0.8.0
#lvextend ...
#lvextend ...
I have several experiences root disk mirroring on non-vpar, but this vPar root disk mirroring is first time for me.
I need your advices. Thank you.
rp5405
disk system: DS2300
pri disk:0/8/0/0.0.0 /dev/dsk/c5t0d0
alt disk:0/9/0/0.8.0 /dev/dsk/c6t8d0
Hi, I need your help.
#mkboot -a "hpux /stand/vpmon -a" /dev/rdsk/c5t0d0
In vpar1,with this command, system booting works well.
Now I'd like to mirror these root disks.
I am curious, how do use "mkboot" command.
I think below commands will work, but I'm not sure, so I need your confirm.
#mkboot /dev/rdsk/c6t8d0
#mkboot -a "hpux -lq(0/8/0/0.0.0)/stand/vpmon -a" /dev/rdsk/c5t0d0
#mkboot -a "hpux -lq(0/9/0/0.8.0)/stand/vpmon -a" /dev/rdsk/c6t8d0
#setboot -a 0/9/0/0.8.0
#lvextend ...
#lvextend ...
I have several experiences root disk mirroring on non-vpar, but this vPar root disk mirroring is first time for me.
I need your advices. Thank you.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 12:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2004 07:31 PM
03-13-2004 07:31 PM
Re: root disk mirror on virtual partition
You can use this procedure:
On the system disk=/dev/dsk/c5t0d0
mkboot -a "houx -lq (;0)/stand/vpmon" /dev/rdsk/c5t0d0
On the mirror disk=/dev/dsk/c6t0d0
pvcreate [-f] -B /dev/rdsk/c6t0d0
vgextend /dev/vg00 /dev/dsk/c6t0d0
Mirror the LVs:
for i in 1 2 3 4 5 6 7 8 9
do
lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c6t0d0
done
Write the contents of the LABEL file, i.e. set root, boot, swap and
dump device:
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -r /dev/vg00/lvol3
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
# lvlnboot -vR
mkboot -a "hpux -lq (;0)/stand/vpmon" /dev/rdsk/c6t0d0
setboot -a /dev/dsk/c6t0d0
setboot
Maybe you this to:
vparmodify -p vpar1 -o "-lq"
Gil Paz.
gil.paz@hp.com
On the system disk=/dev/dsk/c5t0d0
mkboot -a "houx -lq (;0)/stand/vpmon" /dev/rdsk/c5t0d0
On the mirror disk=/dev/dsk/c6t0d0
pvcreate [-f] -B /dev/rdsk/c6t0d0
vgextend /dev/vg00 /dev/dsk/c6t0d0
Mirror the LVs:
for i in 1 2 3 4 5 6 7 8 9
do
lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c6t0d0
done
Write the contents of the LABEL file, i.e. set root, boot, swap and
dump device:
# lvlnboot -b /dev/vg00/lvol1
# lvlnboot -r /dev/vg00/lvol3
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -d /dev/vg00/lvol2
# lvlnboot -vR
mkboot -a "hpux -lq (;0)/stand/vpmon" /dev/rdsk/c6t0d0
setboot -a /dev/dsk/c6t0d0
setboot
Maybe you this to:
vparmodify -p vpar1 -o "-lq"
Gil Paz.
gil.paz@hp.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP