<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>OCI &#8211; Blog DBA Dutra</title>
	<atom:link href="https://www.dbadutra.com/tag/oci/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbadutra.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Feb 2024 23:44:43 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
<site xmlns="com-wordpress:feed-additions:1">170494511</site>	<item>
		<title>Network Path Analyzer &#8211; OCI</title>
		<link>https://www.dbadutra.com/2024/02/network-path-analyzer-oci/</link>
					<comments>https://www.dbadutra.com/2024/02/network-path-analyzer-oci/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Wed, 14 Feb 2024 23:44:39 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[OCI]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=6251</guid>

					<description><![CDATA[Today, I will explain a little about this tool that helps us identify communication problems regarding networks in OCI. What is Network Path Analyzer? Network Path Analyzer is a network reachability analysis tool based on real-time network configuration. Its primary data input is the network routing and security configuration in a customer tenancy, augmented with [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Today, I will explain a little about this tool that helps us identify communication problems regarding networks in OCI.</p>



<p><strong>What is Network Path Analyzer?</strong></p>



<p>Network Path Analyzer is a network reachability analysis tool based on real-time network configuration. Its primary data input is the network routing and security configuration in a customer tenancy, augmented with key network runtime state data, such as the status of a load balancer backend set or the state of a FastConnect virtual circuit.</p>



<p>Network Path Analyzer answers the following questions that are essential for the cloud network operations team to obtain an accurate and deep understanding of endpoint reachability in their cloud networks:</p>



<ul class="wp-block-list">
<li>If they can’t, why? What is missing?</li>



<li>If they can, how? Over which routing paths, using which security policies?</li>
</ul>



<p>Finding the answers to these questions in a complex network can be labor-intensive and time-consuming. It involves analyzing the virtual network topologies, carefully walking through multiple route tables, and scrutinizing different network security groups (NSGs) or security lists along the multi-hop network paths. If done manually, it can be error-prone.</p>



<p>Network Path Analyzer is a great network troubleshooting tool. Additionally, since it&nbsp;doesn’t use or need any traffic along the network paths because it operates solely on the configuration and runtime state data, it is also an effective tool for proactive configuration validation.</p>



<p><strong>Benefits of Network Path Analyzer</strong></p>



<p>Armed with Network Path Analyzer, you can realize the following benefits:</p>



<ul class="wp-block-list">
<li>Troubleshoot reachability issues caused by misconfiguration much faster, significantly reducing the Mean Time to Resolution (MTTR) for this type of outage</li>



<li>Proactively verify and validate the network routing and security policy configuration for your reachability intents before even starting to send application traffic.</li>



<li>A tool to perform on-demand validation of the logical network paths to match your intent</li>
</ul>



<p><strong>How to use Network Path Analyzer</strong></p>



<p>Network Path Analyzer is directly available under Networking on the Oracle Cloud Console. You only need to create a path analysis and run it. An API is available to programmatically create, manage, and run your path analyses.</p>



<p>When creating a path analysis, specify the source and destination endpoints, the network protocol, and the source and the destination ports. For endpoints, you can select an IP address or an OCI resource. The viable OCI resource options include an IP address from a VCN subnet, a compute instance virtual network interface card (VNIC), an application load balancer, or a network load balancer.</p>



<p>In my simulation, I am checking bi-directional communication between 2 compute instances.</p>



<p>Select the &#8220;Network Path Analyzer&#8221; option in the Network Command Center</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/02/image-9.png"><img fetchpriority="high" decoding="async" width="975" height="311" src="https://www.dbadutra.com/wp-content/uploads/2024/02/image-9.png" alt="" class="wp-image-6252" srcset="https://www.dbadutra.com/wp-content/uploads/2024/02/image-9.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-9-300x96.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-9-768x245.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Click &#8220;Create Path Analysis&#8221;</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/02/image-10.png"><img decoding="async" width="975" height="399" src="https://www.dbadutra.com/wp-content/uploads/2024/02/image-10.png" alt="" class="wp-image-6253" srcset="https://www.dbadutra.com/wp-content/uploads/2024/02/image-10.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-10-300x123.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-10-768x314.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Now fill in the Source and Destination information.</p>



<p>In my case I am testing communication between 2 compute instances (VM) via port 22 (SSH).</p>



<figure class="wp-block-image size-full is-resized"><a href="https://www.dbadutra.com/wp-content/uploads/2024/02/image-11.png"><img decoding="async" width="837" height="331" src="https://www.dbadutra.com/wp-content/uploads/2024/02/image-11.png" alt="" class="wp-image-6254" style="width:840px;height:auto" srcset="https://www.dbadutra.com/wp-content/uploads/2024/02/image-11.png 837w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-11-300x119.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-11-768x304.png 768w" sizes="(max-width: 837px) 100vw, 837px" /></a></figure>



<p>After filling in the information, perform the analysis.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/02/image-12.png"><img loading="lazy" decoding="async" width="855" height="378" src="https://www.dbadutra.com/wp-content/uploads/2024/02/image-12.png" alt="" class="wp-image-6255" srcset="https://www.dbadutra.com/wp-content/uploads/2024/02/image-12.png 855w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-12-300x133.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-12-768x340.png 768w" sizes="(max-width: 855px) 100vw, 855px" /></a></figure>



<p></p>



<p>After a few minutes, a communication report will be displayed where you can identify if it is working or if there is some type of problem.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/02/image-13.png"><img loading="lazy" decoding="async" width="975" height="401" src="https://www.dbadutra.com/wp-content/uploads/2024/02/image-13.png" alt="" class="wp-image-6256" srcset="https://www.dbadutra.com/wp-content/uploads/2024/02/image-13.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-13-300x123.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-13-768x316.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/02/image-14.png"><img loading="lazy" decoding="async" width="975" height="432" src="https://www.dbadutra.com/wp-content/uploads/2024/02/image-14.png" alt="" class="wp-image-6257" srcset="https://www.dbadutra.com/wp-content/uploads/2024/02/image-14.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-14-300x133.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/02/image-14-768x340.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Network Path Analyzer can assist with your troubleshooting process for the following reachability-related scenarios:</p>



<ul class="wp-block-list">
<li>Virtual machines (VMs) in your multi-VCN applications can’t communicate with each other. You want to check the configured path.</li>



<li>Your frontend web server in a multitier application can’t reach the load balancer VIP of the application tier.</li>



<li>Your load balancer can’t reach some of the backends.</li>



<li>An on-premises endpoint in your hybrid cloud application can’t reach an OCI instance.</li>



<li>Your on-premises site can’t access a cloud application hosted by your Oracle instances.</li>
</ul>



<p>Network Path Analyzer is a tool to assist in troubleshooting reachability issues by quickly identifying misconfiguration and reducing the MTTR caused by configuration issues. It’s also an effective tool for customers to proactively verify their network configuration against their reachability intents so that they can proactively catch and correct misconfiguration and reduce outages.</p>



<p>I hope this article can help you</p>



<p>See you in the next article.</p>



<p><strong>Disclaimer: “The postings on this site are my own and do not necessarily represent my current employer positions, strategies, or opinions. The information here was edited to be useful for general purpose, specific data, and identifications was removed to allow reaching a generic audience and to be useful.</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2024/02/network-path-analyzer-oci/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6251</post-id>	</item>
		<item>
		<title>Fazendo Backup do seu sistema usando Object Storage (OCI).</title>
		<link>https://www.dbadutra.com/2024/01/fazendo-backup-do-seu-sistema-usando-object-storage-oci/</link>
					<comments>https://www.dbadutra.com/2024/01/fazendo-backup-do-seu-sistema-usando-object-storage-oci/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Tue, 02 Jan 2024 18:22:08 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Object Storage]]></category>
		<category><![CDATA[OCI]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=6163</guid>

					<description><![CDATA[Hoje iremos implementar um sistema de backup usando Object Storage, que pode ser usado para diversos propositos. No meu caso como migrei meu blog para OCI, estou utilizando este recurso para fazer backup do banco de dados, site e do painel de administração. Começamos criando uma compute instance no OCI em uma sub-rede Virtual Cloud [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Hoje iremos implementar um sistema de backup usando Object Storage, que pode ser usado para diversos propositos. No meu caso como migrei meu blog para OCI, estou utilizando este recurso para fazer backup do banco de dados, site e do painel de administração.</p>



<p>Começamos criando uma compute instance no OCI em uma sub-rede Virtual Cloud Network (VCN) onde temos acesso SSH, seja via Internet Gateway ou um canal privado. Esta VCN deve ter um Gateway de Serviço que permitirá acesso privado à Oracle Services Network para fins de acesso ao Object Storage. Estou usando o Oracle Linux 8 em ARM de baixo custo para minha implantação. Você pode alterar o formato dependendo das necessidades desejadas.</p>



<p>Ja fiz um artigo sobre isso “<a href="https://www.dbadutra.com/2019/05/creating-a-compute-instance-on-oracle-oci/">Criando um Compute Instance</a>”</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image.png"><img loading="lazy" decoding="async" width="975" height="89" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image.png" alt="" class="wp-image-6164" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-300x27.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-768x70.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Crie o bucket que vamos usar para armazenar nossos dados. Deve ser do tipo Armazenamento padrão. Certifique-se de que esteja definido como privado, a menos que você queira armazenar também os dados de outras pessoas.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-1.png"><img loading="lazy" decoding="async" width="975" height="307" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-1.png" alt="" class="wp-image-6165" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-1.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-1-300x94.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-1-768x242.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-2.png"><img loading="lazy" decoding="async" width="975" height="633" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-2.png" alt="" class="wp-image-6166" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-2.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-2-300x195.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-2-768x499.png 768w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-2-190x122.png 190w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Precismos usar Grupos Dinâmicos para atribuir à nossa instância um Instance Principal e, em seguida, escrever políticas para permitir que ela funcione com nosso novo bucket.</p>



<p>Criando um Dynamic Group</p>



<p>Criamos um grupo dinâmico para vincular políticas à nossa instância. Neste exemplo, estamos usando apenas uma instância, portanto identificamos essa instância pelo OCID.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-3.png"><img loading="lazy" decoding="async" width="975" height="308" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-3.png" alt="" class="wp-image-6167" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-3.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-3-300x95.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-3-768x243.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full is-resized"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-4.png"><img loading="lazy" decoding="async" width="975" height="558" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-4.png" alt="" class="wp-image-6168" style="width:840px;height:auto" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-4.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-4-300x172.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-4-768x440.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>A seguir, vamos vincular nosso Dynamic Group a um conjunto de permissões usando uma Política.</p>



<p>Criando uma Politica para acesso ao Object Storage.</p>



<p>É aqui que atribuímos permissões aos membros do Dynamic Group que acabamos de criar. Criaremos uma política com uma instrução que permite que a instância que executa o backup interaja com o bucket específico que queremos montar.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-5.png"><img loading="lazy" decoding="async" width="975" height="555" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-5.png" alt="" class="wp-image-6169" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-5.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-5-300x171.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-5-768x437.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-6.png"><img loading="lazy" decoding="async" width="975" height="271" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-6.png" alt="" class="wp-image-6170" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-6.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-6-300x83.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-6-768x213.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Temos tudo setado para que possamos fazer a instalação no Linux e configurar a ferramenta rclone para que possamos ter acesso ao Object Storage.</p>



<p>Instalando pacotes e arquivo de configuração.</p>



<p>Faremos SSH em nossa instância usando o usuário opc com acesso sudo. A partir daí, instalaremos o rclone e o fuse:</p>



<pre class="wp-block-preformatted">[opc@vm-blog var]$ sudo yum-config-manager --enable ol8_developer &amp;&amp; sudo yum install -y rclone fuse fuse3
Oracle Linux 8 Development Packages (aarch64)                                                                                                                         134 MB/s | 108 MB     00:00
Last metadata expiration check: 0:00:31 ago on Wed 13 Dec 2023 09:18:37 PM GMT.
Package fuse3-3.3.0-17.0.1.el8.aarch64 is already installed.
Dependencies resolved.
======================================================================================================================================================================================================
 Package                                   Architecture                               Version                                              Repository                                            Size
======================================================================================================================================================================================================
Installing:
 fuse                                      aarch64                                    2.9.7-17.0.1.el8                                     ol8_baseos_latest                                     81 k
 rclone                                    aarch64                                    1.65.0-1.0.1.el8                                     ol8_developer                                         19 M

Transaction Summary
======================================================================================================================================================================================================
Install  2 Packages

Total download size: 19 M
Installed size: 76 M
Downloading Packages:
(1/2): fuse-2.9.7-17.0.1.el8.aarch64.rpm                                                                                                                              2.3 MB/s |  81 kB     00:00
(2/2): rclone-1.65.0-1.0.1.el8.aarch64.rpm                                                                                                                             95 MB/s |  19 MB     00:00
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                  94 MB/s |  19 MB     00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                                              1/1
  Installing       : rclone-1.65.0-1.0.1.el8.aarch64                                                                                                                                              1/2
  Installing       : fuse-2.9.7-17.0.1.el8.aarch64                                                                                                                                                2/2
  Running scriptlet: fuse-2.9.7-17.0.1.el8.aarch64                                                                                                                                                2/2
  Verifying        : fuse-2.9.7-17.0.1.el8.aarch64                                                                                                                                                1/2
  Verifying        : rclone-1.65.0-1.0.1.el8.aarch64                                                                                                                                              2/2

Installed:
  fuse-2.9.7-17.0.1.el8.aarch64                                                                    rclone-1.65.0-1.0.1.el8.aarch64

Complete!
[opc@vm-blog var]$
</pre>



<p>A seguir, criaremos um link simbolico para o diretorio <em>/usr/bin </em>directory:</p>



<pre class="wp-block-preformatted">[opc@vm-blog var]$ sudo ln -s /usr/bin/rclone /sbin/mount.rclone
[opc@vm-blog var]$
</pre>



<p>Crie um diretório para rclone em /etc/rclone e use o editor de sua preferência para criar um /etc/rclone/rclone.conf</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-7.png"><img loading="lazy" decoding="async" width="975" height="134" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-7.png" alt="" class="wp-image-6171" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-7.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-7-300x41.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-7-768x106.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p></p>



<p>Teste da instalação</p>



<p>A execução dos seguintes comandos montará o sistema de arquivos remoto (Object Storage):</p>



<pre class="wp-block-preformatted">sudo mkdir -p /backup</pre>



<p>Depois que nosso local de montagem for criado:</p>



<pre class="wp-block-preformatted">[root@vm-blog rclone]# sudo rclone mount \
>     backup:blog_backup /backup\
>     --allow-other \
>     --cache-dir /tmp/rclone/cache \
>     --config /etc/rclone/rclone.conf \
>     --dir-perms 0770 \
>     --file-perms 0660 \
>     --log-file /var/log/rclone.log \
>     --log-level ERROR \
>     --tpslimit 50  \
>     --umask 0117 \
>     --vfs-cache-mode writes \
>     --vfs-fast-fingerprint &amp;
[1] 73993

</pre>



<p>A seguir, vamos montar o storage editando nosso /etc/fstab (ponto de monagem deve ser um diretório existente):</p>



<pre class="wp-block-preformatted">
backup:blog_backup /backup rclone rw,umask=0117,nofail,_netdev,args2env,config=/etc/rclone/rclone.conf,uid=1000,gid=1000,file_perms=0760,dir_perms=0770,allow_other,vfs_cache_mode=writes,cache_dir=/tmp/rclone/cache 0 0
</pre>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-8.png"><img loading="lazy" decoding="async" width="975" height="318" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-8.png" alt="" class="wp-image-6172" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-8.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-8-300x98.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-8-768x250.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Depois que seu fstab for editado:</p>



<pre class="wp-block-preformatted">[root@vm-blog /]# sudo mount -av
/                        : ignored
/boot                    : already mounted
/boot/efi                : already mounted
/var/oled                : already mounted
/dev/shm                 : already mounted
none                     : ignored
/backup                  : already mounted
[root@vm-blog /]#
</pre>



<p>Para este teste configurei o diretório de backup padrão para banco de dados e servidor Web no Object Storage.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-9.png"><img loading="lazy" decoding="async" width="975" height="76" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-9.png" alt="" class="wp-image-6173" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-9.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-9-300x23.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-9-768x60.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-10.png"><img loading="lazy" decoding="async" width="975" height="620" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-10.png" alt="" class="wp-image-6174" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-10.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-300x191.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-768x488.png 768w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-190x122.png 190w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-120x76.png 120w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-265x168.png 265w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-284x180.png 284w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-274x173.png 274w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-10-220x140.png 220w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-11.png"><img loading="lazy" decoding="async" width="975" height="679" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-11.png" alt="" class="wp-image-6175" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-11.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-11-300x209.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-11-768x535.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Podemos ver aqui que os backups foram gerados no /backup.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-12.png"><img loading="lazy" decoding="async" width="975" height="384" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-12.png" alt="" class="wp-image-6176" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-12.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-12-300x118.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-12-768x302.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Aqui podemos confirmar que os objetos estão no bucket e sincronizados com o arquivos que foram gerados no servidor pelo backup.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-13.png"><img loading="lazy" decoding="async" width="975" height="402" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-13.png" alt="" class="wp-image-6177" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-13.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-13-300x124.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-13-768x317.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-14.png"><img loading="lazy" decoding="async" width="975" height="389" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-14.png" alt="" class="wp-image-6178" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-14.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-14-300x120.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-14-768x306.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2024/01/image-15.png"><img loading="lazy" decoding="async" width="975" height="408" src="https://www.dbadutra.com/wp-content/uploads/2024/01/image-15.png" alt="" class="wp-image-6179" srcset="https://www.dbadutra.com/wp-content/uploads/2024/01/image-15.png 975w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-15-300x126.png 300w, https://www.dbadutra.com/wp-content/uploads/2024/01/image-15-768x321.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Espero que este artigo possa te auxiliar em uma solução simples e sincronizada para seus backups, lembrando que todos os recursos utilizados para este artigos são <a href="https://docs.oracle.com/en-us/iaas/Content/FreeTier/freetier_topic-Always_Free_Resources.htm">Always Free</a>. </p>



<p></p>



<p>Te vejo em um próximo artigo.<br></p>



<p>Até a próxima.</p>



<p><strong>Disclaimer: “The postings on this site are my own and do not necessarily represent my current employer positions, strategies, or opinions. The information here was edited to be useful for general purpose, specific data, and identifications was removed to allow reaching a generic audience and to be useful.</strong></p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2024/01/fazendo-backup-do-seu-sistema-usando-object-storage-oci/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6163</post-id>	</item>
		<item>
		<title>Erro OCI Compute &#8211; Error: &#8216;The instance is unresponsive. &#8220;</title>
		<link>https://www.dbadutra.com/2023/12/erro-oci-compute-error-the-instance-is-unresponsive/</link>
					<comments>https://www.dbadutra.com/2023/12/erro-oci-compute-error-the-instance-is-unresponsive/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Fri, 08 Dec 2023 06:59:45 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[OCI]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=6136</guid>

					<description><![CDATA[Olá pessoal Hoje eu enfretei um problema one uma Compute instance ficou sem operação até eu forçar um reboot para entender o que estava ocorrendo. Recebi esta mensagem na console: Me fez lembrar do ORA-0600, mas vamos lá do que se trata este erro. A VM ou Compute Instance, envia uma solicitação de protocolo de [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Olá pessoal <br><br>Hoje eu enfretei um problema one uma Compute instance ficou sem operação até eu forçar um reboot para entender o que estava ocorrendo.</p>



<p>Recebi esta mensagem na console:</p>



<figure class="wp-block-image size-large"><a href="https://www.dbadutra.com/wp-content/uploads/2023/12/image.png"><img loading="lazy" decoding="async" width="1024" height="222" src="https://www.dbadutra.com/wp-content/uploads/2023/12/image-1024x222.png" alt="" class="wp-image-6137" srcset="https://www.dbadutra.com/wp-content/uploads/2023/12/image-1024x222.png 1024w, https://www.dbadutra.com/wp-content/uploads/2023/12/image-300x65.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/12/image-768x167.png 768w, https://www.dbadutra.com/wp-content/uploads/2023/12/image.png 1042w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>Me fez lembrar do ORA-0600, mas vamos lá do que se trata este erro. </p>



<p>A VM ou Compute Instance, envia uma solicitação de protocolo de resolução de endereço (ARP) para a placa de interface de rede virtual (VNIC) da instância. Se o ARP falhar, a máquina virtual (VM) será marcada como sem resposta e a mensagem de erro aparecerá.</p>



<p>Diante disso qual seria as possiveis soluções para analisar e arrumar isso:</p>



<p></p>



<p>Verifique as métricas de integridade da infraestrutura para determinar se há um problema contínuo de infraestrutura. Se houver um problema contínuo de infraestrutura, aguarde até que os engenheiros da OCI resolvam o problema e verifique novamente a métrica instance_accessibility_status.<br><br></p>



<figure class="wp-block-image size-large is-resized"><a href="https://www.dbadutra.com/wp-content/uploads/2023/12/image-1.png"><img loading="lazy" decoding="async" width="1024" height="321" src="https://www.dbadutra.com/wp-content/uploads/2023/12/image-1-1024x321.png" alt="" class="wp-image-6138" style="width:840px;height:auto" srcset="https://www.dbadutra.com/wp-content/uploads/2023/12/image-1-1024x321.png 1024w, https://www.dbadutra.com/wp-content/uploads/2023/12/image-1-300x94.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/12/image-1-768x241.png 768w, https://www.dbadutra.com/wp-content/uploads/2023/12/image-1.png 1231w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></figure>



<p></p>



<p>Se não houver um problema contínuo de infraestrutura, provavelmente há um problema de software ou configuração incorreta de rede que você mesmo deve resolver. Confirme se o sistema operacional e a rede estão configurados corretamente. Consulte as documentações sobre Troubleshooting Compute Instance e Network. <br><br>Se as etapas de solução de problemas de computação e rede não forem bem-sucedidas, você poderá usar a reinicialização de diagnóstico para reconstruir a instância inacessível, mas recomendo abrir um chamado para o time de OCI para analise e validação antes de utilizar este recurso. </p>



<p><br>Espero que isso possa te ajuda em algum momento. <br><br>Até a próxima. </p>



<p><strong>Disclaimer: “The postings on this site are my own and do not necessarily represent my current employer positions, strategies, or opinions. The information here was edited to be useful for general purpose, specific data, and identifications was removed to allow reaching a generic audience and to be useful.</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2023/12/erro-oci-compute-error-the-instance-is-unresponsive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6136</post-id>	</item>
		<item>
		<title>Recovering opc user SSH Key !!</title>
		<link>https://www.dbadutra.com/2023/10/recovering-opc-user-ssh-key/</link>
					<comments>https://www.dbadutra.com/2023/10/recovering-opc-user-ssh-key/#respond</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Tue, 24 Oct 2023 22:07:40 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[OCI]]></category>
		<category><![CDATA[recover]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=6105</guid>

					<description><![CDATA[Today, I tried to connect to my server on the Oracle Cloud Infrastructure instance, but either I lost my private key or, for some unknown reason, your opc user SSH key got corrupted or deleted. It might be scary at first, but the process of recovering an opc user SSH key on Oracle Cloud Infrastructure [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Today, I tried to connect to my server on the Oracle Cloud Infrastructure instance, but either I lost my private key or, for some unknown reason, your opc user SSH key got corrupted or deleted. It might be scary at first, but the process of recovering an opc user SSH key on Oracle Cloud Infrastructure is easier than you think.</p>



<p></p>



<ol class="wp-block-list">
<li><strong>Stop the instance that you can&#8217;t log in to. </strong></li>
</ol>



<p>Stop the instance that you can’t connect to. In the Oracle Cloud Infrastructure Console, go to the details page for the instance and click <strong>Stop</strong>.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-1.png"><img loading="lazy" decoding="async" width="975" height="189" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-1.png" alt="" class="wp-image-6106" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-1.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-1-300x58.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-1-768x149.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-2.png"><img loading="lazy" decoding="async" width="975" height="186" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-2.png" alt="" class="wp-image-6107" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-2.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-2-300x57.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-2-768x147.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p></p>



<p>2. <strong>Detach the boot volume.</strong></p>



<p>Detach the boot volume. In the Boot Volume section, click the Actions icon and choose <strong>Detach</strong>. </p>



<figure class="wp-block-image size-full is-resized"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-3.png"><img loading="lazy" decoding="async" width="975" height="301" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-3.png" alt="" class="wp-image-6108" style="aspect-ratio:3.2392026578073088;width:840px;height:auto" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-3.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-3-300x93.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-3-768x237.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-4.png"><img loading="lazy" decoding="async" width="845" height="169" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-4.png" alt="" class="wp-image-6109" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-4.png 845w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-4-300x60.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-4-768x154.png 768w" sizes="(max-width: 845px) 100vw, 845px" /></a></figure>



<p></p>



<p>3. <strong>Attach the boot volume to a running Linux instance.</strong></p>



<p></p>



<p>Attach the boot volume to another Linux instance by going to Block Storage >> Boot Volumes >> Boot Volumes Details.  Click  <strong>Attach to Instance in Attached Instances</strong>. </p>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-5.png"><img loading="lazy" decoding="async" width="975" height="403" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-5.png" alt="" class="wp-image-6110" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-5.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-5-300x124.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-5-768x317.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Select the iSCSI, Select Instance and click in <strong>Attach</strong></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-6.png"><img loading="lazy" decoding="async" width="975" height="663" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-6.png" alt="" class="wp-image-6111" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-6.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-6-300x204.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-6-768x522.png 768w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-6-90x60.png 90w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-6-95x64.png 95w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-7.png"><img loading="lazy" decoding="async" width="755" height="133" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-7.png" alt="" class="wp-image-6112" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-7.png 755w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-7-300x53.png 300w" sizes="(max-width: 755px) 100vw, 755px" /></a></figure>



<p>Run the iSCSI commands to attach the device and make it visible to the local operating system.</p>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-9.png"><img loading="lazy" decoding="async" width="751" height="375" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-9.png" alt="" class="wp-image-6114" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-9.png 751w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-9-300x150.png 300w" sizes="(max-width: 751px) 100vw, 751px" /></a></figure>



<p></p>



<p>Your boot-volume should appear as <strong>/dev/sdb3</strong>.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-10.png"><img loading="lazy" decoding="async" width="622" height="644" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-10.png" alt="" class="wp-image-6115" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-10.png 622w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-10-290x300.png 290w" sizes="(max-width: 622px) 100vw, 622px" /></a></figure>



<p></p>



<p>4. <strong>Fix the authorized_keys file.</strong></p>



<p>Make&nbsp;<strong>/dev/sdb3</strong>, which is the root (/) partition where you can recover the opc SSH key file, available to the local operating system using &#8220;mount&#8221; command.</p>



<p></p>



<pre class="wp-block-preformatted">sudo mount  /dev/sdb3 /mnt</pre>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-11.png"><img loading="lazy" decoding="async" width="869" height="723" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-11.png" alt="" class="wp-image-6116" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-11.png 869w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-11-300x250.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-11-768x639.png 768w" sizes="(max-width: 869px) 100vw, 869px" /></a></figure>



<p></p>



<p>5. Fix the opc SSH key by editing the <strong>/mnt/home/opc/.ssh/authorized_keys</strong> file and adding your SSH key public file.</p>



<p></p>



<pre class="wp-block-preformatted">sudo vi /mnt/home/opc/.ssh/authorized_keys</pre>



<p></p>



<p>After you add or change the SSH public key you need to use, save, and exit it.</p>



<p></p>



<p>6. <strong>Run umount /mnt.</strong></p>



<pre class="wp-block-preformatted"><code>sudo umount /mnt</code></pre>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-12.png"><img loading="lazy" decoding="async" width="902" height="78" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-12.png" alt="" class="wp-image-6117" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-12.png 902w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-12-300x26.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-12-768x66.png 768w" sizes="(max-width: 902px) 100vw, 902px" /></a></figure>



<p></p>



<p>7. <strong>Detach the iSCSI boot volume by running the detach iSCSI commands</strong>.</p>



<p>Unmount the device and detach it by running the iSCSI commands</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-13.png"><img loading="lazy" decoding="async" width="975" height="276" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-13.png" alt="" class="wp-image-6118" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-13.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-13-300x85.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-13-768x217.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Ensure that the <strong>/dev/sdb</strong> disk is no longer available or visible through the SSH connection, and then detach it.</p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-14.png"><img loading="lazy" decoding="async" width="975" height="171" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-14.png" alt="" class="wp-image-6119" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-14.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-14-300x53.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-14-768x135.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Click in <strong>Continue Detachment</strong></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-15.png"><img loading="lazy" decoding="async" width="975" height="437" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-15.png" alt="" class="wp-image-6120" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-15.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-15-300x134.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-15-768x344.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Click in <strong>Detach</strong></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-16.png"><img loading="lazy" decoding="async" width="975" height="190" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-16.png" alt="" class="wp-image-6121" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-16.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-16-300x58.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-16-768x150.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-17.png"><img loading="lazy" decoding="async" width="883" height="389" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-17.png" alt="" class="wp-image-6122" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-17.png 883w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-17-300x132.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-17-768x338.png 768w" sizes="(max-width: 883px) 100vw, 883px" /></a></figure>



<p>8. Reattach the boot volume to the instance where you wanted to recover the SSH key, wait for it to become operational.</p>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-18.png"><img loading="lazy" decoding="async" width="975" height="442" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-18.png" alt="" class="wp-image-6123" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-18.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-18-300x136.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-18-768x348.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>Click in <strong>Attach Boot Volume</strong></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-19.png"><img loading="lazy" decoding="async" width="975" height="106" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-19.png" alt="" class="wp-image-6124" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-19.png 975w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-19-300x33.png 300w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-19-768x83.png 768w" sizes="(max-width: 975px) 100vw, 975px" /></a></figure>



<p>After the boot volume is attached, start the Compute Instance.</p>



<p></p>



<figure class="wp-block-image size-full"><a href="https://www.dbadutra.com/wp-content/uploads/2023/10/image-21.png"><img loading="lazy" decoding="async" width="692" height="380" src="https://www.dbadutra.com/wp-content/uploads/2023/10/image-21.png" alt="" class="wp-image-6126" srcset="https://www.dbadutra.com/wp-content/uploads/2023/10/image-21.png 692w, https://www.dbadutra.com/wp-content/uploads/2023/10/image-21-300x165.png 300w" sizes="(max-width: 692px) 100vw, 692px" /></a></figure>



<p></p>



<p>See you soon in other articles.</p>



<p>Stay tuned by following us on Twitter @aontalba and Linkedin.</p>



<p><strong>Disclaimer: “The postings on this site are my own and do not necessarily represent my current employer positions, strategies, or opinions. The information here was edited to be useful for general purpose, specific data, and identifications was removed to allow reaching a generic audience and to be useful.”</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2023/10/recovering-opc-user-ssh-key/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6105</post-id>	</item>
		<item>
		<title>Interconnect Oracle Cloud and Microsoft Azure</title>
		<link>https://www.dbadutra.com/2019/06/interconnect-oracle-cloud-and-microsoft-azure/</link>
					<comments>https://www.dbadutra.com/2019/06/interconnect-oracle-cloud-and-microsoft-azure/#comments</comments>
		
		<dc:creator><![CDATA[André Luiz Dutra Ontalba]]></dc:creator>
		<pubDate>Thu, 13 Jun 2019 14:54:18 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Interconnect]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OCI]]></category>
		<category><![CDATA[Oracle]]></category>
		<guid isPermaLink="false">https://www.dbadutra.com/?p=5590</guid>

					<description><![CDATA[Na semana passada, foi anunciado que a Oracle e a Microsoft criaram uma conexão nuvem-nuvem entre o Oracle Cloud Infrastructure e o Microsoft Azure em determinadas regiões. Essa conexão permite que você configure cargas de trabalho entre nuvens sem tráfego entre as nuvens que passam pela Internet. Serviços de Interconexão OCI e Azure: Limitada à [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image is-resized"><img loading="lazy" decoding="async" src="https://www.dbadutra.com/wp-content/uploads/2018/01/brazil_pt-150x150.jpg" alt="" class="wp-image-5129" width="50" height="50"/></figure>



<p>Na
semana passada, foi anunciado que a Oracle e a Microsoft criaram uma conexão
nuvem-nuvem entre o Oracle Cloud Infrastructure e o Microsoft Azure em
determinadas regiões.</p>



<p>Essa
conexão permite que você configure cargas de trabalho entre nuvens sem tráfego
entre as nuvens que passam pela Internet.</p>



<p>Serviços
de Interconexão OCI e Azure:</p>



<p>Limitada
à região do Azure Leste dos EUA (eastus) e à região OCI Ashburn (us-ashburn-1) .</p>



<p>O
local de peering ExpressRoute está próximo ou no mesmo local de peering que o
OCI FastConnect.</p>



<p>O
lado da identidade é sua integração comum e bem conhecida entre o IDCS e o
Microsoft Active Directory.</p>



<p>Fornece
baixa latência e alta conectividade entre nuvens</p>



<p>Network
Peering possível entre o Azure e o OCI.</p>



<p>Aplicativo
de várias camadas pode ser particionado para executar o banco de dados no OCI e
no aplicativo no Azure</p>



<p>Cross-Connect
pode ser estabelecido circuito ExpressRoute no Azure e Fastconnect em OCI.</p>



<p>Tráfego
entre os dois provedores em uma rede privada.</p>



<p>O
tráfego de rede pode ser controlado usando a Lista de Segurança (OCI) e os
Grupos de Segurança de Rede (Azure)</p>



<p></p>



<figure class="wp-block-image is-resized"><img loading="lazy" decoding="async" src="https://www.dbadutra.com/wp-content/uploads/2018/01/us_flag-150x150.jpeg" alt="" class="wp-image-5130" width="61" height="61"/></figure>



<p>Last week, it was announced that Oracle
and Microsoft have created a cloud-to-cloud connection between Oracle Cloud
Infrastructure and Microsoft Azure in certain regions.</p>



<p>This connection allows you to configure
workloads between clouds without traffic between the clouds that pass through
the Internet.</p>



<p>OCI and Azure Interconnect services:</p>



<p>Limited to Azure East US (eastus)
region and the OCI Ashburn (us-ashburn-1) region as of now.</p>



<p>ExpressRoute peering location is in
proximity to or in the same peering location as the OCI FastConnect.</p>



<p>Identity
side its common and well known integration between IDCS and Microsoft Active
Directory.</p>



<p>Provides low latency and high
throughput cross-cloud connectivity</p>



<p>Network Peering possible between Azure
and OCI.</p>



<p>Multi-tier application can be
partitioned to run DB on OCI and Application on Azure</p>



<p>Cross-Connect can be established
ExpressRoute circuit in Azure and Fastconnect on OCI.</p>



<p>Traffic between the 2 providers over a
private network.</p>



<p>Network traffic can be controlled using
Security List (OCI) and Network Security Groups (Azure)</p>



<p></p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="641" height="377" src="https://www.dbadutra.com/wp-content/uploads/2019/06/Process.png" alt="" class="wp-image-5592" srcset="https://www.dbadutra.com/wp-content/uploads/2019/06/Process.png 641w, https://www.dbadutra.com/wp-content/uploads/2019/06/Process-300x176.png 300w" sizes="(max-width: 641px) 100vw, 641px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="676" height="341" src="https://www.dbadutra.com/wp-content/uploads/2019/06/Interconnec_Azure_OCI.png" alt="" class="wp-image-5591" srcset="https://www.dbadutra.com/wp-content/uploads/2019/06/Interconnec_Azure_OCI.png 676w, https://www.dbadutra.com/wp-content/uploads/2019/06/Interconnec_Azure_OCI-300x151.png 300w" sizes="(max-width: 676px) 100vw, 676px" /></figure></div>



<p></p>



<h6 class="wp-block-heading">Link about official documentation:</h6>



<h6 class="wp-block-heading"><a href="https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/azure.htm">https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/azure.htm</a></h6>



<p></p>



<p></p>



<h5 class="wp-block-heading">Hope this helps. See you !!!</h5>



<h5 class="wp-block-heading">André&nbsp; Ontalba</h5>



<p></p>



<p>&nbsp;</p>



<p><strong>Disclaimer:</strong>&nbsp;“The postings on this site are my own and don’t necessarily represent may actual employer positions, strategies or opinions. The information here was edited to be useful for general purpose, specific data and identifications was removed to allow reach generic audience and to be useful.”</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.dbadutra.com/2019/06/interconnect-oracle-cloud-and-microsoft-azure/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5590</post-id>	</item>
	</channel>
</rss>
