Crucial Paradigm Australia Official Blog
storage
If you have ever needed to enable Support Upgrades in the CMC, to manually install patches as you used to be able to with SAN/iQ 8.5 and below – then this article will benefit you.
The following steps will enable Support Upgrades in the CMC, and will allow you to manually patch the storage systems with individual patches:
1. Shutdown the CMC
2. Open \Users\[user]\.storage_system\preferences.txt
3. At the top of the file, add the following:
CmcSystemPreference.supportMode=true
CmcUpgradePreference.useOldUpgrades=true
CmcUpgradePreference.userUpgrade=true
4. Start CMC, under Configuration Summary there will now be a “Support Upgrades” tab.
It is important to add the lines to the top in step 3, otherwise the “Support Uprades” tab will not be available.
When building any RAID array you need to consider how many IOPs you require, and what impact different RAID levels have on the number of IOPs. For example if you have 2 drives in RAID 1, for each single IOP you write to the (front-end) RAID 1 array, you need to do 2 IOPs (back-end – one to each drive). Using RAID 5 or 6 can have significant impact on performance, and the number of front-end IOPs to back-end IOPs needs to be taken into consideration.
This is a regular problem we come across while building storage servers, depending on the speed of the drives, the number of drives, storage requirements, and required IOPs for the application we need to make an appropriate RAID level decision.
Back-end Write IOPs Required for every Front End Write:
RAID 0 – 1 IOP
RAID 1 – 2 IOPs
RAID 5 – 4 IOPs
RAID 6 – 6 IOPs
RAID 10 – 2 IOPs
As an example, a RAID 6 array with 6 drives would perform the same number of IOPs a single drive while writing.



