Permanently changing the port a, Cim extension uses (unix only) – HP Storage Essentials NAS Manager Software User Manual

Page 696

Advertising
background image

Troubleshooting

664

Permanently Changing the Port a

CIM Extension Uses (UNIX Only)

CIM Extensions on UNIX use port 4673 by default. You can start a CIM Extension on another port

by entering ./start -port 1234, where 1234 is the new port. With this method, you must

always remember to provide the nondefault port when starting the CIM Extension.
You can configure a CIM Extension to remember the nondefault port, so you only need to enter
./start to start the CIM Extension:

1.

Go to the /opt/APPQcime/conf directory.

2.

Open the cim.extension.parameters file in a text editor, and provide the following line:

-credentials username:password

-port 1234

IMPORTANT:

The values for -credentials and –port must be on separate lines, as shown in

the example.

where
• username is the user that is used to discover the CIM Extension. You will need to provide this

user name and its password when you discover the host.

• password is the password of username.
• 1234 the new port for the CIM Extension

3.

Save the file.

4.

Restart the CIM Extension for your changes to take effect.

NOTE:

The CIM Extension looks for parameters in the cim.extension.parameters file

whenever it starts, such as when it is started manually or when the host is rebooted.

5.

The management server assumes the CIM Extension is running on port 4673. If you change the

port number, you must make the management server aware of the new port number.
Discovery from HP SIM
Enter the port number on the System Protocol Settings page (Options > Protocol Settings >
System Protocol Settings

) under the WBEM section. Refer to the SIM documentation for more

information.
Discovery from HP SE
In the IP Address/DNS Name field in the Add Address for Discovery page (Discovery > Setup

> Add Address on the HP SE Home page), type a colon and then the port number after the IP

address or DNS name, as shown in the following example:

192.168.1.2:1234

where
• 192.168.1.2 is the IP address of the host
• 1234 is the new port number

Advertising