- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to configure HPUX MC service guard
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
06-17-2004 02:52 AM
06-17-2004 02:52 AM
unable to configure HPUX MC service guard
But when i run the command from hpuxdp15(my first node),
cmquerycl -v -C /etc/cmcluster/lpcluster.config -n hpuxdp15 -n hpuxdp14
"unable to establish connection to node hpuxdp15"
Can anyone help me in figuring out my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:55 AM
06-17-2004 02:55 AM
Re: unable to configure HPUX MC service guard
Also look for cmclnodelist in /etc/cmcluster has hostname entries for both the nodes.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 02:57 AM
06-17-2004 02:57 AM
Re: unable to configure HPUX MC service guard
cmcheckconf -v -C /etc/cmcluster/lpcluster.config
What is output?
Did you follow the "managing MC/ServiceGuard"?
http://docs.hp.com/hpux/onlinedocs/B3936-90073/B3936-90073.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:02 AM
06-17-2004 03:02 AM
Re: unable to configure HPUX MC service guard
UMCSGKBRC00008184
TITLE: "unable to establish communications"
(login to the ITRC and access the technical knowledge database - change the search pattern to "Search by document ID"
-sd-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:05 AM
06-17-2004 03:05 AM
Re: unable to configure HPUX MC service guard
You have to have root access from computer to another one without password. Put hostnames of the computers to /.rhosts for both of them. I hope, this resolves the problem.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:11 AM
06-17-2004 03:11 AM
Re: unable to configure HPUX MC service guard
first_node root
second_node root
first_node.domain.com root
second_node.doamin.com root
and then try your query again .
You may also want to put both your node names in the .rhosts file as well .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:16 AM
06-17-2004 03:16 AM
Re: unable to configure HPUX MC service guard
As mentioned by Aswini, configure cmclnodelist in /etc/cmcluster directory on both the servers. The syntax is the same that you for .rhosts.
Also, make sure the hostnames listed in the cluster configuration files are in fact the hostnames configured on the servers and are properly resolvable on each server. To verify it enabled inetd with logging
#inetd -l
#tail -f /var/adm/syslog/syslog.log
(in another window)
#telnet $(hostname)
Go the other system and telnet to this system.
Observe the syslog.log to see how the connections are appearing. Do it on both hosts.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:22 AM
06-17-2004 03:22 AM
Re: unable to configure HPUX MC service guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:35 AM
06-17-2004 03:35 AM
Re: unable to configure HPUX MC service guard
on node1 and node 2 do a lanscan to get MAC address and Crd.inst/PPA number of all LAN cards .
Now from node1 do
#linkloop -v -i crdInt/PPA_of lan0 MAC_address_of_lan0_on_node2
it should come back as ok .
Do it for all lans on bot the nodes .
If thier are failures you needto resolve them first .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:38 AM
06-17-2004 03:38 AM
Re: unable to configure HPUX MC service guard
Can you please check the file i have attached and let me know what is the problem. i have done added all the entries in .rhosts file as well but still getting the same error message. Can you give me your email id.
-siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:49 AM
06-17-2004 03:49 AM
Re: unable to configure HPUX MC service guard
what does hostname command return . It should just retirn the hostname and not the fully qualified domain name .If it does set it just to hostname .
Also check your DNS resolving . Turn it off and do all your resloutin through hosts files unitl the cluster is build .
Also try doing remsh to both the nodes from each other . If asks for passwords then still tehre is a name resolution problems .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 03:54 AM
06-17-2004 03:54 AM
Re: unable to configure HPUX MC service guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:00 AM
06-17-2004 04:00 AM
Re: unable to configure HPUX MC service guard
hpuxdp15.india.hp.com hpuxdp15.india.hp.com
UH 0 lan0 4136
hpuxdp15 hpuxdp15 UH 0 lan1 4136
The above is the problem.
lan1 1500 192.1.1.0 192.1.1.102 124 113
lan0 1500 15.70.177.0 15.70.177.184 19796 16827
Looks like your /etc/hosts is wrong. Both the IPs are pointing to teh same hostname and that is causing the confusion.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:03 AM
06-17-2004 04:03 AM
Re: unable to configure HPUX MC service guard
if you have cmclnodelist configured then .rhsots is ignored. cmclnodelist must have entries of both nodes
nodename1 root
nodename2 root
Does remsh works?
Does netconf file configured full quilified domain name for the host?
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:07 AM
06-17-2004 04:07 AM
Re: unable to configure HPUX MC service guard
You probably have this configuration in your /etc/hsots file.
15.70.177.184 hpuxdp15.india.hp.com
192.1.1.102 hpuxdp15
Change it to
15.70.177.184 hpuxdp15 hpuxdp15.india.hp.com
192.1.1.102 hpuxdp15-pvt
If you have similar configuration on the other node, change it to ensure uniq names for each interface.
-Sri
PS: Say hi to Dhruva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 04:52 AM
06-17-2004 04:52 AM
Re: unable to configure HPUX MC service guard
I'm 100% with Sridhar on this....looking at your netstat output is just plain 'corn-fusing'.
You need to fix your /etc/host file first....make sure you can reverse lookup everything and get the results (not a conflict) for your host; pkg and heartbeat addresses/names.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2004 09:40 PM
06-17-2004 09:40 PM
Re: unable to configure HPUX MC service guard
I have configured a common shared disk on both the nodes and activated on node one.
when i give the command cmquerycl -v -C /etc/cmcluster/abc.config -n node1 -n node2
it gives me an error message "Unable to determine lvm configuration: failed to receive lvm query reply on node1".
If i give only node2 in the abouve command everything seems to work fine.
Please let me know what can be the reason for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 12:34 AM
06-18-2004 12:34 AM
Re: unable to configure HPUX MC service guard
A.11.13: PHSS_27722 --> current: PHSS_28849
A.11.14: PHSS_27246 --> current: PHSS_30769
The patches state:
- When this behavior occurs, commands such as:
# cmcheckconf -k -C
# cmapplyconf -k -C
will generate internal errors similar to the following:
Internal error: Number of volume groups sent (20) doesn't
match (1) reply from node hd3grd1
Error: Unable to determine lvm configuration: failed to
receive lvm query reply from node hd3grd1
and then may generate other LVM errors such as:
Error: Volume Group /dev/vgxprdpin is not found on any
nodes in the cluster.
cmcheckconf : Unable to verify cluster file: bad.ascii
========
-sd-