To install the ZMC, you must first download Zmanda AE Server and ZMC binaries. They are available atZmanda network downloads page.
Click the binary file link to download for respective OS version under Product version 4.1 as shown in the below screen:
The binary file naming convention is as mentioned below
·zmanda-zmc-<XXXXXXXXX>-x64.run
·zmanda-backup-server-<XXXXXXXXX>-x64.run
Download License File
You can download your trial/production license file fromZmanda Network. will include an option to download a license key (zmanda_license), after you bind the license to the MAC address of the machine on which the Zmanda Management Console will be installed. Download license file and upload it on the Zmanda Management Console in the “Licenses” section, under the “Settings” tab. For more details please the License page.
Steps to download the license file:
STEP 1: Login to your Zmanda network account and click the download icon for the license you wish to download
STEP 2: Enter the MAC address of your ZMC server and a name. Once the details are entered, click on submit and license downloads successfully. If there is any change in MAC and server name then Customer can contact the sales team or support team
Secure Socket Layer (SSL) Certification
ZMC is shipped with a pre-packaged Apache SSL certificate. We recommend you to purchase external CA certified SSL certificates or create your own self-signed SSL certificates and distribute to all browsers/clients from which you wish to access the ZMC portal. The pre-packaged SSL certificates may generate warnings on some browser versions.
If using a certificate from a recognized Certificate Authority, your browser will automatically create the secure connection with no errors or warnings.
If using a self-signed certificate, you must then deploy a mechanism to get the relevant browser(s) to accept this new root CA.One method is to generate the certificate using a special format that can be directly imported by common web browsers, and then providing a link on a secure intranet for ZMC users to download (web browsers automatically display the import dialog if the file is in the correct format and sent by the intranet web server using the correct mimetype).PKCS12(now part of OpenSSL, provides a mechanism to distribute self-signed private key certificates in a number formats recognized by different browsers.
Another approach is to manually add the new self-signed root CA to the root CA list of the client system, which will automatically provide access to the new CA for all web browsers on the client system.This articlecovers the procedures fordoing this in a Microsoft Windows server environment.
Create the 'zmc.conf' file with next content and replace the <bold> content: [req] prompt = no default_bits = 2048 default_md = sha512 distinguished_name = req_dn
mkdir /var/lib/amanda/tmpcerts/aee2 cd /var/lib/amanda/tmpcerts/aee2
Repeat steps 3.1.2 and 3.1.3 for create the 2nd AEE certificate (if apply).
Copy AEE Files to each AEE Server Accordingly
Copy generated files into the AEE server with scp /var/lib/amanda/tmpcerts/tlsv3_ca.crt<user>@<aee1_ip>:/tmp/tlsv3_ca.crt scp /var/lib/amanda/tmpcerts/aee1/tlsv3_aee.key <user>@<aee1_ip>:/tmp/tlsv3_aee.key scp /var/lib/amanda/tmpcerts/aee1/tlsv3_aee.crt <user>@<aee2_ip>:/tmp/tlsv3_aee.crt