Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
wiki5604: InstallationNotesForTcpip

Installation and Release notes for the Tcpip manager.#

Tcpip - socket manager (TCP/IP stack 5.10)

Last Update Archive Release Notes Checksum
12-05-2012 Tcpip.20120510.tar.gz txt 734838731

Changes:#

- fixed an error which cause termination of the Tcpip manager by SIGSEGV when uninitialized addrlen parameter in accept() function is used.

Installation notes#

To install the Tcpip manager:

1. Download the archive with the Tcpip manager.

2. Compare the cksum results with the checksum posted on the Latest Software Updates page.

# cksum Tcpip.20120510.tar.gz

3. Unpack the driver:

# zcat Tcpip.20120510.tar.gz | tar x

4. Backup the existing Tcpip manager.

If you wish to keep a copy of the existing driver, you'll need to save it to a safe location first, to prevent it from being overwritten during installation.

# cp -vc /usr/tcprt/5.10/usr/ucb/Tcpip /usr/tcprt/5.1/usr/ucb/Tcpip.`date +"%y%m%d_%H%M%S"`

5. Copy the updated driver to the /usr/tcprt/5.1/usr/ucb directory:

# cp Tcpip /usr/tcprt/5.10/usr/ucb

6. Make sure that the binaries are executable and that the file's owner and group are correct:

# chmod 755 /usr/tcprt/5.10/usr/ucb/Tcpip
# chown root:root /usr/tcprt/5.10/usr/ucb/Tcpip