1752810 Members
5929 Online
108789 Solutions
New Discussion юеВ

Re: UCX / Linux

 
Wim Van den Wyngaert
Honored Contributor

UCX / Linux

Does someone has a list of ucx commands and their equivallent in Redhat 7.2 Linux ?
Saves me reading all the man pages.

Wim
Wim
4 REPLIES 4
John Gillings
Honored Contributor

Re: UCX / Linux

Wim,

If you mean TCPIP Services, then:

$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS

will define symbols for many Unix style TCPIP utilities. Use them exactly as you would on Linux.

If you mean "really" UCX, then some of the utilities are there if you look. See if SYS$SYSTEM:UCX$.EXE is present and use it as a foreign command. For example:

$ nslookup=="$UCX$NSLOOKUP"
$ nslookup

A crucible of informative mistakes
Bojan Nemec
Honored Contributor

Re: UCX / Linux

John,

I am afraid that Wim needs the oposite. He knows how to manage UCX and wants the equivalent commands on Linux.

Wim,

Maybe looking at the TCPIP Tuning and Troubleshooting manual

http://h71000.www7.hp.com/doc/732final/6631/6631pro.html

you can find some references. The tcpip management on Linux is not concentrated in one program (as UCX or TCPIP on VMS) but you have many programs and files. For example:
UCX> SET HOST name /ADDRESS=
is done with editing the /etc/hosts file on Linux. Most of the services are managed thru the xinetd (or inetd on older versions) daemon, which is configured with many files which are in /etc/xinetd.d.
Routes and gateways are configured with the route command, but this is volatile and if you want to make this permanent you must modify the scripts which are int /etc/sysconfig.

Bojan
Ian Miller.
Honored Contributor

Re: UCX / Linux

would this book be of help?
http://www.amazon.com/exec/obidos/ASIN/1555581552/spyderbyte-20
____________________
Purely Personal Opinion
Wim Van den Wyngaert
Honored Contributor

Re: UCX / Linux

http://www.tldp.org/HOWTO/VMS-to-Linux-HOWTO/index.html

It is not what I was looking for but it may be interresting to others.

Wim
Wim