Novell
050-696 · Question #74
050-696 Question #74: Real Exam Question with Answer & Explanation
The correct answer is D. UNLOAD NAMED . NLM. This question tests knowledge of the correct NetWare server console command to stop and remove a running NLM (NetWare Loadable Module) from memory.
Question
You need to stop the DNS service (provided by the NAMED . NLM module) on your OES NetWare server. Which command will do this?
Options
- ASTOP NAMED . NLM
- BKILL NAMED . NLM
- CNAMED . NLM -EXIT
- DUNLOAD NAMED . NLM
- ENAMED . NLM -UNLOAD
Explanation
This question tests knowledge of the correct NetWare server console command to stop and remove a running NLM (NetWare Loadable Module) from memory.
Common mistakes.
- A. STOP is not a valid NetWare server console command - there is no STOP verb in the NetWare console command set for controlling NLMs.
- B. KILL is a Unix/Linux signal concept and does not exist as a NetWare console command for unloading NLMs.
- C. NLMs do not accept a -EXIT flag in this console syntax - console-level unloading is always performed via the UNLOAD command, not by passing parameters to the NLM name.
- E. NLMs do not accept a -UNLOAD flag from the server console - UNLOAD is a standalone console verb, not a runtime parameter passed to the NLM executable.
Concept tested. NetWare console UNLOAD command for stopping NLM modules
Reference. https://www.novell.com/documentation/oes2015/pdfdoc/benovw_nw/benovw_nw.pdf
Community Discussion
No community discussion yet for this question.