- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change volumes configuration - how to
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
05-30-2004 08:06 PM
05-30-2004 08:06 PM
Unlikely some of these are in a serviceguard package.
I've to change for example:
/dev/vg04/lv_one mounted on /directory
into
/dev/newspecial mounted on /directory
Which serviceguard configuration files I've to modify?
We are migrating from EMC symmetrix to EMC CLARiiON. So we can't need LVM to manage new volumes.
So we are seeing one "big" LUN instead of many little "LUN"
Do you suggest me to continue to use LVM to manage volumes or I can mount directly special LUN file on directory?
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:40 AM
05-31-2004 12:40 AM
SolutionSo you need to modify /etc/cmcluster/cmclconf.ascii file plus /etc/cmcluster/pkg1/
Hope this is what you are looking upto.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 12:53 AM
05-31-2004 12:53 AM
Re: Change volumes configuration - how to
#cmcheckconf
and
#cmapplyconf
This will check the new configration for any error's and later one will create new binary file for your cluster. Then move the same to the other node.
All the best.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 01:30 AM
05-31-2004 01:30 AM
Re: Change volumes configuration - how to
Node 1
-Change in /etc/cmcluster/cmclconfig.ascii volume groups
(If I have to change FIRST_CLUSTER_LOCK_VG /dev/vg01 is it sufficient to modify this line?)
-Change in /etc/cmcluster/my_pkg/my_pkg.cntl
VG[0...n] to be activated
LV[0...n] FS[0...n] FS_MOUNT_OPT[0...n]
and then
cmcheckconf
cmapplyconf
The same on node 2
Is it right?
Thank You
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 01:42 AM
05-31-2004 01:42 AM
Re: Change volumes configuration - how to
You are right. Only thing is, you don't have to repeat it on node 2, simply ftp the "cmclconfig" file from node 1 to node 2.
That's all.
All the best.