- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- one node serviceguard cluster
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
01-29-2004 04:36 AM
01-29-2004 04:36 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:40 AM
01-29-2004 04:40 AM
Re: one node serviceguard cluster
I don't recall any gotchas, I believe you can just set them up like any other cluster. It's been a long time since I've messed with it.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:45 AM
01-29-2004 04:45 AM
Re: one node serviceguard cluster
Many people use a single nopde to do basic testimng, or use the LAN failover facility.
Setting it up is the same as any other cluster, just no need to repeat the work on the other nodes ;-]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:50 AM
01-29-2004 04:50 AM
Re: one node serviceguard cluster
Yes. YOu can do it. I basically setup my workstation as a single node cluster to test my package scripts involving package dependencies.
The main advantage is for local lan failover and easy convertibility to multi-node cluster.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 04:57 AM
01-29-2004 04:57 AM
Re: one node serviceguard cluster
nodename root
when I run the command
# cmquerycl -n nodename -C conf.ascii
I get:
Permission denied to nodename
cmquerycl : Unable to find an unused cluster name: No such device or address.
what have I done wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 05:05 AM
01-29-2004 05:05 AM
Solutionnslookup hostname
does this come back with the right ip address?
then do nslookup ip_address
does this come back with the right hostname?
If these do not work, then you need fix that first.
If they do work correctly, then change the /etc/cmcluster/cmclnodelist file to jusy have a + in it, and try again
If that does not help, try removing the cmclnodelist file and having a .rhosts file for root.
The correct syntax should be
cmquerycl [-v] -C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 10:05 AM
01-29-2004 10:05 AM
Re: one node serviceguard cluster
what does cmviewcl -v show?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2004 10:07 AM
01-29-2004 10:07 AM
Re: one node serviceguard cluster
If rlogin is successful then cmclnodelist will work.
Keep an .rhosts entry for 'node root' and see if you can rlogin with 'rlogin node -l root'.
It may most likely an nslookup issue.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 12:16 AM
01-30-2004 12:16 AM
Re: one node serviceguard cluster
One final issue, when I ran the cmquerycl command to build the cluster configuration file, it made the following statement, will this cause me problems later as I attempt to configure my one node cluster? :-
Warning: Failed to find a configuration that satisfies the minimum network configuration requirements.
Minimum network configuration requirements are:
- 2 or more heartbeat networks OR
- 1 heartbeat network with local switch OR
- 1 heartbeat network with serial line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 12:38 AM
01-30-2004 12:38 AM
Re: one node serviceguard cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 03:14 PM
01-31-2006 03:14 PM
Re: one node serviceguard cluster
step 1 : need not Lock Disk
step 2 : need not relocatable IP (if you need, you can use)
step 3 : need not standby lan card (if you need, you can use)
step 4 : cd /etc/cmcluster
setp 5 : cmquerycl -C onenodetest.ascii -n onlyserver
setp 6 : modify onenodetest.ascii (vi onenodetest.ascii)
setp 7 : mkdir /etc/cmcluster/pkg1 (if you need, you make more package)
step 8 : cd /etc/cmcluster/pkg1
step 9 : cmmakepkg -p pkg1.conf (modify)
step 10: cmmakepkg -s pkg1.cntl (modify)
step 11: cd /etc/cmcluster
step 12: cmcheckconf -C $PWD/onenodetest.ascii -P $PWD/pkg1/pkg1.conf
if no error
step 13: cmapplyconf -C $PWD/onenodetest.ascii -P $PWD/pkg1/pkg1.conf
if successful
step 14: cmruncl
step 15: cmvicl
CLUSTER STATUS
onenodetest up
NODE STATUS STATE
onlyserver up running
PACKAGE STATUS STATE AUTO_RUN NODE
pkg1 up running enabled onlyserver ewcl