Showing posts with label grid. Show all posts
Showing posts with label grid. Show all posts

Friday, January 08, 2010

Instalação do Oracle EM Grid Control 10.2.0.5 em Linux x86 – Part 3

Instalação do Agent 10.2.0.5 em  Linux x86
Software para download  em :
http://www.oracle.com/technology/software/products/oem/htdocs/agentsoft.html
Documentação de instalação :
http://www.oracle.com/technology/software/products/oem/files/agent-files/32-bit/linux-32-10.2.0.5.-instructions.txt
Configurando o etc/hosts
Configurar o etc/hosts para o servidor target poder enchergar o Grid Control server.
[oracle@jamaica oracle]$ more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.79.130  jamaica jamaica
127.0.0.1       localhost.localdomain   localhost
192.168.79.134  suecia  suecia
[oracle@jamaica oracle]$
Teste de conectividade :
[root@jamaica ~]# ping suecia
PING suecia (192.168.79.134) 56(84) bytes of data.
64 bytes from suecia (192.168.79.134): icmp_seq=1 ttl=64 time=15.9 ms
64 bytes from suecia (192.168.79.134): icmp_seq=2 ttl=64 time=0.178 ms
64 bytes from suecia (192.168.79.134): icmp_seq=3 ttl=64 time=0.075 ms
64 bytes from suecia (192.168.79.134): icmp_seq=4 ttl=64 time=0.164 ms
Desbloqueando a conta DBSNMP do banco de dados target
[oracle@jamaica oracle]$ sqlplus "/ as sysdba"
SQL*Plus: Release 10.2.0.4.0 - Production on Fri Jan 8 06:27:20 2010
Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
sys@OCADB on 08-JAN-10 >set lines 300 pages 1000 timing on serveroutput on
sys@OCADB on 08-JAN-10 >select username,account_status from dba_users where username='DBSNMP';
USERNAME                       ACCOUNT_STATUS
------------------------------ --------------------------------
DBSNMP                         OPEN
Elapsed: 00:00:00.19
sys@OCADB on 08-JAN-10 >alter user DBSNMP identified by DBSNMP;
User altered.
Elapsed: 00:00:00.22
sys@OCADB on 08-JAN-10 >
No caso o meu já estava desbloqueado,mas caso não estivesse era só adicionar as palavras-chave account unlock no alter user .
Na máquina target tenho um banco de dados com o SID ocadb,uma instância ASM e o Listener :
[oracle@jamaica sw]$ ps -ef|grep pmon
oracle    3277     1  0 06:18 ?        00:00:00 asm_pmon_+ASM
oracle    3457     1  0 06:22 ?        00:00:00 ora_pmon_ocadb
oracle    3731  3241  0 06:42 pts/1    00:00:00 grep pmon
[oracle@jamaica sw]$ ps -ef|grep tns
oracle    3538     1  0 06:23 ?        00:00:00 /u01/app/oracle/product/10.2.0/bin/tnslsnr LISTENER -inherit
oracle    3733  3241  0 06:42 pts/1    00:00:00 grep tns
[oracle@jamaica sw]$
Descompactação do software
Fiz um unzip do arquivo Linux_Grid_Control_agent_download_10_2_0_5_0.zip e os arquivos estraídos foram :
[oracle@jamaica sw]$ ls -l
total 368008
-rwxrwxr-x 1 oracle oinstall      1874 Jun 22  2007 agentdeployroot.sh
-rwxrwxr-x 1 oracle oinstall     23372 Sep 29  2008 agent_download.rsp.bak
-rwxrwxr-x 1 oracle oinstall      9532 Feb 23  2009 instructions.txt
drwxrwxr-x 8 oracle oinstall      4096 Feb 20  2009 linux
-rw-r--r-- 1 oracle oinstall 376420365 Jan  7 18:11 Linux_Grid_Control_agent_download_10_2_0_5_0.zip
[oracle@jamaica sw]$
Instalação do Management Agent 10.2.0.5
Localização dos arquivos depois da descompactação :
[oracle@jamaica agent]$ pwd
/u02/sw/linux/agent
[oracle@jamaica agent]$ ls -l
total 16
drwxrwxr-x  5 oracle oinstall 4096 Feb 20  2009 install
-rwxrwxr-x  1 oracle oinstall 5281 Dec 18  2008 runInstaller
drwxrwxr-x 11 oracle oinstall 4096 Feb 20  2009 stage
[oracle@jamaica agent]$
Executando o runInstaller :
  Additional Management Agent

