Abstract
--------

Each control enclosure ships with an initialization tool for that product, which is supplied on a USB flash drive. The initialization tool is used to perform initial system configuration. It also simplifies other configuration tasks, such as resetting the superuser password and editing the service IP addresses of a system. There is a different initialization tool for each product. Replacement initialization tools can be obtained from your support center. 


Instructions
------------

This tool is supplied pre-installed on a USB flash drive that came with your control enclosure, or it can be obtained from your support center.

If you downloaded this tool from a support website, begin by copying the contents of this zip archive file to the root directory of any USB flash drive formatted with a FAT32, ext2 or ext3 file system. 

To run the tool from the USB flash drive, complete the following steps for your operating system:


Microsoft Windows XP (32-bit), Microsoft Windows 7 (64-bit), or Microsoft Windows 10
------------------------------------------------------------------------------------

Run the InitTool.bat file located in the root directory of the USB flash drive and follow the prompts presented in the tool.


Manual Initialization
---------------------------------------------------------------------------------------------------------------------------------------------------------
You must manually create a file called satask.txt at the root directory of the provided USB flash drive and add one of the following commands to the file.

To initialize the system (cluster) the satask.txt must contain the following command:
 
satask mkcluster -clusterip 8.8.8.8 -gw 8.8.8.1 -mask 255.255.255.0

To reset the superuser password the satask.txt must contain the following command:
 
satask resetpassword

To change the canister service IP address the satask.txt must contain the following command:
 
satask chserviceip -serviceip 8.8.8.8 -gw 8.8.8.1 -mask 255.255.255.0

For complete instructions on using the initialization tool for your product, see the installation guide that was shipped with your product, or contact your support center.