- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Clustering Without MCServiceGuard
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
11-08-2004 07:47 PM
11-08-2004 07:47 PM
Has anybody tried this out?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 07:56 PM
11-08-2004 07:56 PM
Re: Clustering Without MCServiceGuard
Regards,
Zygmunt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:05 PM
11-08-2004 08:05 PM
Re: Clustering Without MCServiceGuard
The only thing it to mount in exclusive mode the vg in order to prevent data corruption from both sides.
To achive this:
vgchange -a e
Rgds,
Romaric.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:10 PM
11-08-2004 08:10 PM
Re: Clustering Without MCServiceGuard
If your disk system is SCSI you have to change controller address (7) of the second system to (6).
When you want to mount the second system you have to usually run fsck.
Marek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 08:17 PM
11-08-2004 08:17 PM
Re: Clustering Without MCServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2004 10:40 PM
11-08-2004 10:40 PM
SolutionDo not try to mount any filesystem on both systems at once, unless you either mount read-only on both, or cross-mount using NFS.
vgexport -m /tmp/vgNN.map -p -v /dev/vgNN
Use -p to vgexport in preview mode, which does not destroy the data. Make a note of your disk paths. tar your /dev/vgNN directory and copy that across.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:09 PM
11-09-2004 04:09 PM
Re: Clustering Without MCServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 04:15 PM
11-09-2004 04:15 PM
Re: Clustering Without MCServiceGuard
PVG is nothing but a flat file in /etc called lvmpvg. After you imported the VGs, just copy the file from the other server into /etc directory and modify it to suit to the disk device files on this server. Only "c#" may change.
Also one *very important* thing to note is to modify your /etc/lvmrc file to ensure that these VGs are not automatically activated during the boot. Specify other VGs for activation in this file. Do not have these VGs activated on the other node while the application is running.
However, it is best to use ServiceGuard to avoid any issues. May cost some money but it's worth if you need availability.
-Sri