- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: changeing clusterlock disk 36GB to a 73GB 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-06-2006 01:37 AM
03-06-2006 01:37 AM
We want to change a 36GB (mirrored) disk to a 73GB (mirrored) disk. Mirrorring is done using HP MirrorDisk over two SC10 cabinets.
(/dev/dsk/c4t0d0 and /dev/dsk/c5t0d0)
We run MC/SG and one of the mirrored disks is asigned as the lock disk. Also the Volume group on these disk is VG01. Becose of maximum PE's for VG01 can't handle 73GB disks, the volume group will change also to VG04.
In the MC/SG config file only disk /dev/dsk/c4t0d0 is asigned as lock-disk.
Questions:
1. Can we remove disk /dev/dsk/c5t0d0 as mirror while the cluster is up and whitout creating problems regarding the lock-disk?
2. We want to save a copy of the original disk data (vg01 lvol's and /dev/dsk/c4t0d0). How to do this?
Regards,
CvB
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 01:47 AM
03-06-2006 01:47 AM
Re: changeing clusterlock disk 36GB to a 73GB disk
http://docs.hp.com/en/B3936-90079/ch07s04.html
For number 2,
lvol info is displayed with a vgdisplay -v /dev/vg01
do you need to pull the 36GB disk out? If you can leave it in - then just setup the new lvols on the new disk and copy the data over - I like to use vadump/vxrestore:
vxdump -0 -f - -s 1000000 -b 16 /old/oracle | (cd /oracle ; vxrestore rf -)&
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 01:54 AM
03-06-2006 01:54 AM
Re: changeing clusterlock disk 36GB to a 73GB disk
We have to replace the 36GB disks for 73GB disks.
Regards,
CvB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 01:58 AM
03-06-2006 01:58 AM
SolutionEither copy the data somewhere or run a backup.
Then, remove the old disks (umount the file systems, vgexport /dev/vg01), then put in the new ones and recreate vg01 on the new disks - no need for vg04 - recreate the file systems, mount them and run a restore.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 02:04 AM
03-06-2006 02:04 AM
Re: changeing clusterlock disk 36GB to a 73GB disk
Is it possible to save all the info, vg01/lvol an cluster lock and filesystem data, on the original disk /dev/dsk/c4t0d0 and still remove the VG01 volume group?
Becose normal you have to lvremove all lvol's and than do a vgremove of the VG01?
But than all the data on the disk is cleared and this disk can't be used for a recover situation.
Regards,
CvB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2006 02:09 AM
03-06-2006 02:09 AM
Re: changeing clusterlock disk 36GB to a 73GB disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 01:07 AM
03-07-2006 01:07 AM
Re: changeing clusterlock disk 36GB to a 73GB disk
When the copy is done, replace the other 36GB drive with 73GB drive, and mirror the 73GB drives.
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 01:17 AM
03-07-2006 01:17 AM