- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vg activated on 2 nodes
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-15-2001 01:45 AM
05-15-2001 01:45 AM
I have 2 web servers using same datas.
I'd like to try to activate a vg on 2 nodes,
in the first node in read/write mode, in the second node in read-only mode.
The vg is on a xp256. This VG is not on a SG package.
Anyone had some experience? Can I have some problem when I write files from first node?
Regards
Roberto
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 02:54 AM
05-15-2001 02:54 AM
Re: vg activated on 2 nodes
#vgchange -a r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 04:42 PM
05-17-2001 04:42 PM
Re: vg activated on 2 nodes
U must be crazy to do this.. I don't know why you want to activate VG on two systems. This will lead to corruption of Volume group and is not supported by HP.
If it is for sharig the file systems, do a NFS export from one system and mount it as read only on other system. As you may know, this will be slow because of network limitation.
Hope this helps
Manju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 11:34 PM
05-17-2001 11:34 PM
Re: vg activated on 2 nodes
I'm not crazy.. simply I'd like to know if it is possible to do and if someone had some experience of mounting a vg in read-only with an other system.
Thanks all
Best regards
Roberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 11:44 PM
05-17-2001 11:44 PM
SolutionI guess the biggest query woul dbe what is the effect on the node you are activating read-only, when you update on the "active" node?
Well I think that the in-core inode info might not get updated so you may have to continually unmont and remount file systems on the read-only node to ensure any data is updated.
But if that is not an issue, then yes it can and does work, particularly for doing backups on the read-only node.
I guess you would need to test it and make yourself comfortable with it.