Installation

Questions about installing Splunk as different user (non root)?

saifuddin9122
Path Finder

hi splunkers

i have few question regarding the installation of splunk as non root users

1 --> is it mandatory to use rpm file to install splunk as different user??

2 --> why can't we use tar file for such installation.?

3 --> when am trying to install splunk in my own created directory using splunk rpm file, am using the following command

rpm -i --prefix=/apps/ splunkforwarder-6.4.2-00f5bb3fa822-linux-2.6-x86_64.rpm

it is giving me the following output

warning: splunkforwarder-6.4.2-00f5bb3fa822-linux-2.6-x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 653fb112: NOKEY
package splunkforwarder-6.4.2-00f5bb3fa822.x86_64 is already installed

so i ran the other command rpm -ql splunkforwarder-6.4.2-00f5bb3fa822-linux-2.6-x86_64.rpm to check where the package is installed and the output is package splunkforwarder-6.4.2-00f5bb3fa822-linux-2.6-x86_64.rpm is not installed

can you please point me where i am doing mistake??

0 Karma
1 Solution

jkat54
SplunkTrust
SplunkTrust

1 --> is it mandatory to use rpm file to install splunk as different user??

You can download the tarball and do this instead

mkdir /opt/splunkforwarder
tar -zxvf splunkforwarder.tgz -C /opt/splunkforwarder
chown -R bob. /opt/splunkforwarder
/opt/splunkforwarder/bin/splunk enable boot-start -user bob

2 --> why can't we use tar file for such installation.?

You can...

alt text

3 --> when am trying to install splunk in my own created directory using splunk rpm file, am using the following command

Do you want help here still or are the 2 answers above good?

View solution in original post

0 Karma

jkat54
SplunkTrust
SplunkTrust

1 --> is it mandatory to use rpm file to install splunk as different user??

You can download the tarball and do this instead

mkdir /opt/splunkforwarder
tar -zxvf splunkforwarder.tgz -C /opt/splunkforwarder
chown -R bob. /opt/splunkforwarder
/opt/splunkforwarder/bin/splunk enable boot-start -user bob

2 --> why can't we use tar file for such installation.?

You can...

alt text

3 --> when am trying to install splunk in my own created directory using splunk rpm file, am using the following command

Do you want help here still or are the 2 answers above good?

0 Karma

saifuddin9122
Path Finder

if it is possible can you please help me in question 3

0 Karma

saifuddin9122
Path Finder

Thanks for reply and making my questions clear.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...