DES-3128 · Question #53
A backup administrator wants to configure PSS for a client to have this configuration: 3 PSS for save set '/data1' 5 PSS for save set '/data2' How can this be achieved?
The correct answer is C. PSS:streams_per_ss=3,/data1, 5,/data2. To configure PSS for a client to have 3 PSS for save set '/data1' and 5 PSS for save set '/data2', the administrator can use the following command: PSS:streams_per_ss=3,/data1, 5,/data2 This command sets the number of parallel save streams (PSS) for each save set. The option "str
Question
A backup administrator wants to configure PSS for a client to have this configuration:
3 PSS for save set '/data1' 5 PSS for save set '/data2' How can this be achieved?
Options
- APSS:stream_ss=3,/data1; 5,/data2
- BPSS:streams_per_ss=3,/data1: streams_per_ss=5,/data
- CPSS:streams_per_ss=3,/data1, 5,/data2
- DPSS:streams_per_ss=3,/data1t PSS:streams
How the community answered
(40 responses)- A10% (4)
- B3% (1)
- C83% (33)
- D5% (2)
Explanation
To configure PSS for a client to have 3 PSS for save set '/data1' and 5 PSS for save set '/data2', the administrator can use the following command: PSS:streams_per_ss=3,/data1, 5,/data2 This command sets the number of parallel save streams (PSS) for each save set. The option "streams_per_ss" is used to specify the number of parallel save streams for each save set, and the path of the save set is specified after a comma. In this case, 3 PSS are set for the save set '/data1' and 5 PSS are set for the save set '/data2'.
Topics
Community Discussion
No community discussion yet for this question.