how to probe resources
[root@system1]# /opt/VRTSvcs/bin/hastatus -sum
-- SYSTEM STATE
-- System State Frozen
A system1 RUNNING 0
A system2 RUNNING 0
-- GROUP STATE
-- Group System Probed AutoDisabled State
B ClusterService system1 Y N ONLINE
B ClusterService system2 Y N OFFLINE
B appsGroup system1 N N PARTIAL
B appsGroup system2 N N OFFLINE
B vxfen system1 Y N OFFLINE
B vxfen system2 Y N OFFLINE
-- RESOURCES NOT PROBED
-- Group Type Resource System
E appsGroup IP SysIP system1
E appsGroup IP SysIP system2
E appsGroup Mount mntGroup system1
E appsGroup Mount mntGroup system2
E appsGroup NIC SysNIC system1
E appsGroup NIC SysNIC system2
cant get my SysIP online because the resource has not been probed how do you probe the appsgroups in bold
thanks
mig31
Hi, MiG
NIC resource not probed, need check if device name is right in your configuration.
ifconfig -a check if nic device is there and plumbed.
for IP resource, check if ip is online, by check ifconfig -a, netstat -in.
for mount resource, check df -k output, mount -v output, if file system has mounted.
Or you can paste output of:
1. hares -display
2.ifconfig -a
3.df -k
4. netstat -in
For help you check.