SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
How to run PRM DUL For Oracle Database on AIX?
PRM is designed for Enterprise Database Recovery, which includes all
Oracle DUL data recovery functionalities, and also easy-to-use GUI.
PRM For Oracle Database 3.1 GUI:
PRM almost can recovery Oracle database on all operating system,
including:
Linux (RedHat, Centos, Oracle Linux, Suse),AIX, Solaris, HPUX, Windows
2003 Server/XP/2000/NT。
PRM Support Oracle database which starts from 9i, 10g, 11g to 12c.
Since ParnassusData Recovery Manager PRM DUL for Oracle Database is JAVA
developed tools, and can be ran on different operating system, including: AIX、Solaris、
HPUX、Linux and Windows.
On AIX, the Prerequisite is:
1、 AIX had installed JDK 1.6 or above
2、 If the database has Chinese or non-English character, please install Chinese language
package or related language packages. Or PRM can not display correctly.
Type lsllp to list all installed Java package, lslpp –l|grep Java with capitalize J
bash-4.2# lslpp -l | grep Java
Java5.sdk 5.0.0.430 COMMITTED Java SDK 32-bit
Java5_64.sdk 5.0.0.430 COMMITTED Java SDK 64-bit
Java6.sdk 6.0.0.280 COMMITTED Java SDK 32-bit
Java6_64.sdk 6.0.0.385 COMMITTED Java SDK 64-bit
Java5.sdk 5.0.0.430 COMMITTED Java SDK 32-bit
Java5_64.sdk 5.0.0.430 COMMITTED Java SDK 64-bit
Java6.sdk 6.0.0.280 COMMITTED Java SDK 32-bit
Java6_64.sdk 6.0.0.385 COMMITTED Java SDK 64-bit
If there is no Java 6 information, it means no Java 6 installed.
Dowload Java6_64.sdk Address: http://pan.baidu.com/s/1mg7ejxu
After download, unzip Java SDK via tar and install via smitty installp
If you don’t know Java executed file, use below command for it.
bash-4.2$ lslpp -f Java6.sdk|grep /bin/java
/usr/java6/bin/java -> /usr/java6/jre/bin/java
/usr/java6/jre/bin/javaw
/usr/java6/jre/bin/java
/usr/java6/jre/bin/javaws
/usr/java6/jre/javaws/javaws ->
/usr/java6/jre/bin/javaws
/usr/java6/bin/javadoc
/usr/java6/bin/javac
/usr/java6/bin/javah
/usr/java6/bin/javap
/usr/java6/bin/javaw -> /usr/java6/jre/bin/javaw
/usr/java6/bin/java-rmi.cgi
/usr/java6/jre/bin/java_vm
/usr/java6/bin/javaws -> /usr/java6/jre/bin/javaws
bash-4.2$ /usr/java6/bin/java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap3260sr9fp2-20110627_03(SR9 FP2))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260sr9-20110624_85526 (JIT
enabled, AOT enabled)
J9VM - 20110624_085526
JIT - r9_20101028_17488ifx17
GC - 20101027_AA)
JCL - 20110530_01
Add java bin to Path
export PATH= /usr/java6/bin:$PATH
bash-4.2$ cd /orahome/ParnassusData_PRMForOracle_3002
chmod 700 prm.sh
Enter below to run
./prm.sh
If there is an error, and the application does not start GUI, like below:
please RUN:
java –jar prm.jar
Install AIX 6.1 Chinese language package steps, as below:
AIX 6.1 has two system install CDs, and in order to install Chinese language UTF, GB, it
may use both of CDs.
Step 1
To implementation, sometimes, we need check current installed character set and install
others:
To install character set:
1. Check OS current character set
# locale
2. Check OS current installed character set
# locale -a
3. Install new character set
Insert system CD
4. insert disk2,login system as root, mount CD drive:
#mount -rv cdrfs /dev/cd0 /mnt
#smit lang
---->Add Additional Language Environments
---->CULTURAL convention to install; LANGUAGE translation to install
To display character set use Esc+4 or F4. Chinese character set is end by ZH_CN and
start by UTF and GB. Click enter to install. If install failed, it shows which are not
installed. Usually as below 6:
xlC.msg.ZH_CN.cpp
bos.loc.utf.ZH_CN
bos.loc.iso.Zh_CN
X11.loc.Zh_CN.base.rte
X11.loc.ZH_CN.base.rte
Java5.msg.Zh_CN
*** Attention to capitalized and no capitalized characters, in AIX, it means different ***
Step 2
Filesets has dependency inside, and need to install sequentially
First run unmount /mnt,unmount disk2,and insert disk1,mount disk2,mount -rv cdrfs
/dev/cd0 /mnt,install below filesets:
installp -ac -d/mnt/installp/ppc X11.fnt.ucs.ttf_extb
installp -ac -d/mnt/installp/ppc bos.loc.com.utf
installp -ac -d/mnt/installp/ppc bos.iconv
Run unmount /mnt, and take out disk1 and insert disk2, mount drive mount -rv cdrfs
/dev/cd0 /mnt. Install below filesets:
installp -ac -d/mnt/installp/ppc X11.fnt.ucs.ttf_CN
installp -ac -d/mnt/installp/ppc Java5.msg.Zh_CN
installp -ac -d/mnt/installp/ppc X11.loc.ZH_CN.base.rte
installp -ac -d/mnt/installp/ppc X11.loc.Zh_CN.base.rte
installp -ac -d/mnt/installp/ppc bos.loc.com.CN
installp -ac -d/mnt/installp/ppc bos.loc.utf.ZH_CN
installp -ac -d/mnt/installp/ppc xlC.msg.ZH_CN.cpp
Step3
Check system characters locale –a, if display as below
C
POSIX
ZH_CN
ZH_CN.UTF-8
zh_CN
zh_CN.GB***
en_US
en_US.8859-15
en_US.ISO8859-1
They were successfully installed if there are UTF and GB character set
Set up language variables.
Modify system character set
vi /etc/environment --> LANG=Zh_CN
Modify user character set
vi .profile --> EXPORT LANG=xxx
***Reboot is not necessary***
Resource: http://www.ParnassusData.com/resources/
Technical Support: service@ParnassusData.com
Sales: sales@ParnassusData.com
Download PRM: http://www.ParnassusData.com/
Contact Us: http://www.ParnassusData.com/zh-hans/contact
Parnassus Data Inc., Gaoping Road 733-4, Shanghai, China
Tel: (+86) 13764045638
Web: http://www.ParnassusData.com
Facebook: http://www.facebook.com/ParnassusData
Twitter: http://twitter.com/ParnassusData
Weibo: http://weibo.com/ParnassusData
Copyright © 2014, ParnassusData and/or its affiliates. All rights reserved. This document is provided
for information purposes only and the contents hereof are subject to change without notice. This
document is not warranted to be error-free, nor subject to any other warranties or conditions, whether
expressed orally or implied in law, including implied warranties and conditions of merchantability or
fitness for a particular purpose. We specifically disclaim any liability with respect to this document and
no contractual obligations are formed either directly or indirectly by this document. This document may
not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any
purpose, without our prior written permission.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be
trademarks of their respective owners.
AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of
Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel
Corporation. All SPARC trademarks are used under license and are trademarks or registered
trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open
Company, Ltd. 0410
Copyright © 2014 ParnassusData Corporation. All Rights Reserved.

