PowerEdge: Setting Up Windows Web Server IIS for Offline OpenManage Enterprise (OME) Appliance Updates
Summary: Configuring IIS for offline OpenManage Enterprise (OME) appliance updates. This example is for Windows Server 2019, which will also be similar to Windows 2012 and 2016.
Instructions
STEP 1: Installing Internet Information Services (IIS) and its required components
- Launch Server Manager in your Windows Server OS and click Manage > Add Roles and Features.
- Click Next.
- Choose Role-based or feature-based installation and click Next.
- Select the appropriate server and Click Next.
- Enable Web Server (IIS) and click Next
- No additional features are necessary to install the Web adapter, so click Next.
- On the Web Server Role (IIS) dialog box, click Next.
- On the Select role services dialog box, only the following components (8 in total) are needed. Click Next.
- Web Server
- Common HTTP Features
- Default Document
- Directory Browsing
- HTTP Errors
- Static Content
- Health and Diagnostics
- HTTP Logging
- Performance
- Static Content
- Security
- Request Filtering
- Common HTTP Features
- Management Tools
- IIS Management Console
- Web Server
- Verify that your settings are correct and click Install.
- When the installation completes, click Close to exit the wizard.
STEP 2: Configure/Add MIME Types
- Launch Internet Information Services (IIS) Manager
- Click Default Web Site
- Right-click MIME Types and click Open Feature
- Modify the .xml extension and enter application/octet-stream
- Add a new MIME type
.xml.ascon the IIS using CLINavigate to cd \Windows\System32\inetsrv.- Enter
appcmd set config /section:staticContent /+[fileExtension='.xml.asc',mimeType='application/octet-stream']
STEP 3: Creating the folder structure to place the OpenManage Enterprise (OME) upgrade files.
- Navigate to the Default Web Site path
inetpub/wwwroot - Create a folder (any name, for such as
OMEupgrade) within/wwwroot - Follow the required folder structure (example)
- OPENMANAGE ENTERPRISE (OpenManage Enterprise) upgrade > 3.8.0 > full/minimal (depending on the version you are upgrading to)
LexingtonUpdates file
Download the repository for the upgrade files.
https://downloads.dell.com/openmanage_enterprise/
For more details regarding the folder structure, you can also see this document:
Upgrade the Dell EMC OpenManage Enterprise
PART 4: Enable Directory Browsing (disabled by default)
- Choose (double-click) Directory Browsing
- Click Enable
PART 5: Specify the HTTP path in OpenManage Enterprise.
- Log in to your OpenManage Enterprise (OME) appliance
- Go to Application Settings > Console and Plugins > Update Settings