- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding a LV to the VG owned by a package in a two ...
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
09-29-2011 01:38 AM
09-29-2011 01:38 AM
Adding a LV to the VG owned by a package in a two node cluster
Hello,
Can anyone please clear my query?
Suppose there is a two node cluster and running a package i.e. PKGA owned by volume group "vg05" having few Lvols in that vg.
Now i wanted to add one more Lvol in that vg(vg05) so in that do we need to halt the pack? or can we do it online?
Please let me know the steps also
Appreciate your quick response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2011 02:26 AM
09-29-2011 02:26 AM
Re: Adding a LV to the VG owned by a package in a two node cluster
> Now i wanted to add one more Lvol in that vg(vg05) so in that do we need to halt the pack? or can we do it online?
Yes, package need to be halted and re-compiled after changes, no need to stop whole cluster...It can not be done online while package is running
> Please let me know the steps also
What is the version of ServiceGuard cluster? General steps for 11.20 are as below...
(1) Create required VGs/LVs/File System on one node
(2) vgimport the same on another node
(3) Edit package config file and add "vg vg05" line
(4) copy the same package file on another node
(5) Compile the cluster with package and start the package
(6) Check with bdf command on node where package is running
Was this post useful? - You may click the KUDOS! star to say thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2011 02:30 AM
09-29-2011 02:30 AM
Re: Adding a LV to the VG owned by a package in a two node cluster
The steps given above are for addional VGs...
To add new LVs to same package, you also need to add below lines apart from other steps...
# fs_name /dev/vg01/lvol50
# fs_server ""
# fs_directory /pkg01bx
# fs_mount_opt "-o rw"
# fs_umount_opt "-s"
# fs_fsck_opt "-s"
# fs_type "vxfs"
Was this post useful? - You may click the KUDOS! star to say thank you.