OMC Cloud Agent 설치 - Linux -
6116 단어 관리OMCoraclecloud리눅스
Cloud Agent는 Oracle Management Cloud 서비스에 서버 정보를 전송하는 소프트웨어입니다. 이 절에서는 이전에 준비한 Oracle Cloud Always Free Linux VM 인스턴스에 Cloud Agent를 설치하는 단계를 설명합니다.
Oracle Cloud가 아니더라도 AWS, Azure의 VM 인스턴스, On-Premise 환경에서도 인터넷에 액세스할 수 있다면 비슷한 단계로 Cloud Agent를 설치할 수 있습니다.
OMC의 아키텍처는 코코이 참고가 됩니다.
Always Free VM 인스턴스 준비
※ 빨간색 프레임의 TENANT_NAME과 OMC_URL을 적어 두십시오
cloudagent用のディレクトリ作成
$ mkdir cloud_agent
コピーしたcloudagentを解凍
$ unzip cloudagent_linux.x64_1.46.0.zip -d cloudagent_linux
$ ls cloudagent_linux
agentcoreimage.zip agentimage.properties agent.rsp unzip
AgentDeployment.sh AgentInstall.sh agent_software_build.xml
$ cd cloudagent_linux/
agent.rspファイルの中にある4つのパラメータに先ほどメモした値を追記
$ vi agent.rsp
TENANT_NAME= 1282ec749826bb
AGENT_REGISTRATION_KEY= RRDpSff0o-S5sUDgnFgywG0XBt
AGENT_BASE_DIRECTORY= /home/opc/cloud_agent
OMC_URL= https://omc-1282ec749826bb.api.omc.ocp.oraclecloud.com/
※Proxy経由の場合は、OMC_PROXYHOST,OMC_PROXYPORTの値も追記
エージェントのインストールの実行
$ ./AgentInstall.sh
Unzipping agent software, this may take some time...
Installing Cloud Agent...
Cloud Agent parameter validation started...
Cloud Agent pre-requisite checks started...
Cloud Agent base directory creation started...
Security artifacts download started...
Cloud Agent setup started...
Registering Cloud Agent...
Starting Cloud Agent...
Cloud Agent started.
Cloud Agent installation completed.
Cloud Agent post installation checks started.
Cloud Agent is up and running.
Cloud Agent is communicating to Oracle Management Cloud.
Cloud Agent is monitored in Oracle Management Cloud.
Cloud Agent post installation checks completed.
To start Cloud Agent upon Operating System restart include '/home/opc/cloud_agent/agent_inst/bin/omcli start agent' in the start-up scripts.
For further details please refer http://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/management-cloud&id=deploy_agent.
上記メッセージでインストール完了
Always FreeのVMインスタンスだとインストール時にMax Processのエラーが発生したので、20-nproc.confのファイルに以下を追記して編集し再ログイン&再実行
$ sudo vi /etc/security/limits.d/20-nproc.conf
opc - nproc unlimited
cd /home/opc/cloud_agent/agent_inst/bin
./omcli stop agent
./omcli start agent
위의 단계를 통해 Cloud Agent 설치 및 Infrastructure Monitoring 기능을 사용할 수 있습니다. Infrastructure Monitoring은 온프레미스 및 클라우드의 리소스를 통합적으로 모니터링하는 프레임워크입니다. 지정한 메트릭값에 의한 경고나 기계 학습에 의한 이상치 검지 등의 기능 등도 사용할 수 있습니다.
또한 Linux, Windows, Middleware, Database, Network 기기 등 다양한 엔티티가 지원됩니다.
htps : // / cs. 오 c. 이 m/cd/에 83857_01/파아 s/마나게 멘 tcぉd/몬 mr/ぃst-스푼 r d-엔치치에 s. HTML
Oracle Management Cloud 관련 정보는 여기
Reference
이 문제에 관하여(OMC Cloud Agent 설치 - Linux -), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/western24/items/29df71fe0cfd6a0677d1텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)