Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Command Line Utilities : MoveMachine

MoveMachine
Command
MoveMachine -domain domain-name [-oldMachine old machine name]
[-newMachine new machine name] [-doAdminUI] [-help]
Purpose
This command moves a domain from one machine to another machine. For example, the next diagram shows two machines, A and B that used the same shared drive. The moveMachine command can move the domain from machine A to machine B. Note that machine B must not be part of the administration domain.
The command changes all references from the old machine to the new machine in the specified domain.
Note that:
 
 
-domain domain-name
-oldMachine old machine name
-newMachine new machine name
Two machines that share the same drive on TIBCO_HOME cannot be in the same administration domain.
Moving an Administration Domain on a Server Machine
To move an administration domain on a machine that hosts the administration server to another machine:
1.
2.
3.
4.
Either use a shared drive, or copy the administration domain from the server machine to the new machine. For example, if the files are under c:\tibco on the server machine, you must copy the entire directory (c:\tibco) to the new machine. The directory path on the new machine must be identical to that on the server machine.
5.
Execute the following command on the new machine. In the example command line, machineA is the server machine that hosts the administration server and machineB is the machine to which the administration domain is moved.
MoveMachine -domain tp034 -oldMachine machineA -newMachine machineB
6.
7.
8.
9.
Moving an Administration Domain on a Client Machine
To move an administration domain on a client machine to another machine:
1.
2.
3.
4.
Either use a shared drive, or copy the administration domain from the client machine to the new machine. For example, if the files are under c:\tibco on the client machine, you must copy the entire directory (c:\tibco) to the new machine. The directory path on the new machine must be identical to that on the client machine.
5.
Execute the following command on the new machine. In the example command line, machineC is the client machine that hosts the administration domain and machineD is the machine to which the administration domain is moved.
MoveMachine -domain tp987 -oldMachine machineC -newMachine machineD
6.
7.
Moving an Administration Domain on a Secondary Server Machine
To move an administration domain on a machine that hosts a secondary server to another machine:
1.
2.
3.
4.
Copy the administration domain from the secondary server machine to the new machine. For example, if the files are under c:\tibco on the secondary server machine, you must copy the entire directory (c:\tibco) to the new machine. The directory path on the new machine must be identical to that on the secondary server machine.
5.
Execute the following command on the new machine. In the example command line, machineE is the secondary server machine that hosts the administration domain and machineF is the machine to which the administration domain is moved.
MoveMachine -domain tp987 -oldMachine machineE -newMachine machineF
6.
7.
Renaming a Machine
To rename a machine:
1.
2.
3.
Execute the following command on the new machine. In the example command line, machineG is the old machine name and machineH is the new machine name.
MoveMachine -domain tp987 -oldMachine machineG -newMachine machineH
4.
5.
6.
7.
8.
Location
TIBCO_HOME\tra\version\bin\

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved