White Papers
Upgrade OpenManage Enterprise by using the Automatic Offline feature
20 Upgrade the Dell EMC OpenManage Enterprise appliance version
Services:
Rpcbind—The rpcbind server converts RPC program numbers into universal addresses.
nfs-server—It enables the clients to access NFS shares.
nfs-lock / rpc-statd—NFS file locking. Implement file lock recovery when an NFS server
crashes and reboots.
nfs-idmap—It translates user and group IDs into names and vice versa.
6. Create NFS under the / partition by running the command:
# mkdir /NFSSHARE
7. Allow the client to read and write the data in the NFS you created by running the command:
# chmod 777 /NFSSHARE
Note—For upgrading the OpenManage Enterprise console version, the tar.gz file must be saved in the Archives folder. See
the sample screen shot here.
5.1.5 Configure MIME types for HTTP and HTTPS for upgrading OpenManage
Enterprise
1. Start the IIS application.
2. Edit the MIME (Multipurpose Internet Mail Extensions) type from .xml to
application/octet-stream in a Web server.
3. On the web server, add a new MIME type .xml.asc on the IIS by doing the following:
i. Start the CLI.
ii. Enter cd \Windows\System32\inetsrv.
iii. Enter appcmd set config /section:staticContent
/+[fileExtension='.xml.asc',mimeType='application/octet-stream'].