Mais conteúdo relacionado

Destaque

New Zealand Franchising Confidence Index | October 2016
New Zealand Franchising Confidence Index | October 2016New Zealand Franchising Confidence Index | October 2016
New Zealand Franchising Confidence Index | October 2016Franchize Consultants
 
Minutes of bod meeting august 14'
Minutes of bod meeting august 14'Minutes of bod meeting august 14'
Minutes of bod meeting august 14'Marivic Aloc
 
Oracle dba必备技能 使用os watcher工具监控系统性能负载
Oracle dba必备技能   使用os watcher工具监控系统性能负载Oracle dba必备技能   使用os watcher工具监控系统性能负载
Oracle dba必备技能 使用os watcher工具监控系统性能负载maclean liu
 
01. a. salinan permendikbud no. 54 tahun 2013 ttg skl
01. a. salinan permendikbud no. 54 tahun 2013 ttg skl01. a. salinan permendikbud no. 54 tahun 2013 ttg skl
01. a. salinan permendikbud no. 54 tahun 2013 ttg sklIrma Muthiara Sari
 
20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)
20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)
20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)Takeshita Kouhei
 
Gebruiksaanwijzing platformweegschaal
Gebruiksaanwijzing platformweegschaalGebruiksaanwijzing platformweegschaal
Gebruiksaanwijzing platformweegschaallaurenztack
 
