For customers who have installed the Ubuntu version of the NP-View OVF, this package is designed to update Docker and Ubuntu with the latest software and security updates.
If you are installing the current version of the NP-View OVF from the portal, all patches and updates are already applied.
For customers running NP-View v6.0.0, please use this upgrade.
- Docker version 27.4.0, build bde2b89
- Kernel version 5.15.0-126-generic
- Ubuntu version Ubuntu 22.04.5 LTS
To see the complete package details, click here:
Click here to download the update package, ubuntu_packages_2024-12-13.zip
Verify the checksum: 65B679591EFC22569A02A5C26F3339FF8B89B65787AA1567A2661B0321BFEBB7
For customers who are running NP-View 5.0 to 5.1.3, please use this upgrade.
- Docker version 27.1.2, build d01f264
- Kernel version 5.15.0-118-generic
- Ubuntu version Ubuntu 22.04.4 LTS
To see the complete package details, click here:
Click here to download the update package, ubuntu_packages-08-14-24.zip
Verify the checksum: 7D510280D6901502B7210EADC284B351F49C0AE6F40D9030A99C5A6A17B6444F
Note that prior to NP-View v5.0, the OVF used CentOS 7 and these packages do not apply.
Have all users log out of NP-View Server as the update will disrupt their system use.
SSH into the NP-View server
sudo su -
cd /root/
Make an updates folder at the path of your choice.
mkdir updates
cd updates
Copy update-packages-08-14-24.zip to the updates folder on the np-view server
unzip update-packages-<date>.zip
Install all packages
export DEBIAN_FRONTEND=noninteractive && dpkg -i *.deb
reboot
.zip and .deb files can be removed after reboot.
sudo su -
cd /root/
cd updates
rm *.deb *.zip