Configuring The Mergepoint Sp Manager Network Settings; Ethernet Ports On The Mergepoint Sp5X00 Manager - Avocent MERGEPOINT SP MANAGER Installer/User Manual

Sp manager
Table of Contents

Advertisement

Table 2.3: Samples of the Config File for the MergePoint 24/40 Manager
Sample code from config file
......
- <optionlist optionlistId="network_
device_name">
<option value="eth0" />
<option value="eth1" />
<option value="bond0" />
<option value="br0" />
</optionlist>
......
<elements elementsId="MP_Network_Device">
- <element elementId="Network_Device_
Eth0">
<property propertyId="Interface_Name"
classification="SingleSelect"
optionlistId="network_device_name"
value="eth0" />
......
</element>
....
</elements>
- <elements elementsId="MP_User">
- <element>
<property propertyId="Name" unique="true"
classification="String" size="64"
value="admin" />
- <!-- The value of Password can't be
edited.
-->
<property propertyId="Password"
classification="String" size="64"
value="$1$FMKp84sM$K.L1haftQaeznWLB7T/6S."
/>
....
</element>
......
</elements>

Configuring the MergePoint SP Manager Network Settings

Ethernet ports on the MergePoint SP5x00 manager

The MergePoint SP5x00 manager has two public Ethernet ports (eth0 and eth1), which are
labeled LAN1 and LAN2. The eth0 port is for connecting to the external network and eth1 is
for connecting to service processors on the internal network.
Chapter 2: Installation and Setup
Description
<optionlist> defines a value scope in a <property>.
In the example <optionlist> "network_device_
name" determines the value of optionlistId
"network_device_name" in the <property>
"Interface_Name.
classification= "SingleSelect" means the value of
this property can only be the <option> value in the
corresponding <optionlist>.
NOTE: You are not allowed to add, delete or modify
any of the <optionlist> parameters.
The password of an MP_User is encrypted and
cannot be changed.
Each MergePoint SP manager should have at
least one Admin user. An Admin user account
cannot be deleted if it is the only Admin user
account configured.
unique="true" means the value of this property
cannot be duplicated.
19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents