Verifying network functionality

Sybase IQ uses networking software whenever the client and server components are installed on different systems.

  1. Verify that the network is configured properly by using this command:

    % telnet host
    

    where host is the computer you are currently using. For example, if the host is called “tahoe”, enter:

    % telnet tahoe
    

    This should give you a login prompt for the same machine you are currently using, for example:

    login:
    

    NoteIf telnet does not allow you to log in, there is a problem with your network. Ask your vendor technical support organization for assistance.

  2. Check that you can log in over the network, then log out.

  3. Use either rsh to open a remote shell or ping the system from another machine. For example, to check the system “tahoe”:

    % rsh tahoe
    
    % ping tahoe