Logging In to the CTERA Portal Server and Configuring it with the Storage
- 18 Mar 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Logging In to the CTERA Portal Server and Configuring it with the Storage
- Updated on 18 Mar 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
To log in to the portal server:
- Log in as the root user using SSH.
The default password isctera321.
You are prompted to change the password on your first login.
To configure the CTERA Portal storage:
- Create the storage for the portal:
- Run
fdisk -l
to identify the data disk added in step 14. - Create the storage by running
portal-storage-util.sh create_storage /dev/dm-n
where dm-n is the name of the storage.
A volume group and logical volume called DataPool are created.
- Run
- Start the portal server by running
# portal-manage.sh start
Was this article helpful?