Managing NerveCenter - Controlling NerveCenter from the Command Line - installdb -
importutil      ipsweep

installdb

NAME

installdb

SYNOPSIS


   installdb -F IDBfile -O {f|l|c|r} -D {s|a} [-M {v|s}] [-H]

DESCRIPTION

Creates or modifies a NerveCenter Microsoft Access or SQL Server database.

options


    -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

l -- Load serialized file

c -- Create data source and connection string

r -- Run SQL script


    -D {s | a}

Specifies the database type (required). The choices are:

s -- SQL

a -- Access


    [-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

USAGE

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.

example


   InstallDB -F c:\temp\dbwizard.idb -M v -O f -D s


importutil ipsweep
29 July 2003