cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure MSEO policy for volume pool based

demo4119
Level 6
Partner Accredited Certified

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>

2 REPLIES 2

demo4119
Level 6
Partner Accredited Certified

anyone to advise on the variable configuration using volume pool

Paramesh
Level 4

seems to be good. you just try one job and try whether that has got encrypted or not. and post the results..

 

can u try to configure it from gui window ?????