export-servers command

Syntax

--help | -h | --port | --username | --password | --log

Description

The export-servers program exports all servers' aliases and addresses that are registered in Insite's Deployment Manager into a CSV file. You can find exported items in the linux_servers.csv file, which is created in the same folder as the export-server program after the program successfully ended. The linux_servers.csv file can then be copied to and imported into the Fortra Application Hub Marketplace. Any problems are reported in the server_export.log file, that you can find in the same folder as the export-server program.

Copy the export-servers program from the previously downloaded migration tool that matches your Insite server's operating system to your Insite server:

  • Insite Migration Tool (Windows) Software for Windows (windows-conversion)

  • Insite Migration Tool (Linux) Software for Linux (linux-conversion-ppc64le)

  • Insite Migration Tool (Power Big Endian) Software for Linux on Power Big Endian (linux-conversion-ppc64)

  • Insite Migration Tool (Power Little Endian) Software for Linux on Power Little Endian: (linux-conversion-ppc64le)

Run the following command:

tar -xvf <downloadfilename>

"export-servers" and "migrate-data" files will be created.

Copy the appropriate version of the export-servers program to the Insite server and execute it according to the following example:

EXAMPLE:
./export-servers -h
./export-servers --port=5432

This generates the "linux_servers.csv" file with a list of servers which you can upload into Fortra Application Hub > Systems.

Options

--help or -h 

Describes all the flags.

--port 

The database port (default is 5432).

--username

The database username. This argument is normally not needed, but is available in case of a non-standard installation.

--password 

The database password. This argument is normally not needed, but is available in case of a non-standard installation.

--log

Generates a log file (default is true).