




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)
文檔簡介
1、sun cluster 3.2 安裝配置文檔一、環(huán)境描述1二、操作系統(tǒng)分區(qū)情況1三、sun cluster 3.2 軟件安裝2四、創(chuàng)建數(shù)據(jù)庫5五、oracle準(zhǔn)備13六、磁盤封裝14七、sun cluster 3.2 配置15八、suncluster 安裝后配置信息38九、雙機日常使用命令41十、系統(tǒng)盤克隆情況41一、 環(huán)境描述主機:兩臺 sun890-hswebdb,hswebapp磁盤陣列:sun6406操作系統(tǒng):solaris 10數(shù)據(jù)庫:oracle10.2.0ha軟件:sun cluster 3.2卷管理:sun volume manager二、 操作系統(tǒng)分區(qū)情況hswebdb:5.
2、 c4t5000cca00425cce8d0 /scsi_vhci/ssdg5000cca00425cce8part tag flag cylinders size blocks 0 root wm 0 - 7044 68.37gb (7045/0/0) 143379840 1 swap wu 7045 - 10265 31.26gb (3221/0/0) 65553792 2 backup wm 0 - 14086 136.71gb (14087/0/0) 286698624 3 unassigned wm 10266 - 10296 308.06mb (31/0/0) 630912 4 u
3、nassigned wm 10297 - 10347 506.81mb (51/0/0) 1037952 5 unassigned wm 0 0 (0/0/0) 0 6 unassigned wm 0 0 (0/0/0) 0 7 unassigned wm 0 0 (0/0/0) 0hswebapp:7. c4t500000e019031a40d0 /scsi_vhci/ssdg500000e019031a40part tag flag cylinders size blocks 0 root wm 0 - 7044 68.37gb (7045/0/0) 143379840 1 swap wu
4、 7045 - 10265 31.26gb (3221/0/0) 65553792 2 backup wu 0 - 14086 136.71gb (14087/0/0) 286698624 3 unassigned wm 10266 - 10296 308.06mb (31/0/0) 630912 4 unassigned wm 10297 - 11842 15.00gb (1546/0/0) 31464192 5 unassigned wm 11843 - 11893 506.81mb (51/0/0) 1037952 6 unassigned wm 0 0 (0/0/0) 0 7 unas
5、signed wm 0 0 (0/0/0) 0三、 sun cluster 3.2 軟件安裝1、 兩臺機器都作installer. 四、 創(chuàng)建數(shù)據(jù)庫$dbca 密碼:hisense五、 oracle準(zhǔn)備$ sqlplus /nologsql connect / as sysdbasql create user sc_fm identified by sc_fm;sql grant create session, create table to sc_fm;sql grant select on v_$sysstat to sc_fm;sql alter user sc_fm default t
6、ablespace users quota 1m on users;sql quit$ sqlplus sc_fm/sc_fmsql select * from sys.v_$sysstat;sql quit$ sqlplus /nologsql connect / as sysdbasql create table mytable (mykey varchar2(10), myval number(10);sql insert into mytable values (off, 0);sql insert into mytable values (on, 1);sql commit;sql
7、select * from mytable;sql quit六、 磁盤封裝# scdidadm -l1 hswebapp:/dev/rdsk/c0t0d0 /dev/did/rdsk/d12 hswebapp:/dev/rdsk/c4t500000e018fd5d80d0 /dev/did/rdsk/d23 hswebapp:/dev/rdsk/c4t500000e019031a40d0 /dev/did/rdsk/d34 hswebapp:/dev/rdsk/c4t500000e018fd5e30d0 /dev/did/rdsk/d45 hswebapp:/dev/rdsk/c4t50000
8、0e018fe7560d0 /dev/did/rdsk/d56 hswebapp:/dev/rdsk/c4t600a0b80002a20ba0000060848111785d0 /dev/did/rdsk/d66 hswebdb:/dev/rdsk/c4t600a0b80002a20ba0000060848111785d0 /dev/did/rdsk/d67 hswebapp:/dev/rdsk/c4t600a0b80002a20ba0000060948111adfd0 /dev/did/rdsk/d77 hswebdb:/dev/rdsk/c4t600a0b80002a20ba0000060
9、948111adfd0 /dev/did/rdsk/d78 hswebapp:/dev/rdsk/c4t600a0b80002a20ca0000074848111918d0 /dev/did/rdsk/d88 hswebdb:/dev/rdsk/c4t600a0b80002a20ca0000074848111918d0 /dev/did/rdsk/d89 hswebapp:/dev/rdsk/c4t600a0b80002a20ca00000746481115fcd0 /dev/did/rdsk/d99 hswebdb:/dev/rdsk/c4t600a0b80002a20ca000007464
10、81115fcd0 /dev/did/rdsk/d910 hswebdb:/dev/rdsk/c0t0d0 /dev/did/rdsk/d1011 hswebdb:/dev/rdsk/c4t5000cca0042144fcd0 /dev/did/rdsk/d1112 hswebdb:/dev/rdsk/c4t5000cca0041daf40d0 /dev/did/rdsk/d1213 hswebdb:/dev/rdsk/c4t5000cca004235538d0 /dev/did/rdsk/d1314 hswebdb:/dev/rdsk/c4t5000cca00425cce8d0 /dev/d
11、id/rdsk/d14metaset -s oraset -a -h hswebdb hswebappmetaset -s oraset -a /dev/did/rdsk/d6 /oracle data 300gmetaset -s oraset -a /dev/did/rdsk/d8 /oracle archivelog 100gmetainit oraset/d0 1 1 /dev/did/rdsk/d6s0 /oracledatametainit oraset/d1 1 1 /dev/did/rdsk/d8s0 /archive*# more /etc/vfstab#device dev
12、ice mount fs fsck mount mount#to mount to fsck point type pass at boot options#fd - /dev/fd fd - no -/proc - /proc proc - no -/dev/md/dsk/d3 - - swap - no -#/dev/dsk/c1t0d0s1 - - swap - no -/dev/md/dsk/d6 /dev/md/rdsk/d6 / ufs 1 no -/dev/md/oraset/dsk/d0 /dev/md/oraset/rdsk/d0 /oradata ufs 1 no -/de
13、v/md/oraset/dsk/d1 /dev/md/oraset/rdsk/d1 /archive ufs 1 no -/devices - /devices devfs - no -ctfs - /system/contract ctfs - no -objfs - /system/object objfs - no -swap - /tmp tmpfs - yes -/dev/dsk/c4t500000e019031a40d0s4 /dev/rdsk/c4t500000e019031a40d0s4 /oracle ufs 1 yes -#/dev/dsk/c4t500000e019031
14、a40d0s5 /dev/rdsk/c4t500000e019031a40d0s5 /globaldevices ufs yes -/dev/did/dsk/d3s5 /dev/did/rdsk/d3s5 /global/.devices/node1 ufs 2 no global七、 sun cluster 3.2 配置#scsetup* main menu * please select from one of the following (*) options: * 1) create a new cluster or add a cluster node 2) configure a
15、cluster to be jumpstarted from this install server 3) manage a dual-partition upgrade 4) upgrade this cluster node 5) print release information for this cluster node * ?) help with menu options * q) quit option: 1* new cluster and cluster node menu * please select from any one of the following optio
16、ns: 1) create a new cluster 2) create just the first node of a new cluster on this machine 3) add this machine as a node in an existing cluster ?) help with menu options q) return to the main menuoption: 1 * create a new cluster * this option creates and configures a new cluster. you must use the ja
17、va enterprise system (jes) installer to install the sun cluster framework software on each machine in the new cluster before you select this option. if the remote configuration option is unselected from the jes installer when you install the sun cluster framework on any of the new nodes, then you mu
18、st configure either the remote shell (see rsh(1) or the secure shell (see ssh(1) before you select this option. if rsh or ssh is used, you must enable root access to all of the new member nodes from this node. press control-d at any time to return to the main menu.do you want to continue (yes/no) ye
19、s? typical or custom mode cluster name cluster nodes authenticating requests to add nodes network address for the cluster transport network address for the cluster transport point-to-point cables cluster switches cluster transport adapters and cables quorum configuration global devices file system e
20、ach node in the cluster must have a local file system mounted on /global/.devices/node before it can successfully participate as a cluster member. since the nodeid is not assigned until scinstall is run, scinstall will set this up for you. you must supply the name of either an already-mounted file s
21、ystem or raw disk partition which scinstall can use to create the global devices file system. this file system or partition should be at least 512 mb in size. if an already-mounted file system is used, the file system must be empty. if a raw disk partition is used, a new file system will be created for you. the default is to use /globaldevices. for node hswebdb, is it okay to use this default (yes/no) yes? testing for /globaldevices on hswebdb . done for node hswebapp, is it okay to use this default (yes/no) yes? testing for /globaldevices on hswebapp . done
溫馨提示
- 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)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 廠區(qū)混凝土道路施工方案
- 6年級下冊英語陜旅版第1單元
- 2025年銀行設(shè)計崗面試題及答案
- 2025年鄉(xiāng)鎮(zhèn)行政管理試題及答案
- 低保工作集中整治群眾身邊不正之風(fēng)和腐敗問題整改報告
- 地質(zhì)災(zāi)害計價定額
- 地球核心能量提取議案
- 工程制圖 第2版 教案 上 李茗 1緒論-5. 4看組合體的視圖
- 2025年鄭州財稅金融職業(yè)學(xué)院單招職業(yè)技能測試題庫必考題
- 2025年伊犁職業(yè)技術(shù)學(xué)院單招職業(yè)技能測試題庫帶答案
- 光催化分解水制氫
- 工程勘察設(shè)計收費標(biāo)準(zhǔn)使用手冊
- 高速鐵路設(shè)計規(guī)范(最新版)
- 25種全球最流行的管理工具
- 道德與法治-五年級(下冊)-《建立良好的公共秩序》教學(xué)課件
- 初中英語教學(xué)設(shè)計Its-time-to-watch-a-cartoon
- 2022年安徽高校教師崗前培訓(xùn)結(jié)業(yè)統(tǒng)考試題及參考答案
- 城市社區(qū)建設(shè)概論資料
- 數(shù)學(xué)-九宮數(shù)獨100題(附答案)
- 蘇教版四年級下冊科學(xué)全冊知識點總結(jié)
- 第三方單位考核管理辦法
評論
0/150
提交評論