Cisco Cisco Workload Automation 6.3 Guía De Instalación

Descargar
Página de 194
55
 
Installing the CWA Master for Unix
Controlling the Unix Master
insert into usrmst (usrmst_id, usrmst_domain, usrmst_name, usrmst_fullname, usrmst_desc, 
usrmst_phoneno, usrmst_pagerno, usrmst_email, usrmst_emailtype, secmst_id, lngmst_id, 
usrmst_password, usrmst_suser) values (1, DOMAINNAME, 'SUPERUSERNAME', 'SUPERUSERNAME', null, null, 
null, null, null, 6, 1, null, 'Y');
Note: DOMAINNAME can be null. If it is not null, be sure to add single quotes around the domain name in the SQL 
statement. Your Oracle CWA database should now be installed.
7.
Save the script.
8.
Login as the SYSTEM user (or equivalent).
9.
Run the connectdb.sql script to create a user called tidal and to create the database tablespaces. Run the following 
scripts as the CWA user you just created.
a.
Run the adoracle.sql script and if there are no errors issue a commit
; 
statement.
b.
Run the orapopulate.sql script and if there are no errors issue a commit
;
 statement.
c.
Run the nodmst.sql script and if there are no errors issue a commit
; 
statement.
Your Oracle CWA database should now be installed. If any errors occurred when running those scripts, do not continue. 
Collect as much information on the errors as possible and contact either the consultant assisting your installation or 
Technical Services at Cisco.
Controlling the Unix Master
Control the Unix Master from the command line using tesm command as described in the following table:
Command
Description
tesm start
Starts the Unix Master.
tesm stop
Stops the Unix Master.