softwarekvm.blogg.se

Oracleasm renamedisk
Oracleasm renamedisk








oracleasm renamedisk

SET ATTRIBUTE 'compatible.asm' = '12.2', 'compatible.rdbms' = '12.2' QUORUM FAILGROUP quorum_failgrp DISK '/devices/diskc1'ĪTTRIBUTE 'compatible.asm' = '12.2', 'compatible.rdbms' = '12.2', Specifying logical and sector sizes for disks in a disk group CREATE DISKGROUP data NORMAL REDUNDANCY

oracleasm renamedisk

SQL> SELECT logical_sector_size, sector_size FROM V$ASM_DISKGROUP WHERE (name = 'sector_size' OR name = 'logical_sector_size') AND group_number = 1 For example: SQL> SELECT name, value FROM V$ASM_ATTRIBUTE In addition, the disk group attributes are displayed with the V$ASM_ATTRIBUTE view and the ASMCMD lsattr command. The ASMCMD lsdg also displays the values of the logical sector size and sector size for the disk group. These columns represent the logical sector size and sector size values of the disk group in bytes. The LOGICAL_SECTOR_SIZE and SECTOR_SIZE columns are included in the V$ASM_DISKGROUP and V$ASM_ATTRIBUTE views to display the values. You can determine the logical sector and sector size values that have either been assumed or explicitly set for a successful disk group creation by querying V$ASM views or running ASMCMD commands.

oracleasm renamedisk

Oracle ASM disk groups Administration includes creating, altering, dropping, mounting, and dismounting tasks.Ĭreating the DATA disk group CREATE DISKGROUP data NORMAL REDUNDANCYĬreating the FRA disk group CREATE DISKGROUP fra NORMAL REDUNDANCY










Oracleasm renamedisk