|
This section describes the ActiveWeb utilities that are required to manage and monitor the ActiveWeb Information Broker and its clients. To learn more about ActiveWeb utilities, visit their web site at the following URL:
http://www.activesw.com
The ActiveWeb Monitor provides dynamic tracking of all events that pass through the Information Bus. Administrators can use the ActiveWeb Monitor to discover publishers that have stalled, to learn which subscribers are running, and to view other events. Before starting the monitor, ensure that the DISPLAY environment variable is set correctly.
To start the ActiveWeb Monitor, change to the directory where ActiveWeb is installed (normally /opt/active/bin) and enter the following command:
% monitor &
The ActiveWeb Manager is used to administer Information Brokers, especially their client groups. Provided you have the appropriate permissions, you can use the ActiveWeb manager can administer any Information Broker on any accessible host. For UCP, the ActiveWeb Manager is used to load the events definitions file (/opt/ucp/events/eventdefs.evt) and to delete any unconnected persistent clients.
To start the ActiveWeb Manager, change to the directory where ActiveWeb is installed (normally /opt/active/bin) and enter the following command:
% manager &
The ActiveWeb dbAdapter Configuration utility is primarily used during UCP installation to configure the DSdbAdapter and the SMSdbAdapter. The DSdbAdapter connects to the UCP Data Store, an Oracle database. The SMSdbAdapter connects to the SMS, which may be a database of your choice (provided that it is supported by ActiveWeb). Although you can select any ActiveWeb-supported database, the provided SMS scripts and events can only be used with Oracle.
You can also use this tool to verify if the dbAdapters are running.
To start the ActiveWeb dbAdapter Configuration utility, ensure the DISPLAY environment variable is set correctly, change to the directory where ActiveWeb is installed (normally /opt/active/bin), and enter the following command:
% adapter_config &
The ActiveWeb dbAdapter Error Monitoring Utility is useful for debugging errors encountered during communication between the dbAdapter and database. All errors encountered by the dbAdapter while communicating with the database are displayed in the session where the tool was started.
You might encounter dbAdapter errors in the following scenarios:
To start the ActiveWeb dbAdapter error monitoring utility, change to the directory where ActiveWeb is installed (normally /opt/active/bin) and enter the following command:
% adapter_errors hostname
To start or stop the ActiveWeb Information Broker, enter the following command from the ActiveWeb directory (normally /opt/active/bin):
% S45broker <start | stop>
To start or stop the ActiveWeb dbAdapter, enter the following command from the ActiveWeb directory (normally /opt/active/bin):
% S50adapter <start | stop>
This section describes UCP utilities used for diagnostics, testing, and support.
Use the dbtool utility to browse and manage the Oracle-based Data Store. The dbtool utility is located in the /opt/ucp/utils directory and can be started on any machine that can connect to the Oracle database.
To start the dbtool utility, enter:
dbtool username/password@TNS_name
where username and password are the username and password used for Data Store in the Oracle database and TNS_name is the TNS name defined in the tnsnames.ora file.
The dbtool utility can do the following:
For more information, enter the help command from the dbtool utility.
Use the cdump utility to browse the contents of a cache. The cdump utility is located in the /opt/ucp/utils directory.
Change to the /opt/ucp/utils directory and enter the following:
./cdump [username|-l|-c]
username | Displays the profile of the specified user. |
-l | Lists all user and group profiles. |
-c | Displays the total number of profiles. |
|