Commands
3.12 clear srmenv
Clears the SRM environment variables. You can clear SRM variables for all partitions, by hard
partition, or by a specific subpartition.
Syntax
clear srmenv {-hp <hard partition> [-sp <subpartition>], -all}
Arguments
None
Options
hp <hard partition> Clear SRM environment variables for the hard
partition named.
sp <subpartition> Clear the SRM environment variables for the
soft partition named. Clear all subparitions
within the hard partition if no explicit
subpartition is given.
all Clear the SRM environment variables for all
partitions.
Examples
1. Clear the SRM environment variables for all subpartitions within a
given hard partition.
MBM> clear srmenv -hp hp0
MBM>
2. Clear the SRM environment variables for a given subpartition.
MBM> clear srmenv -hp hp0 -sp default_sp
MBM>
3-19