真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

puppet系列之puppet客戶端安裝腳本

  1. #for install puppet client 
  2. #by linyd 2013/1/30 
  3. #puppet version 2.7.3 
  4.  
  5. SERVER_HOST_NAME=""                #puppet server hostname 
  6. CLIENT_HOST_NAME=""                #puppet client hostname 
  7. SERVER_IP=""                       #puppet server ip 
  8. CLIENT_IP=""                       #puppet client ip 
  9. path=`pwd` 
  10.  
  11. ######## ntpdate time ######### 
  12. /sbin/ntpdate 210.72.145.44 
  13. echo "$SERVER_HOST_NAME       $SERVER_IP" > /etc/hosts 
  14. echo "$CLIENT_HOST_NAME       $CLIENT_IP" > /etc/hosts 
  15.  
  16. ### start install 
  17. cd $path 
  18. yum -y install ruby ruby-devel ruby-rdoc ruby-irb 
  19. tar -zxvf facter-1.6.5.tar.gz 
  20. /usr/bin/ruby install.rb 
  21. cd .. 
  22. tar -zxvf puppet-2.7.20.tar.gz 
  23. cd puppet-2.7.20 
  24. /usr/bin/ruby install.rb 
  25. cp conf/auth.conf /etc/puppet 
  26. cp conf/namespaceauth.conf /etc/puppet 
  27. cp conf/redhat/puppet.conf /etc/puppet 
  28. cp conf/redhat/client.init /etc/init.d/puppet 
  29. chmod +x /etc/init.d/puppet 
  30. sed -i "s#localconfig .*#&\n    listen = true\n    server = $SERVER_HOST_NAME#" /etc/puppet/puppet.conf 
  31. #echo "    listen = true" >> /etc/puppet/puppet.conf 
  32. #echo "    server = $SERVER_HOST_NAME" >> /etc/puppet/puppet.conf 
  33. sed -i "s/allow.*/allow $SERVER_HOST_NAME/" /etc/puppet/namespaceauth.conf 
  34. sed -i "/path \//i# to show the default policy which is deny everything else\npath \/run\nmethod save\nallow $SERVER_HOST_NAME\n" /etc/puppet/auth.conf 
  35. /usr/sbin/puppetmasterd --mkusers 
  36. /etc/init.d/puppet start 
  37.  
  38. echo "############################" 
  39. echo "        puppet status      " 
  40. /usr/sbin/lsof -i:8139 
  41. /usr/sbin/lsof -i:8140 
  42. echo "----------------------------" 

 

專注于為中小企業(yè)提供成都做網(wǎng)站、成都網(wǎng)站設(shè)計(jì)服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)阜康免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了近千家企業(yè)的穩(wěn)健成長(zhǎng),幫助中小企業(yè)通過(guò)網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。


分享文章:puppet系列之puppet客戶端安裝腳本
網(wǎng)址分享:http://weahome.cn/article/giheoj.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部