How to configure library partitions with BEMCLI
| Article:HOWTO82330 | | | Created: 2012-11-16 | | | Updated: 2012-11-16 | | | Article URL http://www.symantec.com/docs/HOWTO82330 |
This command creates a minimum of 2 partitions
command:
BEMCLI> Get-BERoboticLibraryDevice | Set-BERoboticLibraryDevice -SlotsPerPartition @(<comma separated list for number of tapes per partition>)
Example 1:
This will create 2 partitions. First partition will conation the first 5 slots and the second partition will contain any remaining slots
Example 2:
BEMCLI> Get-BERoboticLibraryDevice | Set-BERoboticLibraryDevice -SlotsPerPartition @(3,4,1)
This will create 3 partitions. First partition will have the first 3 slots. Second partition will have the next 4 slots, and the third partition will have the next slot. If ther are more than 8 slots all remaining slots will be in a fourth partition.
NOTE: These scripts are examples and are provided AS-IS. May require modification
|
|
Article URL http://www.symantec.com/docs/HOWTO82330
Terms of use for this information are found in Legal Notices









Thank you.