Sun Java System Portal Server 7.2 Command-Line Reference

create-sharepointcrawler-site

The create-sharepointcrawler-site subcommand creates a SharePoint crawling site.

Long-Named Format

psadmin create-sharepointcrawler-site --adminuser admin_user [--passwordfile password_file] --searchserver searchserver_id --url url [--name name] [--description description] [--database database] [--user user] [--password password] [--subsites state]

Short-Named Format

psadmin create-sharepointcrawler-site -u admin_user [-f password_file] -s searchserver_id -r url [-N name] [-c description] [-d database] [-U user] [-F password] [-S state]

Options

These are the list of options available for the create-sharepointcrawler-site subcommand. The following three options are required:

[--adminuser | -u] uid

Specifies the distinguished name (DN) or the user identification name (uid) of the administrator.

[--searchserver | -s] searchserver_id

Search server id.

[--url | -r] url

Site URL.

The following seven options are optional:

[--name | -N] name

Site name.

[--description | -c] description

Site description.

[--database | -d] database

Target search database.

[--user | -U] user

SharePoint user.

[--password | -F] password

SharePoint password.

[--subsites | -S] state

Process subsites (true/false).

[--passwordfile | -f] passwordFile

Specifies the administrator password in the password file. When the --passwordfile option is specified, the password file should contain the password without any other text. If this option is not specified, the password will be prompted.