We have 11 Domino partitions on one i lpar. The i lpar has 12 TCP/IP
interfaces. One for tradition i stuff and eleven others spread out one
each for the dpars.
The biggest problem with this is with other TCP/IP applications on the i.
For instance, if you initiate an FTP session on your i it may come out on
one of your dpar addresses. Which is normally no problem unless you have
a zealot on your network staff who has a fit because he now has to allow
12 different address in to ftp to a particular client or server. You can
minimize this by ensuring that the IP address used by the i appears first
on NETSTAT *IFC on your i. You can further minimize this by
CHGTCPIFC INTNETADR('...') AUTOSTART(*NO)
for each of your domino addresses and only start them shortly before
starting the dpars.
ie QSTRUP program
STRTCP
/* Do some other stuff to allow most applications to get settled */
STRTCPIFC INTNETADR('...') /* DPAR such-and-such */
STRDOMSVR '...' /* Domino mail partition */
STRTCPIFC INTNETADR('...') /* DPAR ... */
STRDOMSVR ... /* You get the point? */
Now if someone does an
ENDTCPSVR *FTP
CHGFTPA ...
STRTCPSVR *FTP
like I did yesterday, then you kind of fall back on who's first in NETSTAT
*IFC.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.