cancel
Showing results for 
Search instead for 
Did you mean: 

VCS Mount resource creation on SunFire X4150 OS X86

nripandey
Level 2
I am creating VCS Resource Mount but getting strange error after enabling the Resource.

It is throwing the error resource is not probed. But when i probe i don't get any error, when we  try to make online it says resource not probed.

OS : Solari10 X86
Hardware : SunFire X4150
Veritas Cluster Version 5.0

Can any one tell what is wrong ? I checked all library is there which is required by command hares.

/hares -online mount_dacs -sys db075a
VCS WARNING V-16-1-10283 Resource has not been probed on system db075a
/hares -modify mount_dacs Enabled 1
/hares -online mount_dacs -sys db075a
VCS WARNING V-16-1-10283 Resource has not been probed on system db075a
/
----------------------------------------------
/hares -display mount_dacs
#Resource    Attribute          System     Value
mount_dacs   Group              global     dac6group
mount_dacs   Type               global     Mount
mount_dacs   AutoStart          global     1
mount_dacs   Critical           global     0
mount_dacs   Enabled            global     1
mount_dacs   LastOnline         global
mount_dacs   MonitorOnly        global     0
mount_dacs   ResourceOwner      global     unknown
mount_dacs   TriggerEvent       global     0
mount_dacs   ArgListValues      db075a     MountPoint   1       /dacs   BlockDevice     1       /dev/vx/dsk/dacs_t1_fs/dacs     FSType  1       vxfs    MountOpt        1       ""      FsckOpt 1       -y      SnapUmount      1       0       CkptUmount      1       1       SecondLevelMonitor      1       0       SecondLevelTimeout      1       30      ContainerName   1       ""
mount_dacs   ArgListValues      db075b     MountPoint   1       /dacs   BlockDevice     1       /dev/vx/dsk/dacs_t1_fs/dacs     FSType  1       vxfs    MountOpt        1       ""      FsckOpt 1       -y      SnapUmount      1       0       CkptUmount      1       1       SecondLevelMonitor      1       0       SecondLevelTimeout      1       30      ContainerName   1       ""
mount_dacs   ConfidenceLevel    db075a     0
mount_dacs   ConfidenceLevel    db075b     0
mount_dacs   Flags              db075a     |STATE UNKNOWN|
mount_dacs   Flags              db075b     |STATE UNKNOWN|
mount_dacs   IState             db075a     not waiting
mount_dacs   IState             db075b     not waiting
mount_dacs   Probed             db075a     0
mount_dacs   Probed             db075b     0
mount_dacs   Start              db075a     0
mount_dacs   Start              db075b     0
mount_dacs   State              db075a     OFFLINE|STATE UNKNOWN
mount_dacs   State              db075b     OFFLINE|STATE UNKNOWN
mount_dacs   BlockDevice        global     /dev/vx/dsk/dacs_t1_fs/dacs
mount_dacs   CkptUmount         global     1
mount_dacs   ComputeStats       global     0
mount_dacs   ContainerName      global
mount_dacs   FSType             global     vxfs
mount_dacs   FsckOpt            global     -y
mount_dacs   MountOpt           global
mount_dacs   MountPoint         global     /dacs
mount_dacs   ResourceInfo       global     State        Valid   Msg             TS
mount_dacs   SecondLevelMonitor global     0
mount_dacs   SecondLevelTimeout global     30
mount_dacs   SnapUmount         global     0
mount_dacs   MonitorTimeStats   db075a     Avg  0       TS
mount_dacs   MonitorTimeStats   db075b     Avg  0       TS
/
------------------------------------------------------------------------------------
1 ACCEPTED SOLUTION

Accepted Solutions

Dev_Roy
Level 6
Accredited Certified
what is the MP level on the system? Is it 5.0MP3? Have you recently upgraded your system to MP3? If so then please do the following, possible your types.cf file is not updated:

# hastop -all -force
#mv /etc/VRTSvcs/conf/config/types.cf /etc/VRTSvcs/conf/config/types.cf.old
#cp  /etc/VRTSvcs/conf/types.cf  /etc/VRTSvcs/conf/config/types.cf
# hastart --> on all the nodes.

Regards,
Dev Roy.


View solution in original post

2 REPLIES 2

Dev_Roy
Level 6
Accredited Certified
what is the MP level on the system? Is it 5.0MP3? Have you recently upgraded your system to MP3? If so then please do the following, possible your types.cf file is not updated:

# hastop -all -force
#mv /etc/VRTSvcs/conf/config/types.cf /etc/VRTSvcs/conf/config/types.cf.old
#cp  /etc/VRTSvcs/conf/types.cf  /etc/VRTSvcs/conf/config/types.cf
# hastart --> on all the nodes.

Regards,
Dev Roy.


nripandey
Level 2
thanks mate basically this was new install but  by  copying types.cf file from my another existing servers it worked fine