Kamis, 30 Mei 2013

CARA GANTI PORT AGENT EM12C (CHANGE PORT AGENT IN EM12C)

Huy guys ketemu lagi nch kite, kali ini ane mau bahas tentang begimana ya cara ganti port pada em12c, kasih tau gk ya, mmmm wani piro ? hahahah gini gan caranye, buka google cari dech, haah gk sejahat itu ane gan, gini nch gan caranye

1. Stop the EMAgent.
   $ $AGENT_HOME/bin/emctl stop agent

2. ganti pada $AGENT_HOME/sysman/config/emd.properties file ini ada di direktori home EMAgent:
    For example:
    EMD_URL=http://donalbebek.com:3872/emd/main

    ganti dech portnya EM menjadi :
    EMD_URL=http://donalbebek.com:3873/emd/main

3. Start the EMAgent.
    $ $AGENT_HOME/bin/emctl start agent

4. Cek status agent
    bash-3.00$ ./emctl status agent
   Oracle Enterprise Manager Cloud Control 12c Release 2  
   Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
   ---------------------------------------------------------------
   Agent Version     : 12.1.0.2.0
   OMS Version       : (unknown)
   Protocol Version  : 12.1.0.1.0
   Agent Home        : /home/oracle/agent_home/agent12cr2
   Agent Binaries    : /home/oracle/agent_home/agent12cr2/core/12.1.0.2.0
   Agent Process ID  : 4167
   Parent Process ID : 4160
   Agent URL         : https://donalbebek.com:3873/emd/main/
   Repository URL    : https://pgridcc12.donalbebek.com:4903/empbs/upload
   Started at        : 2013-05-31 09:05:55
   Started by user   : oracle
   Last Reload       : (none)
   Last successful upload                       : (none)
   Last attempted upload                        : (none)
   Total Megabytes of XML files uploaded so far : 0
   Number of XML files pending upload           : 158
   Size of XML files pending upload(MB)         : 0.53
   Available disk space on upload filesystem    : 74.23%
   Collection Status                                      : Collections enabled
   Heartbeat Status                                      : OMS is unreachable
   Last attempted heartbeat to OMS              : 2013-05-31 09:09:02
   Last successful heartbeat to OMS             : (none)
   Next scheduled heartbeat to OMS              : 2013-05-31 09:09:32
   ---------------------------------------------------------------
   Agent is Running and Ready

   waduh gan gagal, haduh gimana nch gan statusnya kok OMS is unreachable, ini tantangannya gan
5. masuk ke Web console EM12c, masuk sebagai user sysman, kemudian ke Setup > manage cloud control > agents
6. pilih agent yang statusnya adalah blocked, kemudian klik agent tersebut
7. pada kiri atas terdapat agent > Resynchronization > checklist Unblock agent on successful completion of agent resynchronization > continue, tunggu hingga process selesai
8. jika process gagal, dapat dilakukan dengan cara :
9. ./emctl stop agent
10. /home/oracle/agent_home/agent12cr2/sysman/emd
11. rm -rf state/ upload/
12 ./emctl clearstate agent
13. ./emctl secure agent (masukan password sysman)
14. ./emctl start agent
15. bash-3.00$ ./emctl status agent
     Oracle Enterprise Manager Cloud Control 12c Release 2  
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    ---------------------------------------------------------------
    Agent Version     : 12.1.0.2.0
   OMS Version       : 12.1.0.2.0
   Protocol Version  : 12.1.0.1.0
   Agent Home        : /home/oracle/agent_home/agent12cr2
   Agent Binaries    : /home/oracle/agent_home/agent12cr2/core/12.1.0.2.0
   Agent Process ID  : 9156
   Parent Process ID : 9125
   Agent URL         : https://donalbebek.com:3873/emd/main/
   Repository URL    : https://pgridcc12.donalbebek.com:4903/empbs/upload
   Started at        : 2013-05-31 09:31:23
   Started by user   : oracle
   Last Reload       : (none)
   Last successful upload                       : 2013-05-31 09:32:17
   Last attempted upload                        : 2013-05-31 09:32:17
   Total Megabytes of XML files uploaded so far : 0.11
   Number of XML files pending upload           : 9
   Size of XML files pending upload(MB)         : 0
   Available disk space on upload filesystem    : 74.23%
  Collection Status                                           : Collections enabled
  Heartbeat Status                                         : Ok
  Last attempted heartbeat to OMS              : 2013-05-31 09:31:54
  Last successful heartbeat to OMS             : 2013-05-31 09:31:54
  Next scheduled heartbeat to OMS              : 2013-05-31 09:32:54
   ---------------------------------------------------------------
  Agent is Running and Ready
  bash-3.00$ ./emctl upload agent
  Oracle Enterprise Manager Cloud Control 12c Release 2  
  Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
  ---------------------------------------------------------------

  EMD upload completed successfully


