- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with "vgchange -a r"
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
10-07-2004 10:07 PM
10-07-2004 10:07 PM
Problem with "vgchange -a r"
I want a particular VG and its corresponding LVs/filesystems RW from one node and RO from another. Hence I have done "vgchange -a r" on another node and mounted lvols as "mount -o ro" . But now when I am making any changes on first node i.e. addidition of files , it is not getting reflected on the other node. Howz it possible, please advise.
thanks
Shripad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 10:46 PM
10-07-2004 10:46 PM
Re: Problem with "vgchange -a r"
Please be precise how the VG is activated on first node and is this member of cluster?
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 10:55 PM
10-07-2004 10:55 PM
Re: Problem with "vgchange -a r"
The VG is not part of cluster. Following example best illustrates the problem.
Node A = Primary = Read-Write Mode
Node B = Secondary= Read-Write MOde.
Both are running with hpux 11.11 and are npar of superdomes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 11:06 PM
10-07-2004 11:06 PM
Re: Problem with "vgchange -a r"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 11:07 PM
10-07-2004 11:07 PM
Re: Problem with "vgchange -a r"
If you want this functionality, mount the filsestem as r/o via NFS on the "other" server.
I believe advfs on Tru64 supports this configuration, and in the future this may be ported into the HPUX tree (given the amalgomation of tru64 features in hpux).
For now though, nfs is your best option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 11:50 PM
10-07-2004 11:50 PM
Re: Problem with "vgchange -a r"
Sunil