<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>http://www.emigar.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ernesto</id>
	<title>Emigar - Contributi dell&#039;utente [it]</title>
	<link rel="self" type="application/atom+xml" href="http://www.emigar.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ernesto"/>
	<link rel="alternate" type="text/html" href="http://www.emigar.com/wiki/index.php/Speciale:Contributi/Ernesto"/>
	<updated>2026-05-06T11:06:19Z</updated>
	<subtitle>Contributi dell&amp;#039;utente</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>http://www.emigar.com/wiki/index.php?title=Oracle_Grid_Infrastructure_Tips&amp;diff=5307</id>
		<title>Oracle Grid Infrastructure Tips</title>
		<link rel="alternate" type="text/html" href="http://www.emigar.com/wiki/index.php?title=Oracle_Grid_Infrastructure_Tips&amp;diff=5307"/>
		<updated>2015-11-16T16:52:47Z</updated>

		<summary type="html">&lt;p&gt;Ernesto: /* Oracle Listener aggiuntivi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Grid Infratructure 12c==&lt;br /&gt;
&lt;br /&gt;
===Oracle Listener aggiuntivi===&lt;br /&gt;
&lt;br /&gt;
come grid:&lt;br /&gt;
 cp -p $ORACLE_HOME/crs/demo/coldfailover/act_listener.pl $ORACLE_HOME/crs/public/&lt;br /&gt;
&lt;br /&gt;
 crsctl&lt;br /&gt;
&lt;br /&gt;
===Gestire applicazione generica===&lt;br /&gt;
1) creare un indirizzo IP Virtuale:&lt;br /&gt;
 [root@server ~]# appvipcfg create -network=1 -ip=172.16.1.4 -vipname=app.miaapp01.vip -user root&lt;br /&gt;
 [root@server ~]# crsctl start res app.miaapp01.vip&lt;br /&gt;
 [root@server ~]# crsctl modify resource &amp;quot;app.miaapp01.vip&amp;quot; -attr &amp;quot;AUTO_START=1&amp;quot;&lt;br /&gt;
 [root@server ~]# crsctl modify resource app.n1bpel-p05a.vip -attr &amp;quot;ACL=&#039;owner:root:rwx,pgrp:root:r-x,other::r--,group:oinstall:r-x,user:grid:r-x&#039;&amp;quot;&lt;br /&gt;
2) creare risorsa&lt;br /&gt;
 [root@server ~]#&lt;br /&gt;
&lt;br /&gt;
===Oracle ASM Cluster Filesystem===&lt;br /&gt;
&lt;br /&gt;
Per creare un cluster filesystem (testato con GI 12.1.0.2):&lt;br /&gt;
 grid@server:~$ echo &#039;ALTER DISKGROUP DATA ADD VOLUME MIOVOL01 SIZE 10G;&#039; | sqlplus &#039;/ as sysasm&#039;&lt;br /&gt;
&lt;br /&gt;
in alternativa si può fare da asmcmd:&lt;br /&gt;
 grid@server:~$ asmcmd volcreate -G DATA -s 10G MIOVOL01&lt;br /&gt;
&lt;br /&gt;
Formattare il device:&lt;br /&gt;
 grid@server:~$ mkfs -t acfs -n &amp;quot;MIOVOL01&amp;quot; /dev/asm/miovol01-21&lt;br /&gt;
&lt;br /&gt;
Da utente root:&lt;br /&gt;
 root@server:~# srvctl add volume -volume MIOVOL01 -diskgroup DATA -device /dev/asm/miovol01-21&lt;br /&gt;
 root@server:~# /sbin/acfsutil registry -a -n node1,node2 /dev/asm/miovol01-21 /MIOVOL01&lt;br /&gt;
 root@server:~# /bin/mount -t acfs /dev/asm/miovol01-21 /MIOVOL01&lt;br /&gt;
&lt;br /&gt;
Per resize, da utente grid:&lt;br /&gt;
 grid@server:~$ acfsutil info fs /MIOVOL01&lt;br /&gt;
 grid@server:~$ acfsutil size +1024M /MIOVOL01&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Categoria: Database]]&lt;/div&gt;</summary>
		<author><name>Ernesto</name></author>
	</entry>
	<entry>
		<id>http://www.emigar.com/wiki/index.php?title=Oracle_Grid_Infrastructure_Tips&amp;diff=5306</id>
		<title>Oracle Grid Infrastructure Tips</title>
		<link rel="alternate" type="text/html" href="http://www.emigar.com/wiki/index.php?title=Oracle_Grid_Infrastructure_Tips&amp;diff=5306"/>
		<updated>2015-11-16T16:52:17Z</updated>

		<summary type="html">&lt;p&gt;Ernesto: /* Oracle Listener aggiuntivi */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Grid Infratructure 12c==&lt;br /&gt;
