The VM is initially created with a 50 GB initial storage pool. For the main database server and for catalog nodes, it is recommended to destroy the 50GB storage pool, attach larger hard disks and create a new, larger, storage pool. For any additional application servers, the default 50GB disk is fine and there is no need to destroy it.
|
Tip |
Destroy the default 50 GB storage pool when setting up the main database or catalog nodes in a production platform. |
To destroy the storage pool
The VM Properties dialog box opens.
The Add Hardware wizard opens, showing the Device Type screen.
ctera-storage-util.sh destroy_storage
The storage pool is destroyed.
To create a new storage pool
format
A list of all installed disks appears.
ctera-storage-util.sh create_storage disk0 disk2... disk11
where disk0, disk2... disk11 are the device names of disks to add. For example, c1t2d0. To see the list of disks, type the command: format
For example:
ctera-storage-util.sh create_storage c1t2d0 c1t3d0 c1t4d0 c1t5d0
ctera-storage-util.sh status
The pool called "cterapool" should include all of the disks you specified in the previous step.
The storage pool is now initialized. For the master server, proceed with Configuring the CTERA Portal Master Server. For a secondary server, proceed with Configuring CTERA Portal Secondary Servers.
See Also |