Escolha da home do Agent :








Executar o script roor.sh  :
[root@jamaica ~]# /u02/app/agent10g/root.sh
Running Oracle10 root.sh script...
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u02/app/agent10g
Enter the full pathname of the local bin directory: [/usr/local/bin]:
The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
[n]: y
   Copying dbhome to /usr/local/bin ...
The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
[n]: y
   Copying oraenv to /usr/local/bin ...
The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
[n]: y
   Copying coraenv to /usr/local/bin ...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
[root@jamaica ~]#
No OUI :


A instalação dos binários ocorreu sem problemas , mas ainda vamos verificar se realmente está funcionando  corretamente!
[oracle@jamaica bin]$ ./emctl status agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 10.2.0.5.0
OMS Version       : 10.2.0.5.0
Protocol Version  : 10.2.0.5.0
Agent Home        : /u02/app/agent10g
Agent binaries    : /u02/app/agent10g
Agent Process ID  : 11513
Parent Process ID : 11488
Agent URL         : https://jamaica.riversideti.com.br:3872/emd/main/
Repository URL    : https://suecia:1159/em/upload
Started at        : 2010-01-08 07:01:42
Started by user   : oracle
Last Reload       : 2010-01-08 07:01:42
Last successful upload                       : 2010-01-08 07:02:51
Total Megabytes of XML files uploaded so far :     9.50
Number of XML files pending upload           :        0
Size of XML files pending upload(MB)         :     0.00
Available disk space on upload filesystem    :    19.41%
Last successful heartbeat to OMS             : 2010-01-08 07:02:50
---------------------------------------------------------------
Agent is Running and Ready
[oracle@jamaica bin]$ ./emctl status agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 10.2.0.5.0
OMS Version       : 10.2.0.5.0
Protocol Version  : 10.2.0.5.0
Agent Home        : /u02/app/agent10g
Agent binaries    : /u02/app/agent10g
Agent Process ID  : 11513
Parent Process ID : 11488
Agent URL         : https://jamaica.riversideti.com.br:3872/emd/main/
Repository URL    : https://suecia:1159/em/upload
Started at        : 2010-01-08 07:01:42
Started by user   : oracle
Last Reload       : 2010-01-08 07:01:42
Last successful upload                       : 2010-01-08 07:02:51
Total Megabytes of XML files uploaded so far :     9.50
Number of XML files pending upload           :        0
Size of XML files pending upload(MB)         :     0.00
Available disk space on upload filesystem    :    19.41%
Last successful heartbeat to OMS             : 2010-01-08 07:02:50
---------------------------------------------------------------
Agent is Running and Ready
[oracle@jamaica bin]$
[oracle@jamaica bin]$
[oracle@jamaica bin]$
[oracle@jamaica bin]$ ./emctl upload
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
EMD upload completed successfully
[oracle@jamaica bin]$
[oracle@jamaica bin]$
Ele parece estar se comunicando com o OMS no Grid Server .
Obs :
Caso ele não mostre a frase “EMD upload completed successfully”,temos algum problema na comunicação entre o Management Agent e o OMS.
No Metalink existem algumas notas a respeito do assunto.Use a mensagem de erro  para encontrar a melhor solução do problema.Também faça a procura em blogs e sites de profissionais Oracle que você provavelmente vai encontrar soluções para estes erros.
Algumas notas :
283091.1
787551.1
604495.1
Vamos ver no console de gerenciamento do Grid .
Podemos ver que na aba Targets ele já adicionou o host JAMAICA onde fizemos a instalação do Mnagement Agent .

