Deploying the VMware-based WCS Service using VMware
Basic steps to set up the MySQL, NFS and Appliance servers
- Set up your MySQL Server
-
Set up your NFS Server for avatar storage
- Set the folder and its permissions for avatar storage to 48:48
# mkdir -p /mnt/shared/wcsdcas/avatars # chown 48:48 /mnt/shared/wcsdcas/avatars # Export list for localhost: /mnt/data/dcas/wcs1/avatars 172.31.20.1/24
-
Share the NFS volume for the avatars
$ showmount -e localhost Export list for localhost: /mnt/data/dcas/wcs1/avatars 172.31.20.1/24
-
View the NFS volume mounts
$ showmount -e localhost Export list for localhost: /mnt/data/dcas/wcs1/avatars 172.31.20.1/24
- Set the folder and its permissions for avatar storage to 48:48
-
Set up your VMs to install the WCS software Appliance