- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mounting VG's on two 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
04-12-2005 08:43 PM
04-12-2005 08:43 PM
Mounting VG's on two nodes
We have a two node cluster, with each node running its own instance of Oracle (dbinst1 on node 1 and dbinst2 on node 2). They have a shared disk pool on an external SAN. Node 1 is in charge of the cluster runs the nfs_server package, automatically mounting the disks/VG's/filesystems from the SAN that Oracle needs. In failover, node 2 starts the nfs_server package to mount the filesystems for Oracle. We use the lock disk method to know who has control.
Q. The Oracle techies tell me that at one point, both nodes used to have the filesystems mounted. They could then fire off different queries to different servers. At the moment, only node 1 mounts the shared filesystems. Any pointers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 11:54 PM
04-12-2005 11:54 PM
Re: Mounting VG's on two nodes
Perhaps they are confused with Serviceguard OPS Edition vs standard Serviceguard.
Are you running Oracle Parallel Server?
This would need more investigation I suspect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 12:09 AM
04-13-2005 12:09 AM
Re: Mounting VG's on two nodes
The node serving the package exports the filesystem which is then mounted on other node.
Other option to mount the filesystem on other node is by activating the VG on other node in Read-Only mode in which they can read the data, fire the queries but cant write.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 12:10 AM
04-13-2005 12:10 AM
Re: Mounting VG's on two nodes
A VG on an MC/ServiceGuard fail-over cluster can be mounted on two different nodes at the same time. Just take a look in your package control scripts and it might be clear to you.
Hope it helps,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 12:17 AM
04-13-2005 12:17 AM
Re: Mounting VG's on two nodes
Multiply-mounted file systems are not a current feature of HP-UX. The kernel does not have the facility to receive external communication from another kernel to update it's in-core (memory-based) inode table.
Serviceguard OPS or SGeRAC features also do not support shared mounted file systems. Only concurrently accessed -raw- logical volumes are a feature of SG/OPS or SGeRAC.
NFS may make a file system appear to be directly mounted to the unaware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 01:06 AM
04-13-2005 01:06 AM
Re: Mounting VG's on two nodes
You cannot currently mount a filesystem on two systems directly.
If you consider the fact that much of the filesystem management is based in memory and that files that are "updated" reside for the most part in memory until written out to disk at a later time, it makes sense why two seperate systems would not be able to share a mounted filesystem directly. I.e. on machine Fred, I update a file but its not on the disk, it's in Fred's memory . On machine Barney, if I try to use that file, I'm using old data .
The only way around this currently is NFS.
Best regards,
Oz