I'm able to create successfully a new view and vob locally like /home/vobadm/senthilc.vws and /home/vobadm/senthilc.vbs and able to do check-out and check-in activities but unable to create / access it in a volume - /ccdata9 (storage which is available in Production box and its coming thru NetApp).
We have disconnected the relationship of Volume - /ccdata9 from production server via NetApp and I'm trying to access the same from DR box but not successful, please help me on this. Thanks
ClearCase Version 7.0.1.1 --> Production Server
Nas --> 3020
Data ONTap --> 7.0.7
ClearCase Version 7.0.1.10 --> DR
OS --> AIX 5 in both sites (Production & DR)
To access the volume in Netapp from UNIX boxes the following needs to be done.
1. The storage volume should be defined in /etc/exports on the Netapp.
2. Run the 'exportfs -a' command to make the above change effective.
3. Define the mount point information on the UNIX host in /etc/fstab or /etc/vfstab or using automounter.
4. Mount the storage directory on the UNIX host.
Please see the following PDF from Netapp for more details.