Data transport names must be unique
Each tape drive must have a unique device name. Verify that the device name is unique for all tape libraries attached to the server.
Cannot open db: /var/opt/LibMON/db
The LibMON server expects the database to be in this location as a default. You can specify that the database is located in an alternate location. For example, to specify that the LibMON database is located at /home/neil/db, edit the START-LibMON file and change the last line in the file to the following:
${TOP}/JDK/bin/java -Datl.db.dbDir=”/home/neil/db” \
-D"atl.serverInstallDir=${TOP}" atl.server.Server
You can also specify an alternate location for the LibMON event log database. For example, to specify that the LibMON database is located at /home/neil/db and that the LibMON event log database is located at /home/neil/log, edit the START-LibMON file and change the last line in the file to the following:
${TOP}/JDK/bin/java -Datl.db.dbDir=”/home/neil/db” \
-Datl.eventLogDir=”/home/neil/log \
-D"atl.serverInstallDir=${TOP}" atl.server.Server
Device name already exists in the database
Each tape drive and medium changer must have a unique device name. Verify that the device name is unique for all tape libraries attached to the server.
A device name must be provided
Each tape drive and medium changer must have a unique device name. Verify that the device name is unique for all tape libraries attached to the server.
Device not supported
The device specified is not supported.
Device name file does not exist
The device name file specified in the error dialog does not exist on the server system. Verify that the tape library is attached, powered on, and configured correctly.
Error getting scsi information for device
Verify that the tape library is online. Toggle the STANDBY button on the front panel of the tape library to return the library to online status.
At least one attribute must be assigned to the display
In the Display Attributes dialog, you must select at least one attribute to be displayed. Select one of the attributes in the Hide Attributes list. Then, select the Add button to add the attribute to the Show Attributes list. Select OK to save your changes.
At least one attribute must be assigned to the sort order
In the Sort dialog, you must select at least one attribute to be the primary sort. Select one of the attributes in the Available Attributes list. Then, select the Add button to add the attribute to the Sort Order list. Select OK to save your changes.
At least one event must be selected from the list of events to perform a delete operation
Select the event you want to delete. Then, select the Delete option from the Selected menu.
A medium changer device name is required
You must provide a medium changer device name in order to create a new library.
The client cannot communicate with the LibMON server - check to make sure that it is running. The data displayed in the applet screen may be stale.
Check to make sure that LibMON is running on the server machine.
Netscape's network connection was refused by the server: serverName.
The server may not be accepting connections or may be busy.
Check to make sure that the HTTP Server is running on the server machine. Verify that the server name was spelled correctly.
File Not found
Verify that the URL was typed in correctly.
Authorization failed. Retry?
Verify that you typed in your user name and password for the HTTP Server correctly. Check for the LibMON administrator to verify that you are authorized to run at the privilege level you are attempting to start the LibMON client. If your are starting the client with Administrative privileges, use the following URL:
http://hostname/LibMON/admin/LibMON.shtml
If you are starting the client with Guest privileges, use the following URL:
http://hostname/LibMON/guest/LibMON.shtml
where hostname is the name of the server where the HTTP server is installed.