Configure disk pool
Hello,
we have a similiar problem with Backup Exec 2012 (Including all offered updates) and disk pools. I have created a disk pool with four disks which have equal sizes. We would like to run different backup jobs with this disk pool as target. The size the backup jobs needed is bigger than one disk of the pool can store. Now we have the same effect as described above. It seems that the backup jobs not control how full a disk is and write on it until its full... It's very angry because i want to configure it as a dynamic and flexible pool which has so much intelligence to write backup job data to a destination with enough free space...
I think at this time the disk pool option is only for failover when a disk out of this pool fails...
Any suggestion how to configure?
If you are usng either USB or eSata disks, you can just eject and unplug them. BE will detect that they are not present in the machine and will set them off-line.
Otherwise, you can either manually disable it or use the following BEMCLI cmdlet to pause you disk storage
Get-BEDiskStorageDevice "Device 0001" | Set-BEDiskStorageDevice -Paused $trueYou might want to read my article on BEMCLI firsthttps://www-secure.symantec.com/connect/articles/preparing-your-powershell-environment-run-bemcli-and-scripts