IBM
C9010-022 · Question #105
Which procedure will create a NIM lpp_source resource from an ISO image?
The correct answer is D. nim -o define -t lpp_source -a server=master -a location=/export/lpp_source/aix71 -a source=/images/71_DVD1.iso AIX71_lpp_source. See the full explanation below for the reasoning.
Question
Which procedure will create a NIM lpp_source resource from an ISO image?
Options
- Amklv -y cdlv -L /dev/cdlv rootvg 4500M hdisk0 cp /images/71_DVD1.iso /dev/cdlv mount -v cdrfs -o ro /dev/cdlv /mnt nim -o define -t lpp_source -a server=master -a location=/export/lpp_source/aix71 -a source=/mnt AIX71_lpp_source
- Bmount -o loop /images/71_DVD1.iso /mnt nim -o define -t lpp_source -a server=master -a location=/export/lpp_source/aix71 -a source=/mnt AIX71_lpp_source
- Cmount -v cdrfs -o ro /images/71_DVD1.iso /mnt nim -o define -t lpp_source -a server=master -a location=/export/lpp_source/aix71 -a source=/mnt AIX71_lpp_source
- Dnim -o define -t lpp_source -a server=master -a location=/export/lpp_source/aix71 -a source=/images/71_DVD1.iso AIX71_lpp_source
How the community answered
(30 responses)- A3% (1)
- B3% (1)
- C10% (3)
- D83% (25)
Community Discussion
No community discussion yet for this question.