500-215 · Question #36
How do you configure the system to store CDRs on the local GTPP Storage Server?
The correct answer is D. Execute the storage-server mode local command. Option D is correct because, within the GTPP group configuration context, the proper command syntax to direct CDR storage to the local GTPP Storage Server is storage-server mode local - the mode local parameter explicitly tells the system to use local storage rather than an…
Question
How do you configure the system to store CDRs on the local GTPP Storage Server?
Options
- AExecute the storage-server mode command
- BExecute the gtpp storage-server mode command
- CExecute the gtpp storage-server local file command
- DExecute the storage-server mode local command
How the community answered
(15 responses)- A7% (1)
- D93% (14)
Explanation
Option D is correct because, within the GTPP group configuration context, the proper command syntax to direct CDR storage to the local GTPP Storage Server is storage-server mode local - the mode local parameter explicitly tells the system to use local storage rather than an external server.
Why the distractors fail:
- A (
storage-server mode) is incomplete - it invokes the mode command but never specifieslocal, leaving the storage destination undefined. - B (
gtpp storage-server mode) incorrectly adds thegtppprefix (you are already inside the GTPP group context) and still omits the requiredlocalkeyword. - C (
gtpp storage-server local file) uses both the wrong prefix and wrong keyword order;local fileis not valid syntax for this command.
Memory tip: Focus on the two required keywords - mode and local - in that order. Think: "What mode? Local mode." That maps directly to storage-server mode local and reminds you that neither keyword alone is sufficient.
Topics
Community Discussion
No community discussion yet for this question.