SELESAI DEH GAN, KLW DI CONSOLE UDAH IJO LAGI LOGONYA ARTINYA SUKSESS

   

Rabu, 29 Mei 2013

The agent is blocked by the OMS. Agent is out-of-sync with repository

caranya adalah :

  1. masuk ke Web console EM12c, masuk sebagai user sysman, kemudian ke Setup > manage cloud control > agents 
  2. pilih agent yang statusnya adalah blocked, kemudian klik agent tersebut
  3. pada kiri atas terdapat agent > Resynchronization > checklist Unblock agent on successful completion of agent resynchronization > continue, tunggu hingga process selesai
  4. jika process gagal, dapat dilakukan dengan cara :
  5. ./emctl stop agent
  6. /app/rdbms/agent_home/agent12cr2/sysman/emd
  7. rm -rf state/ upload/
  8. ./emctl clearstate agent
  9. ./emctl secure agent (masukan password sysman)
  10. ./emctl start agent
  11. ./emctl status agent
agent is running  and ready 

selesai/problem solved

mudahkan

Senin, 06 Mei 2013

Heartbeat Status : Agent is blocked in EM12C

Pada console web EM12c kita mendapatkan agent uncreachable, hal ini disebabkan Server OMS dengan server Client tidak bisa saling komunikasi, jika kita klik akan muncul error seperti ini :

Agent is Unreachable (REASON = agent key mismatch) but the host is reachable

Solusinya :
Masuk ke web console EM12c kemudian setup > Manage Cloud Control > agent > checklist pilih agent yang mengalami kendala > unblock
Restart Agent :
$AGENT_HOME/bin/emctl stop agent
$AGENT_HOME/bin/emctl start agent

Minggu, 05 Mei 2013

Agent has stopped monitoring. The following errors are reported : COLL_DISABLED|DISK_FULL

pada tampilan em12c web console terdapat error 
Agent has stopped monitoring. The following errors are reported : COLL_DISABLED|DISK_FULL em12c

untuk solusinya :
  1. Stop Agent <Agent_Home>/core/12.1.0.2.0/bin/emctl stop agent
  2. Backup dan rubah / tambahkan jika belum ada <Agent_Home>/sysman/config/emd.properties, UploadMaxBytesXML=100 UploadMaxNumberXML=10000 and UploadMaxDiskUsedPct=100
  3. Restart agent.
  4. Cek Agent <Agent_Home>/core/12.1.0.2.0/bin/emctl status agent
  5. sign out pada display em12c kemudian masuk kembali dan cek pada database, status agent sudah tidak uncreahable
