READ Free Dumps For Oracle- 1z0-878
Question ID 4236 | You receive error messages that the /lard file system is full. You check and see that it has a large file called swapfile. Your system has more than enough swap space. You suspect that the file is in use as swap space. |
Option A | A. swap -r /lard/swapfile ; rm /lard/swapfile |
Option B | B. swap -l ; swap -d /lard/swapfile ; rm /lard/swapfile |
Option C | C. swap -l ; rm /lard/swapfile ; swap -d /lard/swapfile |
Option D | D. swap -l ; swap -r /lard/swapfile ; rm /lard/swapfile |
Correct Answer | B |
Question ID 4237 | The production server needs additional swap space due to lack of physical memory. The system has only one disk and is partitioned as follows: |
Option A | A. add slice 2 as swap: # swap -a /dev/dsk/c0t0d0s2 |
Option B | B. create a 512 megabyte swap file on the root disk: # mkfile 512m /swapfile |
Option C | C. remove the existing swap and read it using swap compression: # swap -d /dev/dsk/c0t0d0s3 # swap -a -c /dev/dsk/c0t0d0s3 |
Option D | D. repartition the disk so that slice 3 contains the unused cylinders 38492 through 39532, and then |
Option E | E. use NFS to mount a file system from the development server, and then create and use a swap |
Correct Answer | B,D |