Starting and Managing the JPS
After you have installed the JPS and applied the local configuration of the JPS, you can perform these tasks:
- Starting the JPS
- Restarting the JPS
- Stopping the JPS
- Displaying JPS Status
- Cleaning JPS Logs
- Accessing JPS Administration
To modify the JPS configuration, see Configuring the JPS. To monitor the JPS configuration, see Monitoring the JPS.
Starting the JPS
You must start the JPS when you install the JPS without rebooting the JPS host.
- On the JPS host, log in as
rootor as an authorized nonroot admin user.- Start the JPS from its installation directory.
For root user:
/opt/UMC/jps/etc/jps startFor nonroot user:
/opt/UMC/jps/etc/jpsroot startThe system responds with a start message. If the JPS is already running, the system responds with a warning message.
Restarting the JPS
- On the JPS host, log in as
rootor as an authorized nonroot admin user.- Restart the JPS from its installation directory.
For root user:
/opt/UMC/jps/etc/jps restartFor nonroot user:
/opt/UMC/jps/etc/jpsroot restartThe system responds with a start message. If the JPS is already running, the system responds with a shutdown message and then a start message.
Stopping the JPS
- On the JPS host, log in as
rootor as an authorized nonroot admin user.- Stop the JPS from its installation directory.
For root user:
/opt/UMC/jps/etc/jps stopFor nonroot user:
/opt/UMC/jps/etc/jpsroot stopThe system responds with a shutdown message. If the JPS is not running when you issue the command, the system responds with the command prompt.
To start the JPS, see Starting the JPS.
Displaying JPS Status
- On the JPS host, log in as
rootor as an authorized nonroot admin user.- Display the status from the JPS installation directory.
For root user:
/opt/UMC/jps/etc/jps statusFor nonroot user:
/opt/UMC/jps/etc/jpsroot statusThe system responds with a status message.
Cleaning JPS Logs
To delete the log files for the JPS:
- On the JPS host, log in as
rootor as an authorized nonroot admin user.- Delete the log files from the JPS installation directory.
For root user:
/opt/UMC/jps/etc/jps cleanFor nonroot user:
/opt/UMC/jps/etc/jpsroot cleanYou can clean the files to which the JPS host redirects the stderr and stdout outputs for JPS. See SDX Monitoring and Troubleshooting Guide, Chapter 2, Configuring Logging for SDX Components for more information.
Accessing JPS Administration
When the JPS is running, JPS Administration acts as a server for several administrative Web pages. You can use JPS Administration to configure and monitor the JPS.
- Make sure the JPS is running (see Displaying JPS Status).
- Access JPS Administration by entering the following URL in your Web browser:
https://<host>:8444/admwhere <host> is the IP address or name of the host on which you installed the JPS.
A Connect to <host> dialog box appears.
The default for both the username and the password is admin.
The JPS Administration page appears.
![]()
To modify the default username or password:
- Log in as
rooton the JPS host.- Edit the /opt/UMC/jps/etc/config.properties file with a text editor. Modify the AdminServer.context.adm.user property for the username and the AdminServer.context.adm.password property for the password.
- Save the file.
- Restart the JPS (see Restarting the JPS).