- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PB with my cluster configuration file....
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
11-18-2003 03:35 AM
11-18-2003 03:35 AM
We recently changed the IP adresses, of the 2 nodes (i changed IP and SUBNET on all package files, modify /etc/hosts and netconf file etc...)
both node restarted correctly (network / LAN configuration is good), but i don't know why, i have a pb with my primary node (only on this node... i started the cluster correctly on the 2nd node : cmruncl -f -n hostname_2nd_node).
All the "cmcl" commands have the same error :
# cmviewcl
cmviewcl : Cannot read the cluster configuration file. Either it does not exist, or it is corrupted, or it is empty.
I can certify that the configuration file (cmclconfig or cmclconfig.ascii) is right because the cmapplyconf runs correctly on my secondary node, and copy the cmclconfig file on the primary node.
I checked the bin and file rights, but they are both good...
what do you think about my problem ?
Thx for your reply... (my last chance... my ignite backup)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:02 AM
11-18-2003 04:02 AM
Re: PB with my cluster configuration file....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:12 AM
11-18-2003 04:12 AM
Re: PB with my cluster configuration file....
i have permission denied !! (but the right are goods...)
# cmapplyconf -v -C /etc/cmcluster/cmclconfig.ascii
Checking cluster file: /etc/cmcluster/cmclconfig.ascii
Checking nodes ... Done
Permission denied to hostname_node_1
Checking existing configuration ... Done
Permission denied to hostname_node_1
Gathering configuration information ........ Done
Error: Unable to communicate with node hostname_node_1
Error: Unable to determine device configuration: failed to send device query to node hostname_node_1
cmapplyconf : Unable to reconcile configuration file /etc/cmcluster/cmclconfig.ascii
with discovered configuration information.
:/ ??? :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:24 AM
11-18-2003 04:24 AM
Re: PB with my cluster configuration file....
cmapplyconf -v -f -C /etc/cmcluster/cmclconfig.ascii -p /etc/cmcluster/all_packages_conf
"all_package_conf" is a file wich contain the directory of the "packages" configuration file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:33 AM
11-18-2003 04:33 AM
SolutionCheck whether host files and DNS entries are proper .
I would also see a amgetcong on the working node and see what information about node1 and node1's devices I get and then check ifactually they are there .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 04:35 AM
11-18-2003 04:35 AM
Re: PB with my cluster configuration file....
On the 2nd node, all CM commands works perfectly... the node started correctly (cmruncl -f -n 2nd_node_hostname).
So i decided to make this :
rm -r /etc/cmcluster (on my 1st node)
tar cvf /tmp/cmcluster.tar /etc/cmcluster (on my 2nd node)
rcp the tar from my 2nd node to my 1st node
and finaly "tar xvf cmcluster.tar"
And now it's works fine on my 1st node !
perhaps one, of my configuration file, (or package file) was corrputed... I don't know.
Thx for your help :p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 07:00 PM
11-18-2003 07:00 PM
Re: PB with my cluster configuration file....
By copying everything from the working box, you have replaced the cmclnodelist file with a good working one.
Do you have a cmclnodelist in your /etc/cmcluster directory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 07:49 PM
11-18-2003 07:49 PM
Re: PB with my cluster configuration file....
But, you are right... the cmclnode file of my old "/etc/cmcluster/" directory is not good...(i check it on backup)
There is an old hostname for my primary node(we changed the hostname of the server... 2 years previously !!!) So, how my server could function correctly since 2 years, if the file was wrong !!?? i can't explain that !