[root]# nslookup pcrmlp1dbx

Address: 10.218.11.157

[root]# dcli -g /home/oracle/dbs_group -l root “ifconfig -a|grep IPADDR”

NODE: inet addr:IPADDR  Bcast:10.218.15.255  Mask:255.255.248.0

[root]# ifconfig -a

.

bondeth0:8 Link encap:Ethernet  HWaddr 90:E2:BA:23:E2:E4

inet addr:IPADDR Bcast:10.218.15.255  Mask:255.255.248.0

UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1

A putty connection to vipname fails (Network error: Connection refused)

===

Maybe ssh is running on a different IP address?

Do a netstat –an|grep IPADDR and ensure :22 appears, sshd.

Update: /etc/ssh/sshd_config (requires HP/root)

ListenAddress 0.0.0.0 – listen on all ip addresses

ListenAddress IPADDR – adds your vip to the list (you’d need to add this to all cluster nodes)

 

Â