Management scripts

Use the provided MBean-based scripts to run Insight Server management commands from the command line. You can use these scripts to run commands on a local server or remote servers.

Connection properties

By default, the properties for the scripts use the file <InstallDir>/runtime/ia/etc/connection.properties. You can set custom properties using your own properties files with the option [--propertiesFile=properties_file].

Important: The <InstallDir>/runtime/ia/etc directory is replaced when you run an update of Insight Server.

Security and user access to remote servers

Before you run the scripts and commands on a remote server, you must provide an SSL keystore and truststore. You can then connect successfully to the target remote server to perform the required management tasks.

The development server (cisDev) includes a default user ID and password:
ia.test.user=tester 
ia.test.password={xor}KzosKzot
The decoded value of the password is tester, and is used as the password for both the tester user ID and the keystore. For a production server (cisCatalog, cisContainer, cisInbound or cisOutbound), you must configure security that meets the requirements of your own location. You must also create a keystore, and configure the required user roles. For more information, see Setting up security and user access.