Iof panel microsoft final_clean
Iof panel microsoft final_cleanIof panel microsoft final_clean
Iof panel microsoft final_cleanJason Potts
 
Ioug 2010 oracle critical patch updates unwrapped presentation
Ioug 2010 oracle critical patch updates unwrapped presentationIoug 2010 oracle critical patch updates unwrapped presentation
Ioug 2010 oracle critical patch updates unwrapped presentationmaclean liu
 
Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作maclean liu
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxmaclean liu
 
【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321
【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321
【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321maclean liu
 
11g新特性streams同步捕获
11g新特性streams同步捕获11g新特性streams同步捕获
11g新特性streams同步捕获maclean liu
 
Presentation for Workshop on RTTC Curriculum Revision workshop
Presentation for Workshop on RTTC Curriculum Revision workshopPresentation for Workshop on RTTC Curriculum Revision workshop
Presentation for Workshop on RTTC Curriculum Revision workshopStefaan Vande Walle
 
06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...
06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...
06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...Irma Muthiara Sari
 

Destaque (19)

New Zealand Franchising Confidence Index | October 2016
New Zealand Franchising Confidence Index | October 2016New Zealand Franchising Confidence Index | October 2016
New Zealand Franchising Confidence Index | October 2016
 
Minutes of bod meeting august 14'
Minutes of bod meeting august 14'Minutes of bod meeting august 14'
Minutes of bod meeting august 14'
 
Oracle dba必备技能 使用os watcher工具监控系统性能负载
Oracle dba必备技能   使用os watcher工具监控系统性能负载Oracle dba必备技能   使用os watcher工具监控系统性能负载
Oracle dba必备技能 使用os watcher工具监控系统性能负载
 
How To Make Children Money Wise
How To Make Children Money WiseHow To Make Children Money Wise
How To Make Children Money Wise
 
Kisi-kisi Materi PLPG IPA SMP
Kisi-kisi Materi PLPG IPA SMPKisi-kisi Materi PLPG IPA SMP
Kisi-kisi Materi PLPG IPA SMP
 
Investigacion
InvestigacionInvestigacion
Investigacion
 
BPM & KM: They Converge Quite Nicely
BPM & KM: They Converge Quite NicelyBPM & KM: They Converge Quite Nicely
BPM & KM: They Converge Quite Nicely
 
Hallgrímur.P.
Hallgrímur.P.Hallgrímur.P.
Hallgrímur.P.
 
01. a. salinan permendikbud no. 54 tahun 2013 ttg skl
01. a. salinan permendikbud no. 54 tahun 2013 ttg skl01. a. salinan permendikbud no. 54 tahun 2013 ttg skl
01. a. salinan permendikbud no. 54 tahun 2013 ttg skl
 
20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)
20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)
20151017八戸学院大学かいごの学校資料(ビーブリッド竹下)
 
Gebruiksaanwijzing platformweegschaal
Gebruiksaanwijzing platformweegschaalGebruiksaanwijzing platformweegschaal
Gebruiksaanwijzing platformweegschaal
 
Iof panel microsoft final_clean
Iof panel microsoft final_cleanIof panel microsoft final_clean
Iof panel microsoft final_clean
 
Ioug 2010 oracle critical patch updates unwrapped presentation
Ioug 2010 oracle critical patch updates unwrapped presentationIoug 2010 oracle critical patch updates unwrapped presentation
Ioug 2010 oracle critical patch updates unwrapped presentation
 
Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
 
【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321
【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321
【Maclean liu技术分享】拨开oracle cbo优化器迷雾,探究histogram直方图之秘 0321
 
11g新特性streams同步捕获
11g新特性streams同步捕获11g新特性streams同步捕获
11g新特性streams同步捕获
 
Presentation for Workshop on RTTC Curriculum Revision workshop
Presentation for Workshop on RTTC Curriculum Revision workshopPresentation for Workshop on RTTC Curriculum Revision workshop
Presentation for Workshop on RTTC Curriculum Revision workshop
 
