Home > |
---|
Save the partition policy template modifications. This command saves a newly created partition policy template from editing memory, or saves a previously created partition policy template that was loaded for editing and re-saving.
partition policyTemplate save [-name<template-name>] [-description<string>] [-force]
Option | Shortcut | Parameter | Description |
---|---|---|---|
-name | -n | <template name> | Specifies the name of the HSM Partition on which to alter policies. HSM Partition names are obtained with the partition -list command. |
-description | -d | <comment> | An identifying comment for your own reference, when managing application partition policy templates. |
-force | -f | . | Force the option. Useful for scripting. |
lunash:> partition policyTemplate save -name mytemplate01 -description "This one, not the other one." Success: mytemplate01 saved. Command Result : 0 (Success)