- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to make a mirror on an existing volume gro...
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
06-19-2003 07:45 AM
06-19-2003 07:45 AM
How to make a mirror on an existing volume group..
Currently I have a volume group on one machine, but I want to make a mirror on an other machine for it.
On machine A I???ve made a volume group calles /vgtest which is made over 2 luns.
Vgdisplay ???v /dev/vgtest shows te following:
/dev/dsk/c43t2d1
/dev/dsk/c33t2d1 Alternate Link
/dev/dsk/c33t2d2
/dev/dsk/c43t2d2 Alternate Link
On machine B I???ve made 1 lun with the following device files:
/dev/rdsk/c59t4d1
/dev/rdsk/c60t4d1 Alternate Link
I???ve added the following lines in the /etc/lvmpvg file:
VG /dev/vgtest
PVG room1
/dev/dsk/c43t2d1
/dev/dsk/ c33t2d2
PVG room2
/dev/dsk/ c59t4d1
vgextend ???g room1 /dev/vgtest /dev/dsk/c59t4d1
lvchange ???s g /dev/vgtest/lvol1
lvextend ???m 1 /dev/vgtest/lvol1 /dev/dsk/ c59t4d1
Is this te right way to do this?? This is quite new for me.
Thanx in advance,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 08:52 AM
06-19-2003 08:52 AM
Re: How to make a mirror on an existing volume group..
If my "machine" you mean two physically distinct servers, then you cannot do this. MirrorDisk/UX mirrors logical volumes of a volume group within a server.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 09:08 AM
06-19-2003 09:08 AM
Re: How to make a mirror on an existing volume group..
http://www.docs.hp.com
http://www.docs.hp.com/cgi-bin/onlinedocs.py?mpn=B2355-90742&service=hpux&path=00/00/1&title=Managing%20Systems%20and%20Workgroups%3A%20A%20Guide%20for%20HP-UX%20System%20Administrators
Also check out chap 16 of the Software Recovery Handbook
http://us-support3.external.hp.com/iv/data/documents/DE_SW_UX_swrec_EN_01_E/Introduction.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 10:28 AM
06-19-2003 10:28 AM
Re: How to make a mirror on an existing volume group..
http://veritas.com/products/category/ProductCategory.jhtml?categoryId=2018&baseId=2016
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 11:25 AM
06-19-2003 11:25 AM
Re: How to make a mirror on an existing volume group..
Is it a database? Many databases have replication functionality, oracles is especially good.
Is the data dynamic enough to justify the expense and admin overhead in duplicating it? If it is read only, or is only required to be within 1 day of current data, you can schedule a nightly backup and restore.
Hope this helps, share and enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:24 PM
06-19-2003 05:24 PM
Re: How to make a mirror on an existing volume group..
dev/dsk/c59t4d1 needs to be a device file known to machine A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 05:41 PM
06-19-2003 05:41 PM
Re: How to make a mirror on an existing volume group..
If the machine A and B are using disk space from a "concentrated disks", such as SAN, then you may think about mirroring on SAN side.