06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...
06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...
06. a. salinan permendikbud no. 68 th 2013 ttg ttg kd dan struktur kurikulum ...
 

Mais de maclean liu

Mysql企业备份发展及实践
Mysql企业备份发展及实践Mysql企业备份发展及实践
Mysql企业备份发展及实践maclean liu
 
Oracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアル
Oracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアルOracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアル
Oracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアルmaclean liu
 
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略maclean liu
 
基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案
基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案
基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案maclean liu
 
TomCat迁移步骤简述以及案例
TomCat迁移步骤简述以及案例TomCat迁移步骤简述以及案例
TomCat迁移步骤简述以及案例maclean liu
 
PRM DUL Oracle Database Health Check
PRM DUL Oracle Database Health CheckPRM DUL Oracle Database Health Check
PRM DUL Oracle Database Health Checkmaclean liu
 
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案maclean liu
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响maclean liu
 
【诗檀软件】Mysql高可用方案
【诗檀软件】Mysql高可用方案【诗檀软件】Mysql高可用方案
【诗檀软件】Mysql高可用方案maclean liu
 
Shoug at apouc2015 4min pitch_biotwang_v2
Shoug at apouc2015 4min pitch_biotwang_v2Shoug at apouc2015 4min pitch_biotwang_v2
Shoug at apouc2015 4min pitch_biotwang_v2maclean liu
 
Apouc 4min pitch_biotwang_v2
Apouc 4min pitch_biotwang_v2Apouc 4min pitch_biotwang_v2
Apouc 4min pitch_biotwang_v2maclean liu
 
使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1
使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1
使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1maclean liu
 
诗檀软件 Oracle开发优化基础
诗檀软件 Oracle开发优化基础 诗檀软件 Oracle开发优化基础
诗檀软件 Oracle开发优化基础 maclean liu
 
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wangOrclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wangmaclean liu
 
诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24
诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24
诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24maclean liu
 
追求Jdbc on oracle最佳性能?如何才好?
追求Jdbc on oracle最佳性能?如何才好?追求Jdbc on oracle最佳性能?如何才好?
追求Jdbc on oracle最佳性能?如何才好?maclean liu
 
使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践
使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践
使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践maclean liu
 
Prm dul is an oracle database recovery tool database
Prm dul is an oracle database recovery tool   databasePrm dul is an oracle database recovery tool   database
Prm dul is an oracle database recovery tool databasemaclean liu
 
Parnassus data recovery manager for oracle database user guide v0.3
Parnassus data recovery manager for oracle database user guide v0.3Parnassus data recovery manager for oracle database user guide v0.3
Parnassus data recovery manager for oracle database user guide v0.3maclean liu
 
Oracle prm安装说明
Oracle prm安装说明Oracle prm安装说明
Oracle prm安装说明maclean liu
 

Mais de maclean liu (20)

Mysql企业备份发展及实践
Mysql企业备份发展及实践Mysql企业备份发展及实践
Mysql企业备份发展及实践
 
Oracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアル
Oracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアルOracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアル
Oracle専用データ復旧ソフトウェアprm dulユーザーズ・マニュアル
 
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
 
基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案
基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案
基于Oracle 12c data guard & far sync的低资源消耗两地三数据中心容灾方案
 
TomCat迁移步骤简述以及案例
TomCat迁移步骤简述以及案例TomCat迁移步骤简述以及案例
TomCat迁移步骤简述以及案例
 
PRM DUL Oracle Database Health Check
PRM DUL Oracle Database Health CheckPRM DUL Oracle Database Health Check
PRM DUL Oracle Database Health Check
 
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 
【诗檀软件】Mysql高可用方案
【诗檀软件】Mysql高可用方案【诗檀软件】Mysql高可用方案
【诗檀软件】Mysql高可用方案
 
Shoug at apouc2015 4min pitch_biotwang_v2
Shoug at apouc2015 4min pitch_biotwang_v2Shoug at apouc2015 4min pitch_biotwang_v2
Shoug at apouc2015 4min pitch_biotwang_v2
 
