Over the past year several changes have been made to how storage is configured. For many users it is a confusing and frustrating task that may be difficult to deploy. To help the customers I work with, I have made simple high level, easy to understand process that you may employ for our standard PowerVault storage.
References:
Consider:
TCP: 22, 5671, 50005 (Non-SSL), 50006 (Non-SSL), 50105 (REST), 50106 (REST), 56005 (SSL), 56006 (SSL) UDP: 123
PowerVault Sizes:
What has changed with saTools?
Configuring the storage:
The Process: This walkthrough uses the API, but as I have mentioned, you can also use explore on the corresponding appliance.
Decoder (API)
Log in as Admin --> https://x.x.x.x:50106
Click on the (*) next to appliance to access the REST command set
raidList --> Display current configuration
appliance raidNew controller=1 enclosure=xx scheme=decoder preferSecure=false
To enable it... add the commit
appliance raidNew controller=1 enclosure=xx scheme=decoder preferSecure=false commit=1
Update the fstab
devlist --> Display current list of devices
Must be in this order for a decoder (decoders have a decodersmall and decoder setting) critical step
appliance partNew name=sdc service=decoder volume=decodersmall commit=true
appliance partNew name=sdd service=decoder volume=decoder commit=true
execute the vgs command for validation
Concentrator (API)
Log in as Admin --> https://x.x.x.x:50106
Click on the (*) next to appliance to access the REST command set
raidList --> Display current configuration
appliance raidNew controller=1 enclosure=xx scheme=concentrator preferSecure=false
To enable it... add the commit
appliance raidNew controller=1 enclosure=xx scheme=concentrator preferSecure=false commit=1
Modify the fstab
devlist --> Display current list of devices
Must be in this order for a concentrator (critical step) Note: The metadb (sdd) is the largest volume. Note:sdd comes first
Metadb = 85 TB - sdd
Index = 2.1 TB -sdc
appliance partNew name=sdd service=concentrator volume=concentrator commit=true
appliance partNew name=sdc service=concentrator volume=index commit=true
execute the vgs command for validation
Configure 10g (decoder) (Explore)
View > Explore > decoder --> right click properties
reconfig update=1 op=10g
View > Explore > database --> right click properties
reconfig update=1 op=10g
Check your work:
Decoder
Concentrator
This concludes the walkthrough, please let me know if there are any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.