{"id":683,"date":"2020-03-07T15:45:50","date_gmt":"2020-03-07T15:45:50","guid":{"rendered":"https:\/\/swiv.com.br\/instalacao-do-grid-infrastructure-12-1-0-2\/"},"modified":"2020-03-07T15:45:50","modified_gmt":"2020-03-07T15:45:50","slug":"instalacao-do-grid-infrastructure-12-1-0-2","status":"publish","type":"post","link":"https:\/\/swiv.com.br\/index.php\/2020\/03\/07\/instalacao-do-grid-infrastructure-12-1-0-2\/","title":{"rendered":"Instala\u00e7\u00e3o do GRID Infrastructure 12.1.0.2"},"content":{"rendered":"\n<p>Algumas vezes, por quest\u00f5es de compatibilidade, alguns fornecedores podem pedir para que voc\u00ea, DBA, realize instala\u00e7\u00f5es de vers\u00f5es mais antigas, pois s\u00e3o aquelas que est\u00e3o homologadas na aplica\u00e7\u00e3o que ser\u00e1 implantada. \u00c9 seu papel mencionar que a tecnologia envolvida j\u00e1 possui vers\u00f5es mais recentes, seus benef\u00edcios e a quest\u00e3o de Suporte do fornecedor. Mas \u00e9 quase certo que voc\u00ea ser\u00e1 demandado a instalar e dar manuten\u00e7\u00e3o em vers\u00f5es que n\u00e3o s\u00e3o a \u00faltima dispon\u00edvel.  Neste artigo, compartilho a instala\u00e7\u00e3o do GRID Infrastructure 12.1.0.2 em Oracle Linux 7.7.<\/p>\n\n\n<p>Se voc\u00ea ainda n\u00e3o possui as m\u00eddias de instala\u00e7\u00e3o, poder\u00e1 fazer isso no Oracle Software Delivery, disponibilizado pela Oracle.<\/p>\n\n\n<p>Ap\u00f3s logar no site, selecione &#8220;Release&#8221; e pesquise pelo termos ORACLE GRID:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-534.png\" alt=\"\" class=\"wp-image-8390\"\/><\/figure>\n\n\n\n<p>Ao realizar o check-out:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-535.png\" alt=\"\" class=\"wp-image-8391\"\/><\/figure>\n\n\n\n<p>Aceitando os termos.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-536.png\" alt=\"\" class=\"wp-image-8392\"\/><\/figure>\n\n\n\n<p>Ao clicar nos 2 links, o site far\u00e1 automaticamente o download solicitado:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-537.png\" alt=\"\" class=\"wp-image-8393\"\/><\/figure>\n\n\n\n<p>Download iniciado:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-538.png\" alt=\"\" class=\"wp-image-8395\"\/><\/figure>\n\n\n\n<p>A vers\u00e3o do Oracle Linux ser\u00e1 a 7.7:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname 12.1.0.2]$ cat \/etc\/*release*\nOracle Linux Server release 7.7\nNAME=&quot;Oracle Linux Server&quot;\nVERSION=&quot;7.7&quot;\nID=&quot;ol&quot;\nID_LIKE=&quot;fedora&quot;\nVARIANT=&quot;Server&quot;\nVARIANT_ID=&quot;server&quot;\nVERSION_ID=&quot;7.7&quot;\nPRETTY_NAME=&quot;Oracle Linux Server 7.7&quot;\nANSI_COLOR=&quot;0;31&quot;\nCPE_NAME=&quot;cpe:\/o:oracle:linux:7:7:server&quot;\nHOME_URL=&quot;https:\/\/linux.oracle.com\/&quot;\nBUG_REPORT_URL=&quot;https:\/\/bugzilla.oracle.com\/&quot;\n \nORACLE_BUGZILLA_PRODUCT=&quot;Oracle Linux 7&quot;\nORACLE_BUGZILLA_PRODUCT_VERSION=7.7\nORACLE_SUPPORT_PRODUCT=&quot;Oracle Linux&quot;\nORACLE_SUPPORT_PRODUCT_VERSION=7.7\nRed Hat Enterprise Linux Server release 7.7 (Maipo)\nOracle Linux Server release 7.7\ncpe:\/o:oracle:linux:7:7:server\n<\/pre><\/div>\n\n\n<p>Ajustando o bash_profile:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname 12.1.0.2]$ cd\n&#x5B;user@hostname ~]$ vi .bash_profile\n<\/pre><\/div>\n\n\n<p>Conte\u00fado:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n# .bash_profile\n \n# Get the aliases and functions\nif &#x5B; -f ~\/.bashrc ]; then\n        . ~\/.bashrc\nfi\n \n# User specific environment and startup programs\n \nPATH=$PATH:$HOME\/.local\/bin:$HOME\/bin\n \nexport PATH\n \nORACLE_SID=+ASM\nORACLE_BASE=\/grid\/base\nORACLE_HOME=\/grid\/product\nGRID_HOME=$ORACLE_HOME\nORA_CRS_HOME=$ORACLE_HOME\nLD_LIBRARY_PATH=$ORACLE_HOME\/lib\nPATH=$ORACLE_HOME\/bin:$PATH\n \nexport ORACLE_SID ORACLE_BASE ORACLE_HOME GRID_HOME LD_LIBRARY_PATH PATH\n \nalias ll=&#039;ls -l --color&#039;\nalias home=&#039;cd $ORACLE_HOME&#039;\nalias base=&#039;cd $ORACLE_BASE&#039;\nalias sql=&#039;sqlplus &quot;\/ as sysdba&quot;&#039;\nalias crs=&#039;cd $ORACLE_HOME\/bin&#039;\nalias tns=&#039;cd $ORACLE_HOME\/network\/admin&#039;\nalias asmtrace=&#039;cd $ORACLE_BASE\/diag\/asm\/+asm\/+ASM1\/trace&#039;\n<\/pre><\/div>\n\n\n<p>Criando os diret\u00f3rios:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname ~]$ mkdir -p \/grid\/base\n&#x5B;user@hostname ~]$ mkdir -p \/grid\/product\n<\/pre><\/div>\n\n\n<p>Carregando a bash_profile:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname ~]$ . .bash_profile\n&#x5B;user@hostname ~]$ echo $ORACLE_SID\n+ASM\n&#x5B;user@hostname ~]$ echo $ORACLE_HOME\n\/grid\/product\n<\/pre><\/div>\n\n\n<p>Ap\u00f3s o download das m\u00eddias finalizar, as copiei para o $GRID_HOME:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname product]$ pwd\n\/grid\/product\n&#x5B;user@hostname product]$ ll\ntotal 2337920\n-rw-r--r-- 1 user oinstall 1747043545 Mar  7 11:34 V46096-01_1of2.zip\n-rw-r--r-- 1 user oinstall  646972897 Mar  7 11:31 V46096-01_2of2.zip\n<\/pre><\/div>\n\n\n<p>Descompactando:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname product]$ unzip V46096-01_1of2.zip\nArchive:  V46096-01_1of2.zip\n   creating: grid\/\n   creating: grid\/rpm\/\n  inflating: grid\/rpm\/cvuqdisk-1.0.9-1.rpm\n \n. . . \n \n extracting: grid\/stage\/sizes\/oracle.crs.Complete.sizes.properties\n  inflating: grid\/stage\/sizes\/oracle.crs.12.1.0.2.0.sizes.properties\n \n&#x5B;user@hostname product]$ unzip V46096-01_2of2.zip\nArchive:  V46096-01_2of2.zip\n   creating: grid\/stage\/Components\/oracle.has.crs\/\n   creating: grid\/stage\/Components\/oracle.has.crs\/12.1.0.2.0\/\n \n. . . \n \n inflating: grid\/stage\/Components\/oracle.rdbms\/12.1.0.2.0\/1\/DataFiles\/filegroup19.jar\n  inflating: grid\/install\/.oui\n<\/pre><\/div>\n\n\n<p>A pasta grid foi criada com os dois arquivos unzip. Os removi, pois n\u00e3o ser\u00e3o mais \u00fateis:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname product]$ ll\ntotal 2337924\ndrwxr-xr-x 7 user oinstall       4096 Jul  7  2014 grid\n-rw-r--r-- 1 user oinstall 1747043545 Mar  7 11:34 V46096-01_1of2.zip\n-rw-r--r-- 1 user oinstall  646972897 Mar  7 11:31 V46096-01_2of2.zip\n&#x5B;user@hostname product]$ rm -rf V46096-01_1of2.zip V46096-01_2of2.zip\n&#x5B;user@hostname product]$ ll\ntotal 4\ndrwxr-xr-x 7 user oinstall 4096 Jul  7  2014 grid\n<\/pre><\/div>\n\n\n<p>Entrando da pasta grid:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname product]$ cd grid\/\n&#x5B;user@hostname grid]$ ll\ntotal 44\ndrwxr-xr-x  4 user oinstall 4096 Mar  7 11:36 install\ndrwxrwxr-x  2 user oinstall 4096 Jul  7  2014 response\ndrwxr-xr-x  2 user oinstall 4096 Jul  7  2014 rpm\n-rwxr-xr-x  1 user oinstall 5085 Dec 20  2013 runcluvfy.sh\n-rwxr-xr-x  1 user oinstall 8534 Jul  7  2014 runInstaller\ndrwxrwxr-x  2 user oinstall 4096 Jul  7  2014 sshsetup\ndrwxr-xr-x 14 user oinstall 4096 Jul  7  2014 stage\n-rwxr-xr-x  1 user oinstall  500 Feb  6  2013 welcome.html\n<\/pre><\/div>\n\n\n<p>Exportando o DISPLAY e chamando o runInstaller:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname grid]$ export DISPLAY=XXX.XX.XXX.:0.0\n&#x5B;user@hostname grid]$ .\/runInstaller &amp;amp;\n&#x5B;1] 119012\n&#x5B;user@hostname grid]$ Starting Oracle Universal Installer...\n \nChecking Temp space: must be greater than 415 MB.   Actual 4614 MB    Passed\nChecking swap space: must be greater than 150 MB.   Actual 11718 MB    Passed\nChecking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed\nPreparing to launch Oracle Universal Installer from \/tmp\/OraInstall2020-03-07_11-38-56AM. Please wait ...\n&#x5B;1]+  Done                    .\/runInstaller\n&#x5B;user@hostname grid]$\n<\/pre><\/div>\n\n\n<p>Escolhendo a op\u00e7\u00e3o de Standalone Server:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-539.png\" alt=\"\" class=\"wp-image-8396\"\/><\/figure>\n\n\n\n<p>Escolhendo o idioma:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-540.png\" alt=\"\" class=\"wp-image-8397\"\/><\/figure>\n\n\n\n<p>Geralmente crio um DiskGroup apenas para a instala\u00e7\u00e3o do GRID. Como de costume, estou preservando o nome dos discos e DG para sigilo do ambiente:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-541.png\" alt=\"\" class=\"wp-image-8398\"\/><\/figure>\n\n\n\n<p>Digitando senha:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-542.png\" alt=\"\" class=\"wp-image-8399\"\/><\/figure>\n\n\n\n<p>Incluirei o ambiente no E.M posteriormente:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-543.png\" alt=\"\" class=\"wp-image-8400\"\/><\/figure>\n\n\n\n<p>Next:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-544.png\" alt=\"\" class=\"wp-image-8401\"\/><\/figure>\n\n\n\n<p>Os diret\u00f3rios ser\u00e3o apresentados de acordo com o que foi setado na bash_profile:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-545.png\" alt=\"\" class=\"wp-image-8402\"\/><\/figure>\n\n\n\n<p>Clique em YES:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-546.png\" alt=\"\" class=\"wp-image-8403\"\/><\/figure>\n\n\n\n<p>Diret\u00f3rio do Orainventory:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-547.png\" alt=\"\" class=\"wp-image-8404\"\/><\/figure>\n\n\n\n<p>Next:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-548.png\" alt=\"\" class=\"wp-image-8405\"\/><\/figure>\n\n\n\n<p>Valida\u00e7\u00e3o dos Pr\u00e9-Requisitos:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-549.png\" alt=\"\" class=\"wp-image-8406\"\/><\/figure>\n\n\n\n<p>Sum\u00e1rio de instala\u00e7\u00e3o:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-550.png\" alt=\"\" class=\"wp-image-8407\"\/><\/figure>\n\n\n\n<p>Progresso da instala\u00e7\u00e3o:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-551.png\" alt=\"\" class=\"wp-image-8408\"\/><\/figure>\n\n\n\n<p>Scripts:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-552.png\" alt=\"\" class=\"wp-image-8409\"\/><\/figure>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;root@hostname ~]# XXXXX\/oraInventory\/orainstRoot.sh\nChanging permissions of XXXXXX\/oraInventory.\nAdding read,write permissions for group.\nRemoving read,write,execute permissions for world.\n \n  \n \nChanging groupname of XXXXXX\/oraInventory to oinstall.\nThe execution of the script is complete.\n<\/pre><\/div>\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nCRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on &#039;hostname&#039;\nCRS-2673: Attempting to stop &#039;ora.evmd&#039; on &#039;hostname&#039;\nCRS-2677: Stop of &#039;ora.evmd&#039; on &#039;hostname&#039; succeeded\nCRS-2793: Shutdown of Oracle High Availability Services-managed resources on &#039;hostname&#039; has completed\nCRS-4133: Oracle High Availability Services has been stopped.\nCRS-4123: Oracle High Availability Services has been started.\n2020\/03\/07 12:05:13 CLSRSC-327: Successfully configured Oracle Restart for a standalone server\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-553.png\" alt=\"\" class=\"wp-image-8410\"\/><\/figure>\n\n\n\n<p>Finalizado:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-554.png\" alt=\"\" class=\"wp-image-8411\"\/><\/figure>\n\n\n\n<p>Como estamos preparando o ambiente para a instala\u00e7\u00e3o do Oracle Database, vou aproveitar tamb\u00e9m para realizar a cria\u00e7\u00e3o dos outros DiskGroups dentro do ASM. Antes disso, vamos avaliar se nossa inst\u00e2ncia est\u00e1 no ar:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname grid]$ ps -ef | grep pmon\nuser  127192      1  0 12:07 ?        00:00:00 asm_pmon_+ASM\nuser  127682 115968  0 12:09 pts\/0    00:00:00 grep --color=auto pmon\n&#x5B;user@hostname grid]$ sqlplus \/ as sysasm\n \nSQL*Plus: Release 12.1.0.2.0 Production on Sat Mar 7 12:09:19 2020\n \nCopyright (c) 1982, 2014, Oracle.  All rights reserved.\n \n \nConnected to:\nOracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nWith the Automatic Storage Management option\n \nSQL&gt; select instance_name,status from v$instance;\n \nINSTANCE_NAME    STATUS\n---------------- ------------\n+ASM             STARTED\n \nSQL&gt; select banner from v$version;\n \nBANNER\n--------------------------------------------------------------------------------\nOracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nPL\/SQL Release 12.1.0.2.0 - Production\nCORE    12.1.0.2.0      Production\nTNS for Linux: Version 12.1.0.2.0 - Production\nNLSRTL Version 12.1.0.2.0 - Production\n \nSQL&gt; exit\nDisconnected from Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production\nWith the Automatic Storage Management option\n&#x5B;user@hostname grid]$ asmcmd lsdg\nState    Type    Rebal  Sector  Block       AU  Total_MB  Free_MB  Req_mir_free_MB  Usable_file_MB  Offline_disks  Voting_files  Name\nMOUNTED  EXTERN  N         512   4096  1048576      5119     5057                0            5057              0             N  GRID\/\n&#x5B;user@hostname grid]$\n&#x5B;user@hostname grid]$\n<\/pre><\/div>\n\n\n<p>Chamando o asmca (interface gr\u00e1fica):<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname grid]$ asmca &amp;amp;\n&#x5B;1] 127875\n&#x5B;user@hostname grid]$\n<\/pre><\/div>\n\n\n<p>Clicando em Create:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-555.png\" alt=\"\" class=\"wp-image-8412\"\/><\/figure>\n\n\n\n<p>Criando o DG de Archive:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-556.png\" alt=\"\" class=\"wp-image-8413\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-557.png\" alt=\"\" class=\"wp-image-8414\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-558.png\" alt=\"\" class=\"wp-image-8415\"\/><\/figure>\n\n\n\n<p>Ap\u00f3s a cria\u00e7\u00e3o de todos os DGs:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/swiv.com.br\/wp-content\/uploads\/2022\/07\/image-559.png\" alt=\"\" class=\"wp-image-8416\"\/><\/figure>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \\&quot;wp-block-syntaxhighlighter-code\\&quot;\"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&#x5B;user@hostname grid]$ asmcmd lsdg\nState    Type    Rebal  Sector  Block       AU  Total_MB  Free_MB  Req_mir_free_MB  Usable_file_MB  Offline_disks  Voting_files  Name\nMOUNTED  EXTERN  N         512   4096  1048576     20479    20426                0           20426              0             N  ARCH\/\nMOUNTED  EXTERN  N         512   4096  1048576     51199    51146                0           51146              0             N  DATA\/\nMOUNTED  EXTERN  N         512   4096  1048576     51199    51146                0           51146              0             N  FRA\/\nMOUNTED  EXTERN  N         512   4096  1048576      5119     5057                0            5057              0             N  GRID\/\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>Algumas vezes, por quest\u00f5es de compatibilidade, alguns fornecedores podem pedir para que voc\u00ea, DBA, realize instala\u00e7\u00f5es de vers\u00f5es mais antigas, pois s\u00e3o aquelas que est\u00e3o homologadas na aplica\u00e7\u00e3o que ser\u00e1 implantada. \u00c9 seu papel mencionar que a tecnologia envolvida j\u00e1 possui vers\u00f5es mais recentes, seus benef\u00edcios e a quest\u00e3o de Suporte do fornecedor. Mas \u00e9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[17],"class_list":["post-683","post","type-post","status-publish","format-standard","hentry","category-administration","tag-grid"],"_links":{"self":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=683"}],"version-history":[{"count":0,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/posts\/683\/revisions"}],"wp:attachment":[{"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/categories?post=683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/swiv.com.br\/index.php\/wp-json\/wp\/v2\/tags?post=683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}