Install Rman Catalog(Oracle9i) with Dataprotector for Backup Oracle Database rman agent [Thai]

** Myself

Install Rman Catalog

มีขั้นตอนดังนี้
1. ทำการ สร้าง database ของ Rman ด้วย dbassistant ของ oracle
Start -> All program->OraHome92->Configuration and migration tools-> Database Configuration Assistant
Welcome
1.1กดถัดไป
Select the operation you want to perform
1.2 เลือก Create a database
1.3 กดถัดไป
Select a template from the following list to create a database
1.4 เลือก New Database
1.5 กดถัดไป
Spectify the following database information.
Global Database Name
1.6 ใส่ OMS
SID
1.7 ใส่ OMS
1.8 กดถัดไป
Database Features
1.9 ไม่เลือก Oracle ultra search
1.10 ไม่เลือก Exam Schemas
1.11 กด Standard database features
1.12 ไม่เลือก Oracle JVM
1.13 ไม่เลือก Oracle TEXT
1.14 ไม่เลือก Oracle XML DB
1.15 กดถัดไป
Select the mode in which you want your database to operate by default
1.16 เลือก Dedicated Server Mode
1.17 กดถัดไป
Memory
1.18 เลือก Typical
1.19 ใส่ 80
1.20 เลือก tab Archive
Archive
1.21 เลือก Archive Log Mode
1.22 กดถัดไป
Database Storage
1.23 ปรับ tablespace และให้ขนาดเริ่มต้น มีค่าดังรูป
1.24 กดถัดไป
Select the following database creation options
1.25 เลือก Create Database
1.26 กดเสร็จสิ้น
Summary
1.27 กด OK
Create database
1.28 รอจบจบการ create db
1.29 กดเสร็จสิ้น
Change Passwords
1.30 ใส่ sys และ system password
1.31 กดexit
1.32 กดเสร็จสิ้น

2.restore และสร้าง tablespace ของ catalog rman
สร้าง tablespace และ user ด้วย sqlplus
เข้า command prompt
2.1กดปุ่ม Start->Run…
2.2 พิมพ์ cmd แล้วกด ok
clip_image001
เข้า sqlplus เป็น sysdba
2.3 สั่ง sqlplus /nolog
2.4 สั่ง connect /@oms
as sysdba
- sqlplus /nolog
- connect /@OMS as sysdba
สร้าง tablespace และ user
2.5 สร้าง tablespace rman_ts
2.6 สร้าง user บน tablespace rman_ts
2.7 ให้สิทธิกับ user
CREATE TABLESPACE RMAN_TS
LOGGING
DATAFILE 'D:\ORACLE\ORADATA\OMS\RMAN_TS.DBF' SIZE 128M EXTENT
MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO ;
CREATE USER RMAN_DB PROFILE "DEFAULT"
IDENTIFIED BY RMAN_DB DEFAULT TABLESPACE RMAN_TS
TEMPORARY TABLESPACE TEMP
ACCOUNT UNLOCK;
GRANT UNLIMITED TABLESPACE TO RMAN_DB;
GRANT SYSDBA,DBA,CONNECT,RECOVERY_CATALOG_OWNER,RESOURCE TO RMAN_DB;

3. restore tablespace ของ catalog จากที่ backup ครั้ง ล่าสุด จาก archive หรือ full backup ก็ได้
restore tablespace ด้วย rman
เข้า command prompt
3.1กดปุ่ม Start->Run…
3.2 พิมพ์ cmd แล้วกด ok
clip_image001[1]
สร้าง rman catalog
3.3 สั่ง create catlog database
- set ORACLE_SID=oms
- rman target / catalog rman_db/rman_db@oms
- create catalog tablespace rman_ts;
- exit
Register target database on rman catalog
3.4 ทำการ register target database(ORCL) บน rman catlog database
- rman target /@ORCL catalog rman_db/rman_db@oms
-- or –
- rman target / rcvcat rman_db/rman_db@oms
- register database ;
- exit


 
 
 

Config Full Database & Archive on Data Protector (oracle agent with rman)

มีขั้นตอนการเรียกใช้งานโปรแกรมดังนี้
  1. ให้ทำการ Config Backup Full Database ด้วย Data Protector
