HP-MPI Version 1.2 for Windows Release Note

/tasks="RegisterService,!RegisterService\StartService"
During the installation, this option registers the HP-MPI Remote Launch service, but does
not start the service. To start the service select Administration ToolsServices. Highlight
HP-MPI Remote Launch, and select Start.
1.3.3.1 Remote Launch Service Information
The HP-MPI Remote Launch service is located in "%MPI_ROOT%\sbin\
HPMPIWin32Service.exe". MPI_ROOT must be located on a local disk or the service does not
run properly.
To run the service manually, you must register and start the service. To register the service
manually, run the service executable with the -i option. To start the service manually, run the
service after it is installed with the -start option. The service executable is located at
"%MPI_ROOT%\sbin\HPMPIWin32Service.exe".
For example:
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -I
Creating Event Log Key
'HPMPI'...Installing service 'HP-MPI SMPID'...
OpenSCManager OK
CreateService Succeeded
Service installed.
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -start
Service started...
The HP-MPI Remote Launch service runs continually as a Windows service, listening on a port
for HP-MPI requests from remote mpirun.exe's. This port must be the same port on all machines,
and is established when the service starts. The default TCP port is 8636.
If this port is not available or to change the port, include a port number as a parameter to -i. As
an example, to install the service with port number 5004:
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -i 5004
Or, you can stop the service, then set the port key, and start the service again. For example, using
port 5004:
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -stop
Service stopped...
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -setportkey 5004
Setting Default Port key...'HPMPI'...
Port Key set to 5004
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -start
Service started...
For additional HP-MPI Remote Launch service options, use -help.
Usage: hpmpiwin32service.exe [cmd [param]]
where cmd can be one of the following commands:
-? | -h | -help show command usage
-s | -status show service status
-k | -removeeventkey remove service event log key
-r | -removeportkey remove default port key
-t | -setportkey <port> remove default port key
-i | -install [<port>] remove default port key
-start start an installed service
-stop stop an installed service
14 HP-MPI V1.2 for Windows Release Note