Apouc 4min pitch_biotwang_v2
Apouc 4min pitch_biotwang_v2Apouc 4min pitch_biotwang_v2
Apouc 4min pitch_biotwang_v2
 
使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1
使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1
使用Oracle osw analyzer工具分析oswbb日志,并绘制系统性能走势图1
 
诗檀软件 Oracle开发优化基础
诗檀软件 Oracle开发优化基础 诗檀软件 Oracle开发优化基础
诗檀软件 Oracle开发优化基础
 
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wangOrclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
 
诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24
诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24
诗檀软件 – Oracle数据库修复专家 oracle数据块损坏知识2014-10-24
 
追求Jdbc on oracle最佳性能?如何才好?
追求Jdbc on oracle最佳性能?如何才好?追求Jdbc on oracle最佳性能?如何才好?
追求Jdbc on oracle最佳性能?如何才好?
 
使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践
使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践
使用Virtual box在oracle linux 5.7上安装oracle database 11g release 2 rac的最佳实践
 
Prm dul is an oracle database recovery tool database
Prm dul is an oracle database recovery tool   databasePrm dul is an oracle database recovery tool   database
Prm dul is an oracle database recovery tool database
 
Parnassus data recovery manager for oracle database user guide v0.3
Parnassus data recovery manager for oracle database user guide v0.3Parnassus data recovery manager for oracle database user guide v0.3
Parnassus data recovery manager for oracle database user guide v0.3
 
Oracle prm安装说明
Oracle prm安装说明Oracle prm安装说明
Oracle prm安装说明
 

Último

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...kalichargn70th171
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...Nitya salvi
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxalwaysnagaraju26
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 

Último (20)

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 