Clicando no Hots Jamaica entramos em outra tela do Grid,onde mostra algumas abas/menus :

Na aba Targets dentro do Host Jamaica temos os alvos a serem monitorados :

Vamos ver umas das telas de monitoramento do banco de dados ocadb :


Obs.Caso receba mensagem de erro como esta abaixo :

Provavelmente o Grid Server não consegue ter conectividade até o target,portanto verifique o /etc/hosts do Grid e add o IP e Hostname do servidor target.
Continuando...

Acima a área de gerenciamento do target.
Monitoramento da ASM instance :

Monitorando o Listener :

Bom chega ao fim este nosso how-to!
Abs,
Julio Cesar Correa

Thursday, January 07, 2010

Instalação do Oracle EM Grid Control 10.2.0.5 em Linux x86 – Part 2

Olá,
Vamos a continuação do post anterior .
Aplicação do Patch 10.2.0.5 no Grid Control Server 10.2.0.1.1
O software(mídia) para instalação do patch 10.2.0.5 pode ser encontrado em  :
http://www.oracle.com/technology/software/products/oem/htdocs/linuxsoft.html
O procedimento de aplicações deste patch está em :
http://www.oracle.com/technology/software/products/oem/htdocs/gridR5_10205_readme.html
Aplicando o patch
Obs .Certifique-se de que os serviços do OMS,Agent e banco de dados não estejam ativos.



[oracle@suecia patch10205]$ ps -ef|grep ora
root      3190  3165  0 08:13 ?        00:00:04 hald-addon-storage: polling /dev/hdc
oracle   14473     1  0 09:54 ?        00:00:00 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=16
root     14633  1816  0 09:55 ?        00:00:00 sshd: oracle [priv]
oracle   14635 14633  0 09:55 ?        00:00:00 sshd: oracle@notty
oracle   14636 14635  0 09:55 ?        00:00:00 /usr/bin/xterm -ls -display localhost:10.0
oracle   14655 14636  0 09:55 pts/1    00:00:00 -bash
root     15846  1816  0 10:03 ?        00:00:00 sshd: oracle [priv]
oracle   15848 15846  0 10:03 ?        00:00:00 sshd: oracle@pts/2
oracle   15849 15848  0 10:03 pts/2    00:00:00 -bash
oracle   15910 15849  0 10:14 pts/2    00:00:00 ps -ef
oracle   15911 15849  0 10:14 pts/2    00:00:00 grep ora


Descompactação dos arquivos


Execute o unzip nos dois arquivos :
[oracle@suecia ~]$ cd /u01/sw/grid_control/
[oracle@suecia grid_control]$ ls -l
total 4016004
drwxr-xr-x 3 oracle oinstall       4096 Jan  6 12:24 10.2_base
-rw-r--r-- 1 oracle oinstall 1138311452 Feb 23  2009 V15627-01_1of2.zip
-rw-r--r-- 1 oracle oinstall 1137845265 Feb 23  2009 V15627-01_2of2.zip
-rw-r--r-- 1 oracle oinstall 1832188952 May  9  2009 V16617-01.zip
[oracle@suecia grid_control]$ mkdir patch10205
[oracle@suecia grid_control]$ cp V15627-01_1of2.zip V15627-01_2of2.zip patch10205
[oracle@suecia grid_control]$ cd patch10205/
[oracle@suecia patch10205]$ ls -l
total 2225000
-rw-r--r-- 1 oracle oinstall 1138311452 Jan  7 10:05 V15627-01_1of2.zip
-rw-r--r-- 1 oracle oinstall 1137845265 Jan  7 10:06 V15627-01_2of2.zip
[oracle@suecia patch10205]$ mkdir part1 part2
[oracle@suecia patch10205]$ unzip V15627-01_1of2.zip -d part1
Archive:  V15627-01_1of2.zip
extracting: part1/3731596.zip
extracting: part1/3822442.zip
  inflating: part1/README.txt
   creating: part1/doc/
  inflating: part1/doc/BugList_EMGC_10.2.0.5.pdf
  inflating: part1/doc/ReleaseNotes_EMGC_10.2.0.5.html
  inflating: part1/doc/ReleaseNotes_EMGC_10.2.0.5.pdf
  inflating: part1/doc/BugList_EMGC_10.2.0.5.html
