[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Basic Local Properties
In most cases you can use the default operating
properties. Change the default properties if needed for your environment.
Use the following configuration statements to configure
basic local properties for a component:
- slot number component-name {
- base-dn base-dn ;
- java-runtime-environment java-runtime-environment ;
- java-heap-size java-heap-size ;
- snmp-agent;
- }
To review the default local configuration and then
change values:
- From configuration mode, access the configuration statement
that specifies the slot configuration for a component.
- [edit]
- user@host# edit slot number nic
For example:
- [edit]
- user@host# edit slot 0 nic
- To view the default configuration, run the show command. For example:
[edit slot 0 nic]
user@host# show
base-dn o=umc;
java-runtime-environment ../jre/bin/java;
java-heap-size 128m;
hostname DemoHost;
initial {
 |
Note:
The hostname statement is specific to the NIC.
|
- (Optional) If you store data in the directory in a location
other than the default, o=umc, change this value.
- [edit slot 0 nic]
- user@host> set base-dn base-dn
- (Optional) If you encounter problems caused by lack of
memory, change the maximum memory size available to the JRE.
- [edit slot 0 nic]
- user@host> set java-heap-size java-heap-size
- (Optional) Enable viewing of SNMP counters through an
SNMP browser.
- [edit slot 0 nic]
- user@host> set snmp-agent
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]