Renaming Attribute Types
Use the dcecp xattrschema rename command to change the name of an extended attribute. Enter the command in the following form:
xattrschema rename old_name -to new_name
where:
old_name Is the fully qualified extended attribute name to be changed.
new_name Is the new simple extended attribute name.
The following example shows the xattrschema rename command used to change an attribute name from log_name to MVSname.
dcecp> principal rename /.:/sec/xattrschema/log_name -to MVSname dcecp>
|