- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- EMC related issue
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
08-01-2005 06:33 AM
08-01-2005 06:33 AM
EMC related issue
I want to know if anyone here is aware of any EMC internal command that I can run which will tell when 2 systems are trying to access the same file-system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:39 AM
08-01-2005 11:39 AM
Re: EMC related issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:03 PM
08-01-2005 11:03 PM
Re: EMC related issue
Not aware of any such tool. I imagine you could write something for exclusive rights to a vg. As you know, EMC like to keep things a great secret. I know of some commands internally to the emc, but not what you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 11:16 PM
08-01-2005 11:16 PM
Re: EMC related issue
I agree that probably you have a problem with vg activation. Is this a SG cluster?
Check if you have AUTO_VG_ACTIVATE=0 on /etc/lvmrc on both node.
Enjoy :)
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 02:28 AM
08-02-2005 02:28 AM
Re: EMC related issue
On HP-UX, ServiceGuard is more tightly integrated to the OS: when you are creating a cluster, you can set the volume group to a cluster mode, like "vgchange -c y vgsomething".
However, this locking does not go to the EMC level: it works only among members of the cluster. Two unrelated hosts will happily use the same disk at the same time, if mistakenly configured to do so. We unfortunately had this fact experimentally confirmed :-(
A big part of ServiceGuard setup is ensuring that the volume group activation/deactivation scripts are absolutely bullet-proof. One of the nodes may fail totally at any time, with no time to unlock the locks it has set up.
Because of this, the remaining node(s) *must* be able to grab the disks held by the failed node, if (and only if) convinced that the node that held the disks has failed.
This also means that if a node detects it's in a situation where the other nodes assume it has failed, it must completely stop using any cluster disks *immediately*. This is why ServiceGuard has the TOC functionality for HP-UX and the deadman driver for Linux: the chosen method is to intentionally crash the server when necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 03:13 AM
08-02-2005 03:13 AM