HP-UX Secure Resource Partitions (SRP) A.02.02 Administrator's Guide
65
- srproot: SRP root directory of the compartment
• Allows users to write their own functionality for each of the operations like
add/delete/replace.
11.2 Replacing or Deleting Custom SRP Data
Use the following command to replace custom template data from an SRP compartment:
srp -r[eplace] srp_name -t custom [-s service[,service]...] id instance
The srp -replace command deletes the specified data, then prompts you for replacement data.
For example, the following command deletes all the IPFilter data for the custom template added with
the id 2008–05–09, then prompts you for replacement data:
srp -replace mySRP -t custom -s ipfilter id 2008-05-09
Use the following command to delete custom template data from an SRP compartment:
srp -d[elete] srp_name -t custom [-s service[,service]...] id instance
CAUTION: If you do not specify the -template and/or -service arguments, srp deletes all
templates and/or services for the compartment. For example, the command srp -delete mySRP
deletes the entire mySRP SRP compartment.
For more information, see
15.2 Deleting Configuration Data and 15.3 Replacing Configuration Data.