2.1.4. NETWORK ARCHITECTURE
All hardware elements must have an operational network configuration that allows them to dialog
freely with each other.
Make sure in particular that vMA firewall authorises:
connections on tcp port 4679 and 4680 to enable a remote access for supervision and
configuration through Web Browser. These ports are reserved at IANA
(http://www.iana.org).
Connections through TCP port 80. It must be opened as a destination port (for output) on
the machine hosting Dell UPS Local Node Manager.
To enable communication between Dell UPS Local Node Manager and Dell Network
Management Card (H910P) :
sudo iptables -I OUTPUT -p tcp --dport 80 -j ACCEPT
sudo iptables -I OUTPUT -p tcp --dport 5000 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 4679 -j ACCEPT
sudo iptables -I INPUT -p tcp --dport 4680 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 4679 -j ACCEPT
sudo iptables -I INPUT -p udp --dport 4680 -j ACCEPT
Save firewall settings using following command
service iptables save
To configure your VMware ESXi Server for the network, please refer to the user guide.
2.2. INSTALLATION OF DELL ULNM IN VMWARE ESXI SERVER 4.0
Download on Dell’s website the latest version of Dell UPS Local Node Manager. It will automatically
detect ESXi Server, and will generate shutdown command script. This shutdownESXi perl script will be
installed in <installation folder>/bin/, by default “/usr/local/Dell/UPSLocalNodeManager/”.
Download the latest version of Dell UPS Local Node Manager, available on DELL’s website, in
downloads section:
See http://www.dellups.com/
Download Linux version for ESXi, known as: « Dell UPS Local Node Manager Linux x86
Console «Dell UPS Local Node Manager Linux x86_64 Console», named « ulnm-linux-
x.x.xxx.x86_64.rpm».
Upload the package on your VIMA/vMA environment, with a SCP Client
Connect with SSH to the vMA. You must have corresponding rights to execute and install
programs on VIMA/vMA. Refer to VMware Documentation for further information.
Note: If you are not the root user when you start the installer you will be have an error:
- Error: Can't create transaction lock
- Solution: Enter "sudo -s" to get a root console and run the installer again.
Install Dell UPS Local Node Manager by typing: