Given a valid path and available disk space, would the following disk init command succeed on a 16K page server?
disk init name="data_test1", physname="/usr/val/data_test1.dat", vdevno=3, size="2M"
- The minimum size of a disk device on a 16K server is 4Mb, so the above command would fail
- The command will succeed
- The minimum size of a disk device on a 16K server is 8Mb, so the above command would fail
- The minimum size of a disk device on a 16K server is 2Mb, so the above command would succeed
Reveal Solution
Next Question