Well, this is technically a Unix question but still asked it here since it involves with Splunk.
I already installed a forwarder on Linux and didn't have a problem with tar files, but I am having a hard time installing the forwarder for AIX. I don't know how to install the decompressed .gz file to the AIX OS unlike in Linux, you'll just have to type
`sudo tar xvzf splunkforwarder.tar -C /opt/`
How about in AIX? I tried:
`sudo tar xvf -C /opt/ /home/splunkforwarder.gz` and it's not working. It's returning an error that directories are not located etc.. I already tried a variety of commands to run it.
Tried `gzip -d splunkforwarder.gz` and it's just decompressing it. Kindly show me the procedure please. Thank you!
↧