Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. You need to copy/move your hosts to the remote site if you want to use them there

  2. Copy the bi config

    1. For Checkmk 1.6 
      Copy
      SCP the bi config from the target site to the remote site.

      Code Block
      languagebash
      themeRDark
      OMD[mysitecentralsite]:~$ cpscp /omd/sites/atcentralsite/etc/check_mk/multisite.d/wato/bi.mk siteuser@remotesite:/omd/sites/bi1remotesite/etc/check_mk/multisite.d/wato/


      Change the ownership of the file.

      Code Block
      languagebash
      themeRDark
      OMD[mysiteremotesite]:~$ chown mysiteremotesite:mysite bi1. remotesite ~/etc/check_mk/multisite.d/wato/bi.mk


      Remove the BI Cache directory

      Code Block
      languagebash
      themeRDark
      linenumberstrue
      # please copy the bi config from target site to the remote site
      
      # please 
      chown bi1. bi.mk
      # please remove the BI Cache directory
      OMD[remotesite]:~$ rm -r ~/tmp/check_mk/bi_cache
      # 


      Reload

      the

      site

      site

      Code Block
      languagebash
      themeRDark
      OMD[bi1remotesite]:~$ cmk -O



    2. For Checkmk 2.0 / 2.1

      SCP the bi config from the central site to the remote site

      Code Block
      languagebash
      themeRDark
      linenumberstrue
      # please copy the bi config from target site to the remote site
      cp OMD[centralsite]:~$ scp /omd/sites/atcentralsite/etc/check_mk/multisite.d/wato/bi_config.bi siteuser@remotesite:/omd/sites/bi1remotesite/etc/check_mk/multisite.d/wato
      # please change ownership of the file
      chown bi1. /


      Change ownership of the file

      Code Block
      languagebash
      themeRDark
      OMD[remotesite]:~$ chown remotesite:remotesite ~/etc/check_mk/multisite.d/wato/bi_config.bi
      # please remove the BI Cache directory


      Remove the BI Cache directory

      Code Block
      languagebash
      themeRDark
      OMD[remotesite]:~$ rm -r ~/tmp/check_mk/bi_cache
      # 


      Reload

      the

      site

      site

      Code Block
      languagebash
      themeRDark
      OMD[bi1remotesite]:~$ cmk -O


...