Enabling http, Enabling https, Installing broadcom cim provider – HP StoreFabric Converged Network Adapters User Manual

Page 24: Uninstalling broadcom cim provider, Configuring the linux firewall

Advertising
background image

Installing the management application 24

Enabling HTTP

1.

Start the CIM Server if the CIM Server is not already started.
For more information, see "Starting and stopping the CIM Server (on page

23

)."

2.

(Optional) To set the HTTP port, run the following command:
cimconfig -s httpPort=5988 -p
The property is not available for Inbox OpenPegasus.

3.

Enable an HTTP connection:
cimconfig -s enableHttpConnection=true -p

4.

Stop and restart the CIM Server:
cimserver –s and cimserver

Enabling HTTPS

1.

Start the CIM Server if the CIM Server not already started.
For more information, see "Starting and stopping the CIM Server (on page

23

)."

2.

(Optional) To set the HTTPS port, run the following command:
cimconfig -s httpsPort=5989 -p
The property is not available for Inbox OpenPegasus.

3.

Enable an HTTPS connection:
cimconfig -s enableHttpsConnection=true -p

4.

Stop and restart CIM Server:
cimserver -s and cimserver

Installing Broadcom CIM provider

1.

Be sure that OpenPegasus is installed properly.

2.

Install the Broadcom CIM provider:
% rpm -i BRCM_CMPIProvider-{version}.{arch}.rpm

Uninstalling Broadcom CIM provider

Run % rpm -e BRCM_CMPIProvider.

Configuring the Linux firewall

By default, CimXML over HTTP uses TCP and port number 5988, and CimXML over HTTPS uses TCP and port

number 5989. Use the following instructions to open the ports, or other user-defined ports, on a Linux
firewall.
Red Hat
To open ports in a Red Hat firewall:

1.

Select System→Administration→Firewall.

2.

Select Other Ports.

3.

In the Port and Protocol dialog box, select User Defined.

4.

In the Port/Port Range field, add the port number.

Advertising