- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmapplyconf gives second time a error
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
12-13-2004 11:56 PM
12-13-2004 11:56 PM
I try to configure a cluster on two rp4440-8 servers (PA-RISC), HP-UX 11i v1 (11.11) an MC/SG vB.11.16.
WHen i do the first time a cmapplyconf all goes oke.
But when I do it the second time I get the message's:
Error: Permission denied accessing node nlunx1n3.
Error: Failed to initialize volume group /dev/vg03
Error: Unable to initialize cluster lock /dev/dsk/c6t0d0 on node nlunx1n3.
The only thing to do than is do a "cmdeleteconf" on both the servers and do a "vgchange -c n /dev/vg03".
After that I can run the "cmapplyconf".
This is not normal I think, so does enybody now what is the problem here?
Rgrds CvB.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 12:48 AM
12-14-2004 12:48 AM
SolutionIs this vg active on the node you run the cmapplyconf command at the time of running the command?
Finally (and probably most important) with 11.16 of Serviceguard we no implement a new security methodology for the cluster nodes.
Prior to 11.16, the cmclnodelist file was used to validate security, but with 11.16 this is only used at initial cluster configuration.
From then on, you need to look at using the new Role Based access in 11.16 as documented in the manuals.
Also, For redundancy, Serviceguard commands use all networks available on a system to communicate with Serviceguard daemons. This includes configured interfaces not listed in the cluster acsii file. To authorise these communications, Serviceguard must be able to resolve the source IP address to a valid hostname. Valid hostnames include every node in the cluster and any node outside the cluster which needs to communicate with nodes within a cluster.
A permission problem will result when serviceguard cannot verify that the source address of a message is authorised and cannot resolve the source IP address to a valid hostname. The actual symptoms of a
permission problem will vary depending on what operation is being performed. The following is an example of a message which could be seen in syslog.log:
Dec 1 13:13:45 sly cmclconfd[15227]: WARNING: User root from ip address 10.8.1.131 does not have privileges to access this node. Either they are coming from a node without enhanced security or somebody may be
attempting un-authorized access to this system.
To avoid permission problems, all interfaces for all authorised nodes
must be defined in /etc/hosts on all nodes within the cluster. The name
service switch policy for hosts must be set to files followed by any
other sources used such as DNS, NIS or LDAP.
An example host entry from /etc/nsswitch.conf:
hosts: files [NOTFOUND=continue] dns
This is a new requirement which was added to Serviceguard A.11.16 and in
the latest patches for Serviceguard A.11.13 (PHSS_29120), A.11.14
(PHSS_31065) and A.11.15 (PHSS_31067 and PHSS_31068).
.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 12:59 AM
12-14-2004 12:59 AM
Re: cmapplyconf gives second time a error
I have configured per server three lan cards:
- node1:
- Hostname: nlunx1n3
- lan0 - x1.x1.x1.x1 - DNS-name: nlhpunx1n3i
- lan1 - x2.x2.x2.x2 - DNS-name: nlhpunx1n3
- lan2 - Failover lan.
- node2:
- Hostname: nlunx1n4
- lan0 - y1.y1.y1.y1 - DNS-name: nlhpunx1n4i
- lan1 - y2.y2.y2.y2 - DNS-name: nlhpunx1n4
- lan2 - Failover lan.
The two lan0 cards are connected with a cross-cabel.
What do i have to insert in my /etc/hosts file?
Rgrds CvB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 01:12 AM
12-14-2004 01:12 AM
Re: cmapplyconf gives second time a error
11.14.62.131 nodeA.mydomain.com nodeA
10.3.0.131 nodeA.mydomain.com nodeA
10.3.1.131 nodeA.mydomain.com nodeA
10.3.2.131 nodeA.mydomain.com nodeA
11.14.62.132 nodeB.mydomain.com nodeB
10.3.0.132 nodeB.mydomain.com nodeB
10.3.1.132 nodeB.mydomain.com nodeB
10.3.2.132 nodeB.mydomain.com nodeB
11.14.62.67 nodeC.mydomain.com nodeC
10.3.8.8 nodeC.mydomain.com nodeC
11.14.62.69 nodeC.mydomain.com nodeC
10.3.8.7 nodeC.mydomain.com nodeC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 01:43 AM
12-14-2004 01:43 AM
Re: cmapplyconf gives second time a error
What about package i.p.-adressen?
Rgrds CvB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 02:07 AM
12-14-2004 02:07 AM
Re: cmapplyconf gives second time a error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2004 02:13 AM
12-14-2004 02:13 AM
Re: cmapplyconf gives second time a error
Many thanks to you Melvyn.
Problem solved by adding all i.p.-addresses of a node in the /etc/hosts file with the same hostname for all nodes in the cluster.
Thread closed.
Greetins CvB.