Update Software on an Offline Tenable Nessus Manager Cluster
Required user role when using Tenable Nessus Manager: System Administrator
Use the following procedure to update the software version that a Tenable Nessus Manager parent node offers to its child nodes. For more information, see Clustering.
On Tenable Nessus Manager, you can update software on an offline system in two ways.
-
Option 1 — Use the Manual Software Update feature in the Tenable Nessus Manager user interface.
- Option 2 — Use the command-line interface and the nessuscli update command.
Option 1: Manual Software Update via the User Interface
- Download the file nessus-updates-x.x.x.tar.gz, where x.x.x is the version number, from https://www.tenable.com/downloads/nessus.
- On the offline system running Tenable Nessus Manager (A), in the top navigation bar, select Settings.
- From the left navigation menu, select Software Update.
- Select Manual Software Update.
- In the Manual Software Update dialog box, select Upload your own plugin archive, and then select Continue.
- Navigate to the directory where you downloaded the compressed TAR file.
-
Select the compressed TAR file and then select Open.
Tenable Nessus Manager updates with the uploaded software version.
Option 2: Update via the Command Line
- Download the file nessus-updates-x.x.x.tar.gz, where x.x.x is the version number, from https://www.tenable.com/downloads/nessus.
- On the offline system running Tenable Nessus Manager (A), open a command prompt.
- Use the nessuscli update <tar.gz file name> command specific to your operating system.
|
Platform |
Command |
|---|---|
|
Windows |
"C:\Program Files\Tenable\Nessus\nessuscli.exe" update <tar.gz file name> |
|
macOS |
# /Library/Nessus/run/sbin/nessuscli update <tar.gz file name> |
|
Linux |
# /opt/nessus/sbin/nessuscli update <tar.gz file name> |