- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Problem creating ServiceGuard cluster with Linux
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
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
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
тАО10-01-2004 07:47 AM
тАО10-01-2004 07:47 AM
Problem creating ServiceGuard cluster with Linux
I am trying to create a two node cluster with lock lun. cmquerycl and cmapplyconf both works, but when I try to start the cluster, logfile shows:
cmlocklund: error setting raw device (Invalid argument)
cmlocklunk: error binding block device (dev/sda1) to a char device.
I have changed the /dev/sda1 to a character device but still report the same problem. I therefore changed it back to a block device.
Any help is appreciated.
Thanks, Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2004 07:55 AM
тАО10-01-2004 07:55 AM
Re: Problem creating ServiceGuard cluster with Linux
Also what discs are you using? what OS? what version of SG for Linux?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2004 08:01 AM
тАО10-01-2004 08:01 AM
Re: Problem creating ServiceGuard cluster with Linux
CLUSTER_NAME atre
NODE_NAME XHQSMYDB01
NETWORK_INTERFACE bond0
HEARTBEAT_IP 10.192.228.161
NETWORK_INTERFACE eth0
HEARTBEAT_IP 11.11.11.10
CLUSTER_LOCK_LUN /dev/sda1
# Channel Bond bond0 contains the following port(s): eth2
# Warning: There are no standby network interfaces for bond0.
# Warning: There are no standby network interfaces for eth0.
NODE_NAME XHQSMYDB02
NETWORK_INTERFACE bond0
HEARTBEAT_IP 10.192.228.184
NETWORK_INTERFACE eth0
HEARTBEAT_IP 11.11.11.11
CLUSTER_LOCK_LUN /dev/sda1
# Channel Bond bond0 contains the following port(s): eth2
# Warning: There are no standby network interfaces for bond0.
# Warning: There are no standby network interfaces for eth0.
HEARTBEAT_INTERVAL 1000000
NODE_TIMEOUT 6000000
# Configuration/Reconfiguration Timing Parameters (microseconds).
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
We have installed 11.15 serviceguard and RedHat AS 3.0 on DL 585 boxes.
Lock disk is suppose to be /dev/sda1 which has type id of 83 (Linux) per documentation.
Thanks, Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-02-2004 04:18 AM
тАО10-02-2004 04:18 AM
Re: Problem creating ServiceGuard cluster with Linux
Check out this post for the Service Guard Moderator:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=665900
__________________________________________
Was the post useful? Click on the white KUDOS! Star.
Do you need help with your HP product?
Try this: http://www.hp.com/support/hpgt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 09:35 AM
тАО12-01-2004 09:35 AM
Re: Problem creating ServiceGuard cluster with Linux
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 09:43 AM
тАО04-26-2005 09:43 AM
Re: Problem creating ServiceGuard cluster with Linux
I have got the same issue like you with MC Service Guard A.11.15 with Linux Redhat AS 3.0 SMP.
I have got some servers HP Proliant DL360 connected to a MSA 1000 disk array.
Did you solve your problem ? If yes what is the solution ?
Thanks,
Rick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 10:02 AM
тАО04-26-2005 10:02 AM
Re: Problem creating ServiceGuard cluster with Linux
One other point to be aware of: The MSA1000 is active/passive. That is, when one array processor is active the other is not. All servers in the cluster need to have access to the LUN when LOCK_LUN is used. If your storage configuration doesn't match the recommended (2 HBAs, 2 Swtiches, 2 controllers in the MSA1000,
multipath turned on in the QLogic driver) then you may want to force a check (use writes not just reads).
By the way, the configuration as described in the manuals and elsewhere is the supported configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 10:19 AM
тАО04-26-2005 10:19 AM
Re: Problem creating ServiceGuard cluster with Linux
I have defined /dev/sda1 for my lock lun.
It is partitionned like that :
[root@mar-clu-bdd-01 root]# fdisk -l /dev/sda
Disk /dev/sda: 53.6 GB, 53686272000 bytes
255 heads, 63 sectors/track, 6526 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
P├Г┬йriph├Г┬йrique Amorce D├Г┬йbut Fin Blocs Id Syst├Г┬иme
/dev/sda1 1 1 8001 83 Linux
/dev/sda2 2 2 8032+ 83 Linux
I have used before this device to create an ext2 fs. I will do the dd now.
Do you think that Secure Path 3.0C is necessary to insure the FCA2214DC fc cards to switch in case of failure ?
I have got 2 proliant conected to the MSA 1000. Each Proliant as a FCA2214DC card (double q logic fc card QLA2342).
I have give you the feedback for the cmlockkund issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 12:49 PM
тАО04-26-2005 12:49 PM
Re: Problem creating ServiceGuard cluster with Linux
I still have the cmlocklund errors :
cmlocklund: error setting raw device (Invalid argument)
cmlocklunk: error binding block device (dev/sda1) to a char device.
Do you have any others suggestions ?
I join my ascii file. Will check the configurations as you siad tomorrow.
Rick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 04:13 PM
тАО04-26-2005 04:13 PM
Re: Problem creating ServiceGuard cluster with Linux
I'd recommend using the multipath feature built into the QLogic driver. I don't have all of the details but if you download the latest driver, I think the documentation will be part of the download.
I'll check with one of the other engineers tomorrow to see if he knows that error.
Definately do not change the charateristics of the lock lun device.
One other thing I can think of you trying if you can. If you can create a new LUN on the array - and then create the lock lun parition on it just as described in the "setting up Lock LUN section of the "Managing" manual.
Remember, no filesystems on this LUN.
Remember the sfdisk commands to ensure that the partition information matches. Try forming and starting the cluster with this new LUN. That would determine if the problem is related to the existing LUN you are using or if it is some other problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 04:15 PM
тАО04-26-2005 04:15 PM
Re: Problem creating ServiceGuard cluster with Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 04:19 PM
тАО04-26-2005 04:19 PM
Re: Problem creating ServiceGuard cluster with Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 07:19 PM
тАО04-26-2005 07:19 PM
Re: Problem creating ServiceGuard cluster with Linux
I have changed the nodes' name to 8 characters.
Still have the problem. I have an kernel ioctl error message with the two primary ones :
Apr 27 10:52:59 clubdd01 kernel: ioctl32(cmlocklund:3936): Unknown cmd fd(5) cmd(0000ac01){00} arg(ffffa530) on /dev/rawctl
Apr 27 10:52:59 clubdd01 cmlocklund[3949]: Port number returned by locklund_setup: 32881
Apr 27 10:52:59 clubdd01 cmcld: Lock LUN resumed (port = 32881).
Apr 27 10:52:59 clubdd01 cmlocklund[3949]: Error setting raw device (Invalid argument)
Apr 27 10:52:59 clubdd01 cmlocklund[3949]: Error binding block device (/dev/sda1) to a char device.
Apr 27 10:52:59 clubdd01 cmcld: Service cmlocklund terminated due to an exit(1).
Apr 27 10:52:59 clubdd01 cmlocklund[3952]: Total allocated: 540672 bytes, used: 0 bytes, unused 540672 bytes
Apr 27 10:53:00 clubdd01 cmcld: Automatically restarted service cmlocklund for the 11th time after failure.
I have got this version of the QLogic drivers : hp_qla2x00src-7.05.00-9.
I will check the failover status ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2005 10:40 PM
тАО04-26-2005 10:40 PM
Re: Problem creating ServiceGuard cluster with Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2005 12:56 AM
тАО04-28-2005 12:56 AM
Re: Problem creating ServiceGuard cluster with Linux
We had a 64-bit version of Redhat AS 3.0 (uptdate 3) for AMD64 and Intel EM64T installed on our HP Proliant DL 360 servers with HP MC Service Guard (i386 version).
We have installed the 32-bit version of Redhat AS 3.0 (update 4) and we are able now to start our cluster.
Thanks to all for helping me.
Regards,
Eric.