- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster Not forming
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
02-24-2003 03:26 PM
02-24-2003 03:26 PM
Cluster Not forming
I have 2 node cluster running SG A.11.09 and HP-UX 11i.
I have these error messages logged on the syslog and attached the same.
Thanks in advance,
Karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 03:36 PM
02-24-2003 03:36 PM
Re: Cluster Not forming
Are you sure the heartbeat interfaces are up and reachable from|to both the servers?. You may have to ping to each interface and see if they work along with other configured subnets.
I believe these RESET messages are due to the attempts of the nodes to attain the cluster lock.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 04:08 PM
02-24-2003 04:08 PM
Re: Cluster Not forming
Or, possibly, no termination on the HBAs, which would be right if you are using in-line terminated SCSI cables, but this can be tricky. The ends with termination must be on the HBA side of the bus.
Or, if you are using ILT cables, and the termination was NOT removed from the HBAs, it could cause SCSI errors of several types.
I believe that your entire cluster, all nodes and the SCSI array, need to be looked over to find the SCSI problem before you will be able to bring up the cluster (or do anything at all with the shared storage).
Regards, --bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 04:11 PM
02-24-2003 04:11 PM
Re: Cluster Not forming
Regards, --bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 04:24 PM
02-24-2003 04:24 PM
Re: Cluster Not forming
In the syslog there is a continuous message for a SCSI reset and a disk is being reported. I guess this is the cluster lock disk which is either not accessible beacuse of cable problems. Can you first make sure all these errors are stoped by resolving the SCSI reset problem. Also verify whether its the cluster lock disk its talking about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2003 06:25 PM
02-24-2003 06:25 PM
Re: Cluster Not forming
this bc and cb are in hex and point to 188 and 203 major number of your deives. which if you do lsdev, will tell that are SCSI disks and controller.
You need to have you SCSI controller checked. It may have failed. Or as mentioned earlier by others , check the cable and terminators.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2003 06:03 PM
03-01-2003 06:03 PM
Re: Cluster Not forming
#ioscan -kfnC ext_bus
Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
ext_bus 0 0/0/1/0 c720 CLAIMED INTERFACE SCSI C895 Fa
ext_bus 1 0/0/2/0 c720 CLAIMED INTERFACE SCSI C875 Ul
ext_bus >4< 0/0/2/1 c720 CLAIMED INTERFACE SCSI C875 Ul
ext_bus 16 0/2/0/0.2.23.0.0 fcparray CLAIMED INTERFACE FCP Array In
NEXT: Note the HW address and cross reference any errors collected in Logtool.
STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > VIEW > RAW SUMMARY.
Note the First and Last Dates indicated and calculate the time frame. For example, 2 days and 16 hours between first and last dates. Is Last date a recent time stamp? Has it been only hours or has it been days? Now look for your HW address and check the integer number in parenthesis. Is this number in the hundreds or tens? If hundreds open a HW call.
Also check dmesg and /var/adm/message logs for similar lbolt error messages, which should be identically listed in syslog. No "...dev..." was indicated with the lbolt. To me this indicates the controller itself.
Here is what an lbolt with a bad device looks like:
SCSI: Abort Tag -- lbolt: 91143746, dev: 1f02a000, io_id: 26b2e26
Note the "...dev: 1f02a000...", in particular the "...2a..." crosses to disk c2t10d0. ('a' is hex 10.)