- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- new volume group in current 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
04-24-2001 07:05 AM
04-24-2001 07:05 AM
new volume group in current cluster.
I have up and running cluster, and I get new disks. I can see them from both nodes. So,
I created volume group, one lv and one fs on several disks. Question is: do I have to mark volume group with vgchange -c y vgname before importing those volume group on adoptiv node, or just import without vgchange. Other question is can I on line (without halting package) join this volume group in existing package.
Thank you in advance.
Hrvoje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 07:12 AM
04-24-2001 07:12 AM
Re: new volume group in current cluster.
In order to use "-s" option of vgexport, you need to "vgchange -c y" your vg :
vgchange -c y /dev/vgXX
vgexport -p -s -m /tmp/mapfile.vgXX /dev/vgXX
rcp /tmp/mapfile.vgXX Host1 Host2
On node 2 :
mkdir /dev/vgXX
mknod /dev/vgXX/group c 64 0x...
vgimport -s -m /tmp/mapfile.vgXX /dev/vgXX
You need to stop your package if you want to add a new vg.
Regards,
Patrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 07:15 AM
04-24-2001 07:15 AM
Re: new volume group in current cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 07:25 AM
04-24-2001 07:25 AM
Re: new volume group in current cluster.
Patrice, sorry, but I think you're wrong. There's no need of doing vgchange -c y before vgexport with -s option.
So Hrvoje, follow Patrice instructions, and don't forget to add an entry for that new vg in /etc/cmcluster/cmclconf.ascii, afterwards you'll need to apply the new conf. with cmapplyconf.
Note: you can add FileSystems online, but if you do it with VGs it can be a new point of failure on your HA cluster. So, add VGs offline.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 07:26 AM
04-24-2001 07:26 AM
Re: new volume group in current cluster.
Document #UXSGLVKBAN00000012 (LVM - Adding A Volume Group To A ServiceGuard Package) has a step-by-step guide for this process.
It notes that it is not necessary to halt the package when adding a volume group. It also notes that a 'vgchange -c y ...' can be used to manually "cluster" an inactive volume group, but this will only succeed when the cluster is running, as it depends on the cmlvmd daemon being active.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 11:22 PM
04-24-2001 11:22 PM
Re: new volume group in current cluster.
James could you tell me where can I
found Document #UXSGLVKBAN00000012 (LVM - Adding A Volume Group To A ServiceGuard Package). It would help.
Best regards,
Hrvoje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 11:54 PM
04-24-2001 11:54 PM
Re: new volume group in current cluster.
You need to go there and search for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2001 02:34 AM
04-25-2001 02:34 AM
Re: new volume group in current cluster.
To find the document I cited, follow this:
Make sure that you are logged into the ITRC.
Click Maintenance and Support -> Search Technical Knowledge Base -> Select Search by Doc ID and enter the document number (UXSGLVKBAN00000012) -> Search.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 12:07 AM
04-26-2001 12:07 AM
Re: new volume group in current cluster.
permission to get this document:
Note: Your search produced no results; try a different search string.
Hints: Document ids are case sensitive. You may not be authorized to access a particular document id.
Anyway, thank you