- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to config mirror disk?
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
03-31-2003 02:27 AM
03-31-2003 02:27 AM
How to config mirror disk?
I'd like to make a mirror disk, that's
9G+9G mirror 18G. Anyone can draft me
how to do? Does it should be in the same
volume group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 02:39 AM
03-31-2003 02:39 AM
Re: How to config mirror disk?
Here is the manual with the exact steps to follow;
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&con=/hpux/onlinedocs/B2355-90742/00/00/77-con.html&toc=/hpux/onlinedocs/B2355-90742/00/00/77-toc.html&searchterms=mirror&queryid=20030331-033927
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 02:58 AM
03-31-2003 02:58 AM
Re: How to config mirror disk?
Yes you can mirror it to the bigger hard disk.
It should be in the vg00 VG.
But,if the existing disks are 9gb and if you want to mirror it to 36GB then if you are to add the new 36 gb bigger hard disk to vg00 then the MAX_PE should be a problem.
This is because when the volume group is created at initial stage with some hard disks(PV's) the bigger hard disk size is taken into account for MAX_PE values.
So,there is no other way other than re-creating the VG while you want to add bigger disks to the existing VG with smaller disk size.
check the doc for disk mirroring
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-1335382922+1049108001995+28353475&docId=200000066581345
Revert for any Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 03:39 AM
03-31-2003 03:39 AM
Re: How to config mirror disk?
you can make mirror disk on your machine .
follow under procedure but, device address is not same which is depend on your hp-ux box model.
pvcreate -B -f /dev/rdsk/c2t2d0
vgextend /dev/vg00 /dev/dsk/c2t2d0
mkboot -l /dev/rdsk/c2t2d0
mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol5 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol6 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol7 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol8 /dev/dsk/c2t2d0
lvextend -m 1 /dev/vg00/lvol9 /dev/dsk/c2t2d0
lvlnboot -v -b /dev/vg00/lvol1
lvlnboot -v -s /dev/vg00/lvol2
lvlnboot -v -d /dev/vg00/lvol2
lvlnboot -v -r /dev/vg00/lvol3
lvlnboot -R /dev/vg00
lvlnboot ???v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:07 PM
03-31-2003 08:07 PM
Re: How to config mirror disk?
The first disk to add to the new vg and have all of the logical volumes created on, will need to be the 18 Gig (this gets you around the MAXPE problem.
Then to create the mirrors:
(assumming vg01, c0t2d0 - 18G and c1t2d0, c1t3d0 - 9G)
lvextend -m 1 /dev/vg01/lvol1 /dev/dsk/c1t2d0 /dev/dsk/c1t3d0
etc.....
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 09:38 PM
03-31-2003 09:38 PM
Re: How to config mirror disk?
this doc might give you what you need...
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-1335382922+1049175415397+28353475&docId=200000062922077 .
regards...