Jika Masih Mengalami hal yang sama, hal ini disebabkan disk full pada source agent_home
Contoh saya meletakan agent_hme pada lokasi
/export/home/oracle/agent_home/
ternyata mountpoint pada source agent_home sudah penuh sehingga harus di hapus file yang membuat agent_home menjadi besar
bash-2.05$ du -sh agent_home/ 6.6G agent_home
seharusnya agent_homenya tidak sebesar itu
bash-2.05$ cd agent_home/ agent12cr2 source_agent12cr2  
bash-2.05$ cd agent_home/agent12cr2/ agentimage.properties install sbin bin plugins sysman core plugins.txt diag plugins.txt.status  
bash-2.05$ cd agent_home/agent12cr2/bin/ emctl emtgtctl nmosudo.props  
bash-2.05$ cd agent_home/source_agent12cr2/
bash-2.05$ ls -l total 556760 -rwxr-xr-x 1 oracle dba 6510820 Mar 8 16:52 12.1.0.2.0_PluginsOneoffs_23.zip -rw-rw-r-- 1 oracle dba 278130664 Sep 1 2012 agentcoreimage.zip -rw-r--r-- 1 oracle dba 0 May 6 09:40 agentDeploy_%F_09_40_59.err -rw-r--r-- 1 oracle dba 63383 May 6 09:42 agentDeploy_%F_09_40_59.log -rwxrwxr-x 1 oracle dba 23988 Sep 1 2012 agentDeploy.sh -rw-rw-r-- 1 oracle dba 195 Sep 1 2012 agentimage.properties -rw-rw-r-- 1 oracle dba 4106 May 6 09:40 agent.rsp -rwxr-xr-x 1 oracle dba 149516 Sep 1 2012 unzip
bash-2.05$ rm -rf *
bash-2.05$ cd ..
bash-2.05$ ls -l
total 4 drwxr-xr-x 9 oracle dba 512 May 14 08:44 agent12cr2 drwxr-xr-x 2 oracle dba 512 May 14 08:49 source_agent12cr2
bash-2.05$ cd agent12cr2/ agentimage.properties install sbin bin plugins sysman core plugins.txt diag plugins.txt.status 
bash-2.05$ cd agent12cr2/ agentimage.properties install sbin bin plugins sysman core plugins.txt diag plugins.txt.status  
bash-2.05$ cd agent12cr2/sysman/ ApplicationsState emd opmn registry.xml config log recv  
bash-2.05$ cd agent12cr2/sysman/log/
bash-2.05$ ls -l total 14658 -rw-r----- 1 oracle dba 380 May 14 08:44 agabend.log -rw-r----- 1 oracle dba 7324 May 11 19:38 allprocesses_11409 -rw-r----- 1 oracle dba 7758 May 10 09:27 allprocesses_29136 -rw-r----- 1 oracle dba 8018 May 8 01:08 allprocesses_4776 -rw-r----- 1 oracle dba 105316 May 14 08:44 emagent.nohup -rw-r----- 1 oracle dba 4096 May 14 08:44 emagent.nohup.lr -rw-r----- 1 oracle dba 1083 May 14 08:45 emagent_perl.trc -rw-r----- 1 oracle dba 33800 May 14 08:45 emctl.log -rw-r----- 1 oracle dba 400653 May 14 08:46 emdctlj.log -rw-r----- 1 oracle dba 441216 May 13 21:03 gcagent_errors.log -rw-r----- 1 oracle dba 297467 May 14 08:48 gcagent.log -rw-r----- 1 oracle dba 5242932 May 13 21:04 gcagent.log.1 -rw-r----- 1 oracle dba 2697 May 6 10:07 gcagent_mdu.log -rw-r----- 1 oracle dba 0 May 6 09:49 gcagent_opss_cfg.log.0 -rw-r----- 1 oracle dba 0 May 14 08:44 gcagent_opss_cfg.log.0.lck -rw-r----- 1 oracle dba 0 May 6 09:49 gcagent_opss.log.0 -rw-r----- 1 oracle dba 0 May 14 08:44 gcagent_opss.log.0.lck -rw-r----- 1 oracle dba 100485 May 13 08:23 gcagent_sdk.trc -rw-r----- 1 oracle dba 0 May 6 09:46 gcagent_targetinstaller.log -rw-r----- 1 oracle dba 0 May 6 09:49 gcagent_wsm.log.0 -rw-r----- 1 oracle dba 0 May 14 08:44 gcagent_wsm.log.0.lck -rw-r----- 1 oracle dba 201224 May 11 19:38 lsof_11409 -rw-r----- 1 oracle dba 229030 May 10 09:27 lsof_29136 -rw-r----- 1 oracle dba 263317 May 8 01:08 lsof_4776 -rw-r----- 1 oracle dba 9477 May 11 19:38 netstat_11409 -rw-r----- 1 oracle dba 10279 May 10 09:27 netstat_29136 -rw-r----- 1 oracle dba 9878 May 8 01:08 netstat_4776 -rw-r----- 1 oracle dba 0 May 6 09:49 patchAgtStPlugin.log -rw-r----- 1 oracle dba 6680 May 6 09:46 secure.log -rw-r----- 1 oracle dba 6614 May 14 08:45 startup.info
bash-2.05$ cd ..
bash-2.05$ ls -l total 20 drwxr----- 5 oracle dba 512 May 6 09:50 ApplicationsState drwx------ 5 oracle dba 1024 May 14 08:44 config drwxr----- 10 oracle dba 2048 May 14 08:49 emd drwx------ 2 oracle dba 1024 May 14 08:45 log drwxr----- 3 oracle dba 512 May 6 09:46 opmn drwxr----- 2 oracle dba 512 May 6 09:46 recv -rw-r----- 1 oracle dba 2312 May 6 10:06 registry.xml
bash-2.05$ du -s * 20 ApplicationsState 156 config 11363674 emd 14676 log 4 opmn 2 recv 6 registry.xml
bash-2.05$ cd emd
bash-2.05$ ls -l total 11361686 -rw-r----- 1 oracle dba 22 May 14 08:49 ag_current_status.msg -rw-r----- 1 oracle dba 279 May 14 08:49 agntstmp.txt -rw-r----- 1 oracle dba 279 May 14 08:48 agntstmp.txt.bak drwxr----- 2 oracle dba 512 May 6 09:49 attachmentDB -rw-r----- 1 oracle dba 0 May 14 08:45 blackouts.lck -rw-r----- 1 oracle dba 52 May 6 09:46 blackouts.xml drwxr----- 2 oracle dba 512 May 14 08:45 collection -rw------- 1 oracle dba 305108064 May 7 14:03 core_EMAgent_1367910184 -rw------- 1 oracle dba 294869168 May 7 21:10 core_EMAgent_1367935868 -rw------- 1 oracle dba 257654784 May 8 09:03 core_EMAgent_1367978632 -rw------- 1 oracle dba 300479012 May 8 11:19 core_EMAgent_1367986769 -rw------- 1 oracle dba 291126496 May 8 12:47 core_EMAgent_1367992053 -rw------- 1 oracle dba 301889376 May 9 19:31 core_EMAgent_1368102706 -rw------- 1 oracle dba 291513252 May 9 21:50 core_EMAgent_1368111059 -rw------- 1 oracle dba 291519544 May 10 01:54 core_EMAgent_1368125656 -rw------- 1 oracle dba 277832612 May 10 02:28 core_EMAgent_1368127706 -rw------- 1 oracle dba 288186016 May 10 08:52 core_EMAgent_1368150765 -rw------- 1 oracle dba 295745768 May 10 15:28 core_EMAgent_1368174484 -rw------- 1 oracle dba 279550252 May 10 19:19 core_EMAgent_1368188398 -rw------- 1 oracle dba 288640176 May 11 00:18 core_EMAgent_1368206333 -rw------- 1 oracle dba 294693772 May 11 02:53 core_EMAgent_1368215582 -rw------- 1 oracle dba 295280568 May 11 12:18 core_EMAgent_1368249513 -rw------- 1 oracle dba 286512880 May 11 15:26 core_EMAgent_1368260795 -rw------- 1 oracle dba 284977780 May 11 17:44 core_EMAgent_1368269078 -rw------- 1 oracle dba 292731112 May 13 16:23 core_EMAgent_1368437039 -rw------- 1 oracle dba 300406736 May 13 18:10 core_EMAgent_1368443423 -rw------- 1 oracle dba 294837416 May 13 20:29 core_EMAgent_1368451770 drwxr----- 2 oracle dba 512 May 6 09:49 dumps -rw-r----- 1 oracle dba 3172 May 13 08:22 emagent_storage.config -rw-r----- 1 oracle dba 23130 May 13 18:10 hs_err_pid11554.log -rw-r----- 1 oracle dba 22768 May 10 08:52 hs_err_pid13046.log -rw-r----- 1 oracle dba 25010 May 8 09:03 hs_err_pid16561.log -rw-r----- 1 oracle dba 22522 May 11 00:18 hs_err_pid18310.log -rw-r----- 1 oracle dba 22847 May 8 11:19 hs_err_pid18501.log -rw-r----- 1 oracle dba 23636 May 7 21:10 hs_err_pid19070.log -rw-r----- 1 oracle dba 23019 May 11 17:44 hs_err_pid21233.log -rw-r----- 1 oracle dba 22956 May 13 16:23 hs_err_pid21945.log -rw-r----- 1 oracle dba 22921 May 13 20:29 hs_err_pid22544.log -rw-r----- 1 oracle dba 22263 May 9 19:31 hs_err_pid23496.log -rw-r----- 1 oracle dba 22568 May 10 19:19 hs_err_pid23985.log -rw-r----- 1 oracle dba 22538 May 10 01:53 hs_err_pid24096.log -rw-r----- 1 oracle dba 22204 May 7 14:02 hs_err_pid25847.log -rw-r----- 1 oracle dba 24272 May 9 21:50 hs_err_pid27122.log -rw-r----- 1 oracle dba 22813 May 8 12:47 hs_err_pid3882.log -rw-r----- 1 oracle dba 23412 May 11 15:26 hs_err_pid656.log -rw-r----- 1 oracle dba 23209 May 10 15:27 hs_err_pid6892.log -rw-r----- 1 oracle dba 23181 May 11 02:52 hs_err_pid8307.log -rw-r----- 1 oracle dba 23512 May 10 02:28 hs_err_pid8540.log -rw-r----- 1 oracle dba 23232 May 11 12:18 hs_err_pid9763.log drwxr----- 2 oracle dba 512 May 6 09:50 metricCache drwxr----- 2 oracle dba 512 May 6 09:49 metricExtLib drwxr----- 10 oracle dba 1024 May 10 07:29 state -rw-r----- 1 oracle dba 2643 May 14 08:45 targets.xml -rw-r----- 1 oracle dba 2643 May 13 21:04 targets.xml.bak drwxr----- 2 oracle dba 512 May 6 09:50 temp drwxr----- 4 oracle dba 512 May 6 09:49 upload
bash-2.05$ rm -rf *.log
bash-2.05$ ls -l
total 11360764 -rw-r----- 1 oracle dba 22 May 14 08:49 ag_current_status.msg -rw-r----- 1 oracle dba 279 May 14 08:49 agntstmp.txt -rw-r----- 1 oracle dba 279 May 14 08:48 agntstmp.txt.bak drwxr----- 2 oracle dba 512 May 6 09:49 attachmentDB -rw-r----- 1 oracle dba 0 May 14 08:45 blackouts.lck -rw-r----- 1 oracle dba 52 May 6 09:46 blackouts.xml drwxr----- 2 oracle dba 512 May 14 08:45 collection -rw------- 1 oracle dba 305108064 May 7 14:03 core_EMAgent_1367910184 -rw------- 1 oracle dba 294869168 May 7 21:10 core_EMAgent_1367935868 -rw------- 1 oracle dba 257654784 May 8 09:03 core_EMAgent_1367978632 -rw------- 1 oracle dba 300479012 May 8 11:19 core_EMAgent_1367986769 -rw------- 1 oracle dba 291126496 May 8 12:47 core_EMAgent_1367992053 -rw------- 1 oracle dba 301889376 May 9 19:31 core_EMAgent_1368102706 -rw------- 1 oracle dba 291513252 May 9 21:50 core_EMAgent_1368111059 -rw------- 1 oracle dba 291519544 May 10 01:54 core_EMAgent_1368125656 -rw------- 1 oracle dba 277832612 May 10 02:28 core_EMAgent_1368127706 -rw------- 1 oracle dba 288186016 May 10 08:52 core_EMAgent_1368150765 -rw------- 1 oracle dba 295745768 May 10 15:28 core_EMAgent_1368174484 -rw------- 1 oracle dba 279550252 May 10 19:19 core_EMAgent_1368188398 -rw------- 1 oracle dba 288640176 May 11 00:18 core_EMAgent_1368206333 -rw------- 1 oracle dba 294693772 May 11 02:53 core_EMAgent_1368215582 -rw------- 1 oracle dba 295280568 May 11 12:18 core_EMAgent_1368249513 -rw------- 1 oracle dba 286512880 May 11 15:26 core_EMAgent_1368260795 -rw------- 1 oracle dba 284977780 May 11 17:44 core_EMAgent_1368269078 -rw------- 1 oracle dba 292731112 May 13 16:23 core_EMAgent_1368437039 -rw------- 1 oracle dba 300406736 May 13 18:10 core_EMAgent_1368443423 -rw------- 1 oracle dba 294837416 May 13 20:29 core_EMAgent_1368451770 drwxr----- 2 oracle dba 512 May 6 09:49 dumps -rw-r----- 1 oracle dba 3172 May 13 08:22 emagent_storage.config drwxr----- 2 oracle dba 512 May 6 09:50 metricCache drwxr----- 2 oracle dba 512 May 6 09:49 metricExtLib drwxr----- 10 oracle dba 1024 May 10 07:29 state -rw-r----- 1 oracle dba 2643 May 14 08:45 targets.xml -rw-r----- 1 oracle dba 2643 May 13 21:04 targets.xml.bak drwxr----- 2 oracle dba 512 May 6 09:50 temp drwxr----- 4 oracle dba 512 May 6 09:49 upload
bash-2.05$ rm -rf core_EMAgent_136*
bash-2.05$ ls -l total 44 -rw-r----- 1 oracle dba 22 May 14 08:50 ag_current_status.msg -rw-r----- 1 oracle dba 279 May 14 08:49 agntstmp.txt -rw-r----- 1 oracle dba 279 May 14 08:48 agntstmp.txt.bak drwxr----- 2 oracle dba 512 May 6 09:49 attachmentDB -rw-r----- 1 oracle dba 0 May 14 08:45 blackouts.lck -rw-r----- 1 oracle dba 52 May 6 09:46 blackouts.xml drwxr----- 2 oracle dba 512 May 14 08:45 collection drwxr----- 2 oracle dba 512 May 6 09:49 dumps -rw-r----- 1 oracle dba 3172 May 13 08:22 emagent_storage.config drwxr----- 2 oracle dba 512 May 6 09:50 metricCache drwxr----- 2 oracle dba 512 May 6 09:49 metricExtLib drwxr----- 10 oracle dba 1024 May 10 07:29 state -rw-r----- 1 oracle dba 2643 May 14 08:45 targets.xml -rw-r----- 1 oracle dba 2643 May 13 21:04 targets.xml.bak drwxr----- 2 oracle dba 512 May 6 09:50 temp drwxr----- 4 oracle dba 512 May 6 09:49 upload
bash-2.05$ cd ..
bash-2.05$ df -kh Filesystem size used avail capacity Mounted on /dev/md/dsk/d10 8.9G 3.1G 5.7G 35% / /proc 0K 0K 0K 0% /proc mnttab 0K 0K 0K 0% /etc/mnttab fd 0K 0K 0K 0% /dev/fd /dev/md/dsk/d30 3.8G 1.1G 2.7G 29% /var swap 19G 184K 19G 1% /var/run swap 19G 48M 19G 1% /tmp /dev/md/dsk/d60 25G 19G 4.9G 80% /oracle /dev/md/dsk/d62 4.9G 2.0G 2.9G 41% /rdbms/redolog01 /dev/md/dsk/d66 44G 44G 20M 100% /rdbms/undo01 /dev/md/dsk/d69 89G 3.5G 84G 4% /rdbms/archive /dev/md/dsk/d63 4.9G 2.0G 2.9G 41% /rdbms/redolog02 /dev/md/dsk/d61 49G 48G 612M 99% /rdbms/index01 /dev/md/dsk/d65 4.9G 1006M 3.9G 21% /rdbms/redolog03 /dev/md/dsk/d67 4.9G 125M 4.8G 3% /usr/openv /dev/md/dsk/d68 4.9G 5.0M 4.9G 1% /rdbms/redolog05 /dev/md/dsk/d52 49G 48G 548M 99% /rdbms/index02 /dev/md/dsk/d51 98G 89G 7.8G 93% /rdbms/data03 /dev/md/dsk/d50 98G 92G 4.8G 96% /rdbms/data02 /dev/md/dsk/d64 44G 42G 2.1G 96% /rdbms/data01 /dev/md/dsk/d53 49G 48G 873M 99% /rdbms/index03 /dev/md/dsk/d71 47G 40G 6.6G 86% /rdbms/undo02 /dev/md/dsk/d72 97G 72G 24G 75% /rdbms/index04 /dev/md/dsk/d73 97G 48G 48G 50% /rdbms/data04 /dev/md/dsk/d74 98G 71G 26G 74% /backup_dws
bash-2.05$ pwd /export/home/oracle/agent_home/agent12cr2/sysman
bash-2.05$ du -sh agent_home/ 961M agent_home
naikan kembali agent (biasanya sudah automatis naik), cek lagi pada web console