Manage Service Instances
A service instance contains all of the Oracle Analytics Server metadata (that is, repository data, presentation catalog, security policy), and includes the customizations that you make to the metadata. You manage a service instance in a BI domain using WebLogic Scripting Tool (WLST) commands described in the table below.
See Use the WebLogic Scripting Tool (WLST).
Command | Description |
---|---|
This command lists all Service Instance keys in the BI domain. |
|
This command gets service instance details for a given service instance key. |
|
This command scales-out the Service Instance(s) onto the new computer, ensuring that the service instance is available on the specified computer within the BI domain. This command is only used in advanced cases. |
|
This command has been replaced by the exportarchive.sh|cmd script in
|
|
This command has been replaced by the importarchive.sh|cmd script in
|
|
This command refreshes certain aspects of a service instance serviceKey that are inherited from the BI domain. For example, if a new module or product is added to the BI domain, the permission sets for that module or product is only made available to the service instance when the service instance is refreshed. |
|
This command refreshes all the service instances of the domain. |
|
This command resets the given service instance to empty state equivalent to importing the empty BAR file. |
Parameters | Description |
---|---|
domainHome |
Path to BI domain home.
|
serviceInstanceKey |
Key for the service instance to be associated with, or scaled out to. For example:
|
machine |
Name of the computer to which you're scaling out. For example:
|
port |
The port number to use on the scaled out computer. For example:
|
monitorPort |
Name of the monitor port to use on the scaled out computer. For example:
|
Assumptions for all WLST commands against BI Service Instances and BAR files:
-
You must have file system (offline) permissions.
-
You run the WLST commands offline.
-
You must start your system after making changes to service instances through WLST.
-
ORACLE_HOME/user_projects/domains/bi/bitools/bin/create_bi_service_instance.sh
-
ORACLE_HOME/user_projects/domains/bi/bitools/bin/delete_bi_service_instance.sh