This command creates a new server instance.
zosadmin create [--newdir=] [--upgrade=] [--profile=] [--id=] [--grid=] [--user=] [--passwd=] [--rmiport=] [--rmihost=] [--httpport=] [--adminport=] [--agentport=] [--auditurl=] [--audituser=] [--auditpasswd=] [--cert=] [--key=] [--<hostname>=]
Specify the hostname to use for this server. The default is the system hostname.
The location where the new Orchestrator Server should be installed.
Switch theupgrade behavior for snapshot handling.
Create a new instance based on named profile (the default is server).
Select by kernel ID.
Select by grid name.
Username used in accessing secure remote sites.
Password used in accessing secure remote sites.
Select by RMI port.
Select or specify the RMI host (can be different from server host).
Specify the http port used for the User Portal (the default is 80).
Specify the http port used for Administrative Information Portal (default 8001).
Specify the communication port for agent connections (default 8100).
Specify the connection URL to a PostgreSQL database (for example, jdbc:postgresql://localhost/matrix_db).
Specify the audit database user.
Specify the audit database password.
Specify the .pem file containing the new server’s TLS certificate.
Specify the .pem file containing the new server’s TLS key.
Turns on verbose output during this operation.
Turns on debug output during this operation.
Displays a help message for this operation.
To create a new server instance in the install directory (default), use the following command:
zosadmin create
To create a new server instance using host name myhost.mydomain.com, use the following command:
zosadmin create myhost.mydomain.com
To create a new server instance in the /zos/myserver/ directory, use the following command:
zosadmin create --newdir=/zos/myserver
To create a new upgraded server instance in an existing directory, use the following command:
zosadmin create --newdir=/zos/myserver --upgrade
IMPORTANT:This command removes previous serve instance data from the directory!