It is important to ensure that your network is configured and working properly before you install LifeKeeper. There are several tasks you should do at this point to verify your network operation:

  1. If your server installation has a firewall enabled, you will either need to accommodate the LifeKeeper ports or disable the firewall. Please refer to Running LifeKeeper With a Firewall.
  1. From each server, ping the local server, and ping the other server(s) in the cluster. If the ping fails, then do the necessary troubleshooting and perform corrective actions before continuing.
  1. If your server has more than one network adapter, you should configure the adapters to be on different subnets. If the adapters are on the same subnet, TCP/IP cannot effectively utilize the second adapter.
  1. Ensure that localhost is resolvable by each server in the cluster. If DNS is not implemented, edit the /etc/hosts file and add an entry for the localhost name. This entry can list either the IP address for the local server, or it can list the default entry (127.0.0.1). If localhost is not resolvable, the LifeKeeper GUI may not work.
  1. If DNS is implemented, verify the configuration to ensure the servers in your LifeKeeper cluster can be resolved using DNS.
  1. Ensure each server’s hostname is correct and will not change after LifeKeeper is installed. If you later decide to change the hostname of a LifeKeeper system, you should follow these steps on all servers in the cluster.

a. Stop LifeKeeper on all servers in the cluster using the command:

/opt/LifeKeeper/bin/lkstop -f

b. Change the server’s hostname using the Linux hostname command.

c. Before continuing, you should ensure that the new hostname is resolvable by each server in the cluster (see the previous bullets).

d. Run the following command on every server in the cluster to update LifeKeeper’s hostname. (Refer to lk_chg_value(1M) for details.)

opt/LifeKeeper/bin/lk_chg_value -o oldhostname -n newhostname

e. Start LifeKeeper using the command:

/opt/LifeKeeper/bin/lkstart

LifeKeeper for Linux v7.x supports VLAN interface for Communication Paths and IP resources. The type of VLAN interface can be chosen as described below.

VLAN Interface Support Matrix

- not supported \ x supported

LK Linux v7.1 or Prior Version

VLAN_NAME_TYPE
CommPath
IP Resource
DEV_PLUS_VID (eth0.0100)
-
x
DEV_PLUS_VID_NO_PAD (eth0.100)
-
x
VLAN_PLUS_VID (vlan0100)
x
x
VLAN_PLUS_VID_NO_PAD (vlan100)
x
x

LK Linux v7.2 or Later Version

VLAN_NAME_TYPE
CommPath
IP Resource
DEV_PLUS_VID (eth0.0100)
x
x
DEV_PLUS_VID_NO_PAD (eth0.100)
x
x
VLAN_PLUS_VID (vlan0100)
x
x
VLAN_PLUS_VID_NO_PAD (vlan100)
x
x

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment