Installation and Upgrade Guide

Resuming Normal Operations
G06.24 Software Installation and Upgrade Guide528593-005
12-3
Step 3: Ensure That PORTCONF and SERVICES
Files Are Complete
ipv6 41 IP internet protocol for v6
icmpv6 58 ICMP internet control message protocol for v6
Step 3: Ensure That PORTCONF and SERVICES Files Are
Complete
The PORTCONF file specifies the ports that the LISTNER process listens to and the
corresponding server program it invokes when the request comes in.
If you copied files as documented in Step 1, for the DSM/SCM Planner Interface to
work, you must add a services line corresponding to DSM/SCM in the PORTCONF file
(shown in bold lettering) and save the file. If you did not copy the files as documented
in Step 1, no action is necessary. An example of the PORTCONF file:
58> type portconf
#
# This file tells the listner program which ports to
# listen to, and what programs to run
# Telnet is directly, and does not use the listner's
# services.
# To run the listner use:
# $system.ztcpip.listner / name.../ [config-file-name]
# where config-file-name is this file.
#
ftp $system.ztcpip.ftpserv
finger $system.ztcpip.fingserv
$system.ztcpip.echoserv
phiwsock $tdsv.zdsmscm.pdpexe
Applications use the SERVICES file to retrieve the service port numbers and service
names. If you copied files as documented in Step 1, check that the last lines of the
SERVICES file have an entry similar to the following:
phiwsock 1089/tcp #DSM/SCM Planner Interface
For DSM/SCM, the port number is user-definable. The setup default is 1089. In the
ZDSMSCM subvolume, you can check the INITSTAT file for the recently configured
TCP/IP port number. INITSTAT is created by DSM/SCM when INITENV is run.