Develop > Command-Line Interfaces > ConfigExchangeSIS Command-Line Interface

ConfigExchangeSIS Command-Line Interface

The ConfigExchangeSIS command-line interface enables you to import templates from a SiteScope server.

Location

<OMi_HOME>/opr/bin/ConfigExchangeSIS

Synopsis

ConfigExchangeSiS <CONNECTION_INFO> -sis_group_container <sitescope template folder> -sis_template_file <sitescope template file> -sis_hostname <sishost> -sis_port <sisport> -sis_user <login-sis_password <password> [-sis_ssl]

Options

Exit Status

Exit Status

Description

Output

0

Successful completion of the requested operation

No output.
1

Failure of the requested operation

An error message stating why the operation failed, followed by the tool's help text.
300‑399

HTTP Redirection (300-399)

An error message stating the HTTP error number and description.

For more information about HTTP error status values, see publicly available HTTP documentation.

400‑499

HTTP Client Error (400-499)

500‑599

HTTP Internal Server Error (500-599)

Restrictions

The specified SiteScope user must be a SiteScope user with permission to read the SiteScope templates.

The specified OMi user must be an OMi user with permission to create policy templates. For more information on permissions in Monitoring Automation, see Users, Groups, and Roles.

Non-admin users also need the following file permissions to operate this command-line tool:

File Windows Permissions Linux Permissions
<OMi_HOME>/conf/TopazInfra.ini read r
<OMi_HOME>/log/opr-clis.log full control rw

<OMi_HOME>/log/opr-pgctl.log

Note: This file is not available on gateway server systems.
full control rw
<OMi_HOME>/conf/encryption.properties read r
<OMi_HOME>/conf/seed.properties read r

Examples

The following command loads the templates that are in the template container called "Template Examples" from sitescope1.example.com:

<OMi_HOME>\opr\bin\ConfigExchangeSIS.bat -sis_group_container "Template Examples" -sis_hostname sitescope1.example.com -sis_user integrationViewer -sis_password password -username admin -password password

Troubleshooting