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?
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'.
Currently there are no comments in this discussion, be the first to comment!