Known Issues for the Data Mover Option in Non-global Zones on Solaris 10 Platforms
The Data Mover option is supported in non-global zones on Solaris SPARC 10 Platforms but needs to consider the following to avoid installation error:
- If the common agent is not installed in the global zone, then create the following folder and link:
- global# mkdir -p /opt/Arcserve/ABcmagt; touch /opt/Arcserve/ABcmagt/caagent
- global# ln -sf /opt/Arcserve/ABcmagt/caagent /usr/bin/caagent
- In addition, create a writable folder: /full_path_of_zone/DEV_CA with the root user in the global zone and mount it to /dev/CA in the non-global zone:
- global# zonecfg -z my-zone
zonecfg:my-zone> add fs
zonecfg:my-zone:fs> set dir=/dev/CA
zonecfg:my-zone:fs> set special=/full_path_of_zone/DEV_CA
zonecfg:my-zone:fs> set type=lofs
zonecfg:my-zone:fs> add options rw
zonecfg:my-zone:fs> end
- If the common agent is installed in the global zone, then it is required that you create a writable folder: /full_path_of_zone/DEV_CA with the root user in the global zone and mount it to /dev/CA in the non-global zone:
- global# zonecfg -z my-zone
zonecfg:my-zone> add fs
zonecfg:my-zone:fs> set dir=/dev/CA
zonecfg:my-zone:fs> set special=/full_path_of_zone/DEV_CA
zonecfg:my-zone:fs> set type=lofs
zonecfg:my-zone:fs> add options rw
zonecfg:my-zone:fs> end