- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cmviewcl problem
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-01-2006 11:59 PM
08-01-2006 11:59 PM
Can anyone please suggest on this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:05 AM
08-02-2006 12:05 AM
Re: cmviewcl problem
cmviewcl -v -l node
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 12:18 AM
08-02-2006 12:18 AM
Re: cmviewcl problem
# uptime
check file /etc/rc.config.d/cmcluster
AUTOSTART_CMCLD= ----> 0 or 1
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 02:55 AM
08-02-2006 02:55 AM
Re: cmviewcl problem
i think you'd better ues then cmgetconf -c command to get the current ascii file of MCSG..then check it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 02:59 AM
08-02-2006 02:59 AM
Solutionto make it run, you can run the command
cmrunnode
but prior to doing this, you need to investigate the syslog to see why the node had failed. If you had recently reboot the server and cluster services does not automatically set to start, this might be a reason why but I suggest investigating it otherwise.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 03:40 AM
08-02-2006 03:40 AM
Re: cmviewcl problem
the status refers to the cluster daemons, not the server run-time state.
Inspect /var/adm/syslog/syslog.log or OLDsyslog.log to see what they show for cluster daemon activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 04:13 PM
08-02-2006 04:13 PM
Re: cmviewcl problem
When packet switching i also got the following error
Request from root on node to start the cluster on this node failed: not authorised
And no cmcluster commands are not working and also the database got hung and DBA was not able to connect to the listener. But I was halt the package from the secondary node.I have also checked the hosts and resolv. conf for hostname resolution problems but eveything seems ok can anyone please suggest on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 12:56 AM
08-03-2006 12:56 AM
Re: cmviewcl problem
The comments in the cluster ascii file do a great job of documenting how to implement.
If you want some examples, let us know.
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 01:19 AM
08-03-2006 01:19 AM
Re: cmviewcl problem
The cluster daemon needs to be running on both nodes for a node to issue commands to the cluster.
The most likely cause of the original problem is a network configuration or security issue.
Its best with 11.15 SG and above to migrate to the cmnodelist security configuration.
The inetd.conf configuration needs these lines to function correctly:
hacl-cfg dgram udp wait root /usr/lbin/cmclconfd cmclconfd -p
hacl-cfg stream tcp nowait root /usr/lbin/cmclconfd cmclconfd -c -i
hacl-probe stream tcp nowait root /opt/cmom/lbin/cmomd /opt/cmom/lbin/cmo
md -f /var/opt/cmom/cmomd.log -r /var/opt/cmom
Make sure there is no binary configuration file sitting in the /etc/cmcluster directory of the system.
Also see that your configuration files are consisten on both nodes.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2006 01:31 AM
08-03-2006 01:31 AM
Re: cmviewcl problem
Editing Security Files for Serviceguard, March 2005 --> http://docs.hp.com/en/6283/SGsecurityfiles.pdf
Check the 'identd' line in /etc/inetd.conf
It should look like this...
UX11i and earlier:
ident stream tcp wait bin /usr/lbin/identd identd
UX11iV2:
auth stream tcp6 wait bin /usr/lbin/identd identd
Also, check the syslog.log - there may be a line indicating that the cluster binary file (/etc/cmcluster/cmclconfig) is corrupt:
cmclconfd[14753]: Configuration file
$SGCONF/cmclconfig from local node is corrupt.
The cksum of the file should be the same on each node. If it isn't, copy the file from a node that operates Serviceguard properly.
List ALL nodes in /etc/cmclcluster/cmclnodelist - on each node.
SG versions A.11.16 and later use the file only for initial configuration of the cluster.
Earlier versions of SG use it with every SG command.