[oracle@suecia patch10205]$
[oracle@suecia patch10205]$ unzip V15627-01_2of2.zip -d part2
Archive:  V15627-01_2of2.zip
extracting: part2/p3731593_10205_LINUX.zip
[oracle@suecia patch10205]$
Baixamos do site da Oracle 2 arquivos identificados como xxx.1of2.zip e xxx2of2.zip.


Os arquivos da mídia 1 são usados para outro propósito como descrito no README :
- 3731596.zip is for patching Management Agent by staging the patch set. To understand how you can apply the Management Agent 10.2.0.5 patch set, refer to method 2 described in section 4.3.3 "Upgrading Management Agent - Multiple Hosts at a Time" of the Release Notes. The Release Notes can be found in the "doc" directory.
- 3822442.zip is for patching Management Agent by distributing the full patch set. To understand how to apply the Management Agent 10.2.0.5 patch set, refer to method 1 described in section 4.3.3 "Upgrading Management Agent - Multiple Hosts at a Time" of the Release Notes. The Release Notes can be found in the "doc" directory.
Fiz a descompactação do arquivo V15627-01_2of2.zip que gerará o arquivo p3731593_10205_LINUX.zip.Este é o arquivo que iremos utilizar para o upgrade !


É necessário fazer mais uma descompactação do arquivo gerado da mídia numero 2.
[oracle@suecia part2]$ unzip p3731593_10205_LINUX.zip
O resultado deve ser este aqui :
[oracle@suecia part2]$ ls
3731593  p3731593_10205_LINUX.zip
[oracle@suecia part2]$
Dentro do README do patch está uma informação muito IMPORTANTE :
Note: Make sure that you first upgrade the Oracle Management Service (OMS), and then the Management Agent before upgrading the
database that contains the Management repository (sysman schema)
Aplicando o patch no OMS e SYSMAN schema no repositório(database)


Setando a ORACLE_HOME do OMS



[oracle@suecia part2]$ export ORACLE_HOME=/u01/app/oms10g
[oracle@suecia ~]$ cd /u01/sw/grid_control/patch10205/part2/
[oracle@suecia part2]$ ls
3731593  p3731593_10205_LINUX.zip
[oracle@suecia part2]$ cd 3731593/
[oracle@suecia 3731593]$ ls
Disk1  preinstall.pl  readme.html
[oracle@suecia 3731593]$ cd Disk1/
[oracle@suecia Disk1]$ ls
doc  install  oui  response  runInstaller  stage
[oracle@suecia Disk1]$
Execute o runInstaller :







Obs. O banco dados do repositório(emrep) e o listener devem estar ativos e disponíveis.

Obs. A senha usada foi definida para o usuário sysman no post anterior .









Depois de alguns instantes :


Depois de mais algum tempo :



No prompt como root  executar o root.sh:



[root@suecia /]# /u01/app/oms10g/root.sh
[root@suecia /]#
No OUI depois do Configuration Assistants :

Aplicando o patch no Agent (Grid Server)
Setando o ORACLE_HOME do Agent0g



[oracle@suecia Disk1]$ export ORACLE_HOME=/u01/app/agent10g/
[oracle@suecia Disk1]$ echo $ORACLE_HOME
/u01/app/agent10g/
Executando o runInstaller :






