You are on page 1of 4

Domain Setup Tasks A.

Create A Domain:

Path to CreateDomain.xml : /opt/tibco/tra/5.5/template/ domainutility/cmdline/ CreateDomain.xml Command to be exectud to Create a domain: /opt/tibco/tra/5.5/bin -> ./domainutilitycmd -cmdFile <temp_path>/CreateDomain.xml B. Domain Tasks: Add Machine

While adding a machine to an existing domain, check the following parameters: 1. RV Daemon and Service Port configuration in the admin machine. This field is present under the administrators tra file as: File : <Tibco Install Folder>/administrator/domain/<domain_name>/bin/tibcoadmin_<domain_name> .tra Field: repo.rvDaemon=tcp\:<Port No> Field: repo.rvService=tcp\:<Port No> The rv daemon parameter present in the administrators tra file should be equal to one specified for rv daemon in the AddMachine.xml 2. Prepare the AddMachine.xml for the machine that is to be added to the admin domain. A sample AddMachine file is attached below:

C:\Work@IBM\ Mayank\Tibco\AddMachine_esbappdev00_ESB_DEV_MAX.xm l

3. run the following command: /<Tibco-Install-folder>/tra/<version>/bin/domainutilitycmd cmdFile /<Path to Addmachine.xml> Heres the command execution snapshot: tibco01:46 AMesbappdev00 bin$ nohup ./domainutilitycmd -cmdFile /esbappdev00/home/tibco/Dev_14102010/AddMachine.xml & [1] 20398 tibco01:47 AMesbappdev00 bin$ Sending output to nohup.out tibco01:47 AMesbappdev00 bin$ tail -f nohup.out [Tue Oct 19 01:47:28 CDT 2010] -- Info -- Starting command line execution.... Starting command line execution.... [Tue Oct 19 01:47:30 CDT 2010] -- Debug -- Registerd Task: addMachine [Tue Oct 19 01:47:30 CDT 2010] -- Info -- Executing task: AddMachine

Executing task: AddMachine [Tue Oct 19 01:47:30 CDT 2010] -- Info -- Validating credentials 2010-10-19 01:47:31 rvd: Command line: rvd -listen tcp:22500 -no-permanent 2010-10-19 01:47:31 rvd: Hostname: esbappdev00 2010-10-19 01:47:31 rvd: Hostname IP address: 172.30.68.16 2010-10-19 01:47:31 rvd: Detected IP interface: 127.0.0.1 (lo0:2) 2010-10-19 01:47:31 rvd: Detected IP interface: 172.30.68.16 (e1000g178002:2) 2010-10-19 01:47:31 rvd: Using ticket file /opt/tibco/tibrv/8.1/bin/tibrv.tkt 2010-10-19 01:47:31 rvd: Http interface - http://esbappdev00.tu.com:7580/ [Tue Oct 19 01:47:54 CDT 2010] -- Info -- Adding machine "172.30.68.16" to domain "ESB_DEV_MAX" [Tue Oct 19 01:47:54 CDT 2010] -- Debug -- Executing /opt/tibco/tra/5.5/bin/dumpnetnum [Tue Oct 19 01:47:54 CDT 2010] -- Debug -- Network Id: 172.30.68.0 [Tue Oct 19 01:48:00 CDT 2010] -- Info -- Modified file "/opt/tibco/tra/domain/ESB_DEV_MAX/hawkagent.cfg"; [Tue Oct 19 01:48:00 CDT 2010] -- Info -- Task completed successfully. Task completed successfully. C. D. Add JMS Server Deleting a domain: tibco06:55 AMesbappdev01 bin$ ./domainutilitycmd -cmdFile /esbappdev01/home/tibco/AppManage/ESB_DEV_MAX/Archive/0917201 0/DeleteDomain.xml [Thu Oct 21 06:55:48 CDT 2010] -- Info -- Starting command line execution.... Starting command line execution.... [Thu Oct 21 06:55:49 CDT 2010] -- Debug -- Registerd Task: addMachine [Thu Oct 21 06:55:49 CDT 2010] -- Debug -- Registerd Task: joinLogicalMachine [Thu Oct 21 06:55:49 CDT 2010] -- Debug -- Registerd Task: AddCustomSoftware [Thu Oct 21 06:55:49 CDT 2010] -- Debug -- Registerd Task: CreateDomain [Thu Oct 21 06:55:49 CDT 2010] -- Debug -- Registerd Task: addSecondaryServer [Thu Oct 21 06:55:49 CDT 2010] -- Debug -- Registerd Task: deleteDomain [Thu Oct 21 06:55:49 CDT 2010] -- Info -- Executing task: DeleteDomain Executing task: DeleteDomain [Thu Oct 21 06:55:49 CDT 2010] -- Info -- Validating credentials [Thu Oct 21 06:56:05 CDT 2010] -- Info -- Removing domain ESB_DEV_MAX 2010-10-21 06:56:07 rvd: Command line: rvd -listen tcp:22500 -no-permanent 2010-10-21 06:56:07 rvd: Hostname: esbappdev01 2010-10-21 06:56:07 rvd: Hostname IP address: 172.30.68.17

2010-10-21 06:56:07 rvd: Detected IP interface: 127.0.0.1 (lo0:5) 2010-10-21 06:56:07 rvd: Detected IP interface: 172.30.68.17 (e1000g178002:4) 2010-10-21 06:56:07 rvd: Unable to find ticket file tibrv.tkt in PATH 2010-10-21 06:56:07 rvd: Http interface - http://esbappdev01.tu.com:7580/ [Thu Oct 21 06:56:22 CDT 2010] -- Info -- Successfully removed the TIBCO Administration Server from the domain ESB_DEV_MAX. [Thu Oct 21 06:56:22 CDT 2010] -- Info -- Task completed successfully. Task completed successfully.

You might also like