I need a solution
Hi all,
I've found a problem after create a resource to mount ext3 device.
Mount dNFS_Mount (
MountPoint = "/share"
BlockDevice = vg_fs_cal-lv_fs_cal
FSType = ext3
MountOpt = noatime
FsckOpt = "-y"
)
In fact the vg_fs_cal-lv_fs_cal exists if i activate the Vg using,
vgchange -ay vg_fs_cal
I can do it manually but veritas cant mount it and the resource always fail.
What can i Check, the log only show this, but if list the device exits
Mount:dNFS_Mount:online:Block device vg_fs_cal-lv_fs_cal does not exist
What can i check? What is wrong in device creation?