Changing the Location of Data in the Directory
In most cases, you use the default configuration for the location of SRC data in the directory:
- Administrator-defined configuration data—ou=staticConfiguration,ou=Configuration,o=Management,o=umc
- Programmatically defined configuration data—ou=dynamicConfiguration,ou=Configuration,o=Management, o=umc
You can specify the full distinguished name (DN), or a DN relative to a base DN, identified as <base>.
You can change the location of data in the directory at the Expert CLI editing level.
Use the following configuration statements to change the location of data for a component in the directory:
- slot number component-name initial {
- static-dn static-dn ;
- dynamic-dn dynamic-dn ;
- }
To change the location of data in the directory:
- From configuration mode, access the configuration statement
that specifies the configuration for a component on a slot.
- [edit]
- user@host# edit slot number nic initial
For example:
- [edit]
- user@host# edit slot 0 nic initial
- (Optional) Change the location of administrator-defined
configuration data in the directory
- [edit slot 0 nic initial]
- user@host# set static-dn static-dn
- (Optional) Change the location of programmatically defined
configuration data in the directory.
- [edit slot 0 nic initial]
- user@host# set dynamic-dn dynamic-dn