This chapter describes the following subcommands:
Creates a Search import agent.
psadmin create-search-importagent --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --file file_name --database database-name
psadmin create-search-importagent -s search-server-ID -u uid [-f password-filename] -F file-name -d database-name
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the name of the configuration properties file for the import agent.
Specifies the destination database for the import agent.
The following options are optional:
Specifies the name of the password file.
Deletes Search import agents.
psadmin delete-search-importagents --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --importagents '”ID1” “ID2” ...'
psadmin delete-search-importagents -s search-server-ID -u uid [-f password-filename] -l '”ID1” “ID2” ...'
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies a list of import agent IDs.
The following options are optional:
Specifies the name of the password file.
Disables the import agents in a search server.
psadmin disable-search-importagents --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --importagents '”ID1” “ID2” ...'
psadmin disable-search-importagents -s search-server-ID -u uid [-f password-filename] -l '”ID1” “ID2” ...'
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies a list of import agent IDs.
The following options are optional:
Specifies the name of the password file.
Enables import agents in a search server.
psadmin enable-search-importagents --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --importagents '”ID1” “ID2” ...'
psadmin enable-search-importagents -s search-server-ID -u uid [-f password-filename] -l '”ID1” “ID2” ...'
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies a list of import agent IDs.
The following option is optional:
Specifies the name of the password file.
Gets the import agent status in a search server.
psadmin get-search-importagent-status --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --importagent import-agent-ID
psadmin get-search-importagent-status -s search-server-ID -u uid [-f password-filename] -i import-agent-ID
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the import agent ID.
The following option is optional:
Specifies the name of the password file.
Lists the import agents from a search server.
psadmin list-search-importagents --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename]
psadmin list-search-importagents -s search-server-ID -u uid [-f password-filename]
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
The following option is optional:
Specifies the name of the password file.
Runs an import agent from a search server.
psadmin run-search-importagents --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename]
psadmin run-search-importagents -s search-server-ID -u uid [-f password-filename]
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
The following options are optional:
Specifies the name of the password file.