- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding LV
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
07-14-2010 02:46 AM
07-14-2010 02:46 AM
We have existing serviceguard in a two-node cluster with package only on one node. Everything is up and running fine.
All we need, is to add a LV to existing VG in the package.
I have got following steps, let me know if these are correct:
1. Create LV in that VG.
2. create mount point on both nodes
3. Edit package control script:
LV[1]=/dev/vg_name/lv_name; FS[1]=/mount_pt <<<< New LV entry
4. Copy the pkg_name.cntl file to the other node.
5. Manually mount the filesystem on primary node and start using the LV.
6. During next package start the filesystem will be mounted automatically with package control script.
7. During failover the LV will be mounted on he other node.
Are these steps okay??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 03:20 AM
07-14-2010 03:20 AM
Re: Adding LV
Regards
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 04:27 AM
07-14-2010 04:27 AM
Solution1. Create LV
2. Create FS
3. Create Mount Point
4. Do VG exoport:
vgexport â p â m
5. Copy the map file to the adoptive nodes.
On the adoptive node:
1. vgexport /dev/vg_name
2. mkdir /mount_point
3. mkdir /dev/vg_name
4. mknod /dev/vg_name/group c 64 0x0#0000 (use the same minor number!!)
5. vgimport â m
On the primary node:
6. cmhaltpkg
7. Update the package control file and distribute it to the adoptive nodes.
7. cmrunpkg
8. cmmodpkg â e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 06:27 AM
07-14-2010 06:27 AM
Re: Adding LV
While adding an LV:
Is cmapplyconf required?
Is vgexport/vgimport really required?
Thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 06:48 AM
07-14-2010 06:48 AM
Re: Adding LV
You can check the any variation via cmcheckconf command.
# I do not think that cmapplyconf is needed after creation of LV.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 11:11 AM
07-14-2010 11:11 AM
Re: Adding LV
vgexport/vgimport - required
assigning point - optional, but recommended
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 08:19 PM
07-14-2010 08:19 PM