πͺDeploy n.Probes, n.Rewind, n.Fusion
After installing n.Scope server, the installation package for Probes, Rewind, and a combination of both (Fusion) are generated with the required credentials and certificates. This step will guide you through preparing the servers for deployment and installation of the package.
1. Server Pre-requisites
1.1 Sizing for n.Probes servers
n.Probes node only perform observability of network packets, extracting their metadata. They are the corner stone of n.Scope Platform Observability and Detection.
1.2 Sizing for n.Rewind servers
Rewind comes with a Packet Buffer that will hold for a period of time packets to allow for their delayed captures. This buffer is done in RAM, thus the augmented requirements for system RAM.
RAM sizing is given for a 60 secondes Past-Packet Buffer for a given bandwidth. To adjust the cost of the underlying server, the buffer time can be reduced. We can help you tailor this setting, drop us an email at support@nanocorp.fr.
1.3 Sizing for n.Fusion servers
Fusion are a combination of Probes and Rewind on the same platform. It comes with a Packet Buffer that will hold for a period of time packets to allow for their delayed captures. This buffer is done in RAM, thus the augmented requirements for system RAM.
RAM sizing is given for a 60 secondes Past-Packet Buffer for a given bandwidth. To adjust the cost of the underlying server, the buffer time can be reduced. We can help you tailor this setting, drop us an email at support@nanocorp.fr.
Fusion Servers requires three Network interfaces: - One for Management - One for Probe Observation - One for Rewind Packet Capture
1.4 OS Requirements
Nano Corp officially supports n.Scope installation on Oracle Linux version 8.8. You can retrieve your preferred installation medium here
We are considering supporting more operating systems. Drop us an email at feedback@nanocorp.fr to let us know which one you would prefer.
2 n.Probe, n.Rewind, and n.Fusion install pre-requisites
Before starting to install the software package, a few actions must be taken on the server:
2.1 Configure BIOS/UEFI
In BIOS/UEFI, the following options must be enabled:
Intel Vitualization Technologyor or AMD-V / AMD Virtualization,
Memory remapping
2.2 Update distribution to the last version of Oracle Linux
In case your base install isnβt OL v8, reach out to us on Slack and weβll help you out to install the software
2.3 Install the required packages
Some packages could be already installed through OL8 distrib minimal install.
2.4 Reboot the server
3 Installing Software Package
3.1 Copy the n.Probe directory from n.Scope to each probes
Installation of n.Probes comes from n.Scope servers. We recommend using the scp command to upload the packages to each probe you would like to install.
3.2 Launch install script on each n.Probe server
Installation must be performed as root. Log in to the console as root using the `sudo su` command.
Connect to each server you sent the installation package to and run the following commands:
You will have to confirm software installation by stroking the y
key. Through the course of the installation, you will have to confirm NIC cards to use for trafic monitoring.
3.3 Check installation success
After the installation script, n.Probe and n.Rewind software will be running on the probe. You can check they are running using the following commands:
Check that n.Probe is running:
Check that n.Scope is running:
All done ! Connect to the n.Scope instance and see data coming in.
You might want to check out how to use n.Scope in those two sections:
Last updated