An administrator wants to make sure Oracle backups only use a specific storage node.
Use the simulator to configure an AFTD Device on "StorageNodeA" with the name "OracleBackup" using the folder "D \AFTD" to the pool "Default". This storage node should be a dedicated storage node
When you have finished, continue to the next 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?
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'.
What is true of a BMR when using NetWorker?
A Bare Metal Restore (BMR) using NetWorker is a process that can be used to completely restore the NetWorker server database onto a new server. This process can be used in the event of a catastrophic failure, or when the existing server must be replaced.
Which command can be used to query the NetWorker media database and to export the fields as comma separated fields?
The mminfo command can be used to query the NetWorker media database and to export the fields as comma separated fields. The -avot flag will list all volumes and export the fields as a comma separated list.
An administrator is creating an action resource in NetWorker. What must exist before this action can be completed?
Before an action resource can be created in NetWorker, a protection group must exist. Protection groups allow you to group related objects together, making it easier to manage and run backups.