- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem making cluster changes on SG 11.16 (it...
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-03-2005 02:43 PM
08-03-2005 02:43 PM
USER_NAME rz86118
USER_HOST ANY_SERVICEGUARD_NODE
USER_ROLE FULL_ADMIN
When I do:
cmcheckconf -v -C cmclconf.ascii
I get:
cmcheckconf : Configuration check failed.
When I check /var/adm/syslog/syslog.log I see:
Aug 3 21:39:16 icmfg20 cmcld: ERROR: User root on node icmfg20-hb2 does not hav
e root privileges on this cluster. Denying Access.
icmfg20-hb2 is one of the private heartbeat interfaces, connected to the other node via a crossover cable.
Okay, so now I do:
cmhaltcl
cmdeleteconf
and remove my cluster definition.
Now, when I do:
cmapply -v -C cmclconf.ascii
It works!
Why do I need to delete my cluster configuration before a change to the configuration will take place. My only thought now is that without a valid cluster config in place, it falls back to the cmclnodelist file and THAT is what allows it to work.
Anyone have any thoughts? I can provide additional details if this isn't clear enough.
Thanks,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:06 PM
08-03-2005 03:06 PM
Re: problem making cluster changes on SG 11.16 (itanium)
I know this sounds strange - as I prefer the command line myself - do you have the Service Guard Maneger GUI installed?
It would be interesting to see if that works or not (re-config the cluster with SG Manager that is).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:34 PM
08-03-2005 03:34 PM
Re: problem making cluster changes on SG 11.16 (itanium)
Aug 3 22:30:21 icmfg20 cmcld: ERROR: User root on node icmfg20-hb2 does not hav
e root privileges on this cluster. Denying Access.
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 06:59 PM
08-03-2005 06:59 PM
Re: problem making cluster changes on SG 11.16 (itanium)
base on the SG security guide,
http://docs.hp.com/en/6283/SGsecurityfiles.pdf
Is your /etc/hosts include all the node interfaces?
also need to configure the /etc/nsswitch.conf if you are using the DNS/NIS.
GOOD LUCK!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 07:10 PM
08-03-2005 07:10 PM
Re: problem making cluster changes on SG 11.16 (itanium)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 07:11 PM
08-03-2005 07:11 PM
Re: problem making cluster changes on SG 11.16 (itanium)
Once there is a binary, there is now a new Access Control Policy, built into the binary itself.
I would suspect from your symptoms that you do not have all of the network interfaces configured correctly in /etc/hosts or DNS.
I woul drecommend you review the following documents for further information on this:
Release Notes
http://docs.hp.com/en/B3935-90078/B3935-90078.pdf
Security File Editing
http://docs.hp.com/en/6283/SGsecurityfiles.pdf
Securing Serviceguard
http://docs.hp.com/en/5874/securingserviceguard.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:02 AM
08-04-2005 01:02 AM
Re: problem making cluster changes on SG 11.16 (itanium)
Here's node1, icmfg20:
# cat /etc/hosts
40.1.129.224 dns1a.d51.lilly.com dns1a
40.1.129.225 dns1b.d51.lilly.com dns1b
40.1.240.29 icmfg20.am.lilly.com icmfg20
40.1.240.30 icmfg21.am.lilly.com icmfg21
192.168.100.1 icmfg20-hb1.am.lilly.com icmfg20-hb1
192.168.100.2 icmfg21-hb1.am.lilly.com icmfg21-hb1
192.168.101.1 icmfg20-hb2.am.lilly.com icmfg20-hb2
192.168.101.2 icmfg21-hb2.am.lilly.com icmfg21-hb2
127.0.0.1 localhost loopback
# ifconfig lan5
lan5: flags=843
inet 192.168.100.1 netmask ffffff00 broadcast 192.168.100.255
# ifconfig lan9
lan9: flags=843
inet 192.168.101.1 netmask ffffff00 broadcast 192.168.101.255
# ifconfig lan0
lan0: flags=1843
inet 40.1.240.29 netmask ffffff00 broadcast 40.1.240.255
Here's node 2, icmfg21:
# cat /etc/hosts
40.1.129.224 dns1a.d51.lilly.com dns1a
40.1.129.225 dns1b.d51.lilly.com dns1b
40.1.240.30 icmfg21.am.lilly.com icmfg21
40.1.240.29 icmfg20.am.lilly.com icmfg20
192.168.100.1 icmfg20-hb1.am.lilly.com icmfg20-hb1
192.168.100.2 icmfg21-hb1.am.lilly.com icmfg21-hb1
192.168.101.1 icmfg20-hb2.am.lilly.com icmfg20-hb2
192.168.101.2 icmfg21-hb2.am.lilly.com icmfg21-hb2
127.0.0.1 localhost loopback
# ifconfig lan5
lan5: flags=843
inet 192.168.100.2 netmask ffffff00 broadcast 192.168.100.255
# ifconfig lan9
lan9: flags=843
inet 192.168.101.2 netmask ffffff00 broadcast 192.168.101.255
# ifconfig lan0
lan0: flags=1843
inet 40.1.240.30 netmask ffffff00 broadcast 40.1.240.255
/etc/nsswitch.conf on both servers is identical:
# cat /etc/nsswitch.conf
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=co
ntinue TRYAGAIN=return]
protocols: files[NOTFOUND=return UNAVAIL=continue]
services: files[NOTFOUND=return UNAVAIL=return]
networks: files[NOTFOUND=return UNAVAIL=return]
netgroup: files[NOTFOUND=return UNAVAIL=return]
rpc: files[NOTFOUND=return UNAVAIL=return]
I think I'll try a reboot, just to clear everything up, and try again.
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:20 AM
08-04-2005 01:20 AM
Re: problem making cluster changes on SG 11.16 (itanium)
How does your cmclnodelist file looks ?
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:31 AM
08-04-2005 01:31 AM
Solutiontry the following:
40.1.240.30 icmfg21.am.lilly.com icmfg21
40.1.240.29 icmfg20.am.lilly.com icmfg20
192.168.100.1 icmfg20-hb1.am.lilly.com icmfg20-hb1 icmfg20
192.168.100.2 icmfg21-hb1.am.lilly.com icmfg21-hb1 icmfg21
192.168.101.1 icmfg20-hb2.am.lilly.com icmfg20-hb2 icmfg20
192.168.101.2 icmfg21-hb2.am.lilly.com icmfg21-hb2 icmfg21
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:59 AM
08-04-2005 01:59 AM
Re: problem making cluster changes on SG 11.16 (itanium)
Thanks for all your help.