Creates a search database.
psadmin create-search-database --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --database database-name [--attributes] '"key1=value1" "key2=value2" ...'
psadmin create-search-db -s search-server-ID -u uid [-f password-filename] -d database-name [-A] '"key1=value1" "key2=value2" ...'
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the database.
The following options are optional:
Specifies the name of the password file.
Specifies a list of attributes for the database.