{% if sg_status['license_agree'] != True %} {% extends "layout-no-menu.html" %} {% else %} {% extends "layout.html" %} {% endif %} {% block container %}
{% if not 'Not defined' in sg_status['did'] %}
{% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %} {{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if sg_status['license_agree'] != True %}
Server General License Agreement
{% elif 'Not activated' in sg_status['license'] and session['check_connectivity'] != True %}
Checking connectivity...
Pinging the licensing server ...
Pinging the key locker ...
Pinging the logging server ...
{% elif 'Not activated' in sg_status['license'] %} {% if sg_status['license_type'] == None %}
License Activation (if you have a license)
{% if sg_status['tg_type'] == False %}

Please select a machine type (TGM or TGR/TGM Clone) to continue. This is a required field.

Transfer General Main (TGM)
Transfer General Remote (TGR) / Transfer General Main Clone (TGM Clone)
{% if 'license' in input_values and input_values['tg_type'] == False %}

{{command_status['machine_type_error']}}

{% endif %}

Important: Machine type changes cannot be made later.

{% endif %}
{{ command_status['activate'] }}
{% endif %}
{% if sg_status['license_type'] == None %}
Get Trial License
{% else %}
Activate License
{% endif %}
First Name
Last Name
Work Email
Security Code
Company Name
{% if sg_status['tg_type'] == False %}

Please select a machine type (TGM or TGR/TGM Clone) to continue. This is a required field.

Transfer General Main (TGM)
Transfer General Remote (TGR) / Transfer General Main Clone (TGM Clone)
{% if not 'license' in input_values and input_values['tg_type'] == False %}

{{command_status['machine_type_error']}}

{% endif %}

Important: Machine type changes cannot be made later.

{% endif %}
{{ command_status['get_trial_license'] }}
{% if sg_status['license_type'] == None %} {% else %} {% endif %}
{% elif sg_status['sgadmin_configured'] != True %}
Configure sgadmin password
{{ command_status['sga'] }}
{% elif sg_status['tg_type'] == 'TGR' %} {% if sg_status['tg_pub'] == False and session['opening_screen'] != True %}
Transfer General Remote (TGR) or Transfer General Main Clone (TGM Clone) works in conjunction with Transfer General Main (TGM). Here are the requirements to set up the TGR / TGM Clone:
1) The Remote Transfer General (the one you are currently installing)
An open port to accept “ssh” connections from TGM
Unrestricted *outbound* access to the Internet (run test)
A valid license
2) Access to a fully functional Transfer General Main (TGM)
{% elif sg_status['tg_pub'] == False %}
Enter the public key for the “sgadmin” user on the TGM
{{ command_status['set_tg_pub'] }}
{% elif 'Not defined' in sg_status['did'] %}
Please contact the TGM admin now.
Waiting for the TGM admin.
Public key is configured.
{% endif %} {% elif sg_status['tg_type'] != 'TGR' %} {% if 'Not defined' in sg_status['sid'] %}
Configure Security Officer's Passphrase (SMK)
* required field
First Name*
Last Name*
Work Email*
Phone*
Passphrase (SMK)*
Confirm Passphrase (SMK)*
{{ command_status['smk'] }}
{% elif 'Not defined' in sg_status['did'] %}
Configure Data Administrator's Passphrase (DMK)
* required field
First Name*
Last Name*
Work Email*
Phone*
Passphrase (DMK)*
Confirm Passphrase (DMK)*
Enter Security Officer's Passphrase (SMK)*
{{ command_status['dmk'] }}
{% elif False and 'Not uploaded' in sg_status['bucket_creds'] %}
Bucket JSON Credential File
{{ command_status['bucket-creds'] }}
{% elif False and 'Not configured' in sg_status['bucket'] %}
Bucket Name
{{ command_status['bucket'] }}
{% endif %} {% endif %} {% endblock %}