This chapter describes the following commands:
Displays the search robot status.
psadmin get-robot-status --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename]
psadmin get-robot-status -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.
Starts the search robot.
psadmin start-robot --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename]
psadmin start-robot -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.
Stops the search robot.
psadmin stop-robot --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename]
psadmin stop-robot -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.
Creates a search robot crawling site.
psadmin create-robot-site --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --sitename site-name [--isdomain] [--depth depth] [--database database-name]
psadmin create-robot-site -s search-server-ID -u uid [-f password-filename] -S site-name [-l] [-D depth] [-d database-name]
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the site name for the robot to crawl. For example www.siroe.com.
The following options are optional:
Specifies the name of the password file.
Specifies if the site is a domain.
Specifies the link depth to be crawled.
If the database name is not specified explicitly, the command takes the default database.
Deletes a search robot crawling site.
psadmin delete-robot-site --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --site site-ID
psadmin delete-robot-site -s search-server-ID -u uid [-f password-filename] -t site-ID
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the robot site ID. Use the list-robot-sites subcommand to find the site ID.
The following options are optional:
Specifies the name of the password file.
Lists the search robot crawling sites.
psadmin list-robot-sites --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] [--site site-ID]
psadmin list-robot-sites -s search-server-ID -u uid [-f password-filename] [-t site-ID]
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.
Specifies the robot site ID to be displayed. If not specified, all robot sites are displayed.
Enables a search robot crawling site.
psadmin enable-robot-sites --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --sites '"Site1" "Site2" "..." "Site-n"'
psadmin enable-robot-sites -s search-server-ID -u uid [-f password-filename] -T '"Site1" "Site2" "..." "Site-n"'
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the robot site IDs. Use list-robot-site to find the site ID.
The following option is optional:
Specifies the name of the password file.
Enables a search robot crawling site.
psadmin disable-robot-sites --searchserver search-server-IDs --adminuser admin-user [--passwordfile password-filename] --sites '"Site1" "Site2" "..." "Site-n"'
psadmin disable-robot-sites -s search-server-ID -u uid [-f password-filename] -T '"Site1" "Site2" "..." "Site-n"'
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the robot site IDs. Use list-robot-site to find the site ID.
The following option is optional:
Specifies the name of the password file.
Runs the robot simulator in the search server.
psadmin run-robot-simulator --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] [--sitename site-name] [--nodns] [--noredirect]
psadmin run-robot-simulator -s search-server-ID -u uid [-f password-filename] [-S site-name] [-d] [-r]
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.
Specifies the robot site for running robot simulator, for example, www.siroe.com. If this is not specified, the simulator runs against all robot sites that are not a domain .
Specifies not to check for DNS aliases when running the robot simulator.
Specifies not to check for server redirect when running the robot simulator.
Runs the robot simulator in a search server.
psadmin run-robot-siteprobe --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] [--sitename site-name] [--nodns]
psadmin run-robot-siteprobe -s search-server-ID -u uid [-f password-filename] [-S site-name] [-d]
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.
Specifies the robot site for running robot simulator. For example, www.siroe.com.
Specifies not to check for DNS aliases when running the robot simulator.
Runs autoclassify in a search server.
psadmin run-search-autoclassify --searchserver search-server-ID --adminuser admin-user [--passwordfile password-filename] --database database-name [--startdate start-date]
psadmin run-search-autoclassify -s search-server-ID -u uid [-f password-filename] -d database-name [-D start-date]
The following options are required:
Specifies the Administrator's ID.
Specifies the search server ID.
Specifies the database name against which to run autoclassify.
The following options are optional:
Specifies the name of the password file.
Specifies the start date.