oracle-oid
Copyright 2014 © LimePoint Pty Ltd. All rights reserved.
wls:/offline> help('oid_setup')
Description:
oid_setup configures and starts the first OID instance - oid1.
It performs following activities -
- Creates wallets and db connection info
- Sets cn=orcladmin password
- Creates the instance 'oid1' with machine oidhost1
- Starts the newly created OID instance
- Sets up the given realm. If realm is not provided then 'dc=us,dc=oracle,dc=com' realm will be created
The oid_setup command is available when WLST is connected to an
Administration Server instance.
Syntax:
oid_setup(orcladminPassword = 'passwd', odsPassword = 'passwd', realmDN ='dc=us,dc=oracle,dc=com', port=nnnn, sslPort=nnnn, host='hostname' )
orcladminPassword - New password for cn=orcladmin.
odsPassword - DB password needed for verification.
realmDN - (Optional) DN of the new realm. If not provided 'dc=us,dc=oracle,dc=com' will be created.
port - Optional. This is the port number of the non-SSL server. If this
is not specified, a port will be assigned automatically.
sslPort - Optional. This is the port number of the SSL virtual host. If this
is not specified, a port will be assigned automatically.
host - Optional. Name/IP address of the (logical) host, where OID server to be started/stopped
If not specified, hostname of the machine will be used.
Example:
oid_setup(orcladminPassword = 'test', odsPassword='test1')
oid_setup(orcladminPassword = 'test', odsPassword='test1', realmDN='dc=example,dc=oracle,dc=com')
License & Authors
-
Author:: LimePoint (support@limepoint.com)
# MintPress® - Automation and Configuration Management
#
# Copyright © 2014 LimePoint. All rights reserved.
#
# This program and its contents are confidential and owned by LimePoint.
# Only licenced users are permitted to access and use of this file.
# This program (or any part of it) may not be disclosed, copied or used
# except as expressly permitted in LimePoint’s End User Licence Agreement.
#
# LimePoint® and MintPress® are Registered Trademarks of LimePoint IP Limited.
# For more information contact LimePoint at http://www.limepoint.com