Назад | Перейти на главную страницу

Opscenter не может установить агентов из-за отказа в разрешении на / tmp

Я не могу установить агенты на IP 10.0.0.29 через opscenter. Он говорит об ошибке ниже. Пользователь pavan, и у этого пользователя есть доступ к sudo. Opscenter не может установить агентов, и я не могу использовать opscenter для мониторинга узлов cassandra. Мне удалось удалить папку tmp, используя sudo-доступ пользователя pavan, но я не уверен, что здесь отсутствует.

Я ответил на заданный вопрос, но не смог получить на него ответа. Пожалуйста, помогите мне решить эту проблему. Настройка OpsCenter дает: scp / tmp / .. Permission denied

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: Testing SSH connectivity to 10.0.0.29
2014-08-11 18:04:15-0500 [Test_Cluster]  INFO: Beginning install of OpsCenter agent to 10.0.0.29
2014-08-11 18:04:15-0500 [Test_Cluster] ERROR: Installation failed: scp to '10.0.0.29' failed
      File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/internet/defer.py", line 1018, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)

      File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
        return g.throw(self.type, self.value, self.tb)

      File "/usr/lib/python2.7/dist-packages/opscenterd/Agents.py", line 1133, in _installAgent

      File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/internet/defer.py", line 1018, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)

      File "/usr/share/opscenter/lib/py-debian/2.7/amd64/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
        return g.throw(self.type, self.value, self.tb)

      File "/usr/lib/python2.7/dist-packages/opscenterd/SecureShell.py", line 135, in perform_scp

2014-08-11 18:04:15-0500 []  WARN: Marking request 2b69e5c5-5d5f-40ae-a762-26128b2c9c6f as failed: Failure installing agent on 10.0.0.29.
     Error output:
            scp: /tmp/tmpZaSXoY: Permission denied

     Exit code: 1
2014-08-11 18:04:15-0500 []  WARN: Marking request 10a4bcd7-1de2-4a93-9f92-216975ec1d8d as failed: Failure installing agent on 10.0.0.29.
     Error output:
            scp: /tmp/tmpZaSXoY: Permission denied

     Exit code: 1

Это повлияло только на один из моих серверов, но в итоге я установил "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