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

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

After a few minutes check that new license information has been updated to the following:

  • LICENSED MAX NET STORAGE: 100.00 TiB
  • OBJECT LOCK LICENSE: Certified ...
  • HYPERIQ LICENSE: ENTERPRISE

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, 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. SSH into your Cfg / Installer HyperStore node (Node1) assigned to you using the root account. Refer to: Student Assignment
  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