OS Linux
Splunk Version 6.3.1
After executing the following command on my deployer instance, I am seeing this error.
-bash-3.2$ ./splunk/bin/splunk apply shcluster-bundle -target https://myhost@domain.com:8089
Warning: Depending on the configuration changes being pushed, this command might initiate a rolling restart of the cluster members. Please refer to the documentation for the details. Do you wish to continue? [y/n]: y
Error while creating deployable apps: Error copying src="/opt/splunk/etc/shcluster" to tmp_staging_area="/opt/splunk/var/run/splunk/deploy.8e9ed66fdbd0ac3d.tmp": No such file or directory
The temp_staging_area does exist and permissions are okay.
-bash-3.2$ ls -ltr
total 376
drwx------ 2 splunkd splunkd 4096 Oct 30 04:45 upload
drwx--x--- 4 splunkd splunkd 4096 Oct 30 04:45 appserver
drwx------ 4 splunkd splunkd 4096 Oct 30 04:46 scheduler
drwx------ 2 splunkd splunkd 4096 Nov 5 21:48 typeahead
drwxr-x--- 4 splunkd splunkd 4096 Dec 1 00:39 deploy.fe8c0cae1fa6cd18.tmp
drwx------ 2 splunkd splunkd 4096 Dec 1 00:47 merged
-rw------- 1 splunkd splunkd 6 Dec 1 00:47 conf-mutator.pid
-rw------- 1 splunkd splunkd 10937 Dec 1 00:47 composite.xml
drwxr-x--- 4 splunkd splunkd 4096 Dec 1 00:48 deploy.c2659c1df562d295.tmp
drwxr-x--- 4 splunkd splunkd 4096 Dec 1 00:49 deploy.39dbf1c7b7c94f85.tmp
drwx------ 4 splunkd splunkd 4096 Dec 2 20:50 deploy
drwxr-x--- 4 splunkd splunkd 4096 Dec 2 20:53 deploy.41b88613e6ab63d0.tmp
drwxr-x--- 4 splunkd splunkd 4096 Dec 2 20:56 deploy.8e9ed66fdbd0ac3d.tmp
drwx--x--x 1309 splunkd splunkd 311296 Dec 2 20:58 dispatch
drwx------ 2 splunkd splunkd 4096 Dec 2 20:58 srtemp
-rw-r----- 1 splunkd splunkd 30 Dec 2 21:00 splunkd.pid
I also have verified that the apps and users directory existing in the deploy.8e9ed66fdbd0ac3d.tmp folder.
-bash-3.2$ cd deploy.8e9ed66fdbd0ac3d.tmp
-bash-3.2$ pwd
/opt/splunk/var/run/splunk/deploy.8e9ed66fdbd0ac3d.tmp
-bash-3.2$ ls -ltr
total 88
drwx--x--- 1963 splunkd splunkd 81920 Dec 2 20:56 users
drwxr-x--- 32 splunkd splunkd 4096 Dec 2 20:56 apps
↧