Managing device drivers (driverTools.sh)

Use the driverTools.sh system script to manage device drivers from the command line.

Syntax

driverTools.sh -show-details args -consistency-check -create-custom-cli
-create-custom-tl1 -help

Parameters

-show-details args
Shows detailed information about a specific driver:
-consistency-check
Consistency check the drivers on the filesystem against the database.
-create-custom-cli
Creates a new custom Driver.
-create-custom-tl1
Creates a new custom tl1 Driver.
-help
Displays an overview of available options.

Samples

The following sample shows an INFO statement that can be ignored: Invalid classpath entry.

./driverTools.sh -consistency-check
Starting driver consistency check ...
2020.04.24 16:28:38 GMT+00:00 INFO    com.intelliden.admin.ServerRegistrar :: Server type: NONE
2020.04.24 16:28:38 GMT+00:00 INFO    com.intelliden.admin.ServerRegistrar :: Server name: null
2020.04.24 16:28:41 GMT+00:00 INFO    com.intelliden.drivers.DriverClassLoaderFactory :: Invalid classpath entry. Files [commons-1.4.1-net.jar, icos-legacy.jar, jsch-0.1.37.jar] not found in /opt/IBM/tivoli/netcool/ncm/drivers/lib_legacy_cache/
2020.04.24 16:28:41 GMT+00:00 INFO    com.intelliden.drivers.DriverLocator :: Driver consistency check started ...
2020.04.24 16:28:45 GMT+00:00 INFO    com.intelliden.drivers.DriverConsistencyCheck :: No new drivers to write to the database
2020.04.24 16:28:45 GMT+00:00 INFO    com.intelliden.drivers.DriverLocator :: Post driver consistency check new drivers was empty
2020.04.24 16:28:45 GMT+00:00 INFO    com.intelliden.drivers.DriverLocator :: Standard driver is IBM-ffea5723-205a-4cb4-b9e9-ac0797a17a4e
2020.04.24 16:28:45 GMT+00:00 INFO    com.intelliden.drivers.DriverLocator :: Driver consistency check complete (3545 ms)
The following sample shows information by IBM uuid from the UoW Log:
driverTools.sh -show-details IBM-ABC1234-ABCD-1234-1a2b-a12sbvn472m9
The following sample shows information by device name in the UI:
driverTools.sh -show-details 10.1.2.3
The following sample shows information by by VTMOS: driverTools.sh
-show-details Cisco Router 2600 12.3

See also

Modifying logging