Versions Compared

Key

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

...

And use a terminal session to open a console session to the management compute host through a connection to the bastion host:

Code Block
languagebash
themeMidnight
titleterminal session to the bastion compute host
host:user$ eval $(ssh-agent)
Agent pid 79138

host:user$ ssh-add deiter.pem 
Identity added: deiter.pem (deiter.pem)

host:user$ ssh -A -J ec2-user@54.85.158.14 ec2-user@172.31.245.218

[ec2-user@EXAScaler-worker0 ~]$ df -h -t lustre
Filesystem                    Size  Used Avail Use% Mounted on
172.31.245.249@tcp:/exacloud   12T  9.8M   11T   1% /mnt/exacloud

[ec2-user@EXAScaler-worker0 ~]$ lfs df
UUID                   1K-blocks        Used   Available Use% Mounted on
exacloud-MDT0000_UUID    58189732        5820    52941036   1% /mnt/exacloud[MDT:0] 
exacloud-OST0000_UUID  1487383808        1244  1412235712   1% /mnt/exacloud[OST:0] 
exacloud-OST0001_UUID  1487383808        1244  1412235712   1% /mnt/exacloud[OST:1] 
exacloud-OST0002_UUID  1487383808        1248  1412235708   1% /mnt/exacloud[OST:2] 
exacloud-OST0003_UUID  1487383808        1248  1412235708   1% /mnt/exacloud[OST:3] 
exacloud-OST0004_UUID  1487383808        1244  1412235712   1% /mnt/exacloud[OST:4] 
exacloud-OST0005_UUID  1487383808        1244  1412235712   1% /mnt/exacloud[OST:5] 
exacloud-OST0006_UUID  1487383808        1244  1412235712   1% /mnt/exacloud[OST:6] 
exacloud-OST0007_UUID  1487383808        1248  1412235708   1% /mnt/exacloud[OST:7] 

filesystem_summary:  11899070464        9964 11297885684   1% /mnt/exacloud

[ec2-user@EXAScaler-worker0 ~]$