Setting the Service Port Number (service -d port)
Function
The service -d port command is used to set the port number for a service.
Format
ipmcset -t service -d port -v <option> <port1value> [port2value]
Parameters
Parameter |
Description |
Value |
---|---|---|
option |
Service type |
|
port1value |
Port number |
1 to 65535 |
port2value |
Service port number. This port number is available only for the RMCP service. |
1 to 65535 |
Usage Guidelines
If the web server (HTTP) or (HTTPS) port number is set to 65535, Google Chrome cannot set up a session over this port.
Example
# Set the HTTPS port to 443.
iBMC:/->ipmcset -t service -d port -v https 443 Set https service port to 443 successfully.