- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Strange syslog entries..
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-19-2004 10:03 PM
12-19-2004 10:03 PM
What are these messages?
Tried to search the web but no solutions.
Dec 20 11:34:47 dhu-tm13 cmclconfd[11915]: Updated file /etc/cmcluster/cmclconfi
g.tmp for node dhu-tm13 (length = 41424).
Dec 20 11:34:47 dhu-tm13 cmclconfd[11915]: Updated file /etc/cmcluster/cmclconfi
g.tmp for node dhu-tm13 (length = 0).
Dec 20 11:34:47 dhu-tm13 cmclconfd[11043]: Updated file /etc/cmcluster/cmclconfi
g for node dhu-tm13 (length = 21356).
Dec 20 11:34:52 dhu-tm13 cmclconfd[11915]: Updated file /etc/cmcluster/cmclconfi
g.tmp for node dhu-tm13 (length = 42712).
Dec 20 11:34:52 dhu-tm13 cmclconfd[11043]: Updated file /etc/cmcluster/cmclconfi
g for node dhu-tm13 (length = 22000).
Dec 20 11:34:52 dhu-tm13 cmclconfd[11915]: Updated file /etc/cmcluster/cmclconfi
g.tmp for node dhu-tm13 (length = 44000).
Dec 20 11:34:52 dhu-tm13 cmclconfd[11043]: Updated file /etc/cmcluster/cmclconfi
g for node dhu-tm13 (length = 22644).
Dec 20 11:35:13 dhu-tm13 cmclconfd[11915]: Updated file /etc/cmcluster/cmclconfi
g.tmp for node dhu-tm13 (length = 45288).
Dec 20 11:35:13 dhu-tm13 cmclconfd[11043]: Updated file /etc/cmcluster/cmclconfi
g for node dhu-tm13 (length = 23292).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2004 10:30 PM
12-19-2004 10:30 PM
SolutionThese message mean that: your cluster (MC/Serviceguard)configuration has been changed! (The "cmclconfig" is the cluster binary configuration file)
The node dhu-tm13 was change some thing like package's ascii file changed, or in the cluster.ascii file.
This will appear when you modify one of the configuration file (ascii file) and then starting up the cluster.
You have to check your cluster configuration as soon as possible!
Goodluck to you and hope this helps
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2004 10:38 PM
12-19-2004 10:38 PM
Re: Strange syslog entries..
Begin cluster verification...
Warning: The volume group /dev/vg_dwm_sit is activated on more than one node:
dhu-tm13
dhu-tm14
Warning: Volume groups should not be activated on more than one node.
Use vgchange to de-activate a volume group on a node.
Warning: Minimum network configuration requirements for the cluster have
not been met. Minimum network configuration requirements are:
- 2 or more heartbeat networks OR
- 1 heartbeat network with local switch (HP-UX Only) OR
- 1 heartbeat network using APA with 2 trunk members (HP-UX Only) OR
- 1 heartbeat network with serial line (HP-UX Only) OR
- 1 heartbeat network using bonding (mode 1) with 2 slaves (Linux Only)
Verification completed with no errors found.
Use the cmapplyconf command to apply the configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2004 11:05 PM
12-19-2004 11:05 PM
Re: Strange syslog entries..
The trouble should be here:
Warning: The volume group /dev/vg_dwm_sit is activated on more than one node.
Have a question:
Is that volume group a VGLOCK?
In MC/SG, you do not set the VGLOCK in 2 node simultaneously!
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2004 11:13 PM
12-19-2004 11:13 PM
Re: Strange syslog entries..
one disk in the shared vg is the clusterlock disk!!!
Tnx a lot!