Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

On cloud MayaNAS installation is performed by running the downloaded self-extracting installer bundle image after login to your newly created compute instances using ssh.  The installation is a two step process:

  1.  Start  running installer bundle from sudo or from root shell.

    sudo ./mayanas-installer.run
    Verifying archive integrity...  100%   All good.
    Uncompressing MayaNAS 1.6 Installer  100%  


     __  __                   _   _    _    ____  
    |  \/  | __ _ _   _  __ _| \ | |  / \  / ___|
    | |\/| |/ _` | | | |/ _` |  \| | / _ \ \___ \
    | |  | | (_| | |_| | (_| | |\  |/ ___ \ ___) |
    |_|  |_|\__,_|\__, |\__,_|_| \_/_/   \_\____/
                  |___/                           

    Welcome to MayaNAS Installation on Google Compute Engine
    This script will install the required software packages for MayaNAS 1.6
    and switch kernel to 3.10.0-693.zl7.x86_64.


    Do you wish to proceed with installation? y

    Installing kernel rpm kernel-3.10.0-693.zl7.x86_64.rpm ...
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:kernel-3.10.0-693.zl7            ################################# [100%]
    Please reboot for new kernel to take into effect and run this installer again.
    Exiting!

    [user@localhost ~]$ sudo reboot



    The default Centos-7 kernel image is switched to ZettaLane Linux kernel 3.10.0-693.zl7.x86_64.  This is required for our special port of Open-ZFS that is tightly integrated with Linux kernel. The compute instance will be rebooted to activate the new kernel after successful completion of step-1.

  2.  Running the installer again will proceed with installation of relevant packages for MayaNAS operation this time.  At the end it will prepare the Web based management console and provide you with a randomly generated password for the default admin login account  Please make a note that information.


    sudo ./mayanas-installer.run
    Verifying archive integrity...  100%   All good.
    Uncompressing MayaNAS 1.6 Installer  100%  


     __  __                   _   _    _    ____  
    |  \/  | __ _ _   _  __ _| \ | |  / \  / ___|
    | |\/| |/ _` | | | |/ _` |  \| | / _ \ \___ \
    | |  | | (_| | |_| | (_| | |\  |/ ___ \ ___) |
    |_|  |_|\__,_|\__, |\__,_|_| \_/_/   \_\____/
                  |___/                           

    Welcome to MayaNAS Installation on Google Compute Engine
    This script will install the required software packages for MayaNAS 1.6


    Do you wish to proceed with installation? y

    Installing packages
    Loaded plugins: fastestmirror
    Determining fastest mirrors

    Complete!

    Mayastor  Professional version 1.6 license activation
    Enter License Key:
    Enter License Key:  VBZEBRO5XPIIEPSZ
    Evaluation version of Mayastor expires Mon Sep 17 20:46:16 2018

    MAYA_USER:    Evaluation User
    MAYA_LICENSE:    VBZEBRO5XPIIEPSZ
    License accepted.                                          [  OK  ]
    MAYA_LICENSE:    VBZEBRO5XPIIEPSZ
    Stopping Mayastor server in /opt/mayastor/web

    Your system generated login information for web console.
    =~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=~
    Login   : admin
    password: BAT360Lw
    =~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=~

    Adding firewall rule to allow tcp traffic to webconsole

    Starting mayastor (via systemctl):                         [  OK  ]

    [user@localhost ~]$

By default the login credential for web management console is  admin/Password. But for cloud installation please make a note of the random password that was auto generated. If you wish you can change the password anytime by running /opt/mayastor/web/changepass.sh.

  • No labels