- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Service Guard cluster not starting
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
07-23-2006 07:51 PM
07-23-2006 07:51 PM
Service Guard cluster not starting
I have replace some configuration in my Service Gurard 11.12v, after applying the cluster configuration, I started the cluster and one of my node is giving fallowing error..
"cmcld: Assertion failed: pnet != NULL, file:
comm_link.c, line: 140."
syslog.log -- error
**********************
Jul 23 05:21:37 tel3 cmcld: Reserving 1848 Kbytes of memory and 54 threads
Jul 23 05:21:37 tel3 cmcld: The maximum # of concurrent local connections to the daemon that will be supported is 21.
Jul 23 05:21:38 tel3 cmcld: Assertion failed: pnet != NULL, file: comm_link.c, line: 140
Jul 23 05:21:40 tel3 cmsrvassistd[8267]: Unable to notify ServiceGuard main daemon (cmcld): Connection reset by peer
Jul 23 05:21:40 tel3 cmsrvassistd[8266]: Unable to notify ServiceGuard main daemon (cmcld): Connection reset by peer
Jul 23 05:21:40 tel3 cmclconfd[8260]: The ServiceGuard daemon, /usr/lbin/cmcld[8261], died upon receiving signal number 6.
Jul 23 05:21:40 tel3 cmsrvassistd[8265]: Lost connection to the cluster daemon.
Jul 23 05:21:40 tel3 cmsrvassistd[8265]: Lost connection with ServiceGuard cluster daemon (cmcld): Software caused connection
abort
*******************************************
after that cluster is not starting, even though I am able to start my new pakage and cluster on other node.
Anybod has any idea or clue....!
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 08:33 PM
07-23-2006 08:33 PM
Re: Service Guard cluster not starting
what /usr/lbin/cmcld
And look for the line containing PHSS_
It is most probable that you are missing a patch.
Also be aware that this version of SG is no longer supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 08:35 PM
07-23-2006 08:35 PM
Re: Service Guard cluster not starting
Please tell us what was the change/modification that you have done
wip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 09:07 PM
07-23-2006 09:07 PM
Re: Service Guard cluster not starting
I have updated the new VG in cluster configuration file, as i have added new VG in cluster.
Currently i have mounted all my filesystem without cluster, what u guys going to suggest me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 09:13 PM
07-23-2006 09:13 PM
Re: Service Guard cluster not starting
I would suggest you try restarting the whole cluster, but you may find there is now an inconsistency in the CDB of the cluster, and it may be you have to do a cmapplyconf again.
I would also advise you update to a supported release of Serviceguard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 09:43 PM
07-23-2006 09:43 PM
Re: Service Guard cluster not starting
1. first i hv created cluster conf file to update the new VG in that then i updated the .cntl file for VG and mount point.
2. I check the cluster configuration via cmcheckconf, it reported some network (heartbeat/standby) error (somthing cluster configuration is unconsile, can not updated configuration) so i corrected that. see the attached scancl output.
3. then i halted the cluster and updated the cluster configuration via cmaplyconf.
cluster updated and when i tried to start the cluster only one node is giving "cmcld: Assertion failed: pnet != NULL, file:
comm_link.c, line: 140." , other node can start the cluster and package too.
4. I tried to apply the cluster configuration sevral time on problematic node.
What to do next i dont understand here !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 12:30 AM
07-24-2006 12:30 AM
Re: Service Guard cluster not starting
I think you have same problem in your network configuration.
In your binary configuration you have:
lan0 --> heartbeat
lan3 --> data
lan2 --> standby for the other lan
Then you need this node1-node2 communication:
lan0 <--> lan0
lan0 <--> lan2
lan0 <--> lan3
lan2 <--> lan0
lan2 <--> lan2
lan2 <--> lan3
lan3 <--> lan0
lan3 <--> lan2
lan3 <--> lan3
But from your linkloop command you have:
lan1 --> lan1
lan1 --> lan2
lan1 --> lan3
lan2 --> lan0
lan3 --> lan0
lan3 --> lan1
lan3 --> lan3
from tel3 to tel4
You don' t send linkloop output from tel4 to tel3 but I think network configuration is your problem.
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 01:22 AM
07-24-2006 01:22 AM
Re: Service Guard cluster not starting
node1-lan0 --> node2-lan0 fails and other way too. but i can ping the ip address for each other from both the node.
same way happing to some other adapters too.
any idea.. !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 01:26 AM
07-24-2006 01:26 AM
Re: Service Guard cluster not starting
node1-lan0 --> node2-lan0 linkloop fails and other way too. but i can ping the ip address for each other from both the node.
node1-lan0 --> node2-lan2 linkloop okay
node2-lan2 --> node1-lan0 linkloop fails
same way happing to some other adapters too.
any idea.. !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 01:57 AM
07-24-2006 01:57 AM
Re: Service Guard cluster not starting
Is the linkloop command correct?
from tel3 to tel4:
linkloop -i 0 0x001083FF4B51
from tel4 to tel3:
linkloop -i 0 0x001083FF5B60
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 07:35 PM
08-17-2006 07:35 PM
Re: Service Guard cluster not starting
Was this resolved,if so what was the fault , I seem to be having the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2006 07:49 PM
08-17-2006 07:49 PM
Re: Service Guard cluster not starting
arp -a on each system
and check the mac addresses
when you try to ping the other system, your system seems to bring wrong MAC adress from the own system arp table.
check IP duplication and your switch flush time
If it was,
you can flush the arp table in manual
arp -d
Regards
nanan