如何获得 oracle RAC 11g asm spfile S档



方法一:

[[email protected] ~]# su - grid

[[email protected] ~]$ sqlplus / as sysasm

SQL*Plus: Release 11.2.0.3.0 Production on Thu Jul 3 09:36:27 2014

Copyright (c) 1982, 2011, Oracle. All rights reserved.

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

With the Real Application Clusters and Automatic Storage Management options

SQL> select sys_context(‘sys_cluster_properties‘,‘asm_spfile‘,4000) as val from dual;

VAL

--------------------------------------------------------------------------------

+DUPCRS/vmrac-cluster/asmparameterfile/registry.253.850656291

方法二:

SQL> show parameter pfile

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

spfile string +DUPCRS/vmrac-cluster/asmparam

eterfile/registry.253.850656291

方法三:

ASMCMD> spget

+DUPCRS/vmrac-cluster/asmparameterfile/registry.253.850656291

方法四:

[[email protected] ~]# gpnptool get 2>/dev/null | xmllint --format - | egrep ‘CSS-Profile|ASM-Profile|Network id‘

<gpnp:HostNetwork id="gen" HostName="*">

<gpnp:Network id="net1" IP="10.80.18.0" Adapter="eth0" Use="public"/>

<gpnp:Network id="net2" IP="10.0.0.0" Adapter="eth1" Use="cluster_interconnect"/>

<orcl:CSS-Profile id="css" DiscoveryString="+asm" LeaseDuration="400"/>

<orcl:ASM-Profile id="asm" DiscoveryString="" SPFile="+DUPCRS/vmrac-cluster/asmparameterfile/registry.253.850656291"/>

版权声明:本文博客原创文章。博客,未经同意,不得转载。

时间: 2024-07-28 12:21:08

如何获得 oracle RAC 11g asm spfile S档的相关文章

如何获取 oracle RAC 11g asm spfile 的位置

 方法一: [[email protected] ~]# su - grid [[email protected] ~]$ sqlplus / as sysasm SQL*Plus: Release 11.2.0.3.0 Production on Thu Jul 3 09:36:27 2014 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise

srvctl commands in Oracle RAC 11g

srvctl commands in Oracle RAC 11g SRVCTL (Server Control utility) commands in Oracle 11g RAC srvctl command target [options] commands: enable|disable|start|stop|relocate|status|add|remove|modify|getenv|setenv|unsetenv|config targets: database/db|inst

安装Oracle RAC 11g

1.Oracle Enterprise Linux 和 iSCSI 上构建 Oracle RAC 11g 集群 2.Oracle RAC 的所有共享磁盘存储将基于 iSCSI,iSCSI 使用在第三个节点(该节点在本文中称为网络存储服务器)上运行的 Openfiler 2.3 版 x86_64 3.每个 Linux 节点仅配置两个网络接口 - eth0 用于连接公共网络, eth1 用于 Oracle RAC 专用互连"和"连接网络存储服务器以便进行共享 iSCSI 访问.而在实现生产

oracle之 RAC 11G ASM下控制文件多路复用

如果数据库仅有一组control file文件,需要添加一组或者多组,保证一组文件损坏或者丢失导致数据库宕机. -- 环境说明SQL> select * from v$version;BANNER--------------------------------------------------------------------------------Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Produc

ORACLE RAC 11g的搭建安装完全手册(适用于RedHat 6.4)

说明:因工作需要,苦练RAC安装.在百度狂搜之后,发现还没有一份完整版的,适合新手搭建RAC 11G环境的安装手册. 本安装步骤手册通过本人根据实践,整理后的真实安装步骤. 在通过对RAC 10g和11g进行安装,发现还有有些区别.在RAC 11g中,RAC已经被整合到oracle grid infrastructure.下面是整个安装步骤,与需要的朋友分享下.      安装环境列表: 1.VMwave 9.0 64位虚拟机 2.安装2台操作系统:RedHat 6.4 64bit 3.orac

ORACLE RAC 11G 更改 /etc/hosts文件

来自官方文档:(1)Can I change the public hostname in my Oracle Database 10g Cluster using Oracle Clusterware? Hostname changes are not supported in Oracle Clusterware (CRS), unless you want to perform a deletenode followed by a new addnode operation. The ho

oracle rac 11g 日志占满系统盘导致数据库down掉

oracle日志占满系统盘满了导致数据库挂掉 并且archivelog日志也满了倒是数据库无法open,无法登陆,幸好还可以到mount状态.解决办法: 1.根据报错查看 表象: crs 服务down掉 CRS-0184: Cannot communicate with the CRS daemon删除/var/tmp/.oracle 目录删除oracle alter日志:cd /u01/app/oracle/rdbms/bol/BOL1/alterrm -rf * 到此重启机器 可以启动ora

RHEL6.5安装Oracle RAC 11g( 四,数据库安装)

实验环境 虚拟机VMware? Workstation 15 Pro 操作系统RHEL 6.5 存储虚拟机模拟共享存储 存储分配 名称 容量 作用 ocr1 4G 存储ocr ocr2 4G 存储ocr data 20G 存储数据 Oracle软件p13390677_112040_Linux-x86-64_1of7.zipp13390677_112040_Linux-x86-64_2of7.zipp13390677_112040_Linux-x86-64_3of7.zip 网络拓扑 服务器 连接

oracle rac 11g修改开启归档并修改归档日志路径

1.修改归档路径参数 sqlplus / as sysdba SQL> alter system set log_archive_dest_1='location=+ASMARCH' scope=spfile sid='*'; 2.关闭数据库,全部节点都要关闭 srvctl stop database -d racdb 3.将一个节点数据库启动到mount状态5并修改数据库的归档模式并启动数据库 srvctl start instance -d racdb -i racdb2 -o mount