This topic describes how to launch the System Management Console by using the Java™ Web Start Launcher.
Before you begin
- Java 1.7 or above should be installed on the system.
- Java cache should be enabled in Java Control Panel.
About this task
When you access the system management console, ensure you have enough memory, and that the Applications Manager is not open. It is
recommended that you increase the memory available to the Java
plug-in for every computer that runs the System Management Console. To increase the memory
available, open the Java plug-in settings from the Windows control panel. Specify the following
Java runtime parameters: -Xms128M
-Xmx128m
.
To access the System Management console:
Procedure
- Set the
yfs.yfs.configurator.usewebstart
property to
true
in the customer_overrides.properties
file.
- Point your browser to
http://<hostname>:<portname>/smcfs/console/start.jsp
- Enter your login ID and password and click Sign
In. The Application Console Home Page is displayed.
- From the menu bar, go to
.
The browser prompts you to take an action on the
launchsystemmanager.jnlp
file.
You can perform one of the following actions based on the browser you are using:
- Internet Explorer:
- Open: Opens the file with the associated application. If there exists a
mapping between the file extension ‘
.jnlp
’ and the Java Web Start Launcher, you can open it directly. Otherwise, you can save the file and open it.
- Save: Save the file to the local system and open it with Java Web Start Launcher.
- Save As: Save the file with a different name to the local system and open it with Java Web Start Launcher.
- Firefox:
- Open With: Opens the file with the associated application. If there
exists a mapping between the file extension ‘
.jnlp
’ and the Java Web Start Launcher, you can open it directly. Otherwise, you must manually select the Java Web Start Launcher from the list of programs and open it.
- Save File: Save the file to the local system and open it with Java Web Start Launcher.
You can find the Java Web Start Launcher program at <JRE_HOME>\bin\javaws
on the local system.
Once the
.jnlp
file is run, the Java Web Start downloads the necessary resources such as the JAR files listed in the
.jnlp
file to launch the application.
Alternatively, you can also open the file from the command line by running the following
command:
<JRE_HOME>/bin/javaws <downloaded jnlp file path>
To run the downloaded
.jnlp
file with verbose tracing, perform the following
steps:
- Enable tracing in the local JRE control panel. Go to and
select the Enable tracing option.
- Run the command:
<JRE_HOME>/bin/javaws -verbose <downloaded jnlp file
path>
. Depending on the OS, find the logs in your local JRE directory.
Alternatively, you can launch the system management console by logging into
http://<IP_Address>:<Port_No>/sma/sma/console/login.jsp
and follow
steps 2 and 3. The
lanuchsmasystemmanager.jnlp
file will be downloaded. However,
rest of the procedure remains the same.
Note: The Application Console can be launched only with Microsoft Internet Explorer.
Tip:
- To enable server-side tracing for launching the Applications Manager or System Management
Console using the Web Start Launcher from the Application Console UI, enable tracing for JSPs. For
more information, see Trace components details screen
- To enable server-side tracing for launching the Applications Manager from Sterling Business Center or System Management from System
Administration Console using the Web Start Launcher, you need to enable tracing for Web UI
framework. For more information, see Enabling tracing for Web UI Framework.