Appendix G. Sample Storage Configuration for Concentrator Index with One Meta Disk Kit
This appendix illustrates the examples of how to configure concentrator index with one Meta Disk Kit.
Note:
- Concentrator index meta kit supports a minimum of two to a maximum of 6 drives (SSD).
- A single Meta Disk pack is configured as RAID5 (3 drives) or two Meta Disk packs (6 drives) are configured as RAID6. Two drive configuration is also supported. The two drives are added in slots 4,5 and configured as RAID1.
- When configuring two Meta Disk Packs or adding the second Meta Disk pack, use appropriate disk slot numbers when creating the virtual drive (step 5 below).
On the Series 6 (Dell R640) appliance, the Meta Drive Pack disks are installed in slots 4, 5 and 6. The virtual drive configuration requires identifying the controller ID and Enclosure ID (EID). On Series 6 appliance, the controller ID and Enclosure IDs are 0 and 64. However, the nwraidtool.py script that is installed on every server can help to confirm these ID numbers, or the PercCLI commands as shown in the below steps.
Identify Controller/Enclosures
-
Identify the controller ID (Ctl) for the internal controller (PERC H740P Mini/ PERC H750). In the below figure the controller ID is 0 and highlighted in yellow. The drive count is displayed under PDs.
/opt/MegaRAID/perccli/perccli64 show
-
Identify the Enclosure ID (EID) for controller ‘0’. In this case the EID is ‘64’ and highlighted in yellow.
/opt/MegaRAID/perccli/perccli64 /c0 /eall show
-
Identify the new Meta Disk kit disk slot numbers (Slots 4 through 9) on the controller PERC H740P Mini. These drives do not belong to any Drive Group (DG). The DG column for these drives display a dash ‘-‘, the State column shows ‘UGood’, and the SED value as ‘Y’. See the entries highlighted in yellow.
/opt/MegaRAID/perccli/perccli64 /c0 /eall /sall show
-
Identify the existing block devices (sda and sdb) on the host used by the OS and NetWitness. ‘sdc’ and ‘sdd’ are block devices corresponding to configured PowerVault. Use the command lsblk to list out the block devices.
Configure Virtual Drive(s) on the Installed Meta Disk kit (Slots 4,5, and 6):
-
Create the Virtual Drive/Drive Group (DG) on the internal controller using the disks in slot 4 through 6 using the below command.
/opt/MegaRAID/perccli/perccli64 /c0 add vd type=raid5 drives=64:4-6 strip=128
-
The new virtual drive shows up as ‘2/2’ under DG/VD column.
/opt/MegaRAID/perccli/perccli64 /c0 /vall show
-
Identify the new block device on the host. The block device name is identified under the NAME column. In this example the new block device is 'sdc'. This block device name is required when configuring storage. Use lsblk to list the block devices.
-
Now, you must Configure the above block device as index for Concentrator. Use the Explorer view (Login into UI, select Hosts->Service->Action->View->Explorer->deviceAppliance->appliance->properties) to complete configuration. Use ‘raidList’ to retrieve the existing raid list. Note the block device name corresponding to the Meta Disk kit. In this case it is ‘sde’.
Note: If a second Meta Disk kit is being configured, the block device would be ‘sdf’.
-
Clear partitions on the above block device (‘sde’) with the following parameters:
name=sde commit=1
-
Make partitions on the block device (‘sde’) with the following parameters:
name=sde service=concentrator volume=index commit=1
Note: If a second Meta Disk kit is being configured, the volume would be ‘index1’.
-
Allocate the index to Concentrator service using ‘srvAlloc’
service=concentrator volume=index commit=1