- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hpux 11.23 Service Guard 11.18 errors.
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
09-06-2008 05:55 PM
09-06-2008 05:55 PM
Hpux 11.23 Service Guard 11.18 errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2008 08:16 PM
09-06-2008 08:16 PM
Re: Hpux 11.23 Service Guard 11.18 errors.
Hi,
from ur above O/p it seems that problem is related to network.untill u fix it u will not be able to configer the cluser.
1)cluser configeration file for lan inetrfaces. its configerd properly or not
2)check switch connections
3)check connectivity using linkloop command
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2008 02:45 AM
09-07-2008 02:45 AM
Re: Hpux 11.23 Service Guard 11.18 errors.
IF you see the output you attached here..it clearly shows that which areas you need to check to fix the issue.
It seems basic requirement for SG are missing here.
>> Lock VG configuration
>> Network configuration (public lan and heartbeat lan)
Why it is saying only 1 VG each on your SG nodes...
Can you provide some more details what all did to set this up?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2008 07:22 PM
09-08-2008 07:22 PM
Re: Hpux 11.23 Service Guard 11.18 errors.
Issue 1:
Gathering storage information
Found 1 devices on node iocci101
Found 8 devices on node iocdb101
Apparently /etc/lvmtab does not present the same number of disks for each shared volume group.
Perhaps you should investigate the vgexport/vgimport process. The following 2 lines confirm this:
Volume group /dev/vglock is configured differently on node iocci101 than on node iocdb101
Volume group /dev/vglock is configured differently on node iocdb101 than on node iocci101
Issue 2:
Gathering network information
Beginning network probing (this may take a while)
Completed network probing
Non-uniform connections detected,
iocci101 lan900 10.51.10.12 successfully received from iocdb101 lan901 10.51.11.10
but iocdb101 lan901 10.51.11.10 did not receive from iocci101 lan900 10.51.10.12.
This could be due to heavy network traffic, or heavy load or routing configuration on iocci101.
Non-uniform connections detected,
iocdb101 lan900 10.51.10.10 successfully received from iocci101 lan900 10.51.10.12
but iocci101 lan900 10.51.10.12 did not receive from iocdb101 lan900 10.51.10.10.
This could be due to heavy network traffic, or heavy load or routing configuration on iocdb101.
Failed to evaluate network
cmcheckconf: Unable to reconcile configuration file /etc/cmcluster/sapr3.cfg
with discovered configuration information.
A network configuration problem exists. I suggest you attempt a 'linkloop' test between lan901 on iocdb101 with lan900 on iocci101 in both directions.
The proper format of the command is:
# linkloop -i
Example:
# linkloop -i 0 (lan0/lan900) 0x0011855F12A2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 01:19 AM
09-09-2008 01:19 AM
Re: Hpux 11.23 Service Guard 11.18 errors.
linkloop -i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2008 06:13 AM
09-09-2008 06:13 AM
Re: Hpux 11.23 Service Guard 11.18 errors.
Check the LAN interfaces communitation with linkloop from both node.
Then try
Suraj