Service Console is distributed in the form of a self-extracting Java class. By running this class in Java on your local system, Service Console is installed.
Example of the command line to use with JavaSoft's JRE:
jre -cp . SConsole104
This is the very basic way to install Service Console, which should work on the broadest range of systems. In order to make it more friendly, we provide other ways to install Service Console:
Run the Service Console script file [svcconsole.bat] from the Service Console directory.
Alternatively, you can run Service Console by starting class SCMain.class with your Java VM, while adding the ServiceConsole.zip class archive to the class path.
Example how to run Service Console with Java Soft's JRE:
jre -cp ServiceConsole SCMain
Consult the README.TXT file, being distributed with Service Console for more details.
Once started, use your Web browser to connect to Service Console. If you have installed Service Console on the local computer, open the following URL:
http://127.0.0.1:6615
If Service Console is running on the remote computer, replace the "127.0.0.1" with the host name or IP address of the remote computer.
The first page presented is the Login page. Use any login name and the empty password. You should change the password after logging in.
Once logged in, see the Help page to get more information about Service Console operation.
How To Start Service Console On Different Port Than 6615
Service Console's Web server listens on the TCP port 6615 by default. It is possible to start Service Console on other port. Modify the command line arguments and add the parameter "/p <port number>":
jre -cp ServiceConsole.zip SCMain /p 80
The command line above will start Service Console and let it listen on the default HTTP port 80.
Installing As Microsoft Windows NT Service
It is possible to run Service Console as a Microsoft Windows NT service, too:
NOTES:
Trap Console, Service Console, Active SNMP, JWinSvc, Ping Console, CS-Care, Visual SNMP and WConsole
are trademarks of CSCare Inc.
Sun, Sun Microsystems, Java, 100% Pure Java and "Write Once, Run Anywhere" are trademarks or registered
trademarks of Sun Microsystems, Inc. in the United States and other
countries. Novell, NetWare, Novell IPX and/or other Novell products are
trademarks or registered trademarks of Novell, Inc. Microsoft and/or other
Microsoft products are trademarks or registered trademarks of Microsoft.
Other product names and/or company names mentioned herein may be the
trademarks or registered trademarks of their respective owners.