how to configure MSEO policy for volume pool based
Hi all
im new in mseo configuration and not sure how to configure the MSEO policy and nbu policy for volume pool encryption .
Below is the example i mananged to configure and not sure whether it will work or not.Within a netbackup policy , i do have multiple schedule Daily , Weekly and Monthly . But i wished to encrypted only the weekly and monthly .
Any expert here can advise me whether below mseo policy parameter work on my current policy setup ?
Volume Pool number for Weekly and Monthly
================================================================================
pool number: 11
pool name: Weekly
description: Weekly Pool
max partially full: 0
================================================================================
pool number: 12
pool name: Monthly
description: Monthly Pool
max partially full: 0
================================================================================
XML script configuration
<?xml version="1.0" encoding="UTF-8" ?>
- <SebPolicy>
- <SebRules>
- <SebRule
Effect="permit audit netbackup"
Action="write" KeyType="|netbackup.keyword.KeyType|"
Compress="|netbackup.keyword.Compress|"
KeyGroup="default">
<AttributeMatch Name="netbackup.pool" MatchOp="equal">11< /AttributeMatch>
<AttributeMatch Name="netbackup.pool" MatchOp="equal">12< /AttributeMatch>
</SebRule>
<SebRule
Effect="permit audit netbackup"
Action="write" KeyType="aes128"
Compress="none"
KeyGroup="default" />
<SebRule Effect="permit audit" Action="read" />
</SebRules>
</SebPolicy>
Keyword phase configured on the netbackup policy
<mseo>KeyType=aes128;KeyGroup=default;Compress=none</mseo>