![]() |
![]() |
![]() |
![]() |
![]() |
• The LDAP deployment updates the LDAP configuration information in the tsam_wls12c.ear file (located at <TSAM_DIR>/deploy). For more information, refer to Deploying LDAP Configuration File in Oracle TSAM Plus Configuration Guide.
• Unix/Linux Database Deployment: DatabaseDeployer.sh
• Windows Database Deployment: DatabaseDeployer.cmd
Note: If the TSAM Plus database user is created manually or by one earlier release of TSAM Plus, run <TSAM12c_DIR>/deploy/TSAMGrantOracle.ddl in the database administrator role to grant the necessary privileges to users. Replace "#TSAM_DB_USER#" in TSAMGrantOracle.ddl with the real user name and “;" followed.
•
•
• Updates the database connection URL in the tsam_wls12c.ear file (located at <TSAM_DIR>/deploy)
• Resets the default admin user password to the password specified by the parameter -adminpassword when setting the parameter “-resetpassword yes”.
• Specifies a Weblogic data source JNDI name with the "-wlsdsJNDIname" parameter. The database properties parameters are ignored if "-wlsdsJNDIname" is specified.
• The Oracle database driver is recommended to be “*Oracle's Driver (Thin) for Instance connections, Versions:9.0.1 and later”, “*Oracle's Driver (Thin) for RAC Service-Instance connections; Versions:10 and later", or “*Oracle's Driver (Thin) for Service connections; Versions:9.0.1 and later"
• The Derby database driver is recommended to be “Derby's Driver (Type 4) Versions:Any”.
• Decides whether to use the Oracle Database Partitioning feature to manage the database table according to the parameter -enable_partition yes|no. This is a mandatory option when the database type is 'oracle'. It specifies whether to create the Oracle Database schema with partition. -enable_partition yes is only used for Oracle Enterprise Edition (with partition feature).Listing 1‑1 and Listing 1‑2 show Unix/Linux and Windows database deployment utility examples accordingly.
• If you select the parameter "-overwrite yes", the existing TSAM Plus database is always overwritten and the database connection URL in the tsam_wls12c.ear file is updated; If you select the parameter "-overwrite no", the database connection URL is updated, but the existing TSAM Plus database is not overwritten
• The database connection URL in the tsam_wls12c.ear file is overwritten after you run the database deployment utility. You must redeploy the tsam_wls12c.ear file on the application.Listing 1‑1 Unix/Linux Database Deployment Utility Example
2.
3. Deploy TSAM Plus to an Oracle database with the existing user "tsam" and the password "tsam"
Note: Other parameters for creating DB are ignored when -wlsdsJNDIname is specified.Listing 1‑2 Windows Database Deployment Utility Example
3. Deploy TSAM Plus to an Oracle database with the user "tsam" and the password "tsam"
Note: Other parameters for creating DB are ignored when -wlsdsJNDIname is specified.Unix/Linux Application Server Deployment: AppServerDeployer.shWindows Application Server Deployment: AppServerDeployer.cmdUnix/Linux and Windows application deployment utility examples are shown in Listing 1‑3 and Listing 1‑4 accordingly.
1. Start your WebLogic Domain and launch Oracle WebLogic Server Administration Console using the following URL: http://localhost:7001/console.
2.
4. In the right panel, click Install.
5. In the Install Application Assistant, locate the tsam_wls12c.ear file in the $TSAMDIR/deploy directory.
6. Click Next.
8. Click Next.
9. Select the servers where you want to deploy the tsam_wls12c.ear file.
10. Click Next.
12. Click Next.
13. Review the configuration settings you have specified, and click Finish to complete the installation.
15.
1. Launch Oracle WebLogic Server Administration Console using the following URL: http://localhost:port/console. Where: "localhost" is the host name of the machine running WebLogic Server, "port" is the port number where WebLogic Server listens for requests.
2.
3.
4. Click the Server, e.g., exampleServer, where Oracle TSAM Plus is deployed.
6.
1. Launch Oracle WebLogic Server Administration Console using the following URL: http://localhost:7001/console.
2.
3.
1. Launch Oracle WebLogic Server Administration Console using the following URL: http://localhost:port/console. Where: "localhost" is the host name of the machine running WebLogic Server, "port" is the port number where WebLogic Server listens for requests (7001 by default).
2.
3.
4. Click the Server, e.g., exampleServer, which your TSAM Plus deployed.
6.
1. Launch Oracle WebLogic Server Administration Console using the following URL: http://localhost:7001/console.
2.
3.
4. Click the Server, e.g., exampleServer, which your TSAM Plus deployed.
6.
1. Launch Oracle WebLogic Server Administration Console using the following URL: http://<hostname>:<port>/console, where <hostname> is the host name of the machine running WebLogic Server, and <port> is the port number that WebLogic Server listens for requests (7001 by default).
2. In the Change Center of the Administration Console, click Lock & Edit, if you have not already done so.
3. In the left pane of the Administration Console, click Work Managers under Environment.
4. Click the Work Manager whose "Targets" includes the WebLogic Server where TSAM Plus Manager web application is deployed. If no such work manager exists (usually called “WebLogic.wsee.mdb.DispatchPolicy”), create a new Work Manager and assign it to the right server.
5. Change Maximum Threads Constraint at tab of Configuration, if no constraint is configured, click New to create one.
6.
1. Launch Oracle WebLogic Server Administration Console using the following URL: http://<hostname>:<port>/console, where <hostname> is the host name of the machine running WebLogic Server, and <port> is the port number that WebLogic Server listens for requests (7001 by default).
2. In the Change Center of the Administration Console, click Lock & Edit, if you have not already done so.
3. In the left pane of the Administration Console, click Work Managers under Environment.
4. Click the Work Manager whose "Targets" includes the WebLogic Server where TSAM Plus Manager web application is deployed. If no such work manager exists (usually called “WebLogic.wsee.mdb.DispatchPolicy”), create a new Work Manager and assign it to the right server.
5. Change Capacity Constraint at tab of Configuration, if no constraint is configured, click New to create one.
6.
Note: If you do not see “Lock & Edit” in the Change Center of the Administration Console, WebLogic Server Configuration editing is enabled.Click Preferences. Uncheck the Automatically Acquire Lock and Activate Changes checkbox, then click Save.
b.
b.
b. Figure 2 Oracle TSAM Plus High AvailablilityAs shown in Figure 3, there are three Oracle TSAM Plus managers configured in one Oracle TSAM Plus system, in which manager 1 and 2 are configured as data servers, and manager 3 is configured as a TSAM Plus console.Figure 3 Oracle TSAM Plus Manager Scalability2. cd <TSAM12c_DIR>/deployTable 3‑1 lists AlertMigration.sh/cmd parameters.
Table 3‑1 AlertMigration.sh/cmd Parameters
Note: If the specified database uses OS authentication, the user name (parameter srcdbuser or dstdbuser) and password (parameter srcdbpassword or dstdbpassword) should be null.TSAM 1.1/10gR3 policy files can be imported in the Oracle TSAM Plus 12cR2 (12.1.3) policy management page. For more information, see Tuxedo Monitoring Policy in the Oracle TSAM Plus Users Guide.
2. Run the scripts under <TSAM12c_DIR>/deploy
• Enter the directory <TSAM12c_DIR>/deploy.