版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
.4RHEL5.8-64位系統(tǒng);升級的時5u2-64的操作系統(tǒng)為例:1linux5u2-64iso鏡像上傳到本機/home/iso/var/ftp/as5u2-642vsftpservicevsftpdstartsetup查看servicevsftpdstartsetup查看 // //README-en替換成/var/ftp/as5u2-下的任意文件名可以正常說明ftp服務器正3yumname=RedHatname=RedHatEnterpriseLinux$releasever-$basearch-Debug//ZabbixGUIconfigurationfile.global$DB;=====//Schemaname.UsedforIBMDB2and ==zabbix[root@test-02~]#cd/home;[root@test-02~]#cd/home;tarzxvfzabbix-[root@test-02~]#./configure--prefix=/usr/local/zabbix_2.4.4/--enable-server--enable-agent--with-net-snmp--with-mysql--with-libcurl--with-libxml2[root@test-02~]#make&&make[root@test-02~]#ln-s 為方便以后升級安裝方便,將zabbix_2.4.4等的均軟到zabbix;[root@test-02[root@test-02~]#pkill-f[root@test-02~]#cp-r/home/zabbix-2.4.4/frontends/php/var/www/html/[root@test-02~]#cd/var/www/html/;mvzabbixzabbix.bak_2.0.9[root@test-02~]#mvphpzabbix[root@test-02~]#chown-Rapache.apachezabbix[root@test-02~]# od-R777zabbix配置文件zabbix.conf.php為界面連接mysql數據庫所 == =[root@test-02tru64]#ls [root@test-02tru64]#pwd[root@test-02tru64]#ls [root@test-02tru64]#pwd##chkconfig:-85#description:Zabbixserver.if[-x/usr/local/zabbix/sbin/zabbix_server];thenexit#chkconfig:-86#description:Zabbixagentdaemon#processname:zabbix_agentd.ifif[-x/usr/local/zabbix/sbin/zabbix_agentd];thenexit[root@test-02tru64]#servicezabbix-agentShuttingdownZabbix StartingZabbix[][root@test-02tru64]#servicezabbix-serverShuttingdownZabbix[]StartingZabbix[]zabbix-server服務時,zabbixmysqlzabbix庫的版本,具體可以可以看到,PHP的版本過低,zabbix2.4.4PHP5.3.0,同時還有個配置方面的報錯;針對第2個報錯,只需要在調整以下參數:[root@test-02[root@test-02home]#vi= 針對第一個問題,只能將系統(tǒng)組件PHP5.3.05.5.16apache將的安裝包上傳至/home并解壓;安裝之前可以將系統(tǒng)默認安裝的apache先卸載phpapacheapache的重新安裝,如下所示: [root@test-02home]#yumremovehttp*-httpd.x86_640:2.2.15-15.el6_2.1 httpd-tools.x86_640:2.2.15-15.el6_2.1DependencyRemoved:Installingconfigurationfilesmkdir/usr/local/apache2/conf/extraInstallingHTML Installingerror Installingiconsmkdir/usr/local/apache2/logsInstallingCGIsInstallingheaderfilesInstallingbuildsystemInstallingmanpagesandonlinemanualmkdir/usr/local/apache2/manmkdir/usr/local/apache2/manual至此,apachephp 安裝完畢[root@test-02php-5.5.16]#yuminstall*xml2*bzip2*libcurl* type*libpng*-type-devel.x86_640:2.3.11-6.el6_2.9libcurl-devel.x86_640:7.19.7-26.el6_2.4libjpeg-devel.x86_640:6b-46.el6DependencyInstalled:autoconf.noarch0:2.63-5.1.el6 libidn-devel.x86_640:1.18-2.el6[root@test-02php-5.5.16]#--with-apxs2=/usr/local/apache2/bin/apxs--with-bz2--with-curl--enable-ftp--enable-sockets--disable-ipv6--with-gd--with-jpeg-dir=/usr/local--with-png-dir=/usr/local--with-type-dir=/usr/local--enable-gd-native-ttf--with-iconv-dir=/usr/local--enable-mbstring--enable-calendar--with-gettext--with-libxml-dir=/usr/local--with-zlib--with-pdo-mysql=mysqlnd--with-mysqli=mysqlnd--with-mysql=mysqlnd--enable-dom--enable-xml--enable-fpm--with-libdir=lib64--enable-bcmathThankyouforusingconfig.status:creatingmain/build-defs.hconfig.status:creatingscripts/phpizeconfig.status:creatingscripts/man1/phpize.1config.status:creatingscripts/php-configconfig.status:creatingscripts/man1/php-config.1config.status:creatingsapi/cli/php.1config.status:creatingsapi/fpm/php-fpm.confconfig.status:creatingsapi/fpm/init.d.php-fpmconfig.status:creatingsapi/fpm/php-fpm.serviceconfig.status:creatingsapi/fpm/php-fpm.8config.status:creatingsapi/fpm/status.htmlconfig.status:creatingsapi/cgi/php-cgi.1config.status:creatingext/phar/phar.1config.status:creatingmain/php_config.hconfig.status:executingdefaultcommandsInstallingheaderfiles: Installinghelperprograms: program:phpizeInstallingmanpages: page:phpize.1page:php-InstallingPEARenvironment: [PEAR]Archive_Tar -installed:1.3.12[PEAR]Console_Getopt-installed:1.3.1[PEAR]Structures_Graph-installed:1.0.4[PEAR] -installed:[PEAR] -installed:Youmaywanttoadd:/usr/local/php-5.5.16/lib/phptoyourphp.ini/home/php-5.5.16/build/shtoolinstall-cext/phar/phar.phar/usr/local/php-5.5.16/binln-s-f/usr/local/php-5.5.16/bin/phar.phar/usr/local/php-5.5.16/bin/pharInstallingPDOheaders: [root@test-02php-5.5.16]# 5apacheLoadModule 驗證安裝:在apache的根 件1.php,內容如下: [root@test-02bin]#./httpd-khttpd:Couldnotreliablydeterminetheserver'sfullyforhttpdnotrunning,tryingtostart[root@test-02bin]#./httpd-kstarthttpd:Couldnotreliablydeterminetheserver'sfullyforhttpd(pid7706)alreadyname,name,ServerName #IP:80httpdzabbix-agentinit.d作,將下面的httpd.txt并重命名為httpd,放入到/etc/init.d/,同時賦于可執(zhí)行權限,6mysql[root@test-02conf]#yumupdatemysql-RunningTransaction : fcreated : fcreated::mysql- serverfrompidfile/var/run/mysqld/mysqld.pid15041713:47:07 mysqldended : Updated:mysql.i3860:5.0.77-4.el5_6.6mysql.x86_640:5.0.77-4.el5_6.6DependencyUpdated:mysql-server.x86_640:5.0.77-4.el5_6.6 mysqld_safe--user=mysql--skip-grant-tables--skip-eetotheMySQL Commandsendwith;orYourMySQLconnectionidisServerversion:5.0.77SourceType'help;'or'\h'forhelp.Type'\c'toclearthebuffer.mysql>usemysqlReadingtableinformationforcompletionoftableandcolumnYouYoucanturnoffthisfeaturetogetaquickerstartupwith-DatabaseQueryOK,3rowsaffected(0.00Rowsmatched: Changed: mysql>flushQueryOK,0rowsaffected(0.00mysql>[root@test-02conf]#mysql-uroot-et
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年青島房地產交易稅收優(yōu)惠政策合同
- 2024年金融科技產品研發(fā)與測試合同
- 2025年度城市基礎設施建設與運營管理服務合同3篇
- 2024年網絡劇拍攝聯合協(xié)議:場地、技術與創(chuàng)意共享2篇
- 2024年新能源汽車租賃與充電設施運營維護合同3篇
- 2024年項目部木工班組安全施工及現場安全管理協(xié)議3篇
- 2024年車輛交易綜合服務協(xié)議模板一
- 2024門窗行業(yè)技術升級改造項目合同3篇
- 2025年度文化產業(yè)項目投資合作協(xié)議書6篇
- 2025年度材料回收利用合同修訂版模板3篇
- 專項債券培訓課件
- 2025年1月普通高等學校招生全國統(tǒng)一考試適應性測試(八省聯考)語文試題
- CNAS-CL01-G001:2024檢測和校準實驗室能力認可準則的應用要求
- 校園重點防火部位消防安全管理規(guī)定(3篇)
- 臨時施工圍擋安全應急預案
- ICP-網絡與信息安全保障措施-1.信息安全管理組織機構設置及工作職責
- 暨南大學珠海校區(qū)財務辦招考財務工作人員管理單位遴選500模擬題附帶答案詳解
- 碼頭安全生產管理制度
- 部隊冬季常見病的防治
- DB51-T 2944-2022 四川省社會組織建設治理規(guī)范
- 4《古詩三首》(說課稿)2024-2025學年統(tǒng)編版語文三年級上冊
評論
0/150
提交評論