Table of Contents |
---|
Requirements
System requirements
Below the requirements before installing NXmap3 Impulse
Minimum
2 GHz dual-core processor
...
3Ghz quad-core processor
8Go memory
2Go SSD
Operating system
Our software requires RedHat Enterprise Linux 64-bits machine such as one of below operating systems:
...
If Linux 64-bits machine is not available, you can install VirtualBox with CentOS 7 or CentOS 8 in order to use NXmap3 Impulse tools.
Software
Our tool NXmap3 Impulse requires to have Python 3.6 installed on Linux 64-bits machine.
Download
Below the main steps to download and unpack each NanoXplore tools
...
o NXLMD => NXLMD-2.1-linux.tar.gz
o NXmap3 Impulse => nxmapimpulse-version-.tar.gz
o NxBase2 => NxBase2-2.3.1.tar.bz2
2. Place NXmap3 Impulse tools into ~/Downloads or another folder.
3. Create new folder named NanoXplore in /opt folder. 4. Unpack each NanoXplore tool directly into /opt/NanoXplore.
Nx License Daemon
For NXLMD download and installation, please refer to the document License Daemon
...
NXbase2 archive extraction
To directly unpack NxBase2 tool once downloaded into /opt/NanoXplore, create first folder named NXbase2- 2.3.1 with the following command:
...
Code Block |
---|
$> sudo tar xjf NxBase2-2.3.1.tar.bz2 -C ./NxBase2-2.3.1 |
Installation
Below the main steps to setup and install each NanoXplore tool:
...
Code Block |
---|
$> source ~/.bashrc” |
3. Restart the machine
...
Impulse
Before install NXmap3Impulse, check that Python 3.6 is installed with below command:
...
Code Block |
---|
$> sudo yum install python3 |
To install NXmap3Impulse, update ~/.bashrc file with below instruction:
Code Block |
---|
export PATH=/opt/NanoXplore/nxmapimpulse-/bin:$PATH |
Check that ~/.bashrc updating has been taken into account with below command:
Code Block |
---|
$> source ~/.bashrc” |
Check that NXmap3 Impulse is installed with below commands:
Code Block |
---|
$> which nxmapimpulse |
The result of this command must be the following
Code Block |
---|
$> /opt/NanoXplore/nxmapimpulse-version/bin/nxmapimpulse |
Check that NXmap3 Impulse works correctly with the following command:
Code Block |
---|
$> nxmapimpulse -version |
The result of this command must be the following
...
NxBase2
To install NxBase2 tool, update ~/.bashrc file with below instruction:
...
Note: NxBase2 should be installed only once NXmap3 Impulse has been installed and works correctly.