Setting Up the Shared Folder
Procedure
-
Log on to a machine that can access the NFS shared folder with the user account meant to be used by the EMS server.
-
Create the shared folder.
For example,
~/OpenShift/shared.
-
Modify the permissions to your requirements.
For example,
750 (rwxr-x---)
Example
> mkdir -p ~/OpenShift/shared
> chmod -R 750 ~/OpenShift/shared
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.