Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nns_common(n) [osx man page]

nameserv::common(n)					       Name service facility					       nameserv::common(n)

__________________________________________________________________________________________________________________________________________________

NAME
nameserv::common - Name service facility, shared definitions SYNOPSIS
package require Tcl 8 package require nameserv::common ?0.1? ::nameserv::common::port _________________________________________________________________ DESCRIPTION
Please read Name service facility, introduction first. This package is internal and of no interest to users. It provides the commands of the name service facility which are shared by the client and server implemented by the packages nameserv::server and nameserv (the client). This service is built in top of and for the package comm. It has nothing to do with the Internet's Domain Name System. If the reader is looking for a package dealing with that please see Tcllib's packages dns and resolv. API
The package exports a single command, as specified below: ::nameserv::common::port The result returned by the command is the id of the default TCP/IP port a nameservice server will listen on, and a name service client will try to connect to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category nameserv of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
nameserv::client(n), nameserv::server(n) KEYWORDS
client, name service, server CATEGORY
Networking COPYRIGHT
Copyright (c) 2007-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net> nns 0.1 nameserv::common(n)

Check Out this Related Man Page

nameserv::common(n)					       Name service facility					       nameserv::common(n)

__________________________________________________________________________________________________________________________________________________

NAME
nameserv::common - Name service facility, shared definitions SYNOPSIS
package require Tcl 8 package require nameserv::common ?0.1? ::nameserv::common::port _________________________________________________________________ DESCRIPTION
Please read Name service facility, introduction first. This package is internal and of no interest to users. It provides the commands of the name service facility which are shared by the client and server implemented by the packages nameserv::server and nameserv (the client). This service is built in top of and for the package comm. It has nothing to do with the Internet's Domain Name System. If the reader is looking for a package dealing with that please see Tcllib's packages dns and resolv. API
The package exports a single command, as specified below: ::nameserv::common::port The result returned by the command is the id of the default TCP/IP port a nameservice server will listen on, and a name service client will try to connect to. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category nameserv of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. SEE ALSO
nameserv::client(n), nameserv::server(n) KEYWORDS
client, name service, server COPYRIGHT
Copyright (c) 2007-2008 Andreas Kupries <andreas_kupries@users.sourceforge.net> nns 0.1 nameserv::common(n)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

deactivate users

Hi all, we are running an hp-ux sd32 server with hp-ux 11.11 and i have to modify 130 users on the system, so that they are inactive. We have not installed the security package, so i cannot use usermod -e 2/24/04 qsc0017. Is there anyone who knows one command which i can use to change the user... (2 Replies)
Discussion started by: ortsvorsteher
2 Replies

2. AIX

Debugging a service in AIX 5.3

Hi, I am a newbie on the AIX front....I am at present faced with a problem of a service eating up my client's CPU. To be more specific....My client uses backup exec for backing up (v 12.0). The moment I start a backup the beremote.exe (backup exec remote agent for unix, RALUS) service uses... (4 Replies)
Discussion started by: dkn1979
4 Replies

3. Programming

Linux Service

Hi, I want to write a service like windows service for my rhel4u5 server.And this service every day at 4:00 am connect a ftp server and download file then parse information at txt file then insert or update info at my database server(oracle).and this service can be stopped or paused by user.And... (1 Reply)
Discussion started by: ariyurek
1 Replies

4. Programming

client and server programs

Hello, Looking at the asio.sourceforge.net library, I found a tutorial to develop simple client and server programs. Below I am pasting the client and the server. On my Fedora Core 4, I can compile the two programs(client is 'a' and server is 'daytime', but I have no idea on how to test them... ... (8 Replies)
Discussion started by: JCR
8 Replies

5. UNIX for Advanced & Expert Users

Netdump client for FC12

Hi Folks, Do we have netdump client for Fedora 12 ? I have downloaded a netdump-server package for the my netdump-server but can't find netdump client for my FC12 client. When I installed it via yum, it says # yum install netdump Loaded plugins: fastestmirror, presto, security,... (1 Reply)
Discussion started by: linuxgeek
1 Replies

6. Programming

plz help me to solve this socekt progm..urgent...

MY client and server need to achieve the following requirements: 1.1. program for client needs to take two arguments that specify the name of server and the port that it is trying to connect to. Your program for server needs to take an argument that specifies the port that it is listening to. ... (6 Replies)
Discussion started by: saiful_911
6 Replies

7. HP-UX

VG and LV problem

Hi all, I have a client who has an RX4640 using 11iV2, he said the server has problems. I checked and I couldn't activate the VGs. I am somehow new to HP-UX and I don't want to do something that would mess everything up. I am not sure if that is what is really happening, but from what I... (20 Replies)
Discussion started by: MazenH
20 Replies

8. Shell Programming and Scripting

Record and re-use keystrokes

We have a FORTRAN program that creates a report for our client. The client makes a number of selections as to what will appear on the report. However, the client has to repeat this everytime the report is run. I am trying to find a way to record what they've selected (their keystrokes) in UNIX and... (22 Replies)
Discussion started by: KathyB148
22 Replies

9. Shell Programming and Scripting

To delete the common parts (version and suffix) to get the package name

I have lots of package version +suffix full name, but I just want to get the package name, which means delete the common parts eg: dtc-1.3.0+gitAUTOINC+033089f29099bdfd5c2d6986cdb9fd07b16cfde0-r4.1.x86_64.rpm ... (5 Replies)
Discussion started by: yanglei_fage
5 Replies

10. Solaris

Checking if service is running

Hi, For audit reasons, I need to stop the web server service in some Solaris servers. The port that is listening for this service is port 10000. This is the output that shows the port 10000 is open in the server : # netstat -an | grep 10000 10.70.21.144.10000 10.70.21.133.58130 49640... (6 Replies)
Discussion started by: anaigini45
6 Replies