LPAR1 is configured to have the same 2 LUNs virtualized by a redundant pair of VIO servers. Which command will validate thatboth storage paths are available?()
A.lspath B.sdd query adapter C.pcmpath query adapter D.datapath query device
Files /tmp/file2 and /tmp/file3 are hard linked to /tmp/file1. What will the result be if a user makes changes to /tmp/file2 at the same time another user tries to delete /tmp/file1?()
A.All three files will contain the updates and will remain available. B.All three files will be deleted and no changes will be made to /tmp/file2. C.Only /tmp/file2 will contain the updates, but /tmp/file3 will remain available. D.Both /tmp/file2 and /tmp/file3 will contain the updates and will remain available.
A log logical volume is created as indicated below: root@host1:/# mklv -a c -t jfs2log -b y datavg 1 loglv00 root@host1:/# lsvg -l datavg datavg: LV NAMETYPELPsPPsPVsLV STATE MOUNT POINT loglv00jfs2log111closed/syncdN/AA new filesytem is then created using the new log logical volume.When the administrator attempts to mount the filesytem, the following error occurs:root@host1:/# mount/newfs mount: 0506-324 Cannot mount /dev/lv00 on /newfs: Asystem call received a parameter that is not valid. Which of the following actions will resolve this error?()
A.Recreate the file system with -p rw flags and re-mount. B.Run 'logform /dev/loglv00' and hit 'y' to destroy all data. C.Run 'clrginfo -p' to clear the invalid filesystem parameter. D.Change 'account = true' value in /etc/filesystem to 'account = false'.