Configuring the storage server for instant access
Here is the required configuration for your storage server to support instance access.
- Ensure that NFS and NGINX are installed.
- The NGINX version must be the same as the one in the corresponding official RHEL version release. Install it from the corresponding RHEL yum source (EPEL).
- Ensure that the
policycoreutilsandpolicycoreutils-pythonpackages are installed from the same RHEL yum source (RHEL server). Run the following commands:semanage port -a -t http_port_t -p tcp 10087
setsebool -P httpd_can_network_connect 1
- Ensure that any mount points do not directly mount the
/mntfolder on the storage server. Mount the mount points to its subfolders only. - Enable the
logrotatepermission inselinuxusing the following command:semanage permissive -a logrotate_t