&lt;br /&gt;
===Oracle Listener aggiuntivi===&lt;br /&gt;
&lt;br /&gt;
come grid:&lt;br /&gt;
 cp -p $ORACLE_HOME/crs/demo/coldfailover/act_listener.pl $ORACLE_HOME/crs/public//&lt;br /&gt;
&lt;br /&gt;
 crsctl&lt;br /&gt;
&lt;br /&gt;
===Gestire applicazione generica===&lt;br /&gt;
1) creare un indirizzo IP Virtuale:&lt;br /&gt;
 [root@server ~]# appvipcfg create -network=1 -ip=172.16.1.4 -vipname=app.miaapp01.vip -user root&lt;br /&gt;
 [root@server ~]# crsctl start res app.miaapp01.vip&lt;br /&gt;
 [root@server ~]# crsctl modify resource &amp;quot;app.miaapp01.vip&amp;quot; -attr &amp;quot;AUTO_START=1&amp;quot;&lt;br /&gt;
 [root@server ~]# crsctl modify resource app.n1bpel-p05a.vip -attr &amp;quot;ACL=&#039;owner:root:rwx,pgrp:root:r-x,other::r--,group:oinstall:r-x,user:grid:r-x&#039;&amp;quot;&lt;br /&gt;
2) creare risorsa&lt;br /&gt;
 [root@server ~]#&lt;br /&gt;
&lt;br /&gt;
===Oracle ASM Cluster Filesystem===&lt;br /&gt;
&lt;br /&gt;
Per creare un cluster filesystem (testato con GI 12.1.0.2):&lt;br /&gt;
 grid@server:~$ echo &#039;ALTER DISKGROUP DATA ADD VOLUME MIOVOL01 SIZE 10G;&#039; | sqlplus &#039;/ as sysasm&#039;&lt;br /&gt;
&lt;br /&gt;
in alternativa si può fare da asmcmd:&lt;br /&gt;
 grid@server:~$ asmcmd volcreate -G DATA -s 10G MIOVOL01&lt;br /&gt;
&lt;br /&gt;
Formattare il device:&lt;br /&gt;
 grid@server:~$ mkfs -t acfs -n &amp;quot;MIOVOL01&amp;quot; /dev/asm/miovol01-21&lt;br /&gt;
&lt;br /&gt;
Da utente root:&lt;br /&gt;
 root@server:~# srvctl add volume -volume MIOVOL01 -diskgroup DATA -device /dev/asm/miovol01-21&lt;br /&gt;
 root@server:~# /sbin/acfsutil registry -a -n node1,node2 /dev/asm/miovol01-21 /MIOVOL01&lt;br /&gt;
 root@server:~# /bin/mount -t acfs /dev/asm/miovol01-21 /MIOVOL01&lt;br /&gt;
&lt;br /&gt;
Per resize, da utente grid:&lt;br /&gt;
 grid@server:~$ acfsutil info fs /MIOVOL01&lt;br /&gt;
 grid@server:~$ acfsutil size +1024M /MIOVOL01&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Categoria: Database]]&lt;/div&gt;</summary>
		<author><name>Ernesto</name></author>
	</entry>
	<entry>
		<id>http://www.emigar.com/wiki/index.php?title=Utente:Ernesto&amp;diff=5305</id>
		<title>Utente:Ernesto</title>
		<link rel="alternate" type="text/html" href="http://www.emigar.com/wiki/index.php?title=Utente:Ernesto&amp;diff=5305"/>
		<updated>2015-11-16T16:50:50Z</updated>

		<summary type="html">&lt;p&gt;Ernesto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;aa&lt;br /&gt;
bb&lt;/div&gt;</summary>
		<author><name>Ernesto</name></author>
	</entry>
</feed>