PMDF Installation Guide
Tru64 UNIX Edition
Chapter 13
PMDF-XGS Transport Bridge Example Installation and Configuration
Example 13-1 shows the installation and configuration of the PMDF-XGS
transport bridge component on the OS/2 system known as
bridge.example.com (at the TCP/IP level from the PMDF side) and PMDF
(as a pseudo-SNADS node from the SNADS side) at the example.com site
pictured in Figure 15-1.
Example 13-2 shows a similar installation and configuration on an NT
PMDF-XGS transport bridge system. The example assumes that the CD-ROM
drive is drive D:.
Remember that the values entered in this sample are for purposes of
example only. Be sure to use the values appropriate for your system
when you perform the actual configuration.
| Example 13-1 Example PMDF-XGS OS/2 Transport
Bridge Installation and Configuration |
[D:\other\os2\xgs]install.cmd
PMDF / SNADS server installation
Where do you want the code installed [C:\XGS]? C:\XGS
[D:\other\os2\xgs]xcopy *.* c:\xgs
Source files are being read...
D:\other\os2\xgs\aestr32.dll
D:\other\os2\xgs\appcfns.dll
D:\other\os2\xgs\config.cmd
D:\other\os2\xgs\cpicapc.dll
D:\other\os2\xgs\diaprf32.dll
D:\other\os2\xgs\gds32.dll
D:\other\os2\xgs\install.cmd
D:\other\os2\xgs\readme
D:\other\os2\xgs\recvsrv.exe
D:\other\os2\xgs\sendsrv.exe
D:\other\os2\xgs\xcontrol.exe
11 file(s) copied.
[D:\other\os2\xgs\]c:
[D:\other\os2\xgs\]cd c:\xgs
PMDF / SNADS server configuration tool
configuring control element
The active components need to introduce themselves to the SNMP control process
on some TCP/IP port.
What port is to be used [9990]? 9990
The control process needs an SNMP community name to register the
Gateway MIB.
What community name is going to be used [public]? public
One or more SNADS receive processes can be configured
How many receive processes should be run [1]? 1
The receive processes need to connect to the PMDF MTA
What is the TCP/IP hostname of the machine running PMDF?
naples.example.com
What port is the SNADS receive process on the PMDF machine listening on
Port number [9993]? 9993
What is the SNADS name of the Gateway? PMDF
What is the maximum document size to be accepted by the Gateway [10000000]? 10000
000
What is the TCP/IP host name of the syslog host [localhost]? localhost
What directory is to be used to store captured SNADS distributions [.\capture]?
.\capture
There might be several SNADS send processes. Each listens on a separate port
and is typically used to send to a different SNADS node.
What port number should the first SNADS send process use [9994]? 9994
What port number should the next SNADS send process use?
(press enter to end)
make sure that c:\xgs is added to the LIBPATH path in config.sys
[C:\other\os2\xgs]
|
| Example 13-2 Example PMDF-XGS NT Transport
Bridge Installation and Configuration |
C:\>md xgs
C:\>cd xgs
C:\xgs>copy D:\other\nt-intel\xgs\*.*
3 file(s) copied
C:\xgs>config.bat
PMDF / SNADS server configuration tool
One or more SNADS receive processes can be configured
How many receive processes should be run [1]? 1
The receive processes need to connect to the PMDF MTA
What is the TCP/IP hostname of the machine running PMDF?
naples.example.com
What port is the SNADS receive process on the PMDF machine listening on
Port number [9993]? 9993
What is the SNADS name of the Gateway? PMDF
What is the maximum document size to be accepted by the Gateway
[10000000]? 10000000
What is the TCP/IP host name of the syslog host []? localhost
There might be several SNADS send processes. Each listens on a separate port
and is typically used to send to a different SNADS node.
Only one is needed. Just press enter to finish the list
What port number should the first SNADS send process use [9994]? 9994
What port number should the next SNADS send process use? [ENTER]
C:\xgs>
|