Owner's Manual
50 Installation
To start the client, either use the icons in the
Start
menu (in Windows), the icon on the desktop
(Linux), or type
redcell
on a command line in a shell with the Oware environment.
When you license new features, you must restart the application server and client.
NOTE:
Since disabling legacy web services enhances performance, they are disabled by default. To enable
them, add the following line to
$OWARE_USER_ROOT/owareapps/installprops/lib/
installed.properties:
com.dorado.core.ws.disable=falso
If you are not using legacy web services, disabling them enhances performance.
Default users initially have no password. Users must typically change this blank password with the
first login. The login for the installing user is, by default
admin
.
Passwords are stored in the database, encrypted. You can also change this password later from the
Settings -> Change Password
menu item in the application.
Starting Application Server
You can stop, start and monitor the Application Server service, with command lines (
pmstopall
,
pmstartall
, and
pmgetstatus
), or use a system tray tool for controlling Application Server. As
always, run
oware
in Windows, or
. /etc/.dsienv
in Linux before running command lines.
For security reasons,
pmstopall
has a security requirements similar to
stopappserver
. Here is
a sample command line:
pmstopall <hostname>:1099 -u <username> -p <password>
Both
-u
and
-p
are optional parameters. If you omit
username
, the application assumes
OWAdmin
is the user. If you omit a password, the application assumes a blank password.
This service appears in the Windows Services dialog as OpenManage Network Manager
.
Installation of Process Monitor System Tray Icon
To ensure the Process Monitor System Tray icon appears each time the system is restarted simply
add the $OWARE_USER_ROOT/oware/bin/pmtray.exe binary to the
all users
startup folder
(
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
).
Update pmstartup.dat
Finally, modify the
application.server.active=
property in
$OWARE_USER_ROOT/
oware/lib/pmstartup.dat
and change the default value from
false
to
true
. Once
complete, reboot the system and the application server automatically starts and the system tray
icon automatically appears in the user's startup folder.