Forum Discussion

Sumeet_Pushpam's avatar
11 years ago

changing mount point under VCS

Hi Experts How can we change the mount point for shared external volume under the veritas cluster online. specs: 1) OS: Solaris 2) No of nodes in cluster: 10   e,g. currently we ...
  • mikebounds's avatar
    11 years ago

    You can make this change in VCS online, but obviously you will need to umount filesystem to remount in different mount point.  Procedure is:

    1. Offline resource in VCS using "hares -offline res_name -sys sys_name" or use GUI
    2. Modify MountPoint attribute in VCS using "hares -modify mnt_res_name MountPoint "/var/opt/abcd1" or use GUI
    3. Online resource in VCS using  "hares -online res_name -sys sys_name" or use GUI

    Mike