版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、suse_linux10 安裝及 linux 下的各服務(wù)器安裝與部署學(xué)習(xí)筆記目錄第一章 安裝 suse linux 10 enterprise sp13其次章 使用 securecrt18第三章 配置 xmanger23第四章 mysql 安裝與配置27第五章 jdk 的安裝與配置29第六章 jboss 的安裝與配置29第七章 weblogic10.3 的安裝與配置33第一章 安裝 suse linux 10 enterprise sp11. 如圖選擇:2. 選擇語言,suse 的中文支持做得不錯,可以選擇中文,但是在安裝oracle 和 webl ogic 是調(diào)用 gui 會無法正確顯示中文
2、,所以建議選擇英文。3. 接受許可協(xié)議4. 系統(tǒng)分析選擇全新安裝:5. 時區(qū)選擇 :選擇時區(qū),區(qū)域亞洲,時區(qū)中國,時鐘設(shè)置為localtime 本地時鐘:6. 安裝設(shè)置:留意language 選把簡體中文(simplified chinese)和繁體中文(trad itional chinese)加進來7. 然后配置系統(tǒng)分區(qū),選擇 create custom partition setup,點擊 next:8. 選擇 custom partitioning 點擊 next:9. 在本系統(tǒng)安裝中,磁盤分區(qū)要求:建立三個主分區(qū),一個擴展分區(qū)。三個主分區(qū)分別為: 引導(dǎo)區(qū)“/boot”,256m,文件
3、系統(tǒng)類型為 ext3;交換區(qū)“swap”,其大小選擇為物理內(nèi)存的兩倍,文件系統(tǒng)類型為swap;根“/”分區(qū),10g,文件系統(tǒng)類型為 ext3;剩余磁盤空間全為擴展分區(qū),在擴展分區(qū)中再劃分 6 個分區(qū):/tmp、/var、/usr、/opt、/home、/app。各分區(qū)細節(jié)見下表:內(nèi)置硬盤規(guī)劃使用硬盤安裝名目名目大小2 塊內(nèi)置 146gsda/boot256m硬盤做 raid1sda/10gsdaswap16gsda/tmp4gsda/var4gsda/usr10gsda/opt4gsda/home4gsda/app90g10. 點擊 finish,完成表分區(qū)建立:11. 軟件安裝設(shè)置,點擊 s
4、oftware,選擇需要安裝的組件:12. 選擇需安裝的組件,缺省安裝大約1.5g 多,建議選擇完全安裝,這樣免除在日后還得安裝特地的組件:不需要選擇 mail and news server 和 sap application server base 安裝時會有依靠關(guān)系沖突,點擊 details建議:將 gcc,gdb,guivim 工具安裝上,并且將 python 語言支持安裝上在 package groups 里選擇網(wǎng)絡(luò),ftp,確認將 vsftpd 服務(wù)和 telnet 服務(wù)添加上點擊 accept,確定安裝的組件13. 確定如下圖所示:14. 配置完成后點擊 next,彈出如下對話框
5、: 點擊 install 開頭安裝:15. 安裝完成后會重啟: 系統(tǒng)加載:16. 進入系統(tǒng)后設(shè)置 root 密碼:17. 設(shè)置主機名:18. 網(wǎng)絡(luò)配置設(shè)置 ip (可以安裝完再設(shè)置):19. 連接測試、可以選擇 no,skip this test 跳過:20. 用戶驗證方式選擇本地就可以了:21. 添加新用戶(選擇 next 跳過):next:finish,完成后重啟系統(tǒng)進入登陸界面:ok 安裝完成.其次章 使用 securecrtsecurecrt 使用 ssh 遠程連接 linux,安裝 linux 會默認安裝并開啟 ssh 服務(wù)1. 雙擊 securecrt.exe啟動程序2. 點擊“文
6、件”,選擇“快速連接”3. 協(xié)議選擇 ssh2,主機名填入連接 linux 服務(wù)器的 ip,其他如下圖默認即可,點擊“連接”4. 輸入用戶名,勾選“保存用戶名”,以便下回連接直接可以進入,點擊“確定”5. 選擇“否”6. 輸入密碼,勾選“保存密碼”,以便下次直接進入,點擊“確定”7. 登錄成功第三章 配置 xmanger1. 關(guān)閉防火墻以 root 用戶執(zhí)行如下命令:chkconfig -list|grep firechkconfig -level 5 susefirewall2_final offchkconfig -level 5 susefirewall2_setup off chkco
7、nfig -level 5 susefirewall2_init off2. vi /etc/x11/xdm/xaccess 文件, 去掉這行的注釋。# * #any host can get a login windows變成* #any host can get a login windows3. vi /etc/x11/xdm/xdm-config 文件注釋掉這一行“display manager .requestport 0“4. vi /etc/opt/gnome/gdm/gdm.conf文件找到xdmcp部分,把 enable 改為 true ,去掉 #port=177 的注釋5.
8、 vi /etc/opt/kde3/share/config/kdm/kdmrc文件找到xdmcp部分,把 enable 改為 true ,去掉 #port=177 的注釋6. 檢查 /etc/inittab ,修改運行級別為5 (x11)(即 id:5:initdefault:) 看到的將不是桌面,而是命令行窗口。id:5:initdefault:id 為 0-6 分別代表:init 0(halt,不要將其設(shè)置為系統(tǒng)的 initdefault) init 1(single user mode,單使用者模式)init 2(multiuser,without nfs,多用戶模式,不帶 nfs)
9、init 3(full multiuser mode,多用戶模式,帶 nfs) init 4(unused,保留)init 5(x11,圖形界面多用戶模式)init 6(reboot,不要將其設(shè)置為系統(tǒng)的 initdefault)7. 重啟系統(tǒng),reboot8. 運行 xmanager,假如為 3 的話,你9. 輸入 linux 服務(wù)器 ip 地址,點擊“go”第四章 mysql 安裝與配置mysql版本選用:mysql-4.1.22.tar.gz,下載地址: 用root用戶登錄系統(tǒng),開頭安裝:1,解壓:進入到安裝文件所在的名目,假設(shè)為/usr/local/suncer/server,執(zhí)行命令
10、tar zxvf mysql-4.1.22.tar.gz,解壓之后會在當(dāng)前名目生成mysql-4.1.22的文件夾。2,進入到/usr/local/suncer/server/mysql-4.1.22名目,執(zhí)行如下步驟: #prefix指定了安裝名目,后邊的兩項指定了默認編碼和編碼支持a)./configure -prefix=/usr/local/mysql -with-charset=gbk -with-extra-charsets=all b)makec) make install #拷貝配置文件d) cp support-files/my-f /etc/fe) cd /usr/loca
11、l/mysql#初始化數(shù)據(jù)庫,可能會消滅dumplicate localhost-root的錯誤提示,不影響使用不用理睬。f)bin/mysql_install_db -user=mysqlg) chown -r root .h) chown -r mysql var i)chgrp -r mysql .j)bin/mysqld_safe -user=mysql &3,執(zhí)行bin/mysql -u root 登錄正常,安裝成功。4,mysql自動啟動,及字符集設(shè)置:a) 修改 /etc/f,在 client 和 mysqld 里分別增加: default-character-set=g
12、bk.b) cd /usr/local/suncer/server/mysql-4.1.22/support-filesc) chmod 700 mysql.server#將mysql.server拷貝到啟動名目,并改名為mysql d)cp mysql.server /etc/rc.d/init.d/mysql#追加寫入到啟動文件e) echo “/etc/rc.d/init.d/mysql start“ etc/rc.d/rc.local #使mysql -u root命令在任何名目下都可執(zhí)行f) cp /usr/local/mysql/bin/mysql /bin/mysqlmysql安
13、裝完畢第五章 jdk 的安裝與配置jdk版本選用jdk-1_5_0_16-linux-i586-rpm.bin下載地址: 選擇jdk 5.0 update 16,用root登錄系統(tǒng),開頭安裝1,進入到安裝文件所在名目,假設(shè)為:/usr/local/suncer/server,2,通過chmod +x jdk-1_5_0_16-linux-i586-rpm.bin 使安裝文件可以被執(zhí)行。3,通過sh jdk-1_5_0_16-linux-i586-rpm.bin 開頭安裝,開頭會消滅很多英文,其實就是用戶協(xié)議,一路回車即可。4,安裝完畢jdk安裝在/usr/java/jdk1.5.0_16名目下
14、。5,設(shè)置環(huán)境變量:打開/etc/profile文件,在文件末尾export字段上方添加如下字段, #留意其中的分隔符都為:(冒號),不要寫成;(分號) java_home=/usr/java/jdk1.5.0_16classpath=,:$java_home/lib/tools.jar:$java_home/lib/dt.jar path=$path:$java_home/bin再在下方的export字串后面加上 java_home classpath path6,重啟服務(wù)器,輸入命令java -version假如消滅jdk版本信息,證明安裝成功jdk安裝完畢第六章 jboss 的安裝與配置
15、jboss版本選用jboss4.0.3,下載地址:/jbossas/downloads/ ,不過本人使用的是一個已經(jīng)解壓縮好的文件夾用root登錄系統(tǒng)開頭安裝1,假設(shè)jboss4.0.3文件夾位于/usr/local/suncer/server名目下運行命令#將jboss_init_redhat.sh復(fù)制到啟動名目下并重命名為jbosscp /usr/local/suncer/server/jboss4.0.3/bin/jboss_init_redhat.sh /etc/rc.d/init.d/jboss 2,打開/etc/rc.d/init.d/jbos
16、s文件,修改其中的配置:jboss_home=$jboss_home:-“/usr/local/suncer/server/jboss4.0.3“javapth=$javapth:-“/usr/java/jdk1.5.0_16/bin“ jbosscp=$jbosscp:-“$jboss_home/bin/shutdown.sh -s“ jbosssh=$jbosssh:-“$jboss_home/bin/run.sh“ jbossus=$jbossus:-“root“cmd_start=“$jbosssh“cmd_stop=“cd $jboss_home/bin; $jbosscp“修改完畢
17、正確的文件內(nèi)容如下:#!/bin/sh # jboss control script # chkconfig: 3 80 20# description: jboss ejb container # to use this script# run it as root - it will switch to the specified user # it loses all console output - use the log.# here is a little (and extremely primitive)# startup/shutdown script for redhat s
18、ystems. it assumes # that jboss lives in /usr/local/jboss, it”s run by user# ”jboss” and jdk binaries are in /usr/local/jdk/bin. all # this can be changed in the script itself.# bojan # either amend this script for your requirements# or just ensure that the following variables are set correctly # be
19、fore calling the script# #420297 jboss startup/shutdown for redhat#define where jboss is - this is the directory containing directories log, bin, conf etc jboss_home=$jboss_home:-“/usr/local/suncer/server/jboss4.0.3“#make java is on your pathjavapth=$javapth:-“/usr/local/suncer/server/jdk1.5.0/bin“
20、#define the classpath for the shutdown class jbosscp=$jbosscp:-“$jboss_home/bin/shutdown.sh -s“ #define the script to use to start jbossjbosssh=$jbosssh:-“$jboss_home/bin/run.sh“if -n “$jboss_console“ -a ! -d “$jboss_console“ ; then# ensure the file exists touch $jboss_console fiif -n “$jboss_consol
21、e“ -a ! -f “$jboss_console“ ; thenecho “warning: location for saving console log invalid: $jboss_console“ echo “warning: ignoring it and using /dev/null“ jboss_console=“/dev/null“fi#define what will be done with the console log jboss_console=$jboss_console:-“/dev/null“#define the user under which jb
22、oss will run, or use runasis to run as the current user jbossus=$jbossus:-“root“cmd_start=“$jbosssh“cmd_stop=“cd $jboss_home/bin; $jbosscp“ if “$jbossus“ = “runasis“ ; thensubit=“elsesubit=“su - $jbossus -c “fiif -z “echo $path | grep $javapth“ ; then export path=$path:$javapthfiif ! -d “$jboss_home
23、“ ; thenecho jboss_home does not exist as a valid directory : $jboss_home exit 1fiecho cmd_start = $cmd_startcase “$1“ in start)cd $jboss_home/bin if -z “$subit“ ; theneval $cmd_start >$jboss_console 2>&1 &else$subit “$cmd_start >$jboss_console 2>&1 &“fi;stop)if -z “$subi
24、t“ ; then$cmd_stopelse$subit “$cmd_stop“fi;restart)$0 stop$0 start;*)echo “usage: $0 (start|stop|restart|help)“ esac3,配置環(huán)境變量,與jdk環(huán)境變量配置方法相同,打開/etc/profile文件,在jdk環(huán)境變量處添加 如下字串:jboss_home=/usr/local/suncer/server/jboss4.0.3修改path,path=$path:$java_home/bin:$jboss_home/bin 在export后面加上 jboss_home4,使jboss自
25、動啟動:打開/etc/rc.d/rc.local文件,在文件后面添加如下字串,/etc/rc.d/init.d/jboss start5,對/etc/rc.d/init.d/jboss、/usr/local/suncer/server/jboss4.0.3/bin/run.sh 以及shutdown.sh執(zhí)行如下命令:chmod +x filepath/filename使這些文件可以被執(zhí)行。6,重啟服務(wù)器jboss配置完畢第七章 weblogic10.3 的安裝與配置2.2.1 創(chuàng)建bea組和weblogic用戶使用root登錄操作系統(tǒng),執(zhí)行下列命令創(chuàng)建bea組和weblogic用戶。bea組
26、號為600,weblogic用 戶號為600,屬于bea組,home名目為/bea。# groupadd -g 600 bea# useradd -d /bea -u 600 -g 600 weblogic # passwd weblogic - 激活weblogic用戶執(zhí)行下列命令將/bea安排給weblogic用戶。 # cd /# chown weblogic:bea /bea # chmod 755 /bea§2.2.2 上傳安裝文件并執(zhí)行使用weblogic登錄,使用bin模式,上傳weblogic安裝文件server103_linux.bin到soft名目,執(zhí)行下列命令執(zhí)
27、行安裝文件。$ cd /soft$ chmod a+x server103_linux.bin$ ./server103_linux.bin -mode=console系統(tǒng)自動解壓縮安裝文件,并啟動文本的安裝界面。§2.2.3 歡迎界面<- oracle installer - weblogic platform >welcome:this installer will guide you through the installation of weblogic platform. type “next“ or enter to proce
28、ed to the next prompt. if you want tochange data entered previously, type “previous“. you may quit the installer at any time by typing “exit“.enter exitnext> next§2.2.4 指定weblogic主名目為/bea<- oracle installer - weblogic platform >choose bea home directory:“bea home“ = enter new v
29、alue or use default “/root/bea“enter new bea home or exitpreviousnext> /bea<- oracle installer - weblogic platform >choose bea home directory:“bea home“ = /beause above value or select another option:1 - enter new bea home2 - change to default /root/beaenter option number to select
30、or exitpreviousnext> next§2.2.5 選擇安裝類型為custom<- oracle installer - weblogic platform >choose install type:select the type of installation you wish to perform.->1|complete| install the following software products and examples:| - weblogic server| - workshop2|custom| choose so
31、ftware products and components to install and perform optional|configuration.enter index number to select or exitpreviousnext> 2§2.2.6 選擇要安裝的產(chǎn)品組件需取消安裝workshop和server examples<- oracle installer - weblogic platform >choose products and components:release |weblogic server
32、 1 x| |core application server 1.1 x| |administration console 1.2 x| |configuration wizard and upgrade framework 1.3 x| |web 2.0 http pub-sub server 1.4 x| |weblogic jdbc drivers 1.5 x| |third party jdbc drivers 1.6 x| |weblogic server clients 1.7 x| |weblogic web server plugins 1.8 x| |uddi and xqu
33、ery support 1.9 x| |server examples 1.10 x|workshop 2 x|workshop for weblogic 2.1 x|workshop runtime framework 2.2 x*estimated size of installation: 788.3 mbenter number exactly as it appears in brackets to toggle selection or exitpreviousnext> 2<- oracle installer - weblogic platform
34、>choose products and components:release |weblogic server 1 x| |core application server 1.1 x| |administration console 1.2 x| |configuration wizard and upgrade framework 1.3 x| |web 2.0 http pub-sub server 1.4 x| |weblogic jdbc drivers 1.5 x| |third party jdbc drivers 1.6 x| |weblogic serv
35、er clients 1.7 x| |weblogic web server plugins 1.8 x| |uddi and xquery support 1.9 x| |server examples 1.10 x|workshop 2|workshop for weblogic 2.1|workshop runtime framework 2.2*estimated size of installation: 406.3 mbenter number exactly as it appears in brackets to toggle selection or exitprevious
36、next>1.10<- oracle installer - weblogic platform >choose products and components:release |weblogic server 1 x| |core application server 1.1 x| |administration console 1.2 x| |configuration wizard and upgrade framework 1.3 x| |web 2.0 http pub-sub server 1.4 x| |weblogic jdbc
37、 drivers 1.5 x| |third party jdbc drivers 1.6 x| |weblogic server clients 1.7 x| |weblogic web server plugins 1.8 x| |uddi and xquery support 1.9 x| |server examples 1.10|workshop 2|workshop for weblogic 2.1|workshop runtime framework 2.2*estimated size of installation: 360.4 mbenter number exactly
38、as it appears in brackets to toggle selection or exitpreviousnext> next§2.2.7 選擇要安裝的jdk<- oracle installer - weblogic platform >jdk selection (any * indicates bea supplied vm):jdk(s) chosen for use with this product installation will be installed. supported defaults if not dese
39、lected will be used in script string-substitution.1|add local jdk 2|/bea/jdk160_05x* 3|/bea/jrockit_160_05x*estimated size of installation: 713.2 mbenter 1 to add or >= 2 to toggle selection or exitpreviousnext> next§2.2.8 安裝確認<- oracle installer - weblogic platform >choose
40、product installation directories:bea home directory: /bea product installation directories:“weblogic server“ = enter new value or use default “/bea/wlserver_10.3“enter new weblogic server or exitpreviousnext> next<- oracle installer - weblogic platform >the following products and jd
41、ks will be installed:weblogic platform |weblogic server| |core application server| |administration console| |configuration wizard and upgrade framework| |web 2.0 http pub-sub server| |weblogic jdbc drivers| |third party jdbc drivers| |weblogic server clients| |weblogic web server plugins| |u
42、ddi and xquery support|jdks|sun sdk 1.6.0_05|bea jrockit 1.6.0_05 sdk*estimated size of installation: 713.3 mbenter exitpreviousnext> next§2.2.9 文件復(fù)制<- oracle installer - weblogic platform >installing files.0% 25% 50% 75% 100%-|-|-|-*performing string substitutions.creating dom
43、ains.§2.2.10 安裝結(jié)束<- oracle installer - weblogic platform >installation completecongratulations! installation is complete.press enter to continue or type exit> 按回車鍵§2.3 創(chuàng)建管理服務(wù)器的域adminserver name: adminserver listen address: listen port: 8080ssl listen port: 808
44、1 ssl enabled: true domain name: weblogic§2.3.1 運行configuration wizard$ cd /bea/wlserver_10.3/common/bin./config.sh -mode=console§2.3.2 選擇創(chuàng)建新域<- oracle weblogic configuration wizard>welcome:choose between creating and extending a domain. based on your selection, the configuration wiz
45、ard guides you through the steps to generate a new or extend an existing domain.->1|create a new weblogic domain| create a weblogic domain in your projects directory.2|extend an existing weblogic domain| extend an existing weblogic domain. use this option to add|applications and services, or to o
46、verride existing database access (jdbc)|and messaging (jms) settings. you can also incorporate additional|functionality in your domain, for example, by including aqualogic service|bus.enter index number to select or exitnext> 1§2.3.3 選擇域源<- oracle weblogic configuration wizard>select d
47、omain source:select the source from which the domain will be created. you can create the domain by selecting from the required components or by selecting from a list of existing domain templates.->1|choose weblogic platform components| you can choose the weblogic component(s) that you want suppor
48、ted in|your domain.2|choose custom template| choose this option if you want to use an existing template. this|could be a custom created template using the template builder.enter index number to select or exitpreviousnext> 1<- oracle weblogic configuration wizard>application template selection:available templates|weblogic server (required)xenter number exactly as it appears in brackets to toggle selection or exitpreviousnext> next
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 小學(xué)五年級數(shù)學(xué)整數(shù)小數(shù)四則混合運算和應(yīng)用題教案示例
- 《新工傷保險》課件
- 2025年中考語文文言文總復(fù)習(xí)-教師版-專題02:文言文閱讀之虛詞意義和用法(講義)
- 《放射治療的護理》課件
- 石油工程師在油田開采中的作用
- 土木工程師工作總結(jié)
- 醫(yī)療行業(yè)技術(shù)工作總結(jié)
- 點心店服務(wù)員工作總結(jié)
- 高一班主任期中工作總結(jié)呵護成長點滴培育之心
- 嬰幼兒科護理工作總結(jié)
- 腦出血護理查房-中醫(yī)院
- 森林生態(tài)系統(tǒng)固碳現(xiàn)狀、速率、機制和潛力研究實施方案細則
- 公眾責(zé)任保險知識培訓(xùn)教育課件
- 2023年外交學(xué)院招聘筆試備考試題及答案解析
- 深基坑事故案例
- 中國茶文化(中文版)
- 02J401鋼梯安裝圖集
- 川省成都市2022屆高二上學(xué)期期末考試:英語
- 人教版小學(xué)三年級語文上冊第三單元集體備課活動記錄
- 消防安全操作規(guī)程
- 水利水電工程危險源辨識與風(fēng)險評價一覽表
評論
0/150
提交評論