- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How can I bring a cluster member up if other membe...
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-13-2005 02:27 AM
04-13-2005 02:27 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 02:42 AM
04-13-2005 02:42 AM
Solutionyou can always boot conversationally using
>>> b -fl n,1 (n = system root)
then
SYSBOOT> SET EXPECTED_VOTES 1
SYSBOOT> C
This will bring up the node as a single member cluster (assuming it has at least VOTES=1).
YOU need to make sure, that no other member in this cluster is up and accessing the shared disks.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 02:43 AM
04-13-2005 02:43 AM
Re: How can I bring a cluster member up if other member unavailable
Some things I would check first:
- are you booting from the correct root?
-- it is possible that both members attempt to boot from the same root (e.g. [SYS0])
- are you sure that the network hardware works properly?
-- if there is a chance that this is not the case, DO NOT attempt to worm around with member 2's system parameters!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 02:48 AM
04-13-2005 02:48 AM
Re: How can I bring a cluster member up if other member unavailable
I would expect the cluster to be able to form from 1 member + the quorum disk.
This needs investigation, but first, to get you up:
^P
to get you to the bootprompt again,
and boot conversational:
add -FL 0,1 (or, if you already use -FL, replace the second param by 1 )
This gets you to SYSBOOT>
Show VOTES , EXPECTED, QSKVOTES, DISK_QUORUM
Verify that DISK_QUORUM _DOES_ point to your quorumdisk.
Verify that VOTES + QDSKVOTE > EXPECTED / 2
If that is OK, ARE YOU SURE YOU SEE THE QDSK?
Probably, you will make the equation fit (largest possible EXPECTED that does fit) by
SYSBOOT> SET EXPECTED = nnn
SYSBOOT> cont
Success.
Proost.
Have one on me.
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 04:15 AM
04-13-2005 04:15 AM
Re: How can I bring a cluster member up if other member unavailable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 04:42 AM
04-13-2005 04:42 AM
Re: How can I bring a cluster member up if other member unavailable
yes. Set EXPECTED_VOTES = 1 in MODPARAMS.DAT. This will make sure that it will be set correctly (for the current reduced configuration), if someone decides to run AUTOGEN.
Nevertheless, there seems to be something wrong with your initial setup, as a single node + a quorum disk should normally be allowed to boot, if configured correctly.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 05:16 AM
04-13-2005 05:16 AM
Re: How can I bring a cluster member up if other member unavailable
to extend on previous postings:
The whole _INTEND_ of a quorum disk is, to allow each single one node of a two-node cluster to keep running, and to boot.
Please review QDSKVOTES and VOTES.
For your simplest config, I suggest both as 1.
In that case, the nominal value for EXPECTED_VOTES would be 3.
If that holds true, then, if you keep seeing the "waiting to f... etc" message, I am pretty sure that your node can NOT see the QDSK.
Normal would be to see "Accessing
I already mentioned in my previous post, but please check the correct specification of the quorum disk.
And if your second node comes back (this system, or a replacement using this root), then you can check (and if needed, correct) the params for that BEFOREHAND by SYSGEN USE
Unless you have VERY SPECIFIC reasons, and you THOROUGHLY KNOW the consequences, you are best served with VOTES = 1 and for the QDSK; and EXPECTED = 3 for each node.
Success.
Proost.
Have one on me.
Jan