Technical information

ADC Telecommunications, Inc.
562 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
write <writeview-name> Authorizes the group to have write access to the view specified by
<writeview-name>.
notify
<notifyview-name>
Authorizes the group to have notify access to the view specified by
<notifyview-name>.
context <context-name> Name of the context associated with the group. The default is the
null (or empty) context.
Keep in mind that the context is one of the parameters that allows
access to a group entry, along with group name, security model,
and security level.
storage {volatile |
nonvolatile |
permanent | readonly}
Specifies how the group entry is stored:
volatile – Entry is stored in volatile memory. The information is
lost during a system reboot.
nonvolatile (default) – Entry is stored in non-volatile memory. The
information is not lost during a system reboot.
permanent – Entry is stored in non-volatile memory. You cannot
delete the information but you can make modifications.
readonly – Entry is stored in non-volatile memory. You cannot
delete or modify the information.