Learn how to set up the NetWorker Management Web UI (NWUI) on a Linux-based NetWorker server. NWUI provides an intuitive web-based interface for configuring, operating, and monitoring NetWorker servers. Follow step-by-step instructions to ensure a seamless installation process. For more Information, check our Knowledge Base click here.
The NetWorker Web User Interface or NWUI installation files are included in the NetWorker Software Package. This package can be downloaded from the NetWorker product page on the Dell Support site. NWUI can be installed on the NetWorker server or a separate standalone host. In order to install NWUI you will need to install a Java Runtime Environment.
This can be accomplished by installing NetWorker Runtime Environment known as NRE. NRE is also available on the NetWorker product page of the Dell Support site. To confirm if you have NRE installed you can use „rpm -qa | grep nre”. As you can see we have NRE 8.0.19 currently installed. We can see this installation under „/opt/nre/java/latest” Once you have the networker package downloaded it will be downloaded as a .tgz file which you can copy to a location of your choosing on the system. To extract the file use the tar command „tar -xvf ‘filename’” and then specify the package name for NetWorker. Once the package has extracted you can change directory into „linux_x86_64“. As you can see there are two different files pertaining to NWUI. “lgtowui” is used when you're installing NWUI on a system that is not the NetWorker server. „lgtonwuiserv” is used when you're installing NWUI on the NetWorker server.
In this demo we are installing NWUI on the NetWorker server however the installation differs very little. You can use the RPM or YUM commands to install the RPM Package. Once the installation completes you'll be prompted to run a post installation configuration script. You will need to specify the path to your JRE instance. As mentioned I have NRE installed so it defaults this path. We will just hit enter otherwise you need to specify the full path to your Java instance. Specify the host name of the NetWorker authentication Service host. In this case this will be the NetWorker server.
If you are installing the NWUI package on a standalone host you will need to specify the FQDN to the authentication Service host used by NetWorker. Specify the host name of the NetWorker server to be managed by NWUI. Again since this is the NetWorker server we will just hit enter otherwise you need to specify the FQDN to the NetWorker server. It's important to note that you can only manage one NetWorker server per NWUI instance. Specify the AUTHC port or NetWorker server which is managed by NWUI. By default this is Port 9090. Specify a keystore password.
Once the installation completes you can start the NWUI service using „systemctl” command. Similarly you can use „systemctl” to stop restart and check the status of NWUI. The installation of NWUI is under „opt/nwui/” The basic logs for NWuI are under the installation path under „NWUI/logs/” When NWUI is running you will see a NWUI CTLD service running. To access NWUI you can open a web browser and point it to „https://” the name of the server or IP address for which you installed the NWUI package “:9090/NWUI“ Enter the NetWorker credentials.
These would be the same credentials you would use when accessing the NetWorker Management Console. You are now presented with the NWUI home screen the dashboard. You can use the monitoring tabs the protection tab to configure resources devices and media as well as server and the authentication methods.