MyIP parameter [ME]

Usage

TCP/IP, HTTP, HTTPS

Values

String

Description

The MyIP parameter is provided for machines with more than one network adapter.

Each adapter has an IP address. By default, Sybase IQ uses the first network card it finds. If you want your database server to use more than one network card, specify the address of each card in the MyIP (ME) parameter.

If the keyword NONE is supplied as the IP number, no attempt is made to determine the addressing information. The NONE keyword is intended primarily for clients on operating systems where this operation is expensive, such as machines with multiple network cards or remote access (RAS) software and a network card. It is not intended for use on the server.

On Windows platforms, this option can be used multiple times for machines with multiple IP addresses.

Separate multiple IP addresses with commas. You can optionally append a port number to the IP address, separated by a colon.

Example

iqsrv15 -x tcpip(MyIP=192.75.209.12:2367,192.75.209.32) 
c:\sybase\IQ-15_1\demo\iqdemo.db
...CommLinks= tcpip(MyIP=NONE)...