- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error: Node fcretn1 is refusing Serviceguard commu...
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
02-12-2007 12:00 PM
02-12-2007 12:00 PM
Error: Node fcretn1 is refusing Serviceguard communication.
error
aasv@SD32A-fcretn1 > cmcheckconf -v -C /etc/cmcluster/rmsprd.ascii -P /etc/cmcluster/fcret/oracle.cfg
Checking cluster file: /etc/cmcluster/rmsprd.ascii
Checking nodes ... Done
Checking existing configuration ... Done
Warning: Unable to get configuration for cluster fcretcl.
Error: Node fcretn1 is refusing Serviceguard communication.
Please make sure that the proper security access is configured on node
fcretn1 through either file-based access (pre-A.11.16 version) or role-based
access (version A.11.16 or higher) and/or that the host name lookup
on node fcretn1 resolves the IP address correctly.
cmcheckconf : Failed to gather configuration information
aasv@SD32A-fcretn1 >
I have
1. created a cmcmnodelist
2. created a /.rhosts.
3. added all required entries to the /etc/hosts
4. checked an nslookup resolved the hostames OK - it does
I don't have firewall between nodes
Any Idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 02:06 PM
02-12-2007 02:06 PM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
hostname should give just the name of the system and it should not be fully qualified domain name.
For ex:hostname on system xyz should be xyz and not xyz.abc.com
Can you copy paste the contents of .rhosts and /etc/hosts ?
I think the file cmcmnodelist is a typo and it is actually cmclnodelist
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 11:35 PM
02-12-2007 11:35 PM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
fcretn1 root
/etc/hosts:
Insure ALL IP-bearing NICs are identified in /etc/hosts. Add the fully qualified domain name first then simple hostname/alias, then on lines that do not contain the hostname, add the hostname at the end.
Insure this line exists in /etc/hosts:
127.0.0.1 localhost loopback
/etc/nsswitch.conf:
Insure the 'hosts' line looks something like this:
hosts: files dns
/var/adm/inetd.sec:
Inspect the file. If any IP filtering has been added, insure the hacl ports listed in /etc/services are "allow"ed. Also "allow" the registrar service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 01:54 AM
02-13-2007 01:54 AM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
Hola Antonio:
What version of ServiceGuard are you running ?
Have you patched the system lately or this configuration never worked ?
If it is a SG11.16 and you have patched, there are speciall instalation instrucctions to follow.
Regards Saludos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 03:46 AM
02-13-2007 03:46 AM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
the primary node is fcretn1 and secundary node is fcret1n2
the version of OS is 11.11 on both nodes
Srinivas, this is the information
aasv@SD32A-fcretn1 > grep fcretn1 /etc/hosts
10.80.1.118 fcretn1.femcom.net fcretn1
10.80.15.128 fcretn1-m.femcom.net fcretn1-m
10.80.8.128 fcretn1-s fcretn1-s.femcom.net
aasv@SD32A-fcretn1 > tail .rhosts
fceai2
fcoms1
fcret1n2
fcwmprd1.fecmcom.net
+
fcret4 rmssbx
Stephen Doud, I think that to this you talk about
aasv@SD32A-fcretn1 > grep fcret1n2 /etc/hosts
10.80.1.91 fcret1n2.femcom.net fcret1n2
aasv@SD32A-fcretn1 > tail /etc/cmcluster/cmclnodelist
fcretn1 root
fcret1n2 root
aasv@SD32A-fcretn1 > grep hosts /etc/nsswitch.conf
hosts: files dns
I don't have the file /var/adm/inetd.sec in the hosts
Que tal Ignacio,
la version de Serviceguard es A.11.16
Thanks to all, but I even have the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 04:36 AM
02-13-2007 04:36 AM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
inetd to be the primary suspect here..check inetd.conf file on both the nodes is it same as mentioned below if not change it..
/etc/services: ident 113/tcp auth tap # RFC 1413
/etc/inetd.conf: ident stream tcp wait bin /usr/lbin/identd identd
and "inetd -c"
If above is fine then check for the node names & ip address mentioned in cluster ascii file
Verify the cluster ascii file with cmcheckconf
# cmcheckconf -v -C cluster.ascii
Best Regards,
Prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 05:36 AM
02-13-2007 05:36 AM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
I checked the configurations, is same on both nodes
aasv@SD32A-fcretn1 > grep ident /etc/services
ident 113/tcp authentication # RFC1413
aasv@SD32A-fcretn1 > grep ident /etc/inetd.conf
ident stream tcp wait bin /usr/lbin/identd identd
aasv@SD32A-fcretn1 > grep hacl /etc/inetd.conf
hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmomd -f /var/opt/cmom/cmomd.log
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c
The continuous problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 09:35 PM
02-13-2007 09:35 PM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
PHSS_35302
PHSS_31073
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2007 11:49 PM
02-13-2007 11:49 PM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
Just thinking out loud....
...look at fcretn1 .rhost file entries you posted above. It shows the hostname, but not the user "root".
Try editing the file, enter the user root, and give it another try.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 10:32 AM
02-14-2007 10:32 AM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
Regards
Antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 08:27 PM
02-14-2007 08:27 PM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
Stupid question but you are running this as root (not aasv user), right?
Also looking at your PS1 it makes me wonder if it's hardcoded to SD32A-fcretn1 or it's the output of $(uname -n). Output of $(uname -n) must match node name you have in cluster ascii file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 03:32 AM
02-15-2007 03:32 AM
Re: Error: Node fcretn1 is refusing Serviceguard communication.
fcretn1
aasv@SD32A-fcretn1 > id
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 10:50 PM
02-15-2007 10:50 PM