Virtualization is now an industry standard and RSA NetWitness offers a 100% virtual deployment. The RSA NetWitness Archiver module offers the possibility of using multiple virtual hard disks to increase the retention of the platform. To be able to increase the available space you will need to do the following:

 The first step is to add another VMDK to your Virtual RSA NetWitness Archiver :

 vmware-1.pngvmware-2.png

Change the size of the Virtual Hard Disk to meet your requirement:

vmware-3.png

We do recommend to use different SCSI controller per VMDK. In this case, SCSI (0:1) is used by our operating system for the second VMDK, we will use SCSI (1:1):

vmware-4.png

Press Finish to complete the process:

vmware-5.png

When the virtual hard disk has been added to our virtual Archiver, we need to add this hard disk to our LVM. We will need to identify our new hard disk using the fdisk -l command. In our case, in the virtual hard disk is /dev/sdb

NW-1.png

Create the new partition on the /dev/sdb disk with the following command fdisk /dev/sdb

NW-2.png

Press n to create a new partition and p for a primary partition

NW-3.png

Type w to write the configuration to the partition table

NW-4.png

We need to create a Physical Volume for our new partition using the following command pvcreate /dev/sdb1 

NW-5.png

We need to create a Volume Group for our new partition using the following command vgcreate vg_customer /dev/sdb1. The name of the Volume Group can be changed to meet your requirement

NW-6.png

We need to create a Logical Volume for our new partition using the following command lvcreate --name customer1_lvm -l 100%FREE vg_customer. The name of the Logical Volume can be changed to meet your requirement

NW-7.pngNW-8.png

RSA Netwitness leverage XFS for best performance. Our new partition needs to be format to XFS using the following command : mkfs.xfs /dev/mapper/vg_customer-customer1_lvm . The LVM name can differ base on your use case.

NW-9.png

Create your folder for the mount point

NW-10.png

Mount your LVM in your folder created earlier

NW-11.png

Validate your mount point with the df command

NW-12.png

Edit your /etc/fstab file with your mount point information

NW-13.png

When your LVM is created and available to the operating system , we need to add this storage to your RSA NetWitness Archiver. In our case, we are adding 500 GB to the hot storage. Press the gear button gear.PNG  for the hot storage.

NW-14.png

Add your mount point to the hot storage and press save

NW-15.png

Our hot storage have now 639.89 GB

NW-17.png

We will create a new Collection with 450 GB for our Customer1.  

NW-18.png

Once the Collection is created, RSA Netwitness will automatically create the following directories for each type of data. 

NW-19.png

Topic: