Hello Jean,
Yes. you will substitute the volume name.
The example below will help further.
If your Profile name is SAP
If your config name is P40.conf
and if you are backing up (and cloning) the below volumes
/vol/SAP_DATA mounted as /data
/vol/SAP_LOG mounted as /log
/vol/SAP_ARCHIVE mounted as /archive
then cloned volumes mount commands will be
MOUNT_CMD01=mount -F nfs -o rsize=32768,wsize=32768,vers=3,forcedirectio,bg,hard,intr,timeo=600,proto=tcp controller:/vol/cl_P40_SAP_DATA_%SNAPTIME /cl_data
MOUNT_CMD02=mount -F nfs -o rsize=32768,wsize=32768,vers=3,forcedirectio,bg,hard,intr,timeo=600,proto=tcp controller:/vol/cl_P40_SAP_LOG_%SNAPTIME /cl_log
MOUNT_CMD03=mount -F nfs -o rsize=32768,wsize=32768,vers=3,forcedirectio,bg,hard,intr,timeo=600,proto=tcp controller:/vol/cl_P40_SAP_ARCHIVE_%SNAPTIME /cl_archive
In other words,
/vol/cl_$configname_volumename_%SNAPTIME