版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、一、系統(tǒng)準備1.1、操作系統(tǒng)版本需求執(zhí)行命令oslevel s來查看# oslevel s1.2、內(nèi)存需求執(zhí)行命令lsattr -E -l sys0 -a realmem 顯示內(nèi)存大小# lsattr El sys0 -a realmem1.3、SWAP空間需求執(zhí)行命令lsps a查看SWAP空間大小#lsps a1.4、確認操作系統(tǒng)位數(shù)執(zhí)行g(shù)etconfHARDWARE_BITMODE命令查看# getconf HARDWARE_BITMODE1.5、軟件包需求AIX 61系統(tǒng)需要如下軟件包bos.adt.basebos.adt.libbos.adt.libmbos.perf.libperf
2、stat or laterbos.perf.perfstatctoolsxlC.aix61.rte: or later執(zhí)行命令 lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.libperfstatbos.perf.perfstat ctools xlC.aix61.rte 查看軟件包安裝情況# lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.libperfstatbos.perf.perfstat ctools xlC.aix61.rte Fileset Level
3、 StateDescriptionPath: /usr/lib/objrepos bos.adt.base COMMITTEDBase Application DevelopmentToolkit bos.adt.lib COMMITTEDBase Application DevelopmentLibraries bos.adt.libm COMMITTEDBase Application DevelopmentMath Library bos.perf.libperfstat COMMITTED Performance StatisticsLibrary Interface bos.perf
4、.perfstat COMMITTEDPerformance StatisticsInterface ctools COMMITTEDProc Filesystem Tools xlC.aix61.rte COMMITTED XL C/C+ Runtime forAIX 6.1Path: /etc/objrepos bos.adt.base COMMITTEDBase Application DevelopmentToolkit bos.perf.libperfstat COMMITTED Performance StatisticsLibraryInterface bos.perf.perf
5、stat COMMITTEDPerformance StatisticsInterface1.6、系統(tǒng)補丁需求11gR2需要以下補丁,執(zhí)行命令 instfix -i查詢instfix -i | grep IZ41855instfix -i | grep IZ51456instfix -i | grep IZ523191.7、創(chuàng)建用戶組和用戶使用smitty mkgroup 命令創(chuàng)建用戶組dba和oinstall,組號分別為301和302;使用smitty mkuser命令進行創(chuàng)建用戶oracleuseradd -d /home/oracle -m -u 401 -g oinstall -G d
6、ba oracleuseradd -d /home/grid -m -u 402 -g oinstall -G dba grid# passwd oracleChanging password for oracleoracles New password:Enter the new password again:1.8、增加oracle用戶shell能力查看grid和oracle用戶shell能力lsuser -a capabilities oracle增加oracle用戶shell能力chusercapabilities=CAP_NUMA_ATTACH,CAP_BYPASS_RAC_VMM,
7、CAP_PROPAGATE oracle1.9、系統(tǒng)參數(shù)配置1.9.1、配置進程數(shù)執(zhí)行命令smitty chgsys修改,將PROCESSES修改為163841.9.2、配置grid用戶和oracle用戶Shell權(quán)限修改/etc/security/limits文件default:fsize = -1core = 2097151cpu = -1data = -1rss = -1stack = -1nofiles = -11.9.3、查看異步aio數(shù)執(zhí)行命令ioo -oaio_maxreqs1.9.4、配置網(wǎng)絡(luò)參數(shù)查看參數(shù)# no -a | fgrepephemeraltcp_ephemeral
8、_high = 65535tcp_ephemeral_low = 32768udp_ephemeral_high = 65535udp_ephemeral_low = 32768配置參數(shù)# no -p -otcp_ephemeral_low=9000 -o tcp_ephemeral_high=65500Settingtcp_ephemeral_low to 9000Settingtcp_ephemeral_low to 9000 in nextboot fileSettingtcp_ephemeral_high to 65500Settingtcp_ephemeral_high to 655
9、00 in nextboot file# no -p o udp_ephemeral_low=9000 -o udp_ephemeral_high=65500Settingudp_ephemeral_low to 9000Settingudp_ephemeral_low to 9000 in nextboot fileSettingudp_ephemeral_high to 65500Settingudp_ephemeral_high to 65500 in nextboot file1.9.5、配置主機虛擬內(nèi)存vmo -p -o minperm%=3vmo -p -o maxperm%=90
10、vmo -p -o maxclient%=90vmo -p -o lru_file_repage=0vmo -p -o strict_maxclient=1vmo -p -o strict_maxperm=01.9.6、增加操作系統(tǒng)塊分配大小chdev -l sys0 -a ncargs=128如果報錯Method error(/usr/lib/methods/chggen):0514-018 The values specified for thefollowing attributesare not valid:ncargs ARG/ENV list size in 4Kbyte bloc
11、ks則使用命令 smit chgsys查看ARG/ENV列的數(shù)值。1.9.7、增加操作系統(tǒng)最大進程數(shù)使用命令 smit chgsys,將“Maximum number of PROCESSES allowed per user”列修改為163841.9.8、創(chuàng)建oracle用戶#mkgroup id=600 oinstall# mkgroup id=601 dba#mkuser id=800 pgrp=oinstall groups=dba oracle1.10、配置Oracle用戶環(huán)境變量Oracle用戶export ORACLE_BASE=/home/oracleexport ORACLE
12、_HOME=$ORACLE_BASE/product/11.2.0/dbhome_2export ORACLE_SID=orclexport PATH=$ORACLE_HOME/bin:$PATH配置完成后./.profile使之生效1.11、創(chuàng)建Oracle目錄結(jié)構(gòu)Root用戶登錄執(zhí)行:在home下創(chuàng)建# mkdir /oracle# mkdir /oracle/product# mkdir /oracle/product/11.2.0# mkdir /oracle/product/11.2.0/dbhome_2# chown -R oracle:dba /home/oracle# chmo
13、d -R 775 /home二、數(shù)據(jù)庫軟件安裝上傳數(shù)據(jù)庫軟件的壓縮包時要注意,不能在win下解壓在壓縮,容易造成數(shù)據(jù)文件丟失或者字符集不正確而導(dǎo)致不能正常安裝,所以要盡量上傳完整的壓縮包并在AIX系統(tǒng)下進行解壓以保證安裝文件的正確性和完整性;并且要保證用二進制的方式上傳。(另外,解壓oracle11g后會自帶unzip的軟件包,在database/install下,把unzip copy到/usr/bin目錄下就可以直接用unzip解壓了)注:在安裝之前,oracle用戶如果在終端遠程安裝需要在.profile中的display添加本機的IP不同的服務(wù)器要在同一臺機器上顯示配置的端口號不一樣,
14、也就是0.0,1.0,2.0.。上傳并解壓oracle11g 的壓縮包2.1、啟動安裝界面以O(shè)racle用戶登錄系統(tǒng),在database下在root下執(zhí)行./rootpre.sh命令,然后在執(zhí)行./runInstaller 命令,會提示是否在root下執(zhí)行了rootpre.sh輸入y并按enter$ ./runInstaller*Your platform requires the root user to perform certain pre-installationOS preparation. The root user shouldrun the shell script rootp
15、re.sh beforeyou proceed with Oracle installation.rootpre.sh can be found at the top levelof the CD or the stage area.Answer y if root has run rootpre.sh so you can proceed with Oracleinstallation.Answer n to abort installation and then ask root to run rootpre.sh.*Has rootpre.sh been run by root? y/n
16、 (n)yStarting Oracle Universal Installer.Checking Temp space: must be greater than 190 MB. Actual 5072 MB PassedChecking swap space: must be greater than 150 MB. Actual 16384 MB PassedChecking monitor: must be configured to display at least 256 colors. Actual 16777216 PassedPreparing to launch Oracl
17、e Universal Installer from/tmp/OraInstall2011-09-22_05-32-00PM. Please wait .$2.2、更新方式詢問詢問是否不填寫E-MAIL地址,去掉對勾,點擊next,彈出錯誤提示,點擊YES2.3、選擇安裝的類型選擇安裝的同時是否安裝數(shù)據(jù)庫,選擇第二項:僅安裝數(shù)據(jù)庫軟件,點next2.4、選擇安裝的類型選擇第一項:單實例數(shù)據(jù)庫安裝,點擊next2.5、選擇安裝的語言選擇英語和簡體中文2.6、選擇數(shù)據(jù)庫要安裝的版本選擇第一項企業(yè)版2.7、指定軟件安裝的目錄由于此截屏是第一次安裝時所做,創(chuàng)建數(shù)據(jù)庫時出錯又重新安裝所以目錄跟之前的不對
18、應(yīng),在這里稍作解釋,只要環(huán)境變量.profile里的對,oracle11g能通過這個選項來選擇要安裝的路徑即使不創(chuàng)建目錄也會有默認的路徑2.8、指定軟件產(chǎn)品清單目錄(保持默認)2.9、指定操作系統(tǒng)用戶組(保持默認)2.10、產(chǎn)品預(yù)安裝檢查同樣提示缺少操作系統(tǒng)補丁包,選擇忽略2.11、安裝信息概況,點擊Finish2.12、開始安裝2.13、執(zhí)行完成腳本以root用戶登錄執(zhí)行執(zhí)行第一個腳本的結(jié)果:執(zhí)行第二個腳本的結(jié)果:2.13、安裝完成三、配置監(jiān)聽程序3.1、啟動配置界面以oracle用戶登錄,執(zhí)行命令netca3.2、選擇操作類型3.3、指定監(jiān)聽名稱3.4、選擇網(wǎng)絡(luò)協(xié)議(保持默認)3.5、選擇
19、監(jiān)聽端口號3.6、完成配置單擊Finish完成配置四、安裝數(shù)據(jù)庫4.1、啟動安裝界面以oracle用戶登錄系統(tǒng),執(zhí)行dbca命令4.2、選擇操作類型4.3、選擇數(shù)據(jù)庫類型4.4、指定數(shù)據(jù)庫名4.5、是否配置EnterpriseManager4.6、指定數(shù)據(jù)庫SYS用戶密碼密碼為:a這里提示密碼不安全,選擇YES忽略4.7、選擇數(shù)據(jù)庫文件的存儲類型4.8、指定閃回區(qū)及歸檔模式4.9 選擇示例方案4.10、指定數(shù)據(jù)庫內(nèi)存分配4.11、指定數(shù)據(jù)庫字符集4.12、配置概況4.13、開始安裝4.14、完成安裝4.15、連接數(shù)據(jù)庫 用命令sqlplus / as sysdba 是以sysdba的身份登錄:
20、如果想以scott用戶連接,需要先在sysdba下對scott用戶解鎖,命令是:alter user scott account unlock identified by tiger;4.16、關(guān)閉和啟動數(shù)據(jù)庫啟動和關(guān)閉都需要在sysdba下才可執(zhí)行,關(guān)閉數(shù)據(jù)庫可以用命令shutdown immediate進行一致性關(guān)閉(shutdown abort為非一致性關(guān)閉)可以通過 select status from v$instance;來查看實例的狀態(tài),啟動數(shù)據(jù)庫實例用命令startup,并用select status from v$instance來查看實例的狀態(tài):4.17 驗證數(shù)據(jù)庫在數(shù)據(jù)庫
21、中進行查詢表操作,創(chuàng)建表在scott用戶下查詢所有表查詢dept表中的內(nèi)容:創(chuàng)建表test 內(nèi)容為表dept中的內(nèi)容:五Oracle的卸載5.1 刪除數(shù)據(jù)庫在oracle用戶下dbca選擇刪除數(shù)據(jù)庫提示菜單點擊YES點擊OK5.2刪除oracle的安裝目錄刪除/etc/oratab以及/etc/*.loc如果要徹底刪除,需要刪除.profile文件和用戶組,并刪除/home下的oraInventory,最后再重啟機器附錄資料:不需要的可以自行刪除 Oracle10g在AIX上的安裝準備工作Oracle For Aix安裝1:安裝Oracle10.2的最基本要求硬件: 64位 內(nèi)存與交換區(qū) 硬盤
22、空間:除數(shù)據(jù)外,Oracle軟件本身至少需要3G 軟件: 操作系統(tǒng): AIX 5L version 5.2, Maintenance Level 04 or later , or AIX 5L version 5.3, Maintenance Level 02 or later. AIX的軟件包:o bos.adt.baseo bos.adt.libo bos.adt.libmo bos.perf.libperfstato bos.perf.perfstato ctoolso xlC.aix50.rte: or latero xlC.rte: or later2:AIX的修補: 對于(APAR
23、s) for AIX 5L v5.2 ML 04: IY63133: large percentage of CPU time spent in ldata_balance routine IY64978: deadlock with concurrent renaming and unlinking under JFS IY63366: dlsym returns null even for valid symbol in AIX520 ML-4 IY64691: chvg -b can cause corruption and crash IY64737: AIO can hang in
24、knotunlock IY65001: mklvcopy on a striped lv is failing to update lvcb 對于(APARs) for AIX 5L v5.3 ML 02: IY58143: REQUIRED UPDATE FOR AIX 5.3 IY59386: libdepend.mk files are all empty IY60930: Unable to delete network routes IY66513: LDR_CNTRL turns on undesirable option when initialized with incorre
25、ct value IY70159: krtl relocation problem 3:安裝AIX 5L 53-001 插入CD 5.3第一片盤。 2 啟動計算機,聽見嘀嘀兩聲,按F1鍵進入systerm management services 界面,選擇boot sequence 。 3 將CD-ROM設(shè)置為啟動順序1,保存設(shè)置。 4 進入安裝界面,開始一個全新系統(tǒng)安裝。 5 提示插入后續(xù)盤片,繼續(xù)安裝。 6 注意安裝時Kernel 選擇64bit,用命令prtcont查看。 7 如選擇中文語言,則要求安裝盤1、2、7,如不選,則安裝盤1、2 機器啟動 1. 進入Configerition
26、assistant界面 2. 設(shè)定IP地址為70,掩碼為。 在安裝Oracle前對系統(tǒng)進行配置步驟一檢查系統(tǒng)所需軟件和修補包4:檢查系統(tǒng)安裝軟件 n 確認安裝的AIX版本是否高于5.2-01,否則升級系統(tǒng)版本。 # oslevel -r 5300-00確認是否是 5300-04)需升級到5300-02以上版本就可以。按如下升級: 升級前需打包: bos.adt pat bos. cifs 按smitty-一路回車 a) 擴充usr文件系統(tǒng)到3G 檢查usr空間的大小 # df -k Filesystem 1024-blocks Free %Used Iused %Iused Mounted o
27、n /dev/hd4 16384 4588 72% 1509 19% / /dev/hd2 1064960 8608 100% 24103 10% /usr 確認文件系統(tǒng)類型jfs jfs2 lsvg -l rootvg (查看文件系統(tǒng)類型,例如如下查看到的是jfs) rootvg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT hd5 boot 1 1 1 closed/syncd N/A hd6 paging 32 32 1 open/syncd N/A hd8 jfslog 1 1 1 open/syncd N/A hd4 jfs 1 1 1
28、 open/syncd / hd2 jfs 65 65 1 open/syncd /usr hd9var jfs 1 1 1 open/syncd /var hd3 jfs 2 2 1 open/syncd /tmp hd1 jfs 1 1 1 open/syncd /home hd10opt jfs 7 7 1 open/syncd /opt 如是jfs 選擇日志文件系統(tǒng)類型,如是 jfs2則選擇擴展文件系統(tǒng) 用如下命令查看大小,此時查看到的usr的大小為3 G # df -k Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
29、 /dev/hd4 16384 4584 73% 1509 19% / /dev/hd2 3014656 1897104 38% 24103 4% /usr /dev/hd9var 16384 10048 39% 362 9% /var /dev/hd3 32768 31596 4% 51 1% /tmp /dev/hd1 16384 15820 4% 18 1% /home /proc - - - - - /proc /dev/hd10opt 114688 25600 78% 2202 8% /opt b) 將IY58143上傳到/usr/sys/inst.images c) 進入/usr/
30、sys/inst.images目錄,運行inutoc d) smitty update_all (接受license yes) (而非install APAR) # instfix -ik IY58143 All filesets for IY58143 were found. # oslevel -r 5300-00 e) 重啟AIX #shutdown Fr f) 將升級包上傳到/usr/sys/inst.images g) 進入/usr/sys/inst.images目錄,運行inutoc # cd / # pwd / # cd usr # cd sys # cd inst.images
31、 # inutoc h) smitty update_all (接受license yes) i) OK后 重新啟動系統(tǒng)后查看oslevel r (5300-03) # oslevel -r 5300-03 # instfix -i |grep ML All filesets for _AIX_ML were found. All filesets for 5300-02_AIX_ML were found. All filesets for 5300-01_AIX_ML were found. All filesets for 5300-03_AIX_ML were found. 如果不成功
32、就執(zhí)行:Instfix ik 5300-03_AIX_ML 會列出不成功的包 # instfix -ik 5300-03_AIX_ML All filesets for 5300-03_AIX_ML were found.說明已經(jīng)成功 5:檢查AIX系統(tǒng)的安裝情況是否符合要求 Oracle要求的AIX的軟件包:o bos.adt.baseo bos.adt.libo bos.adt.libmo bos.perf.libperfstato bos.perf.perfstato ctoolso xlC.aix50.rte: or latero xlC.rte: or later確認需要的軟件是否安
33、裝: # lslpp -l bos.adt.base Fileset Level State Description Path: /usr/lib/objrepos bos.adt.base 0 COMMITTED Base Application Development Toolkit # lslpp -l bos.adt.lib Fileset Level State Description Path: /usr/lib/objrepos bos.adt.lib 0 COMMITTED Base Application Development Libraries # lslpp -l bo
34、s.adt.libm lslpp: 0504-132 Fileset bos.adt.libm not installed. # lslpp -l bos.perf.libperfstat Fileset Level State Description Path: /usr/lib/objrepos bos.perf.libperfstat 0 COMMITTED Performance Statistics Library Interface Path: /etc/objrepos bos.perf.libperfstat COMMITTED Performance Statistics L
35、ibrary Interface # lslpp -l ctools Fileset Level State Description Path: /usr/lib/objrepos ctools 0 COMMITTED Proc Filesystem Tools # # lslpp -l xlC.* Fileset Level State Description Path: /usr/lib/objrepos xlC.aix50.rte 3 COMMITTED C Set + Runtime for AIX 5.0 xlC.cpp COMMITTED C for AIX Preprocesso
36、r xlC.msg.en_US.cpp COMMITTED C for AIX Preprocessor Messages-U.S. English xlC.msg.en_US.rte COMMITTED C Set + Runtime Messages-U.S. English xlC.rte COMMITTED C Set + Runtime # bos.adt.limb不存在,需要安裝。 安裝bos.adt.libm 進入菜單smitty,選擇安裝和更新軟件 : 選擇安裝軟件: 進入安裝軟件后,按F4選擇安裝軟件用到的輸入設(shè)備,選擇CD安裝: 進入對于要安裝的軟件菜單項: 按F4 給出安
37、裝列表。在列表中,軟件項目之前的符號代表此軟件已經(jīng)安裝,+代表未安裝: 輸入“/”查找軟件bos.adt.libm 按F7選擇,點擊Enter安裝: 選擇接受License Agreements: 回車開始安裝: # lslpp -l bos.adt.libm Fileset Level State Description Path: /usr/lib/objrepos bos.adt.libm COMMITTED Base Application Development Math Library 檢查安裝oracel所需操作系統(tǒng)的修補包根據(jù)所要安裝產(chǎn)品,檢查下列修補是否安裝: 6: 確認AP
38、AR是否安裝 AIX所需的修補包如下:: 對于(APARs) for AIX 5L v5.3 ML 02: IY58143: REQUIRED UPDATE FOR AIX 5.3 IY59386: libdepend.mk files are all empty IY60930: Unable to delete network routes IY66513: LDR_CNTRL turns on undesirable option when initialized with incorrect value IY70159: krtl relocation problem 驗證以上的包是否
39、已經(jīng)安裝 # instfix -ik IY58143 Not all filesets for IY58143 were found. # instfix -ik IY59386 All filesets for IY59386 were found. # instfix -ik IY60930 All filesets for IY60930 were found. # instfix -ik IY66513 All filesets for IY66513 were found. # instfix -ik IY70159 All filesets for IY70159 were fou
40、nd. 通過驗證 # instfix -ik IY58143 Not all filesets for IY58143 were found. 步驟三創(chuàng)建安裝Oracle所需的UNIX組和用戶如果系統(tǒng)首次安裝ORACLE數(shù)據(jù)庫軟件,則需要創(chuàng)建一些UNIX組和用戶。 所需安裝如下UNIX組和用戶:OSDBA組(dba)、OSOPER(oper)組、Oracle Inventory 組(oinstall)、擁有Oracle軟件的用戶(oracle)。所創(chuàng)建用戶必須把Oracle Inventory 組作為首要組,可以把OSDBA和OSOPER組作為次組。 % 7:創(chuàng)建組 1創(chuàng)建Oracle Inv
41、entory組 # smit security 選擇Groups項,創(chuàng)建oinstall組 按下Enter鍵創(chuàng)建。 2. 創(chuàng)建OSDBA組(dba): 用上述過程相同的方法創(chuàng)建。 8:創(chuàng)建用戶: 1 創(chuàng)建Oracle用戶: # smit security 選擇Users項,創(chuàng)建oracle用戶, 將oinstall作為primary group, 將dba 作為secondary group(group set). 按下enter鍵創(chuàng)建。 注意: primary group oinstall group set dba 2、設(shè)置oracle用戶的密碼: # passwd oracle Chan
42、ging password for oracle oracles New password: Enter the new password again: 設(shè)置密碼為oracle 創(chuàng)建好用戶后到/home目錄下查看 # cd /home # ls -al total 13 drwxr-xr-x 6 bin bin 512 Aug 16 20:59 . drwxr-xr-x 22 root system 1024 Aug 16 21:35 . drwxr-xr-x 2 root system 512 Aug 16 19:27 TT_DB drwxr-xr-x 2 guest usr 512 Aug
43、 04 2004 guest drwx 2 root system 512 Aug 04 2004 lost+found drwxr-xr-x 4 oracle oinstall 512 Aug 16 21:34 oracle 確認nobody用戶是否存在: # id nobody uid=4294967294(nobody) gid=4294967294(nobody) 步驟內(nèi)核參數(shù)和Shell Limits:9:配置Shell Limits: # smitty 選擇Users選項,再選擇Change/Show Characteristics of a User選項 在用戶名處輸入oracl
44、e用戶名; 修改Soft FILE size為-1;修改Soft CUP time為-1;修改Soft DATA segment為-1;修改Soft STACK size為-1; 按下Enter鍵確認。 10:配置系統(tǒng)配置參數(shù): # smitty chgsys 設(shè)置Maximum number of PROCESSES allowed per user 為2048。 11:創(chuàng)建安裝oracle的文件系統(tǒng)查看當前空閑磁盤: # lspv hdisk0 00023f7f00040265 None hdisk1 00023f7f1955b7e1 rootvg active 創(chuàng)建新的vg查看系統(tǒng)中pp
45、的大小 # lsvg rootvg VOLUME GROUP: rootvg VG IDENTIFIER: 00023f7f00004c00000000001e122e40 VG STATE: active PP SIZE: 16 megabyte(s) VG PERMISSION: read/write TOTAL PPs: 542 (8672 megabytes) MAX LVs: 256 FREE PPs: 312 (4992 megabytes) LVs: 9 USED PPs: 230 (3680 megabytes) OPEN LVs: 8 QUORUM: 2 TOTAL PVs:
46、 1 VG DESCRIPTORS: 2 STALE PVs: 0 STALE PPs: 0 ACTIVE PVs: 1 AUTO ON: yes MAX PPs per VG: 32512 MAX PPs per PV: 1016 MAX PVs: 32 LTG size (Dynamic): 256 kilobyte(s) AUTO SYNC: no HOT SPARE: no BB POLICY: relocatable # lspv hdisk0 00023f7f00040265 datavg active hdisk1 00023f7f1955b7e1 rootvg active 查
47、看激活的vg # lsvg -o datavg rootvg 創(chuàng)建lv 查看剛才創(chuàng)建的lv: # lsvg -l datavg datavg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT oralv jfs 600 600 1 closed/syncd N/A 創(chuàng)建文件系統(tǒng),注意:mount點需要加/ 列出當前的文件系統(tǒng),查看 # lsfs Name Nodename Mount Pt VFS Size Options Auto Accounting /dev/hd4 - / jfs 32768 - yes no /dev/hd1 - /home
48、 jfs 32768 - yes no /dev/hd2 - /usr jfs 6029312 - yes no /dev/hd9var - /var jfs 32768 - yes no /dev/hd3 - /tmp jfs 65536 - yes no /proc - /proc procfs - - yes no /dev/hd10opt - /opt jfs 229376 - yes no /dev/oralv - /oradata jfs 39321600 rw yes no 查看文件系統(tǒng)的大小 # df -k Filesystem 1024-blocks Free %Used I
49、used %Iused Mounted on /dev/hd4 16384 4572 73% 1517 19% / /dev/hd2 3014656 1897104 38% 24103 4% /usr /dev/hd9var 16384 10048 39% 363 9% /var /dev/hd3 32768 31596 4% 51 1% /tmp /dev/hd1 16384 15820 4% 18 1% /home /proc - - - - - /proc /dev/hd10opt 114688 25600 78% 2202 8% /opt 查看當前已經(jīng)mount上的文件系統(tǒng) # mou
50、nt node mounted mounted over vfs date options /dev/hd4 / jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd2 /usr jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd9var /var jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd3 /tmp jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd1 /home jfs Aug 16 12:25 rw,log=/dev/hd8 /proc /proc procfs
51、 Aug 16 12:25 rw /dev/hd10opt /opt jfs Aug 16 12:25 rw,log=/dev/hd8 # 12:Mount創(chuàng)建的文件系統(tǒng) # mount /oradata # mount node mounted mounted over vfs date options /dev/hd4 / jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd2 /usr jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd9var /var jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/
52、hd3 /tmp jfs Aug 16 12:24 rw,log=/dev/hd8 /dev/hd1 /home jfs Aug 16 12:25 rw,log=/dev/hd8 /proc /proc procfs Aug 16 12:25 rw /dev/hd10opt /opt jfs Aug 16 12:25 rw,log=/dev/hd8 /dev/oralv /oradata jfs Aug 16 15:58 rw,log=/dev/loglv00 # df -k Filesystem 1024-blocks Free %Used Iused %Iused Mounted on /
53、dev/hd4 16384 4572 73% 1517 19% / /dev/hd2 3014656 1897104 38% 24103 4% /usr /dev/hd9var 16384 10048 39% 363 9% /var /dev/hd3 32768 31596 4% 51 1% /tmp /dev/hd1 16384 15820 4% 18 1% /home /proc - - - - - /proc /dev/hd10opt 114688 25600 78% 2202 8% /opt /dev/oralv 19660800 19043652 4% 17 1% /oradata
54、13:創(chuàng)建安裝Oracle軟件需要的目錄創(chuàng)建存放原始光盤軟件的目錄 # pwd / # cd oradata # mkdir aixsoft10.2g # ls aixsoft10.2g lost+found 創(chuàng)建oracle安裝目錄 具體安裝步驟要求: * from oracle install doc 1. Enter the following command to create subdirectories in the mount point directory that you identified for the Oracle base directory: # mkdir -p
55、 /u01/app/oracle 2. If you intend to use a second file system for the Oracle Database files, then create an oradata subdirectory in the mount point directory that you identified for the Oracle data file directory (shown as /u02 in the examples): # mkdir /u02/oradata 3. Change the owner and group of
56、the directories that you created to the oracle user and the oinstall group: # chown -R oracle:oinstall /u01/app/oracle # chown -R oracle:oinstall /u02/oradata 4. Change the permissions on the directories that you created to 775: # chmod -R 775 /u01/app/oracle # chmod -R 775 /u02/oradata * end of thi
57、s doc # pwd /oradata # ls aixsoft10.2g lost+found # ls -alt total 32 drwxr-xr-x 22 root system 1024 Aug 16 18:49 . drwxr-sr-x 2 root sys 512 Aug 16 16:06 aixsoft10.2g drwxr-sr-x 4 sys sys 512 Aug 16 16:02 . drwxrwx 2 root system 512 Aug 16 15:55 lost+found # mkdir -p u01/app/oracle # mkdir -p u02/or
58、adata # ls -al total 48 drwxr-sr-x 6 sys sys 512 Aug 16 18:51 . drwxr-xr-x 22 root system 1024 Aug 16 18:49 . drwxr-sr-x 2 root sys 512 Aug 16 16:06 aixsoft10.2g drwxrwx 2 root system 512 Aug 16 15:55 lost+found drwxr-sr-x 3 root sys 512 Aug 16 18:50 u01 drwxr-sr-x 3 root sys 512 Aug 16 18:51 u02 #
59、chown -R oracle:oinstall u01 u02 # ls -alt total 48 drwxr-sr-x 6 sys sys 512 Aug 16 18:51 . drwxr-sr-x 3 oracle oinstall 512 Aug 16 18:51 u02 drwxr-sr-x 3 oracle oinstall 512 Aug 16 18:50 u01 drwxr-xr-x 22 root system 1024 Aug 16 18:49 . drwxr-sr-x 2 root sys 512 Aug 16 16:06 aixsoft10.2g drwxrwx 2
60、root system 512 Aug 16 15:55 lost+found # chmod -R 775 /oradata/u01/app/oracle # chmod -R 775 /oradata/u02/oradata 14:設(shè)置oracle用戶環(huán)境變量 以oracle用戶登陸系統(tǒng)后編輯.profile文件 (/home/oracle) $ pwd /home/oracle $ cat .profile (.profile文件的內(nèi)容) ORACLE_BASE=/oradata/u01/app/oracle ORACLE_SID=zydb ORACLE_HOME=$ORACLE_BAS
溫馨提示
- 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)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 廣州出租車廣告發(fā)布協(xié)議
- 軟件測試技術(shù)實戰(zhàn)手冊(含測試用例編寫)
- 物流行業(yè)園區(qū)綠色智能化管理解決方案
- 新零售線下實體店數(shù)字化轉(zhuǎn)型運營模式設(shè)計
- 法律行業(yè)智能文書自動生成系統(tǒng)開發(fā)方案
- 農(nóng)業(yè)現(xiàn)代化智能種植產(chǎn)業(yè)鏈協(xié)同發(fā)展方案
- 安防行業(yè)智能監(jiān)控系統(tǒng)升級改造方案
- 品牌營銷策略與實施實戰(zhàn)指南
- 企業(yè)內(nèi)部管理系統(tǒng)升級服務(wù)協(xié)議
- 健康飲食綠色食材采購供應(yīng)合同
- 2025年國家圖書館招聘筆試參考題庫含答案解析
- 機器人課程課程設(shè)計
- 南充市市級事業(yè)單位2024年公招人員擬聘人員歷年管理單位遴選500模擬題附帶答案詳解
- 安全知識考試題庫500題(含答案)
- 2024-2025學(xué)年上學(xué)期南京小學(xué)數(shù)學(xué)六年級期末模擬試卷
- 基礎(chǔ)工程施工月進度計劃表
- 危險性較大的分部分項工程專家論證表
- 2021-2022學(xué)年上海市閔行區(qū)五年級上學(xué)期期末語文試卷
- 人教版五年級上冊數(shù)學(xué)組合圖形的面積同步練習(xí)
- 2018級成考專升本漢語言文學(xué)專業(yè)12月份考試資料文獻學(xué)復(fù)習(xí)資料
- 最新中考英語單詞表2200個
評論
0/150
提交評論