Getting Data In

Python script to upgrade forwarder

VijaySrrie
Builder

Hi,

Please give me the python script to upgrade rpm file of forwarder.

Steps to upgrade

1) Get the rpm file from Splunk site and place it in tmp location

2) Take the backup of apps folder ----- cd /opt/splunkforwarder/etc

3) cp -rf apps /tmp

4) copy the rpm file to opt location
Cp -rf splunk.rpm /opt

5) Stop splunk service
Cd /etc/init.d
./splunk stop

6) upgrade file in cd /opt
rpm -Uvh splunk.rpm

7) start splunk
Cd /etc/init.d
./splunk start

8)Go to cd /opt/splunk/bin
./splunk version
Y
Y

0 Karma

badrinath_itrs
Communicator

There is a sample shell script provided by SPLUNK. You can modify it based on your requirement.

https://docs.splunk.com/Documentation/Forwarder/8.0.1/Forwarder/Installanixuniversalforwarderremotel...

0 Karma
Get Updates on the Splunk Community!

Security Professional: Sharpen Your Defenses with These .conf25 Sessions

Sooooooooooo, guess what. .conf25 is almost here, and if you're on the Security Learning Path, this is your ...

First Steps with Splunk SOAR

Our first step was to gather a list of the playbooks we wanted and to sort them by priority.  Once this list ...

How To Build a Self-Service Observability Practice with Splunk Observability Cloud

If you’ve read our previous post on self-service observability, you already know what it is and why it ...