2.4. Uninstall

Trisul packages can be uninstalled like any other linux package.

Uninstalling Trisul will not harm the data or configuration.

2.4.1 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 package apt-get remove 'trisul-full' etc for each package
  2. using apt-get remove trisul-probe or
  3. using dpkg manually dpkg -r trisul-probe etc

2.4.2 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 package yum group remove 'Trisul Full' etc for each package
  2. using yum remove trisul-probe or
  3. using RPM manually rpm -e trisul-probe etc

2.4.3 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/hub reset context tool.

The following example resets the the database.


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