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
- using the meta package
apt-get remove 'trisul-full'
etc for each package - using
apt-get remove trisul-probe
or - using dpkg manually
dpkg -r trisul-probe
etc
CentOS/RHEL Uninstall
The following example will uninstall the core Trisul packages
yum remove trisul-probe trisul-hub webtrisul
Other ways to uninstall.
- using the meta package
yum group remove 'Trisul Full'
etc for each package - using
yum remove trisul-probe
or - usingRPMmanually
rpm -e trisul-probe
etc
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..