Flashcopy與資料庫恢復的完美結合(9/20)

djb1008發表於2011-06-02

1.4.3 案例環境準備

1.4.3.1 DS8100_A5000-5002,5100-51026FBVOL 分配給主機A訪問

Dscli>mkvolgrp –type scsimask –volume 5000-5002,5100-5102 test_vg

Dscli>lsvolgrp

Dscli>mkhostconnect –wwname 10000000c45def –volgrp V4 test_fcs0

Dscli>mkhostconnect –wwname 10000000c45ded –volgrp V4 test_fcs1

[@more@]

1.4.3.2 主機A識別磁碟,建立卷組,建立測試資料庫並在這個卷組上建立資料庫例項test1

#cfgmgr –v

#smitty vgàadd a volume group with data path devices--&gttestvg ..

#mklv -T O -w n -r n -u 6 -S 256K -t raw -y ora_data_01 testvg 30

。。。。。。

# mklv -T O -w n -r n -u 6 -S 256K -t raw -y ora_system datavg 30

$dbca ##建立例項名為test1的資料庫

1.4.3.3在主機A資料庫A上建立使用者aiduaidu.test03

SQL>create user aidu profile default identified by aidutest default tablespace users temporary tablespace temp account unlock;

SQL>grant resource,connect to aidu;

SQL>conn aidu/aidutest

SQL>create table test03(id number(10,2),name varchar2(200),primary key(id));

1.4.3.4 持續插入資料到aidu.test03

有很多種手段來達到持續插入資料到測試表的目的,筆者是透過編寫excel vba程式,每秒插入35條記錄到表中。

這裡不再貼出程式碼,可參看案例1,案例2的程式碼資訊.

1.4.3.5 DS8100_B8000-8002,8100-81026FBVOL 分配給主機B訪問

Dscli>mkvolgrp –type scsimask –volume 8000-80028100-8102 test_vg

Dscli>lsvolgrp

Dscli>mkhostconnect –wwname 10000000c45d00 –volgrp V5 test_b_fcs0

Dscli>mkhostconnect –wwname 10000000c45d01 –volgrp V5 test_b_fcs1

上一篇:Flashcopy與資料庫恢復的完美結合(8/20)

下一篇:Flashcopy與資料庫恢復的完美結合(10/20)

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/32980/viewspace-1050712/,如需轉載,請註明出處,否則將追究法律責任。

相關文章