Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

How to deploy an EXAScaler Cloud Application

Anchor
Install
Install

EXAScaler Cloud application can be launched on Microsofts Azure Portal by navigating to the link below and and clicking the Create button.

...

And you can customize the dashboard according to your requirements.

How to

...

automate deployment with Terraform

Automated deployment is possible with EXAScaler Cloud Terraform Scripts.

How to access a deployment

To remote access the EXAScaler Cloud environment  deployment (management, metadata, storage servers and compute clients), we must go through the management server public IP address, using the  command.

...

Code Block
languagebash
themeMidnight
titleSSH session to the management server
localhost$ eval $(ssh-agent)
Agent pid 5095

localhost$ ssh-add 
Identity added: /Users/deiter/.ssh/id_rsa (/Users/deiter/.ssh/id_rsa)

localhost$ ssh -A stack@20.62.171.73
Last login: Tue Aug 24 19:11:18 2021 from 181.241.16.227

[stack@exascaler-cloud-65f1-mgs0 ~]$ loci hosts
10.0.0.7	exascaler-cloud-65f1-cls0
10.0.0.5	exascaler-cloud-65f1-cls1
10.0.0.8	exascaler-cloud-65f1-cls2
10.0.0.13	exascaler-cloud-65f1-cls3
10.0.0.12	exascaler-cloud-65f1-mds0
10.0.0.11	exascaler-cloud-65f1-mgs0
10.0.0.10	exascaler-cloud-65f1-oss0
10.0.0.4	exascaler-cloud-65f1-oss1
10.0.0.6	exascaler-cloud-65f1-oss2
10.0.0.9	exascaler-cloud-65f1-oss3

[stack@exascaler-cloud-65f1-mgs0 ~]$ ssh exascaler-cloud-65f1-cls0

[stack@exascaler-cloud-65f1-cls0 ~]$ lfs df
UUID                   1K-blocks        Used   Available Use% Mounted on
exacloud-MDT0000_UUID   315302464        5744   309928012   1% /mnt/exacloud[MDT:0]
exacloud-OST0000_UUID  3181466888   570662088  2578541648  19% /mnt/exacloud[OST:0]
exacloud-OST0001_UUID  3181466888   590910696  2558305972  19% /mnt/exacloud[OST:1]
exacloud-OST0002_UUID  3181466888   580374740  2568825852  19% /mnt/exacloud[OST:2]
exacloud-OST0003_UUID  3181466888   570645704  2578552816  19% /mnt/exacloud[OST:3]

filesystem_summary:  12725867552  2312593228 10284226288  19% /mnt/exacloud

How to stop and start

...

a deployment

If you want to stop and start the servers in your EXAScaler Cloud environment  deployment (for example, to save cost on weekends) - please use the esc-ctl script.

...

All required services will automatically start and the filesystem will be mounted and available on all compute clients.

How to upgrade an existing

...

 deployment

Anchor
Upgrade
Upgrade

A software upgrade for an existing EXAScaler Cloud environment deployment is possible by creating a new deployment using a copy of the existing file system.

To upgrade the existing EXAScaler Cloud environment deployment you can use the standard EXAScaler Cloud Azure application by selecting the "Upgrade" value for the "Deployment type" option.

All running instances must be shut down for the existing EXAScaler Cloud environment before deployment before performing the upgrade, this is required to ensure data consistency while creating a copy of existing data:

...