Appliance Setup
Follow the steps below to setup FSM-2000F appliance.
Step 1: Rack mount the FSM-2000F appliance
- Follow FortiSIEM 2000F QuickStart Guide here to mount FSM-2000F into rack.
- Insert Hard Disks positions as shown below:
- Connect FSM-2000F to the network by connecting an Ethernet cable to Port0.
Before proceeding to the next step, connecting Ethernet cable to Port0 is required for Network configuration.
Step 2: Power On the FSM-2000F appliance
- Make sure the FSM-2000F device is connected to a Power outlet and an Ethernet cable is connected to Port0.
- Power On the FSM-2000F device.
FSM-2000F appliance does not have a default IP address. To connect to the GUI, an IP address must be configured using the CLI (Step 4).
Step 3: Verify System Information
- Connect to the FSM-2000F appliance using VGA port or Console port.
- Login as ‘root’ user with password 'ProspectHills'.
- Run
get
to check the available FortiSIEM commands. - Use the below commands to check the hardware information. After running each command, ensure that there are no errors in the displayed output.
Command Description get system status
Displays system name, version and serial number. diagnose hardware info
Displays system hardware information like CPUs, Memory and RAID information. diagnose interface detail port0
Displays interface status.
Step 4: Configure Network
- On the hardware console, select Set Timezone and then press Enter.
- Select your Location, and then press Enter.
- Select your Country, and then press Enter.
- Select your Timezone, and then press Enter.
- Review your Timezone information, select 1, and then press Enter.
- When the Configuration screen reloads, select Login, and then press Enter.
- Enter the default login credentials:
- Login:
root
- Password:
ProspectHills
- Login:
-
Run the
vami_config_net
script to configure the network./opt/vmware/share/vami/vami_config_net
- When prompted, enter the information for these network components to configure the Static IP address: IP Address, Netmask, Gateway, DNS Server(s).
- Press Y to accept the network configuration settings.
- Enter the Host name, and then press Enter.
Once the configuration is complete, the system reboots automatically.
Note: The authenticated proxy server is not supported in this version of FortiSIEM.
Step 5: Generate FortiSIEM FSM-2000F License Key file from FortiCare
- Obtain the Hardware Serial Number from FSM-2000F appliance.
- Follow 'FortiSIEM Licensing Guide' here to generate the license key file - remember to use ‘Hardware Serial Number’ for Hardware ID.
Step 6: Register FortiSIEM License
- Note the IP Address assigned to FortiSIEM VM in Step 4.
- Access FortiSIEM VM from browser (
https://<FortiSIEM-IP>
). - Upload the license file obtained from Step 5 and select the License Type based on your deployment (note this choice can only be made once and is not reversible):
- Enterprise for single organizations
- Service Provider for multiple organizations
- Click Upload to complete the license registration.
Step 7: Accessing FortiSIEM UI
- Note the IP Address assigned to FortiSIEM VM in Step 5.
- Access FortiSIEM VM from browser (
https://<FortiSIEM-IP>
). - Login to FortiSIEM using the default user name, password, and organization:
- UserID: admin
- Password: admin*1
- Cust/OrgID: super (if shown)
Step 8: Using FortiSIEM
Refer to the “Setting Event Storage” section in the User Guide for detailed information about using FortiSIEM and understanding the storage options.
Factory Reset
Follow the steps below to perform factory reset on FortiSIEM FSM-2000F.
Step 1: Uninstall FortiSIEM application
- Connect FortiSIEM device using VGA or Console port.
- Login as ‘admin’ user without password.
- To check the available FortiSIEM commands, run
sudo get
. - To uninstall FortiSIEM, run
sudo execute fsm-clean
.
This script will uninstall FortiSIEM application.
Step 2: Reinstall FortiSIEM application
- Power on the hardware.
- Login as ‘admin’ without password.
- To configure RAID, run
execute format disk
. - To check Hardware status and RAID information, run
diagnose hardware info
. - To install FortiSIEM, run
execute factoryreset
.
This script takes 5 minutes to complete FortiSIEM installation.
- To configure network on FortiSIEM, stop FortiSIEM services by running
sudo execute preparebox
.
This script will stop running FortiSIEM services and power offs the hardware.
Follow the steps under Appliance Setup to configure FSM-2000F.
Upgrading FortiSIEM
For upgrading FortiSIEM from v4.10.0 to v5.0.1, refer to the 'Upgrade Guide' here.
Appliance Re-image
Ensure that the following prerequisites are met before re-imaging FortiSIEM.
Hardware | Software |
---|---|
Peripherals
USB Thumbdrive
|
Follow the below steps to re-image FortiSIEM.
Step 1: Create Bootable Linux Image
- Connect 4GB USB drive to the system (desktop or laptop).
- Open Rufus.
- Select the following settings for the USB:
- Partition scheme and target system type: MBR partition scheme for BIOS or UEFI
- File system: FAT32
- Cluster size: 4096 bytes (Default)
- Quick Format: Enable
- Create a bootable disk using: ISO image
- Click on the 'CD-ROM' icon and select the Ubuntu Setup ISO.
- Click Start and allow Rufus to complete.
Once finished, the disk is ready to boot.
Note: Alternatively, you can use the Ubuntu guide for creating a USB drive with Ubuntu.
Step 2: Copy FortiSIEM Appliance image to USB
- Connect 8GB USB Drive to the system (desktop or laptop).
- Open Windows Explorer > right-click Drive > click Format.
- Select the following options:
- File system: NTFS
- Allocation unit size: 4096 bytes
- Quick Format: Enable
- Copy the image file to USB drive. For example:
FSM_Full_Super-Worker_RAW_HW_VA-5.4.0.1679.zip
- Safely remove the USB drive from the desktop or laptop by unmounting it through the operating system.
Step 3: Prepare 2000F by removing FSM
- Connect to the console/SSH of the FortiSIEM appliance.
- Run the following command:
execute fsm-clean
- After
fsm-clean
is complete, format RAID by executing the command:execute format disk
- Power-off the FortiSIEM appliance.
Step 4: Configure 2000F BIOS to Boot into USB Drive
- Connect the 4GB USB drive to the FortiSIEM appliance.
- Power on the FortiSIEM appliance.
- During the boot screen, press F11 to login to the boot options.
- Select the option to enter into the BIOS set up.
- Select the option for Boot options.
- Select the 'USB drive'.
- Save the options and quit set up.
Step 5: Re-image 2000F boot drive from USB Linux
- Power on FortiSIEM appliance.
- Once the FortiSIEM appliance loads from the USB drive, click Try Ubuntu.
- Connect the 8GB USB drive to the FortiSIEM appliance.
- Open a terminal.
- Type the following command to identify the FortiSIEM boot disk (29.5GiB):
sudo fdisk –l
.
Note: This drive will be referred as/dev/sdb
in the following steps.. - Enter into root while in the terminal using the following command:
sudo –s
- Determine the mount point of this drive by using the following command:
df –l
Note: For this guide, the assumption for the 8GB mount point is:/media/ubuntu/123456789/*
- Copy the image from the 8GB disk to the FortiSIEM boot disk.
- Extract the zipped raw image and copy the image into SATA disk (32GB). For example, use the command:
unzip -c FSM_Full_Super-Worker_RAW_HW_VA-5.4.0.1679.zip | dd of=/dev/sdb status=progress
- Once this is completed, power off the FortiSIEM appliance using the following commands:
shutdown –h now
- After shutdown, remove both USB drives from the FortiSIEM appliance.
- Power on the FortiSIEM appliance.
- Reinstall the FortiSIEM application (as in Factory Reset - step 2).