White Papers
Upgrade OpenManage Enterprise by using the Automatic Offline feature
19 Upgrade the Dell EMC OpenManage Enterprise appliance version
5. On the OpenManage Enterprise GUI, navigate to the Console Update page.
6. Enter the NFS folder path in the following format: NFS://<server_name>/<share_folder>
Enter the NFS path on the Console Update page in OpenMange Enterprise
7. Click Apply.
5.1.4 Create NFS and configure to Dell EMC OpenManage Enterprise on a Linux
server
1. Before you start installing NFS package, ensure that the NFS package is not already installed on the
server. Run the following command at the Command Line Interface (CLI):
# rpm –qa nfs
If there is no output you can proceed step 2. Else, skip step 2 and move to step 3.
2. To install NFS packages on an NFS server, run the following command:
# yum install nfs-utils libnfsidmap –y
3. After you install NFS:
4. Enable the NFS service by running the following command:
# systemctl enable rpcbind
# systemctl enable nfs-server
5. Start the NFS service by running the following command in the order specified here:
# systemctl start rpcbind
# systemctl start nfs-server
# systemctl start rpc-statd
# systemctl start nfs-idmapd