Executar o root.sh com o usuário root :
[root@suecia /]# /u01/app/agent10g/root.sh
Finished product-specific root actions.
[root@suecia /]#
[root@suecia /]#
Novamente no OUI :




Patch instalado,vamos verificar os serviços e o banco de dados rodando




Banco de dados :
[oracle@suecia bin]$ ps -ef|grep pmon
oracle    3437 15849  0 12:24 pts/2    00:00:00 grep pmon
oracle   16555     1  0 10:48 ?        00:00:00 ora_pmon_emrep
Listener :
[oracle@suecia bin]$ ps -ef|grep tns
oracle    3443 15849  0 12:24 pts/2    00:00:00 grep tns
oracle   16478     1  0 10:47 ?        00:00:01 /u01/app/db10g/bin/tnslsnr LISTENER -inherit
OMS :
[oracle@suecia bin]$ ./opmnctl status
Processes in Instance: EnterpriseManager0.suecia
-------------------+--------------------+---------+---------
ias-component      | process-type       |     pid | status
-------------------+--------------------+---------+---------
HTTP_Server        | HTTP_Server        |   23412 | Alive
LogLoader          | logloaderd         |     N/A | Down
dcm-daemon         | dcm-daemon         |   24303 | Alive
OC4J               | home               |   23413 | Alive
OC4J               | OC4J_EMPROV        |   23414 | Alive
OC4J               | OC4J_EM            |   23415 | Alive
OC4J               | OCMRepeater        |   30423 | Alive
WebCache           | WebCache           |   23461 | Alive
WebCache           | WebCacheAdmin      |   23417 | Alive
DSA                | DSA                |     N/A | Down
Agent :
[oracle@suecia bin]$ agenthome
[oracle@suecia agent10g]$ cd bin/
[oracle@suecia bin]$ ./emctl status agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 10.2.0.5.0
OMS Version       : 10.2.0.5.0
Protocol Version  : 10.2.0.5.0
Agent Home        : /u01/app/agent10g
Agent binaries    : /u01/app/agent10g
Agent Process ID  : 1797
Parent Process ID : 1779
Agent URL         : https://suecia:3872/emd/main/
Repository URL    : https://suecia:1159/em/upload
Started at        : 2010-01-07 12:15:14
Started by user   : oracle
Last Reload       : 2010-01-07 12:16:10
Last successful upload                       : 2010-01-07 12:23:58
Total Megabytes of XML files uploaded so far :    11.37
Number of XML files pending upload           :      253
Size of XML files pending upload(MB)         :     5.41
Available disk space on upload filesystem    :    14.98%
Last successful heartbeat to OMS             : 2010-01-07 12:24:52
---------------------------------------------------------------
Agent is Running and Ready
[oracle@suecia bin]$
Vamos acessar a pagina do EM Grid Control  :













Thursday, December 03, 2009

Instalação do Grid Infrastructure para criar o um banco de dados usando a versão 11gR2 com ASM


Júlio Cesar Corrêa
DBA Oracle
Instalação do Grid Infrastructure para criar o um banco de dados usando a versão 11gR2 com ASM.
Novidades no 11gR2:
-Ao optar por usar ASM como armazenamento você deve instalar o Grid Infrastructure no servidor porque ele agora  contém a instalação e configuração da instância ASM e uma séries de outros componetes.
-O Grid Infrastructure instala a nova feature chamada Oracle Restart.Basicamente as funções  que o Oracle Restart desempenha são:
- Monitorar os componentes instalados como Listener,Instância ASM e RDBMS para que em caso de falha de hardware ou software Oracle reiniciará automarticamente o componente na ordem correta.
- Ao reiniciar o SO do host o software Oracle inicia automaticamente os componentes instalados no servidor

