최신Oracle Real Application Clusters 12c Essentials - 1z0-432무료샘플문제
Which code must youuse to increase the cardinality of the ASM inthe cluster? A)[root@o16r02 bin]# ./srvct1 add asm -count 1 [root@o16r02 bin]# ./srvct1 modify asm ASM home: /u01/app/12.1.0/grid Password file: +DATA/orapwASM ASM listener: LISTENER ASM instance count: 1 Cluster ASM listener: ASMNETILSNR_ASM
B)[root@o16r02 bin]# ./crvct1modifyasm -count 1 [root@o16r02 bin]# ./crvct1addasm ASM home: /u01/app/12.1.0/grid Password file: +DATA/orapwASM ASM listener: LISTENER ASM instance count: 1 Cluster ASM listener: ASMNETILSNR_ASM C)[root@o16r02 bin]# ./srvct1 modify asm -count 1 [root@o16r02 bin]# ./srvct1 config asm ASM home: /u01/app/12.1.0/grid Password file: +DATA/orapwASM ASM listener: LISTENER ASM instance count: 1 Cluster ASM listener: ASMNETILSNR_ASM D)[root@o16r02 bin]# ./crvct1 modify asm -count 1 [root@o16r02 bin]# ./srvct1 config asm ASM home: /u01/app/12.1.0/grid Password file: +DATA/orapwASM ASM listener: LISTENER ASM instance count: 1 Cluster ASM listener: ASMNETILSNR_ASM
Which is the correct syntax to create an asmlib disk?
DISK1 = asmlib disk name /dev/sdb1 = first device partition /dev/sdb = device name
Which three statements about Oracle RAC background processes are correct?
You are managing a four node Oracle RAC environment.During amaintenancewindowit isrequired to shut down and restart RACinstances 2 and 4. Which option shows the required commands to accomplish this task?
A)srvct1 stop instance -i racdb1 -d racdb srvct1 stop instance -d racdb -i racdb2 srvct1 start instance -d racdb -i racdb2 srvct1 start instance -i racdb -dracdb2 B)srvct1 stop instance -i racdb4-d racdb srvct1 stop instance -d racdb -i racdb2 srvct1 start instance -iracdb2 -d racdb srvct1 start instance -i racdb4-dracdb C)srvct1 stop instance -i racdb4-dracdb intermediate srvct1 stop instance -d racdb -i racdb2intermediate srvct1 start instance -iracdb2 -d racdb srvct1 start instance -i racdb4-d racdb D)srvct1 stop instance -i racdb -dracdb force srvct1 stop instance -d racdb2-i racdbforce
srvct1 start instance -iracdb2 -d racdb
srvct1 start instance -i racdb4-d racdb
Inanadvanced GridInfrastructure lnstallation,you can optionally configureGridNaming Service (GNS).In which two cases must you configure the GNS?
How many ASM Disk Group(s) do you need, if you want to have the redundancy level set to high (triple mirroring) for a FILE?
A customeris using thepolicy-managed database by name RACDB on a 4-node cluster. The server namesinthe Clusterare:dasher, vixen, comet, and dancer
There are two server pools defined, frontoffice and backoffice The attributes are as followsServerpoolmportance MinMax
Frontoffice1022 Backoffice512
There are two uniform services being created, crmsrv and hrsrv.
crmsrv is being assigned toserverpoolfrontoffice and hrsrv is assigned to backoffice.
Currently, allfour nodes are up and running. The database and its services are running as follows:
The serverpoolfrontoffice , which is running thecrmsrv service is being run on the dasher and vixen hosts
Theserverpoolbackoffice, whichis runninghrsvc service is being run on comet and dancer hosts.
What happens when the dasher node fails?
Which new syntax has been introduced in ASM release 12cR1?