Skip to main content

Uninstall

Trisul packages can be uninstalled like any other linux package.

Uninstalling Trisul will not harm the data or configuration.

Ubuntu Uninstall

The following example will uninstall the core Trisul packages

apt-get remove trisul-probe trisul-hub webtrisul

Other ways to uninstall

  1. using the meta packageapt-get remove 'trisul-full'etc for each package
  2. usingapt-get remove trisul-probeor
  3. using dpkg manuallydpkg -r trisul-probeetc

CentOS/RHEL Uninstall

The following example will uninstall the core Trisul packages

yum remove trisul-probe trisul-hub webtrisul

Other ways to uninstall.

  1. using the meta packageyum group remove 'Trisul Full'etc for each package
  2. usingyum remove trisul-probeor
  3. usingRPMmanuallyrpm -e trisul-probeetc

Resetting the database clean

Resetting the database removes all the traffic and metrics collected but keeps the configuration. Use this option to “start over” with a clean DB.

To reset the database use the trisulctl_probe/hubreset contexttool.

The following example resets the the database.

trisulctl_probe 
stop context default
reset context default
.. confirmation follows..