- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change lvols with mirror in Cluster
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
10-11-2002 02:14 AM
10-11-2002 02:14 AM
Change lvols with mirror in Cluster
I need make a change in my system:
I???ve 4 lvols with mirror in the cluster???s disk and I want to put every lvol in a different disk.
I need the steps to do this correctly.
My system is HP-UX 11.0 with MirrorDisk/UX and ServiceGuard.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 03:13 AM
10-11-2002 03:13 AM
Re: Change lvols with mirror in Cluster
http://docs.hp.com/hpux/ha
This has explanations of what and where, and hten you can also take a look at Managing Systems and Workgroups available at:
http://docs.hp.com/hpux/os/11.0/index.html#System%20Administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 03:19 AM
10-11-2002 03:19 AM
Re: Change lvols with mirror in Cluster
lvcreate -n [lvname] /dev/vg[vgname]
lvextend -L [MB] /dev/vg[vgname]/[lvname] /dev/dsk/[diskname].
Easy really!
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 03:51 AM
10-11-2002 03:51 AM
Re: Change lvols with mirror in Cluster
I think you can use simply pvmove.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 05:33 PM
10-11-2002 05:33 PM
Re: Change lvols with mirror in Cluster
See more details with man pvmove .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 01:25 AM
10-14-2002 01:25 AM
Re: Change lvols with mirror in Cluster
I think that the steps could be:
1.- vgextend /VG /new disks
2.- lvsplit /lvols
3.- pvmove -n /lvol /new disk
4.- lvextend -m 1 /lvol /other new disk
5.- vgexport ...
ftp primary node -> alternative node
vgimport ...
is this correct?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 03:37 AM
10-14-2002 03:37 AM
Re: Change lvols with mirror in Cluster
remembet that lvsplit doesn't work with share mode so you can't use with cluster!!!!