Skip to content

img0

Login / Group / User

Logging In

Point your browser to https://cmc.studentX.cloudian.tech:8443/Cloudian

Where X is your student number.

Instructions

Group Name: System Admin
UserId: admin
Password: public


Instructions

  1. Enter current Password (public)
  2. Enter New Password / Use @StudentX as new password, where X is your student number.
  3. Click Save

Add Users Group

Instructions

  1. Select Users & Groups Tab
  2. Select Manage Groups Sub-tab
  3. Click on + NEW GROUP
  4. Enter Group Name “Users
  5. Enter a Description
  6. Choose Default-RP from dropdown
  7. Click Save

Instructions

  1. Confirm Group Creation
  2. Click Users & Groups
  3. Click Manage Groups
  4. Click Search
  5. Ensure Users Group is displayed

Create new user

Instructions

  1. Select Users & Groups
  2. Select Manage Users
  3. Click on New User
  4. Enter your name in User ID
  5. Select “Users” in Group Name
  6. Type Password and Confirm
  7. Click Save

Instructions

  1. Confirm User Creation
  2. Click Users & Groups
  3. Click Manage Users
  4. Click Search
  5. Ensure User cloudian is displayed

Update License

Instructions

  1. Select ClusterCluster Config
  2. Click Choose File
  3. Navigate to new cloudian_Training.lic file from your local machine
  4. Click Open
  5. Click UPDATE LICENSE
  6. A message tells us Please restart Admin service and log in again to see the updated license info on the CMC
    The restart also ensures the licence is correcly enforced across all nodes. We will restart the service in a later module to optimize our time.

Info

Note that updating the license uses the 'cloudianInstall.sh' script to propagate the changes to all nodes in the cluster. If you happen to have the script running in a terminal, the process will fail. Exit out of the script and try again.


Setup HyperStore Shell

In the upcoming labs, we will be using a HyperStore Shell account to manage configuration. This is the recommended way to complete most CLI based configuration on the HyperStore. For this reason, we need to enable the HyperStore Shell.

Instructions

  1. We need to open an ssh session within the bastion interface
  2. Using the back arrow on your local web browser, return to the main bastion panel and select your connection to studentXn1 - where X is your student ID
  3. This opens a ssh session to your node 1

Instructions

  1. Log into the Config Controller Node using the root account. Refer to the Student Assignment sheet provided by your trainer for the password
  2. Check the status of HyperStore Shell by running
    hsctl config get hsh.enabled
    
  3. Enable HSH by running
    hsctl config set hsh.enabled=true
    
  4. Apply the new config to all nodes in the cluster
    hsctl config apply hsh
    
  5. On completion exit from the ssh session - you will nned to wait for up to 60 seconds for the session to reset on the back end before another ssh session can be started.
    exit