Backup Full Database
1.1 ให้ทำการเลือก à Data Protector Manager
1.2 ทำการเลือก click เลือก
Backupà Backup Specifications
à Oracle8 Server
1.3 ทำการเลือก click ขวาเลือก Add Backup
Create New Backup
1.4 เลือก Blank Oracle8 Backup แล้วกด ok
Create New Backup
1.5 Client เลือก server.test.com
1.6 Application database เลือก ORCL
Create New Backup
1.7 click เลือกเฉพาะ DATABASE
1.8 กด Next
Create New Backup
1.9 click เลือก Drive ที่ต้องการจะใช้
1.10 กด Properties
Device Properties
1.11 Media Pool เลือกORACLE_ORCL
1.12 กด Add
Add Media to Prealloc List
1.13 เลือก Tape กดมี Lable เป็น ORACLE_ORCL_FULL
1.14 กด Add
Device Properties
1.15 กด OK
Create New Backup
1.16 กด Next
Create New Backup
1.17 กด Next
Create New Backup
1.18เลือกวันเวลา
1.19 กด Next
Create New Backup
1.20 กด Save as
Create New Backup
1.21 ตั้งชื่อ Name ที่ต้องการ
1.22 กด OK
Create New Backup
1.23ทำการเลือก click เลือก
Backupà Backup Specifications
à Oracle8 Serverà ORCL_full_sun(ที่เพิ่งทำเสร็จ)
1.24ทำการเลือก tab Source
1.25 click ขวาที่เครื่อง เลือก Configure
Configure Oracle8
1.26 ทำการเลือก tab Connection
1.27 ตรง Oracle login
ใส่ password และเลือก
1.28 เลือก Use recovery catalog
1.29 user name ใส่ rman_db
passwordใส่ rman_db
service ใส่ OMS
1.30กด OK
Messages
1.31 ระบบ จะบอกการ connectกับ catalog ว่าสำเร็จหรือไม่
1.32 กด OK
Create New Backup
1.33 ทำการเลือก click เลือก
Backupà Backup Specifications
à Oracle8 Serverà ORCL_full_sun(ที่เพิ่งทำเสร็จ)
1.34 ทำการเลือก tab Option
1.35 Appliction Specific Optionsกด Advance
Application Specific Options
1.36 กด Edit
Rman Script
1.37 ทำการแก้ไข Script rman โดย
เพิ่มบรรทัด
-- shutdown immediate;
-- startup mount;
ลบบรรทัด
-- allocate channel
-- parms
ให้เหลือallcate channel,parmsตัวเดียวพอ
เพิ่มบรรทัด
-- alter database open;
1.38 กด Save
  1. ให้ทำการ Config Backup Archive files ด้วย Data Protector
Backup Archive Database
2.1 ให้ทำการเลือก à Data Protector Manager
2.2 ทำการเลือก click เลือก
Backupà Backup Specifications
à Oracle8 Server
2.3 ทำการเลือก click ขวาเลือก Add Backup
Create New Backup
2.4 เลือก Blank Oracle8 Backup แล้วกด ok
Create New Backup
2.5 Client เลือก server.test.com
2.6 Application database เลือก ORCL
Create New Backup
2.7 กด Next
Create New Backup
2.8 click เลือก Drive ที่ต้องการจะใช้
2.9 กด Properties
Device Properties
2.10 Media Pool เลือกORACLE_ORCL
2.11 กด Add
Add Media to Prealloc List
2.12 เลือก Tape กดมี Lable เป็น ORACLE_ORCL_Archive
2.13 กด Add
Device Properties
2.14 กด OK
Create New Backup
2.15 กด Next
Create New Backup
2.16 กด Next
Create New Backup
2.17เลือกวันเวลา
2.18 กด Next
Create New Backup
2.19 กด Save as
Create New Backup
2.20 ตั้งชื่อ Name ที่ต้องการ
2.21 กด OK
Create New Backup
2.22 ทำการเลือก click เลือก
Backupà Backup Specifications
à Oracle8 Serverà ORCL_Archive_all (ที่เพิ่งทำเสร็จ)
2.23 ทำการเลือก tab Source
2.24 click ขวาที่เครื่อง เลือก Configure
Configure Oracle8
2.25 ทำการเลือก tab Connection
2.26 ตรง Oracle login
ใส่ password และเลือก
2.27 เลือก Use recovery catalog
2.28 user name ใส่ rman_db
passwordใส่ rman_db
service ใส่ OMS
2.29 กด OK
Messages
2.30 ระบบ จะบอกการ connectกับ catalog ว่าสำเร็จหรือไม่
2.30 กด OK

0 comments:

Loading