FAQS FAQ CATEGORIES TROUBLESHOOTINGQ: Where can I find general system information about my Dualcom? To access this special system information page, first login to the Dualcom's web interface in your browser as the system administrator account. Next, append the page Q: Why is there no power at the outlets? Q: Why do my arrow keys not function in Windows 2000 when I run Hyper Terminal? Q: Why does the DUALCOM/TRICOM indicate no load when I have my mini hub plugged into one of the outlets? Q: I can not connect to the DUALCOM/TRICOM using the serial port. Q: The DUALCOM/TRICOM does not appear to be responding to any commands on all the interfaces Q: Is there a way to reset the DUALCOM/TRICOM to default? Q: When calling the TRICOM, I immediately get a "Good Bye" and the unit drops my call. Q: When I try to access the Serial or Telnet menu on a DUALCOM/TRICOM, the Backspace key seems to not work. Q: Why does my new Dualcom not respond on the network after I configured it with the same IP address information as the unit it is replacing? You can test if this is the issue by connecting a laptop directly to the same switch and VLAN as the Dualcom. If you configure a static IP address inside the same subnet as the Dualcom's address and are able to get to the Dualcom's network interface, this is most likely the problem. There are two solutions to this problem: wait until the network device "forgets" the MAC/IP relationship (usually between 20 and 30 minutes) or force your network device to clear its ARP cache. For further help with either of these, please contact your network administrator or systems vendor as the details are highly specific to your network. SCRIPTING / AUTOMATED CONTROLQ: How can I script control of my Dualcom series PDU? First, ensure that the Dualcom is connected to the network and can be reached over Telnet or HTTP. Second, enable SNMP on the Dualcom. On the HTTP interface, the settings can be found under the Setup tab in a section marked SNMP. The settings you choose will be specific for your network and needs. As a best practice, you should choose two SNMP community strings -- one for reading and one for writing. (The SNMP write community string can be used for reading as well, but for the best security you should have two separate strings and only give out the one for writing when absolutely necessary.) By default, the string public is used for reading and the string private is used for writing. We highly recommend that you test SNMP access to the Dualcom at this point. There are several free utilities that can be used, including Cyber Switching's CSTools utility available on our Support page. For users who want to perform raw SNMP testing, we recommend the Net-SNMP Once SNMP traffic can be sent and received from the Dualcom, you are now ready to begin scripting. There are two common methodologies used when scripting a Dualcom:
CSTools supports batch-mode operation using command line arguments that lends itself quite well to simple scripting. Since CSTools creates a Dualcom-specific facade between the user and SNMP, it is extremely easy to integrate into scripts. However, it does create an external dependency for the script and requires that the script be distributed with a copy of the CSTools executable. To remove the external dependency on CSTools, the script must therefore provide the needed SNMP functionality itself. Many programming languages have libraries that abstract the raw SNMP calls needed, so please try to use those where possible. For a brief (but incomplete) list of libraries available, see below:
Handling raw SNMP calls inside your script will require an intermediate
familiarity with SNMP and the Cyber Switching MIB (see the download link
above). To truly remove all external dependencies, make sure you either use
the numeric SNMP Object ID (OID) format ( |
||||||||||||||