[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference lassie::ucx

Title:DEC TCP/IP Services for OpenVMS
Notice:Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System
Moderator:ucxaxp.ucx.lkg.dec.com::TIBBERT
Created:Thu Nov 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5568
Total number of notes:21492

3707.0. "Same service on both UDP and TCP?" by GIDDAY::TAN () Wed Feb 14 1996 04:47

T.RTitleUserPersonal
Name
DateLines
3707.1Old design problemALEXWS::ARKADYArkady Zilberberg, IsraelThu Feb 15 1996 05:556
3707.2UCXAXP::GEMIGNANIThu Feb 15 1996 21:132
3707.3yesGIDDAY::TANTue Feb 20 1996 03:006
3707.4But it's not absolutely unworkable, right?LASSIE::GEMIGNANITue Feb 20 1996 15:516
3707.5UCP is not the main concernALEXWS::ARKADYArkady Zilberberg, IsraelWed Feb 21 1996 07:3716
3707.6STAR::MKIMMELWed Feb 21 1996 20:1412
3707.7STAR::MKIMMELWed Feb 21 1996 20:171
3707.8Opening bid.LASSIE::GEMIGNANIWed Feb 21 1996 20:522
3707.9STAR::MKIMMELWed Feb 21 1996 22:413
3707.10Perhaps I wasn't clear ...LASSIE::GEMIGNANIThu Feb 22 1996 21:471
3707.11still an issue ?!FIREBL::LEEDSFrom VAXinated to AlphaholicTue Feb 25 1997 14:1718
Any update on this issue ??  I just got the attached from a customer:

 (this is also in note 5276.2 , but it seemed more appropriate here)

--------------------------------------------------------------------------------
I've got a problem.  A la the PORTMAPPER, I have a service which
uses both TCP port 40000 and UDP port 40000.  However, I am having
no success at defining my own service to use both protocols.  The
command

UCX> set service sq/port=40000/proto=(tcp,udp)

gives the error

%CLI-W-CONFLICT, illegal combination of command elements - check 
documentation
 \TCP\

3707.12Same issue for a Digital product to be released in June.HERO::COUNOTTEMon Mar 31 1997 08:3357
I try to setup a service named 'nam$server' on port 1964 for both TCP and UDP.
Both UCX doesn't allow me to do so. But the application is already running on UNIX and NT.


Here is what I do... Is there something wrong with it ? How can I do the above ?

Thanks in advance for your help.

Regards,
Cedric.


NODE: ucx
UCX> set service
"nam$server"/port=1964/prot=tcp/process=NAMON$SERVER/user=NAMON$SERVER/file=SYS$SYSTEM:NAMON$SERVER

*** Here, everything is ok. We did that for the previous version.

UCX> set service
"nam$server2"/port=1964/prot=udp/process=NAMON$SERVER/user=NAMON$SERVER/file=SYS$SYSTEM:NAMON$SERVER
%UCX-E-INVRECORD, Invalid information
-RMS-F-DUP, duplicate key detected (DUP not set)

*** Can't even set a different service name on the same port ?

UCX> set service
"nam$server"/port=1964/prot=udp/process=NAMON$SERVER/user=NAMON$SERVER/file=SYS$SYSTEM:NAMON$SERVER
%UCX-E-INVRECORD, Invalid information
-RMS-F-DUP, duplicate key detected (DUP not set)

*** Can't set same service name on a different protocol...

UCX> set service
"nam$server"/port=1965/prot=udp/process=NAMON$SERVER/user=NAMON$SERVER/file=SYS$SYSTEM:NAMON$SERVER
%UCX-E-INVRECORD, Invalid information
-RMS-F-DUP, duplicate key detected (DUP not set)

*** Can't set same service name on a different port...

UCX> set noservice "nam$server"

Service             Port  Proto    Process          Address            State

nam$server          1964  TCP      NAMON$SERVER     0.0.0.0             Disabled
Remove? [N]:y
UCX> set service "nam$server"/port=1964/prot=tcp/process=NAMON$SERVER/user=NAMON$SERVER/file=SYS$SYS
TEM:NAMON$SERER/flag=UCX
%UCX-E-SERVERROR, Error processing SERVICE request
-UCX-E-BADVALUE, Value UCX Service definition is incorrect

*** Neither could I use the UCX flag !?

Please help.

Regards,
Cedric.