Oracle Grid Infrastructure Tips: differenze tra le versioni
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Riga 14: | Riga 14: | ||
| Da utente root: | Da utente root: | ||
| <pre> | <pre> | ||
| srvctl add volume -volume MIOVOL01 -diskgroup DATA -device /dev/asm/miovol01-21 | root@server:~# srvctl add volume -volume MIOVOL01 -diskgroup DATA -device /dev/asm/miovol01-21 | ||
| /sbin/acfsutil registry -a -n node1,node2 /dev/asm/miovol01-21 /MIOVOL01 | root@server:~# /sbin/acfsutil registry -a -n node1,node2 /dev/asm/miovol01-21 /MIOVOL01 | ||
| /bin/mount -t acfs /dev/asm/miovol01-21 /MIOVOL01 | root@server:~# /bin/mount -t acfs /dev/asm/miovol01-21 /MIOVOL01 | ||
| </pre> | </pre> | ||
Versione delle 10:07, 13 ott 2015
Grid Infratructure
Oracle ASM Cluster Filesystem
Per creare un cluster filesystem:
grid@server:~$ sqlplus '/ as sysadm' ALTER DISKGROUP DATA ADD VOLUME MIOVOL01 SIZE 10G;
Formattare il device:
grid@server:~$ mkfs -t acfs -n "MIOVOL01" /dev/asm/miovol01-21
Da utente root:
root@server:~# srvctl add volume -volume MIOVOL01 -diskgroup DATA -device /dev/asm/miovol01-21 root@server:~# /sbin/acfsutil registry -a -n node1,node2 /dev/asm/miovol01-21 /MIOVOL01 root@server:~# /bin/mount -t acfs /dev/asm/miovol01-21 /MIOVOL01