Lyris User's Guide
[previous] [next] [contents]
Problems starting the Lyris List Manager Server
Table of Contents
· Introduction
· Email Commands
· Web Interface for Users
· Server Administrator
· Site Administrator
· List Administrator
· Other Topics
· Add-On Packages
· Installing and Upgrading
· · Installing Lyris List Manager
· · Installing Lyris List Manager on Unix
· · Mail Server Coexistence
· · Upgrading to Lyris List Manager from Another List Manager
· · Troubleshooting
· · · Problems running the Web Interface
· · · Problems starting the Lyris List Manager Server
· · · Problems with Multiple TCP/IP Addresses
· · · Reinstalled Windows NT, Now Web Interface No Longer Works
· · · Lyris List Manager Does Not Respond to Email I Send it
· · · Finding NT Memory Leaks
· · · Hard Disk Defraggers
· Appendix
· Frequently Asked Questions

Problems starting the Lyris List Manager Server

If, when starting Lyris List Manager, you instead receive an error message about "invalid host" then the problem is likely with your TCP/IP machine name configuration.

This problem is usually caused by an incomplete DNS configuration. In order for Lyris List Manager to work, the TCP/IP host name on your machine must exist on your DNS server, and the TCP/IP addresses that your machine uses must themselves have names. In technical-lingo, this means that you need both "forward and reverse DNS lookups" installed on your system.

Check the hostname/domain name that you have set in your TCP/IP configuration. Make sure that you can ping this full name, both from your machine and from another machine. You must have a DNS entry for your machine on your DNS server. This hostname/domain-name setup is usually the cause of your problem.

If you have multiple TCP/IP addresses, make sure that the first TCP/IP address on your system has a DNS name entry.

With the program "nslookup.exe" (nslookup on UNIX), you can check to see if DNS entries are set up correctly. If you do not have "nslookup.exe" on your computer, you can download it from: ftp://ftp.lyris.com/extra/nslookup.exe

If your computer is named "fia.yourcompany.com", you would type:

    nslookup fia.yourcompany.com

And nslookup will respond with:

    C:\>nslookup fia.yourcompany.com <- this is what you type

    Server: kuno.yourcompany.com <- this is your DNS server
    Address: 207.105.6.156 <- this is your DNS server

    Name: fia.yourcompany.com <- this is your host name
    Address: 207.105.6.147 <- your tcp/ip address

If your DNS is not set up correctly, this forward lookup will say:

    *** kuno.yourcompany.com can't find fia.yourcompany.com: Non-existent host/domain

If it did work and you did not get an error message, now do a "reverse lookup" by typing the TCP/IP address of your machine. For example, if the TCP/IP address of your machine is "207.105.6.147", you would type:

    C:\>nslookup 207.105.6.147 <- this is what you type

    Server: kuno.yourcompany.com <- this is your DNS server
    Address: 207.105.6.156 <- this is your DNS server

    Name: fia.yourcompany.com <- your host name
    Address: 207.105.6.147 <- your tcp/ip address

If your DNS is not set up correctly, the reverse lookup will say:

    *** kuno.yourcompany.com can't find 207.105.6.147: Non-existent host/domain

If you do have a DNS problem, you should contact the person responsible for your DNS. In most cases, this is your ISP. Once this is fixed, Lyris List Manager will work correctly for you.

If you have multiple TCP/IP addresses, and only want Lyris List Manager to use some of them, see the next section, Problems with Multiple TCP/IP Addresses.

Other pages which link to this page:
  • Troubleshooting
  • Page 550 of 629