# sh a
以下步驟安裝Veritas IBM FastT900陣列支持庫(kù):
root@rac1 # ls
READ_THIS_FIRST.pdf vm.3.5MP2.sol.CD_261905.tar
support volume_manager
root@rac1 # cd volume_manager
root@rac1 # ls
copyright patches veritas_enabled
root@rac1 # cd veritas_enabled
root@rac1 # ls
3PARData EMC.README IBM.README STK.README
3PARData.README Fujitsu LSI SUN
ADTX Fujitsu.README LSI.README SUN.README
ADTX.README HP MTI Toshiba
ASL_README.pdf HP.README MTI.README Toshiba.README
Chaparral Hitachi Netapp
Chaparral.README Hitachi.README Netapp.README
EMC IBM STK
root@rac1 # cd IBM
root@rac1 # ls
SMibmasl-SOL-08.40.05.03.pkg
# pkgadd –d ./ SMibmasl-SOL-08.40.05.03.pkg
# vxdctl enable
/* 以上這些步驟需要在rac1和rac2上執(zhí)行 */
十二、 重新啟動(dòng)計(jì)算機(jī)rac1和rac2
在rac2上
# halt
OK
在rac1上
# reboot -- -r
等rac1啟動(dòng)可以登錄后,再啟動(dòng)rac2
OK boot -r
十三、 運(yùn)行vxdiskadm,初始化磁盤(pán),將陣列置于VXVM控制之下
# vxdiskadm
Volume Manager Support Operations
Menu: VolumeManager/Disk
1 Add or initialize one or more disks
2 Encapsulate one or more disks
3 Remove a disk
4 Remove a disk for replacement
5 Replace a failed or removed disk
6 Mirror volumes on a disk
7 Move volumes from a disk
8 Enable access to (import) a disk group
9 Remove access to (deport) a disk group
10 Enable (online) a disk device
11 Disable (offline) a disk device
12 Mark a disk as a spare for a disk group
13 Turn off the spare flag on a disk
14 Unrelocate subdisks back to a disk
15 Exclude a disk from hot-relocation use
16 Make a disk available for hot-relocation use
17 Prevent multipathing/Suppress devices from VxVM"s view
18 Allow multipathing/Unsuppress devices from VxVM"s view
19 List currently suppressed/non-multipathed devices
20 Change the disk naming scheme
21 Get the newly connected/zoned disks in VxVM view
list List disk information
? Display help about menu
?? Display help about the menuing system
q Exit from menus
Select an operation to perform: 1
Add or initialize disks
Menu: VolumeManager/Disk/AddDisks
Use this operation to add one or more disks to a disk group. You can
add the selected disks to an existing disk group or to a new disk group
that will be created as a part of the operation. The selected disks may
also be added to a disk group as spares. Or they may be added as
nohotuses to be excluded from hot-relocation use. The selected
disks may also be initialized without adding them to a disk group
leaving the disks available for use as replacement disks.
More than one disk or pattern may be entered at the prompt. Here are
some disk selection examples:
all: all disks
c3 c4t2: all disks on both controller 3 and controller 4, target 2
c3t4d2: a single disk (in the c#t#d# naming scheme)
xyz_0 : a single disk (in the enclosure based naming scheme)
xyz_ : all disks on the enclosure whose name is xyz
Select disk devices to add: [【Step by Step Oracle RAC on Veritas DBE/AC】,all,list,q,?] c2
/* 需要在rac1和rac2上進(jìn)行初始化 */
十四、 進(jìn)行SCSI-3 PR(I/O Fencing)測(cè)試
確定不同計(jì)算機(jī)上的兩塊硬盤(pán)是不是同一塊硬盤(pán)的方法:
root@rac1 # vxfenadm -i /dev/rdsk/c2t0d0s2
Vendor id : IBM
Product id : 1742-900
Revision : 0520
Serial Number : }? ?
root@rac1 # rlogin rac2
Last login: Mon Nov 17 10:03:57 from 172.39.199.112
Sun Microsystems Inc. SunOS 5.9 Generic May 2002
You have new mail.
Sourcing //.profile-EIS.....
root@rac2 # vxfenadm -i /dev/rdsk/c2t0d0s2
Vendor id : IBM
Product id : 1742-900
Revision : 0520
Serial Number : }? ?
/* 通過(guò)查看Serial Number是否一樣來(lái)看是否是同一塊硬盤(pán)
* IBM FastT900陣列的系列號(hào)是怪字符,但只要一樣就可以了?。。?
推薦閱讀
- 在solaris 10/x86下安裝oracle10
- Oracle 10g 在Solaris 8&9 環(huán)境中的安裝
- 入侵Oracle數(shù)據(jù)庫(kù)常用操作命令
- win7系統(tǒng)中使用sxstrace.exe工具具體操作方法
- 藍(lán)牙無(wú)線接入系統(tǒng)
- bracelet手環(huán)使用方法
- practice的用法
- stepinto的用法
- 寬松的源站選路traceroute程序的往返路由
- 嚴(yán)格的源站選路的traceroute程序示例