How to run prm for oracle database on aix

  • 1. How to run PRM DUL For Oracle Database on AIX? PRM is designed for Enterprise Database Recovery, which includes all Oracle DUL data recovery functionalities, and also easy-to-use GUI. PRM For Oracle Database 3.1 GUI: PRM almost can recovery Oracle database on all operating system, including: Linux (RedHat, Centos, Oracle Linux, Suse),AIX, Solaris, HPUX, Windows 2003 Server/XP/2000/NT。 PRM Support Oracle database which starts from 9i, 10g, 11g to 12c. Since ParnassusData Recovery Manager PRM DUL for Oracle Database is JAVA developed tools, and can be ran on different operating system, including: AIX、Solaris、 HPUX、Linux and Windows. On AIX, the Prerequisite is: 1、 AIX had installed JDK 1.6 or above 2、 If the database has Chinese or non-English character, please install Chinese language package or related language packages. Or PRM can not display correctly. Type lsllp to list all installed Java package, lslpp –l|grep Java with capitalize J bash-4.2# lslpp -l | grep Java Java5.sdk 5.0.0.430 COMMITTED Java SDK 32-bit
  • 2. Java5_64.sdk 5.0.0.430 COMMITTED Java SDK 64-bit Java6.sdk 6.0.0.280 COMMITTED Java SDK 32-bit Java6_64.sdk 6.0.0.385 COMMITTED Java SDK 64-bit Java5.sdk 5.0.0.430 COMMITTED Java SDK 32-bit Java5_64.sdk 5.0.0.430 COMMITTED Java SDK 64-bit Java6.sdk 6.0.0.280 COMMITTED Java SDK 32-bit Java6_64.sdk 6.0.0.385 COMMITTED Java SDK 64-bit If there is no Java 6 information, it means no Java 6 installed. Dowload Java6_64.sdk Address: http://pan.baidu.com/s/1mg7ejxu After download, unzip Java SDK via tar and install via smitty installp If you don’t know Java executed file, use below command for it. bash-4.2$ lslpp -f Java6.sdk|grep /bin/java /usr/java6/bin/java -> /usr/java6/jre/bin/java /usr/java6/jre/bin/javaw /usr/java6/jre/bin/java /usr/java6/jre/bin/javaws /usr/java6/jre/javaws/javaws -> /usr/java6/jre/bin/javaws /usr/java6/bin/javadoc /usr/java6/bin/javac /usr/java6/bin/javah /usr/java6/bin/javap /usr/java6/bin/javaw -> /usr/java6/jre/bin/javaw /usr/java6/bin/java-rmi.cgi /usr/java6/jre/bin/java_vm /usr/java6/bin/javaws -> /usr/java6/jre/bin/javaws bash-4.2$ /usr/java6/bin/java -version java version "1.6.0" Java(TM) SE Runtime Environment (build pap3260sr9fp2-20110627_03(SR9 FP2)) IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260sr9-20110624_85526 (JIT enabled, AOT enabled) J9VM - 20110624_085526 JIT - r9_20101028_17488ifx17 GC - 20101027_AA)
  • 3. JCL - 20110530_01 Add java bin to Path export PATH= /usr/java6/bin:$PATH bash-4.2$ cd /orahome/ParnassusData_PRMForOracle_3002 chmod 700 prm.sh Enter below to run ./prm.sh If there is an error, and the application does not start GUI, like below: please RUN: java –jar prm.jar
  • 4. Install AIX 6.1 Chinese language package steps, as below: AIX 6.1 has two system install CDs, and in order to install Chinese language UTF, GB, it may use both of CDs. Step 1 To implementation, sometimes, we need check current installed character set and install others: To install character set: 1. Check OS current character set # locale 2. Check OS current installed character set # locale -a 3. Install new character set Insert system CD 4. insert disk2,login system as root, mount CD drive: #mount -rv cdrfs /dev/cd0 /mnt
  • 5. #smit lang ---->Add Additional Language Environments ---->CULTURAL convention to install; LANGUAGE translation to install To display character set use Esc+4 or F4. Chinese character set is end by ZH_CN and start by UTF and GB. Click enter to install. If install failed, it shows which are not installed. Usually as below 6: xlC.msg.ZH_CN.cpp bos.loc.utf.ZH_CN bos.loc.iso.Zh_CN X11.loc.Zh_CN.base.rte X11.loc.ZH_CN.base.rte Java5.msg.Zh_CN *** Attention to capitalized and no capitalized characters, in AIX, it means different *** Step 2 Filesets has dependency inside, and need to install sequentially First run unmount /mnt,unmount disk2,and insert disk1,mount disk2,mount -rv cdrfs /dev/cd0 /mnt,install below filesets: installp -ac -d/mnt/installp/ppc X11.fnt.ucs.ttf_extb installp -ac -d/mnt/installp/ppc bos.loc.com.utf installp -ac -d/mnt/installp/ppc bos.iconv Run unmount /mnt, and take out disk1 and insert disk2, mount drive mount -rv cdrfs /dev/cd0 /mnt. Install below filesets: installp -ac -d/mnt/installp/ppc X11.fnt.ucs.ttf_CN installp -ac -d/mnt/installp/ppc Java5.msg.Zh_CN installp -ac -d/mnt/installp/ppc X11.loc.ZH_CN.base.rte installp -ac -d/mnt/installp/ppc X11.loc.Zh_CN.base.rte installp -ac -d/mnt/installp/ppc bos.loc.com.CN installp -ac -d/mnt/installp/ppc bos.loc.utf.ZH_CN installp -ac -d/mnt/installp/ppc xlC.msg.ZH_CN.cpp Step3 Check system characters locale –a, if display as below C POSIX ZH_CN ZH_CN.UTF-8 zh_CN zh_CN.GB*** en_US
  • 6. en_US.8859-15 en_US.ISO8859-1 They were successfully installed if there are UTF and GB character set Set up language variables. Modify system character set vi /etc/environment --> LANG=Zh_CN Modify user character set vi .profile --> EXPORT LANG=xxx ***Reboot is not necessary*** Resource: http://www.ParnassusData.com/resources/ Technical Support: service@ParnassusData.com Sales: sales@ParnassusData.com Download PRM: http://www.ParnassusData.com/ Contact Us: http://www.ParnassusData.com/zh-hans/contact Parnassus Data Inc., Gaoping Road 733-4, Shanghai, China Tel: (+86) 13764045638 Web: http://www.ParnassusData.com Facebook: http://www.facebook.com/ParnassusData Twitter: http://twitter.com/ParnassusData Weibo: http://weibo.com/ParnassusData Copyright © 2014, ParnassusData and/or its affiliates. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission.
  • 7. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open Company, Ltd. 0410 Copyright © 2014 ParnassusData Corporation. All Rights Reserved.