Removing Autonomous Identity
Autonomous Identity provides an easy installation and removal from any system. The actual folder may vary depending on the client.
Remove Ansible Server
-
On the Ansible server, go to the user’s home directory, and remove the ansible files.
$ rm -rf ansible/*
-
On the Ansible server, remove
vars.yml
file$ rm -rf ansible/environment/group_vars/all/vars.yml
-
Remove
.bash_history
.$ rm .bash_history
Remove Cassandra
-
On the Cassandra server, log in to Cassandra and drop the keyspaces.
$ DROP keyspace <keyspace name>
-
Remove
.bash_history
.$ rm .bash_history
Remove Spark
-
Remove the
/data
folder where Spark was installed. -
Remove the
.egg
files where Python was installed. -
Remove the
shared
folder. -
Remove
.bash_history
. -
Remove
/tmp
folder.