|
You can create a new instance on a local or remote machine. When you
run the command locally, you can execute commands even when the admin server
is not running. However, when this command is executed in local mode, no validations
are made to ensure that the --instanceport is not being used
by any existing server instances. To validate this execute the create-instance command in remote mode by providing the - -user
and --password information. This ensures that the instanceport
is not being used by any other server instance.
On a remote machine an administration server is already running for
the specified hostname, then the system defaults to the local hostname. To
create the instance locally, not requiring the administration server to be
up and running, specify the --local option. The named instance
must not exist within that domain.
|