Para mais informações sobre as novidades na versão 11gR2 do banco de dados Oracle consulte as docs no site tahiti.oracle.com ou OTN.
Versão do Kernel e memória (RAM e swap)

Formatação dos discos para o ASM:
fdisk - l

Caso não tenha formatado o disco siga os passos do exemplo:
# fdisk /dev/sde
* n
* p
* 1
* [Enter]
* [Enter]
* w
Configuração do ASMLib:




Com os discos preparados para o ASM vamos ao OUI:
- Chamando o executável do instalador do Grid: ./runInstaler

- Tela de escolha do tipo de instalação(like Weblogic kkk):
Escolha : " Install and Configure Grid Infrastructure for a Standalone Server "

- Pop-up describer

Seleção do Idioma :

- Set up do Grid - Utilizando opções default :

- Seleção de discos para o Disk Group DATA(note o pop-up)

- Set up de senha para o ASM :
SYS e ASMSNMP

- Set up dos System Groups.
No caso não criei os grupos adicionais para cada item.Utilizei somente o grupo dba.

Se você não quer utilizar os outros grupos do SO coloque YES na tela abaixo:

- Local de instalação dos binários

- Criação/local do Inventory :

- Check de pré-requisitos

No meu caso,minha VM não está com 1024MB de memória RAM,está com 768MB.Para efeito de testes podemos passar memória e swap.
Note que há alguns  parâmetros de Kernel que estão fora do padrão,no caso há uma coluna "Fixable" que indica que ele serão reparados.
Usar a opção Fix & Check Again :


Onde está o script?

Estou procurando até agora :( .
Next -->>
Já no caso dos pacotes,temos alguns que estão com versões diferentes e outros que estão faltando.


Baixe e ou use uma midia do Red Hat por exemplo.
Após a instalação :

Alterando os parametros do Kernel que estão errados :
[root@marte kernel]# sysctl -w fs.file-max=6815744
fs.file-max = 6815744
Editando o arquivo /etc/sysctl.conf :

Para efetivar :
sysctl - p
Novamento no OUI :

Ignorando os prereqs de memória :

Sumário :

Acompanhando o progresso da instalação :

- Executar os scripts : orainstRoot.sh e root.sh

Exemplo da saída do root.sh
[root@marte /]# sh /u01/app/oracle/product/11.2.0/grid/root.sh
Running Oracle 11g root.sh script...
The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
2009-12-03 14:38:15: Checking for super user privileges
2009-12-03 14:38:15: User has super user privileges
2009-12-03 14:38:15: Parsing the host name
Using configuration parameter file: /u01/app/oracle/product/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
LOCAL ADD MODE
Creating OCR keys for user 'oracle', privgrp 'oinstall'..
Operation successful.
CRS-4664: Node marte successfully pinned.
Adding daemon to inittab
CRS-4123: Oracle High Availability Services has been started.
ohasd is starting
marte     2009/12/03 14:39:06     /u01/app/oracle/product/11.2.0/grid/cdata/marte/backup_20091203_143906.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
Updating inventory properties for clusterware
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB.   Actual 1537 MB    Passed
The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /u01/app/oraInventory
'UpdateNodeList' was successful.
[root@marte /]#
-Final da instalação :

- Visualização dos processos Oracle rodando no servidor :

Variáveis de ambiente:

declare -x OLDPWD="/u01/app/oracle/product/11.2.0"
declare -x ORACLE_BASE="/u01/app/"
declare -x ORACLE_HOME="/u01/app/oracle/product/11.2.0/grid"
declare -x ORACLE_SID="+ASM"
declare -x PATH="/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/u01/app/oracle/product/11.2.0/grid/bin"
declare -x PWD="/u01/app/oracle/product/11.2.0/grid"
declare -x SHELL="/bin/bash"
- Utilitário ASMCMD

-Conectando na instance ASM:

Final da instalação do Grid completa!
JC
Obs.A segunda parte continua em outro post.