Opscenter无法安装代理,因为拒绝/ tmp的权限

O无法通过opscenter在10.0.0.29 IP上安装代理。 它说下面的错误。 用户是pavan,这个用户有sudo访问权限。 Opscenter无法安装代理,我无法使用opscenter来监控cassandra节点。 我能够使用sudo访问用户pavan删除tmp文件夹,但我不知道什么是在这里丢失。

我经历了问题,但我无法得到答案。 请帮我解决这个问题。 设置OpsCenter将提供:scp / tmp / ..权限被拒绝

Installations Failed Some agent installations failed: - 10.0.0.29: Failure installing agent on 10.0.0.29. Error output: scp: /tmp/tmpZaSXoY: Permission denied Exit code: 1 

opscenterd.log

 2014-08-11 18:04:15-0500 [] INFO:testingSSH连接到10.0.0.29
 2014-08-11 18:04:15-0500 [Test_Cluster]信息:将OpsCenter代理开始安装到10.0.0.29
 2014-08-11 18:04:15-0500 [Test_Cluster]错误:安装失败:scp到'10.0.29'失败
      在_inlineCallbacks中的文件“/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/internet/defer.py”,第1018行
         result = result.throwExceptionIntoGenerator(g)

      文件“/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/python/failure.py”,第349行,在throwExceptionIntoGenerator
        返回g.throw(self.type,self.value,self.tb)

      在_installAgent中的文件“/usr/lib/python2.7/dist-packages/opscenterd/Agents.py”,第1133行

      在_inlineCallbacks中的文件“/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/internet/defer.py”,第1018行
         result = result.throwExceptionIntoGenerator(g)

      文件“/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/python/failure.py”,第349行,在throwExceptionIntoGenerator
        返回g.throw(self.type,self.value,self.tb)

      文件“/usr/lib/python2.7/dist-packages/opscenterd/SecureShell.py”,第135行,在perform_scp

 2014-08-11 18:04:15-0500 [] WARN:将请求2b69e5c5-5d5f-40ae-a762-26128b2c9c6f标记为失败:在10.0.0.29上安装代理失败。
     错误输出:
             scp:/ tmp / tmpZaSXoY:权限被拒绝

     退出代码:1
 2014-08-11 18:04:15-0500 []警告:标记请求10a4bcd7-1de2-4a93-9f92-216975ec1d8d失败:在10.0.0.29上安装代理失败。
     错误输出:
             scp:/ tmp / tmpZaSXoY:权限被拒绝

     退出代码:1

这只影响我的一台服务器,但是我最终通过我的软件包pipe理器安装了“datastax-agent”:

Debian: http : //www.datastax.com/documentation/opscenter/5.0/opsc/install/opscManualInstallAgentPkgDeb.html

RHEL: http : //www.datastax.com/documentation/opscenter/5.0/opsc/install/opscManualInstallPkgRpm.html

其他: http : //www.datastax.com/documentation/opscenter/5.0/opsc/install/opsc-agentInstallManual_t.html