Forum Discussion

solom's avatar
solom
Level 4
12 years ago

Resources state offline

Hi

 

After created the resource and trying to going online for resource this command came (

Resource has not been probed on system ) when i probe the resource tell me hares -probe ( name resource )sys (name system) success . but  still offline .  i working from VOM GUI. 

 

Regards

 

 

  • were you mentioning the problem with service group 'groupy'?

     

    As I can see in main.cf that you have pasted

     

        Mount export3 (
            MountPoint = "/export3"
            BlockDevice = "/dev/vx/dsk/groupydg/vol3"
            FSType = vxfs
            FsckOpt="y"    <<<<<<---- you have given 'y' and not '-y'
            MountOpt = rw
            )

        Mount export4 (
            MountPoint = "/export4"
            BlockDevice = "/dev/vx/dsk/groupydg/vol4"
            FSType = ext2
            FsckOpt="y"  <<<<<<---- you have given 'y' and not '-y'
            MountOpt = rw
            )

     

    can check after chaging these attributes, resources come online?

     

    Thanks and regards,

    Amrut