百度智能云

All Product Document

          Cloud Monitor

          Appendix

          This appendix applies to BCC instances where the BCM-Agent is not automatically installed.

          Windows Platform

          1. Log in to a cloud server in "Running" state, and enter http://repo.bcm.baidubce.com/windows/bcm_agent_upgrade.exe in the browser to download bcm_agent_upgrade.exe.
          2. Click bcm_agent_upgrade.exe and save the program to the specified path.

          1. Run the program and choose the installation location.
          2. After installation, you can view the monitoring information in the management console.

          Linux Platform

          Prerequisites:

          Enter service bcm-agent status to check if the relevant service exists. If not, please install it manually.

          • Ubuntu/Debian

              // Download the deb installation package
             // 64-bit OS
              # 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.31.0-2_amd64.deb
             // 32-bit OS
              # 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
            
             //Uninstall bcm-agent
              # dpkg -r bcm-agent
            
             //Start/Stop
              # service bcm-agent start/stop/restart
          • Centos/suse

              // Download RPM installation package
             // 64-bit OS
              # 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.31.0-1.x86_64.rpm
             // 32-bit OS
              # 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
            
             //Uninstall bcm-agent
              # rpm -e bcm-agent
            
             //Start/Stop
              # service bcm-agent start/stop/restart
          Previous
          Python-SDK
          Next
          BCM-Agent-Frequently Asked Questions