Sets up a new Portal Server instance and associates it with a portal.
psadmin create-instance --adminuser uid --passwordfile password-file --portal portal-name --webconfig web-config-file[--instance-name instance-name] --restrictive
psadmin create-instance -u uid -f password-filename -p portal-name -w web-config-file[-i instance-name] --restrictive
The following options are required:
Specifies the administrator's distinguished name (DN) or user ID (uid).
Specifies the administrator's password in the password file.
Specifies the name of the portal that the instance belongs to.
Specifies the name of the web container properties file, which contains web container-specific configuration parameters. This properties file is in the /opt/SUNWportal/template directory for your platform.
Allows SRA instances (Gateway, Netlet proxy, and Rewriter proxy) get installed and work without connecting to remote Portal Administration Server.
The following option is optional:
Specifies the name of the new portal instance. If omitted, the administration framework generates the name as host-name_port-number.
psadmin create-instance -u admin-user -f password -p portal1 -w /tmp/webcontainer.properties.SJSWS7
In the above example, the command creates an instance of portal1. The instance name by default is machine-name-port-number.