Ubuntu - FCM - Setup v1
Ubuntu - FCM - Setup v1
Go to Settings
Click on Shared Folders in Settings window and click on add icon available on the
right of the window
Provide Folder Path (any folder from your system – the purpose of this shared folder is
to access files / folders between windows and VM. Any files / folders needs to be copy or
moved to VM machine can be placed here and the same can be access within the VM
and vice-versa), Folder Name (this will be reflected in the VM machine), select Auto-
Mount and click on ok.
Make sure that the Shared Folder that you created is added under the Machine Folders
and click ok.
Click on Start
Select the Start-up disk placed in your system i.e., the Ubuntu Linux ISO file which we
have downloaded as part of initial steps and click Start.
Click on Install Ubuntu
Click on Continue. No changes required in languages as by default it is set as English.
Make sure that Normal Installation is selected (uncheck the other options if selected)
and click on Continue
Make sure that Erase disk (this will not delete any items from your windows. It will clear
the storage in the VM. This will not impact anything in your windows system) and install
Ubuntu is selected and click on Install.
On pop-up, click on Continue
In the next window, click on continue
In the next window, provide the following and click on Continue
o Your Name – Provide any text
o Pick a username – default value will be populated based on Your Name, if
required change it)
o Choose a password – Provide any password
o Confirm your password – Confirm the password
Once the installation is completed, click on Restart Now
Download the FCM environment and place the zip files (financial-crime-mitigation-cli-
xyz.zip, financial-crime-mitigation-configuration-xyz.zip, financial-crime-mitigation-form-
ear-xyz.ear) and zip the jboss (jBoss_W_Hibernate.zip) and place the same in the
shared folder in the Windows
Go to VM and check the shared folder, where all the files placed in windows will be
available
Create a folder in Home available in Files and move / copy all the files from shared
folders
Files will be moved / copied to the destination folder,
Create the DB, insert license as usual in your Windows System using the corresponding
FCM environment.
Unzip all the zip files and create the folder structure as you required.
Go to the root or the main folder where you have unzipped the fcm environment and
jboss and launch the terminal
Make sure that you update the DB name in all required files.
Go to jboss Bin standalone.config and replace the line set
"JAVA_OPTS=-
Xms1303m -Xmx1303m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m"
to set "JAVA_OPTS=-Xms1G -Xmx4G -XX:MetaspaceSize=1G -
XX:MaxMetaspaceSize=2G"
To run jboss, provide the below command in jboss bin – ./standalone.sh
Below are some of the linux commands related to windows command for executing
Watch Import, Cif Import, Account Loader, Statement Loader. As usual, navigate to the
corresponding bin folders and execute these commands.
o ./watch-private-import.sh --configuration PEP_Mapping.xml --
configname PEP --file /Sanctions_Lists/PEP.csv
o ./cif-import-only.sh -f $PWD/T24.csv --from 2 --target
GB0010001
o ./accountLoader.sh -f T24_ACC.csv -company GB0010001 -
configuration ../config/T24_config_acc.xml
o ./statementLoader.sh -f T24_OP.csv -company GB0010001 -
configuration ../config/T24_config_operation.xml