An ImageStore (also known as a Videostore or Rawdisk) allows Correct to ingest, layoff and manage tape-based media.
##Create the VideoStore data file
- Start the MTI Read Write Test program (Start > All Programs > MTI > Tools > MTI Read Write Test)
- Enter the full path and name for the VideoStore file: (by convention, we recommend a name as shown below at the root of the volume)
F:\MTI_VideoStore.rd1 - Adjust parameters
- Enter the desired file size in the ‘File Size’ box (in GB)
- Leave all other settings at their default values.
- Click Write File (Do not click Create File)
It will take some time for the VideoStore to be completely written.
While it is writing, you can update the VideoStore configuration files
##Configure rawdisk.cfg
By default, MTILocalMachine.ini
is configured to look for rawdisk.cfg
here:C:\MTIShare\rawdisk.cfg
If that file does not already exist in that location, you can copy rawdisk.cfg
from C:\Program Files\Mathematical Technologies\Examples\
Open rawdisk.cfg in notepad. It should look like this:
[RawDisk1]
MediaIdentifier=rd1
RawVideoDirectory=f:\MTI_VideoStore.rd1
FreeListFile=c:\MTIShare\rd1.rfl
RawDiskSize=3125000000
FastIOBoundary=1
- Edit the
RawDiskSize
value. Replace it with the value that appears inNum Blocks
in the Read Write Test program after you entered the file size -
RawVideoDirectory
should point to the data file. (i.e., F:\MTI_VideoStore.rd1) -
FreeListFile
should point to the file created in the next section (C:\MTIShare\rd1.rfl by default)
Save and close the file
##Configure the FreeListFile (rd1.rfl)
The FreeListFile manages the used and free space within the videostore
- Copy
rd1.rfl
from C:\Program Files\Mathematical Technologies\Examples to C:\MTIShare - Open
rd1.rfl
in notepad.
If you copied it from the examples, you should see:
Location=0 NumBlock=3125000000
- Replace the
NumBlock
value with the value ofNum Blocks
from the Read Write Test program (this should be the same asRawDiskSize
inrawdisk.cfg
) - Save and close
rd1.rfl
##Configure the DiskSchemes.ini file
The DiskSchemes.ini
file determines which VideoStores are displayed in the dropdown menu of the Bin Manager in Correct.
The file is located in C:\Program Files\Mathematical Technologies or C:\Program Files(x86)\Mathematical Technologies
-
Copy
DiskSchemes.ini
from C:\Program Files\Mathematical Technologies\Examples to teh Mathematical technologies directory -
Open
DiskSchemes.ini
in notepad.You should see:[ActiveDiskSchemes]
ActiveDiskScheme[0]=VideoStore-rd1
[DiskScheme0]
Name=VideoStore-rd1
MainVideoMediaLocation=rd1 -
Set
MainVideoMediaLocation
to matchMediaIdentifier
inrawdisk.cfg
Save and close the file