- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/Service Guard Problem in HPUX 11.00
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-29-2000 11:39 PM
11-29-2000 11:39 PM
HPUX 11.00
L-1000, Server.
Cluster is started and running the packages,
while starting also no errors.
But in syslog we are getting messages continously like this.(Refer:attachment)
What could be the cause for this, Can someone help us
Thanks in Advance,
Roobala
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:15 AM
11-30-2000 12:15 AM
SolutionIf so, it seems you have configured a cluster with a clusterlock disc, but have not initialized the cluster lock disc.
Was the VG that contains this PV activated on the node on which you ran the cmapplyconf command?
If not then MC/SG was unable to write the cluster lock info to the PV.
You will need to halt the cluster, vgchange -c n
and that should fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 06:44 AM
11-30-2000 06:44 AM
Re: MC/Service Guard Problem in HPUX 11.00
missing!" could be result of corrupted SG binary OR if the cluster lock
disk was replaced or moved to a different disk.
Make sure cluster lock VG and cluster lock PV is defined in the
ascii cluster configuration file, then to fix:
1. Halt the packages and cluster.
2. Activate the cluster lock VG on the configuration node ONLY, so the
lock disk can be initialized, for example:
vgchange -a y /dev/vglock
2b. If needed, do the following on the VG:
vgchange -c n /dev/vglock
3. Generate the cluster binary configuration file & distribute
to the nodes with cmapplyconf command, for example:
cmapplyconf -C /etc/cmcluster/cmclconf.ascii
-P /etc/cmcluster/pkg1/pkg1conf.ascii
4. Deactivate cluster lock VG.
vgchange -a n /dev/vglock
5. Restart the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:26 PM
11-30-2000 12:26 PM
Re: MC/Service Guard Problem in HPUX 11.00
Good luck and I hope these thoughts help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2000 12:38 PM
11-30-2000 12:38 PM
Re: MC/Service Guard Problem in HPUX 11.00
Another thread, just today (!) appears to have the same issue:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9e0ea24d9abcd4118fef0090279cd0f9,00.html
See KB document #KBRC00001982 and/or #W3618850 for corrective action.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 02:18 PM
12-01-2000 02:18 PM
Re: MC/Service Guard Problem in HPUX 11.00
UXSGKBAN00000282
If the cluster-lock disk listed in the output report of cmscancl is a legitimate clustered disk, and you need to keep the cluster up, you can eliminate the messages by using an unsupported command called "cminitlock".
It can be downloaded along with a READMe from the response center.