<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.79 [en] (X11; U; Linux 2.4.18-27.7.xsmp i686) [Netscape]"> <title>moveGFEData User's Guide</title> </head> <body bgcolor="#ffffff"> <h1 class="1Heading"> moveGFEData User's Guide</h1> <div class="1Heading">January 9, 2012<br> </div> <h2 class="1Heading"> <a name="TableofContents"></a>Table of Contents</h2> <h4 class="1Heading"> <a href="#Overview">Overview</a></h4> <h4 class="1Heading"> <a href="#Running">Running the moveGFEData Program</a></h4> <h4 class="1Heading"> <a href="#ExampleData">Example Output</a></h4> <div class="1Heading"> <hr width="100%"></div> <h2 class="1Heading"> <a name="Overview"></a>Overview</h2> <div class="1Heading">The moveGFEData program is a utility to move or copy configuration files from one user to another. It can be used with either one server, to copy/move files from user to user, or two servers, to copy/move files from one user on one server to another user on a second server.</div> <div class="1Heading"> <hr width="100%"></div> <h3 class="1Heading"> <a name="Running"></a>Running the moveGFEData Program</h3> <div class="1Heading">The command line syntax is:</div> <div class="1Heading"><tt>moveGFEData -h hostname -p portnumber -s sourceUser -d destUser [-c] [-a host2 -b port2] -w sourceSiteID [-x destSiteID]</tt></div> <div class="1Heading">A sample command line is: <br> <tt>moveGFEData -h dx3-oax -p 9581 -s auser -d buser -w xxx</tt></div><br> <table nosave="" border="1" width="100%"> <tbody> <tr> <td><b>Option Syntax</b></td> <td><b>Optional or Mandatory</b></td> <td><b>Description</b></td> </tr> <tr> <td>-h hostname</td> <td>Mandatory (See Note)</td> <td>Specifies the host, upon which the source EDEX is running. If -a and -b are not specified, then this also specifies the host upon which the destination EDEX is running.</td> </tr> <tr> <td>-p port</td> <td>Mandatory (See Note)</td> <td>Specifies the port, upon which the source EDEX is running. If -a and -b are not specified, then this also specifies the port upon which the destination EDEX is running.</td> </tr> <tr> <td>-s sourceUser</td> <td>Mandatory</td> <td>Specifies the source user from which files will be moved from.</td> </tr> <tr> <td>-d destUser</td> <td>Mandatory</td> <td>Specifies the destination user to which files will be moved to.</td> </tr> <tr> <td>-c</td> <td>Optional</td> <td>If specified, copy data only, do not move it. By default, the data is moved.</td> </tr> <tr> <td>-a host2</td> <td>Optional</td> <td>Specifies the host, upon which the destination EDEX is running. This switch is not necessary if you are copying/moving files between users on the same server.</td> </tr> <tr> <td>-b port2</td> <td>Optional</td> <td>Specifies the port, upon which the destination EDEX is running. This switch is not necessary if you are copying/moving files between users on the same server.</td> </tr> <tr> <td>-w sourceSiteID</td> <td>Mandatory</td> <td>Specifies the source site ID.</td> </tr> <tr> <td>-x dextSiteID</td> <td>Optional</td> <td>Specifies the destination site ID.</td> </tr> </tbody> </table> <font color="#3366ff"><b>Note:</b> The -h serverhost and -p port are predefined based on your installation configuration of GFESuite. The -h and -p will be defined for the server host and port specified during installation. If you wish to connect to another server, then these switches will be necessary.</font> <div class="1Heading"> <hr width="100%"></div> <p><br> The program will list the various categories that are valid. The user chooses a category and an inventory is shown of the data owned by the "sourceUser". The user chooses the file to move and the program moves the file. Then the program displays the updated inventory. <br> </p> <h3 class="1Heading"><a name="ExampleData"></a>Example Execution</h3> <div class="1Heading">The following shows an example execution of copying data from user "jdynina" to user "jdynina1". User input is shown in italics and bold. The program moves the ISC_Tool from mark to mark1. <p><tt>camper > <b><i>moveGFEData -s jdynina -d jdynina1 -w LWX</i></b></tt> </p> <p><tt>19:14:18 moveGFEData.py INFO: MoveGFEData from [jdynina] to [jdynina1]<br> ******************* MoveGFEData ******************<br> SourceUser: jdynina<br> DestinationUser: jdynina1<br> <br> Enter type of data. Choose one of the options:<br> 0 - exit<br> 1 - Color Tables<br> 2 - Edit Areas (Reference Areas)<br> 3 - Sample Sets<br> 4 - Weather Element Groups<br> 5 - Edit Area Groups<br> 6 - GFE/ifpIMAGE Configurations<br> 7 - Selection Time Ranges<br> 8 - Smart Tools<br> 9 - Procedures<br> 10 - Utilities<br> 11 - Text Utilities<br> 12 - Text Formatters<br> 13 - Zone Combiner Saved Combos and Colors<br> 14 - Zone Combiner Combination Files<br> 8<br> <br> ***** Smart Tools *****<br> No files available to move</tt> <br> </div> </body> </html>