百度智能云

All Product Document

          Cloud Monitor

          Appendix

          This Appendix is applicable to BCC which is not installed with the BCM-Agent.

          Windows Platform

          1.Log in to the cloud server in the status of "Operating", and input http://repo.bcm.baidubce.com/windows/bcm_agent_upgrade.exe,download bcm_agent_upgrade.exe。

          2.Click bcm_agent_upgrade.exe to save the program to the specified path.

          3.Run the program and select the installation position.

          4.After the installation, you can view the following monitoring information in the management console.

          Linux Platform

          Preconditions:

          Input service bcm-agent status to view whether related services exist. If not, please install them manually.

          • Ubuntu/Debian

                //Download deb installation package 
                //64-bit operation system 
                # wget http://repo.bcm.baidubce.com/deb/dists/all/main/binary-amd64/avalokita_1.0.1.1-1_amd64.deb 
                # wget http://repo.bcm.baidubce.com/deb/dists/all/main/binary-amd64/bcm-agent_1.0.29.0-1_amd64.deb 
                //32-bit operation system 
                # wget http://repo.bcm.baidubce.com/deb/dists/all/main/binary-i386/avalokita_1.0.1.1-1_i386.deb 
                # wget http://repo.bcm.baidubce.com/deb/dists/all/main/binary-i386/bcm-agent_1.0.29.0-1_i386.deb 
              
                //Install bcm-agent 
                # dpkg -i avalokita_${version}.deb 
                # dpkg -i bcm-agent_${version}.deb 
               
                //Unload the bcm-agent 
                # dpkg -r bcm-agent 
              
                //Start/stop 
                # service bcm-agent start/stop/restart 
          • Centos/Suse

                //Download rpm installation package 
                //64-bit operation system 
                # wget http://repo.bcm.baidubce.com/yum/Packages/avalokita-1.0.1.1-1.x86_64.rpm 
                # wget http://repo.bcm.baidubce.com/yum/Packages/bcm-agent-1.0.29.0-1.x86_64.rpm 
                //32-bit operation system 
                # wget http://repo.bcm.baidubce.com/yum/Packages/avalokita-1.0.1.1-1.i386.rpm 
                # wget http://repo.bcm.baidubce.com/yum/Packages/bcm-agent-1.0.29.0-1.i686.rpm 
              
                //Install bcm-agent 
                # rpm -ivh avalokita-${version}.rpm 
                # rpm -ivh bcm-agent-${version}.rpm 
               
                //Unload the bcm-agent 
                # rpm -e bcm-agent 
              
                //Start/stop 
                # service bcm-agent start/stop/restart
          Previous
          BCM-Agent FAQs
          Next
          BCM-Agent-FAQs