I need a solution
i have a storage checkpoint filesytems
i can mount on command line
mount -F vxfs -o ckpt=vcp /dev/vx/dsk/testdg/testvol:vcp /tmp/test/vcp
but when i try to set it up in vcs:
Mount vcp_testvol (
Critical = 0
MountPoint = "/tmp/test01/vcp"
BlockDevice = "/dev/vx/dsk/testdg/testvol:vcp"
FSType = vxfs
MountOpt = "ckpt=vcp"
FsckOpt = "-n"
)
hares -online vcp_testvol -sys host
2014/01/29 16:13:25 VCS WARNING V-16-10001-5506 (host) Mount:vcp_testvol:online:BlockDevice </dev/vx/dsk/testdg/testvol:vcp> does not exist. Resource <vcp_testvol> will not go online
i am not even sure if it should be a mount resource. would appreciate some help.