Installation

How to uninstall Splunk on HP-UX

ocuadra
New Member

I have been looking everywhere and i have not found the procedure to execute this tasks.

Please help me.

Kind Regards

Tags (1)
0 Karma

lguinn2
Legend

Before you uninstall Splunk, you should stop it. You should also disable the automatic start at boot time (if you previously set it).

Note that the $SPLUNK_HOME variable refers to the directory where you installed Splunk.

$SPLUNK_HOME/bin/splunk stop

# The following command must be run as root
$SPLUNK_HOME/bin/splunk disable boot-start

# Now you can remove the Splunk installation
rm -rf $SPLUNK_HOME

If you created any indexes and did not use the Splunk default path, you will need to delete those directories as well.

If you created any user or group for running Splunk, you may also want to delete them.

These instructions should work for any Linux/Unix installation - assuming that you did not use a package install.

piebob
Splunk Employee
Splunk Employee

i've added Lisa's instructions to the Installation Manual topic for HPUX.

0 Karma

jrodman
Splunk Employee
Splunk Employee

The short version is: just delete it.
However, the above sequence is safest since you probably want to stop it also, and it's a good idea to ensure any init scripts that got installed are now removed.

0 Karma

jrodman
Splunk Employee
Splunk Employee

I don't think we have a package for hpux. In fact, I haven't heard that there are packages for hpux? So this is certainly the right instruction set.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...