Installing the Plugin on Linux
You can download and install the plugin on your Linux operating system.
To install the plugin on a Linux (64-bit DEB or RPM) operating system, do the following:
Use the following commands to unistall 64-bit Debian or RPM:
-
64-bit Debian:
linux-mzt6:/home2/dev/newDra/dra/bin/linux-packaging$ dpkg -r dra
-
64-bit RPM:
linux-mzt6:/home2/dev/newDra/dra/bin/linux-packaging$ rpm -v -e dra
Use the following commands to:
-
View the status:
linux-mzt6:/home2/dev/newDra/dra/bin/linux-packaging$ systemctl status hdc-dra
-
Start the service:
linux-mzt6:/home2/dev/newDra/dra/bin/linux-packaging$ systemctl start hdc-dra
-
Stop the service:
linux-mzt6:/home2/dev/newDra/dra/bin/linux-packaging$ systemctl stop hdc-dra
-
View log files:
linux-mzt6:/home2/dev/newDra/dra/bin/linux-packaging$ journalctl -f -u hdc-dra