Term
Though many VSS issues maybe resolved by a reboot, what is the main concern with this approach? |
|
Definition
Rebooting the server is not often a viable option in a production environment where uptime is an issue. |
|
|
Term
Other than the fact that rebooting the server (To fix VSS) is not often a viable option in a production environment where uptime is an issue, what other reason should we be wary of using a reboot as a fix? |
|
Definition
It is bad troubleshooting (Blind Shotgun approach) |
|
|
Term
What vssadmin command will all delete shadows? |
|
Definition
vssadmin delete shadows /All |
|
|
Term
What vssadmin command will list all writers |
|
Definition
|
|
Term
What vssadmin command lists the shadow storage |
|
Definition
vssadmin list shadowstorage |
|
|
Term
You can resize the storage location for shadowcopies from the command line?
How would you set the C: volume's shadowcopy location to be unbound (Not limited)? |
|
Definition
vssadmin resize shadowstorage /For=C: /On=C: UNBOUND |
|
|
Term
How would I reassign shadow storage for one volume to another from the command line?
For instance changing the shadow storage on C: to be held on D: (900MB size) |
|
Definition
vssadmin Resize ShadowStorage /For=C: /On=D: /MaxSize=900MB |
|
|
Term
What is the Minimum size of a single shadowstorageinstance? |
|
Definition
|
|
Term
When you list the writers with vssadmin, what section do you look at to determine if the writer is working? |
|
Definition
|
|