- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mirroring vg00 system disk different on 11.23 ...
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
09-24-2004 04:37 AM
09-24-2004 04:37 AM
mirroring vg00 system disk different on 11.23 than 11.11?
0. pvcreate -B /dev/rdsk/c2t2d0
1. mkboot /dev/rdsk/c2t2d0
2. mkboot -a "hpux -lq" /dev/rdsk/c2t2d0
3. for LVOL in `ls /dev/vg00/l*`
do
lvextend -m 1 $LVOL
done
4. lvlnboot -v <- Just to make sure it is all clean
Some of the errors I'm getting is:
# mkboot /dev/rdsk/c2t0d0
-W requires file system on device /dev/rdsk/c2t0d0
# mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c2t0d0
-a specified but no current boot area on /dev/rdsk/c2t0d0
Are there any steps I'm missing. This was a surefire way while on 11.11.
Both disks are HP 73.4GST373453LC
Thanks....
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 04:42 AM
09-24-2004 04:42 AM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
pvcreate -B /dev/rdsk/c1t0d0 #use real disk
mkboot -l /dev/rdsk/c1t0d0
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk
# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
If you are running 64-bit OS:
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?
vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0
# real disk. repeat for other lvols
lvlnboot -r /dev/vg00/lvol3 # root fs /
lvlnboot -s /dev/vg00/lvol2 #swap
lvlnboot -d /dev/vg00/lvol2 #swap/dump
lvlnboot -b /dev/vg00/lvol1
lvlnboot -R
lvlnboot -v
setboot
setboot -a 52.1.0 # second disk
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 04:58 AM
09-24-2004 04:58 AM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
Check out knowledge base article KBRC00014526
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072837833
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 05:05 AM
09-24-2004 05:05 AM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
procedure for doing mirror on HP-UX 11.23
Itanium is quite different because you have to
create partitions for EFI, HPUX and HPSP.
You can create this by idisk command. After that we use partitions 2 for LVM root disk.
In appendix there is my script for 11.23 itanium.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2004 05:09 AM
09-24-2004 05:09 AM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
There is quite a bit.. You can't use any commands that would update the LIF as there is no LIF concept on Itaniums. Also, you would see sliced disks instead of partitioned ones.. For ex., c2t0d0 would be c2t0d0s1 for eFI partition and c2t0d0s2 for root disk paritition.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 06:38 AM
11-24-2004 06:38 AM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
I just got a rx2600 and have been beating my head against the wall.
I give these responses a 10 since the person asking the question did not.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 06:47 AM
11-24-2004 06:47 AM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 09:58 PM
09-25-2007 09:58 PM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 10:06 PM
09-25-2007 10:06 PM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
If you run 11.23 or 11.31 on a PA-RISC the procedure is very similar to 11.11.
Reference:
http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa
"Mirroring a Boot Disk with LVM on HP-UX 11i for HP Integrity Servers"
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
09-25-2007 10:12 PM
09-25-2007 10:12 PM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
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
09-25-2007 10:23 PM
09-25-2007 10:23 PM
Re: mirroring vg00 system disk different on 11.23 than 11.11?
The procedure is different for both (Integrity and 9000's), because of the different device files.
legacy:
/dev/dsk/cxtydzsn
new:
/dev/disk/diskx_pn
See
"Mirroring the Boot Disk on HP Integrity Servers"
http://docs.hp.com/en/5991-6481/ch03s04.html#babegeeh
"Mirroring the Boot Disk on HP 9000 Servers"
http://docs.hp.com/en/5991-6481/ch03s04.html#cbdfgcii
@SEP: consider to use these links to update your bookmarks ;-)
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!
