this is obsolete doc -- see http://doc.nethence.com/ instead

HP TCP/IP on OpenVMS 8.3 Alpha 

(draft) 

 

Verify that HP TCP/IP is installed, 

product list tcpip /source=dka0:[tcpipaxp055]

 

Check the number of available global pagelets and global sections, 

write sys$output f$getsyi("free_gblpages")
write sys$output f$getsyi("free_gblsects")

 

Increase the global pagelets and global sections, 

edit sys$system:modparams.dat

change/add, 

ADD_GBLPAGES = 7500
ADD_GBLSECTIONS = 75

and add at least 500,000 bytes of available nonpaged dynamic pool for the software, 

ADD_NPAGEDYN=500000
ADD_NPAGEVIR=500000

 

Configure TCPIP, 

TCPIP$CONFIG

 

This will create UICs 3655 (service accounts group), 3375 (tcpip$nobody group), 3376 (anonymous group). Check with, 

run sys$system:authorize
UAF> show /brief

 

Use DHCP, 

sys$startup:tcpip$startup 

 

SYS$STARTUP:TCPIP$STARTUP.COM

 

refs. 

http://h71000.www7.hp.com/doc/83final/6524/ba548_90005.pdf 

http://h71000.www7.hp.com/doc/tcpip57.html