Managing NerveCenter
-
Controlling NerveCenter from the Command Line - installdb -
installdb -F IDBfile -O {f|l|c|r} -D {s|a} [-M {v|s}] [-H]
Creates or modifies a NerveCenter Microsoft Access or SQL Server database.
-F IDBfile
The path and file name for the IDB file (required).
-O {f | l | c | r}
Specifies the operation code (required). The choices are:
f -- Full database creation and installation
c -- Create data source and connection string
-D {s | a}
Specifies the database type (required). The choices are:
[-M {v | s}]
Specifies the mode of operation (optional). v is verbose, and s is silent. If -M
is not specified, InstallDB defaults to s (silent).
[-H]
Displays usage help is in a dialog box. You can also enter simply: installdb
All command line switches are case-insensitive (Windows only) and you can type them in any order.
If any of the required command line switches are missing and the mode is s (silent), then an error is written to the Event Log. If mode is v (verbose), then a dialog box with an error message is displayed.
InstallDB -F c:\temp\dbwizard.idb -M v -O f -D s
importutil | ipsweep |
29 July 2003 |