Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

name-client-2(1) [debian man page]

NAME-CLIENT-2(1)						  [FIXME: manual]						  NAME-CLIENT-2(1)

NAME
name-client-2 - CORBA Naming Service client SYNOPSIS
name-client-2 [root] [[bind] | [rebind] | [bind_context] | [rebind_context]] [name] [object-id] name-client-2 [root] [[resolve] | [unbind] | [bind_new_context] | [list] | [destroy]] [name] name-client-2 [root] [new_context] DESCRIPTION
name-client-2 is used to query or control a CORBA Name Service, such as the orbit-name-server-2. OPTIONS
name-client-2 accepts the following arguments: Binds or rebinds an object or naming context to name. Resolves, unbinds, lists, or destroys name or binds name to a new context. Creates a new naming context and writes its IOR to standard output. Components of name are delimited by / (slash). id and kind of those components are delimited by . (dot). root denotes the IOR of the root naming context, it is either: o the IOR itself o --stdin: the IOR is read from stdin. o --gnome: the GNOME Name Server is used. object-id is the IOR of an object. FILES
On startup, name-client-2 tries to read the files /etc/orbitrc and $HOME/.orbitrc. The format of these files is not yet documented in Debian. SEE ALSO
ORBit2 web pages: GNOME[1], SourceForge[2] AUTHORS
This manual was written by W. Borgert for Debian GNU/Linux. AUTHOR
W. Borgert <debacle@debian.org> Author. COPYRIGHT
Copyright (C) 2003 W. Borgert NOTES
1. GNOME http://www.gnome.org/projects/ORBit2/ 2. SourceForge http://orbit-resource.sourceforge.net/ [FIXME: source] 2003-12-12 NAME-CLIENT-2(1)

Check Out this Related Man Page

libORBitCosNaming-2.3(3)                                 Introduction to Library Functions                                libORBitCosNaming-2.3(3)

NAME
libORBitCosNaming-2 - CORBA Name Service Client Library DESCRIPTION
libORBitCosNaming-2 is a library for CORBA naming service clients. It provides the interface neccessary for an application to use a CORBA name server with ORBit2. GNOME applications do not directly use the CORBA name service. Instead, GNOME applications and components uses the Bonobo activation framework which, in turn, uses the CORBA name service internally. FILES
The following files are used by this application: /usr/lib/libORBitCosNamiGNOMEsCORBA Name Service Client shared library ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-component | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
orbit-idl-2(1), libORBit-2(3), libbonobo-activation(3) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003. SunOS 5.10 10 Jan 2003 libORBitCosNaming-2.3(3)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Fortgot root password SCO 5.0.

hello guys The company i work for just got a new client, there old datebase is in Unix SCO openserver 5.0.5. The manager of this new client can login but not as a root , they forgot there own root password. There old IT company never gave it to them and they have no way of getting a hold of them ... (2 Replies)
Discussion started by: josramon
2 Replies

2. Linux

How to Unite Redhat 9 Linux with Windows 2003 Active Directory authentication

Dear All, How to configure a Redhat 9 client to windows 2003 server. I have windows 2003 server which act has domain controller in my office. I have been asked to use redhat 9 has client. how to configure so that redhat 9 can authenticate with windows 2003 server .I have username created in... (0 Replies)
Discussion started by: solaris8in
0 Replies

3. What is on Your Mind?

Where is the Best Place to Host a Software Project?

If you were going to maintain some open source code, where, in your opinion, is the best web site to host a collaborative project? SourceForge.net: Welcome to SourceForge.net freshmeat.net: Welcome to freshmeat.net Do you know of other good software project sites? If so, please suggest we... (1 Reply)
Discussion started by: Neo
1 Replies

4. Shell Programming and Scripting

how to append into array thru awk

hey champs, i have variable as field_dtls, which has values like CLIENT ID|FAMILY NAME|MIDDLE NAME|FIRST NAME|COUNTRY NAME|ADDRESS|NATIONAL ID|PASSPORT NUMBER so, echo "$field_dtls" CLIENT ID|FAMILY NAME|MIDDLE NAME|FIRST NAME|COUNTRY NAME|ADDRESS|NATIONAL ID|PASSPORT NUMBER but i... (2 Replies)
Discussion started by: manas_ranjan
2 Replies

5. UNIX for Dummies Questions & Answers

format output from while read line

I have an output that I get from while read, I want to display it as the following, please help. Original output from while read line loop: This is my client=1 client version=2.3.4 OS version=4.5 This is my client=2 client version=1.5.6 OS version=6.7 I want it to look like this with... (7 Replies)
Discussion started by: dala
7 Replies

6. UNIX and Linux Applications

CK-ERP (Open Source Edu / ERP / CRM / MRP) v.0.30.1 released

Hi, folks, A new release, v.0.30.1, of CK-ERP, has been posted, at SourceForge.Net, sourceforge.net/projects/ck-erp . New features comprise seven new modules (ck-teacher, ck-counsellor, ck-student, ck-applicant, ck-family, ck-registrar, ck-eduadmin) for deployment within educational... (0 Replies)
Discussion started by: chiukay
0 Replies

7. Debian

Debian with PPTP Server

Dear All My scenario is Debian with PPTP Server in which I am able to connect to through other machines. Ive enable echo 1 > /proc/sys/net/ipv4/ip_forward and through client machine i can browse internet as well I created another pptp client in debian server which connects to another... (0 Replies)
Discussion started by: kazimnaim
0 Replies

8. Post Here to Contact Site Administrators and Moderators

Comments on "How Will the World End?"

I have read the sun-expansion scenario numerous places but I've never read any suggestion that the earth's orbit would increase to avoid being scorched. What mechanism would push it out? As for creating a black hole by the LHC, the whole concept is silly so any number of reasons would rule it... (9 Replies)
Discussion started by: KenJackson
9 Replies

9. AIX

AIX JFS2 content

Hello! I have a LPAR with 51GB RAM topas shows 21% of memory for client pages (~11Gb) svmon -G show 2906772 client pages in use (~11Gb) but then i try to investigate per process client memory usage svmon -P -O filtertype=client and summarize inuse column, i get only 347880 pages... (1 Reply)
Discussion started by: sys
1 Replies

10. Programming

Some questions regarding old if.c

Hey :) I have some questions regarding the old unix if command. (see man pageman.cat-v.org/unix-6th/1/if Here I uploaded the source code: (it's a bit too long, to put it here) pastebin.com/bj0Hvfrw Now my questions: 1.) Line 14: The function exp() is called with no arguments. But the... (13 Replies)
Discussion started by: orbit
13 Replies

11. Debian

X2go server on Debian 8.10, stdin is not a tty

I am using x2go server on Debian 8.10. When I try to connect using x2go client, I get the error: My online searches return results of most people suggesting to replace the line: mesg n with tty -s && mesg n in /root/.profile or some variation. I tried this but the problem... (2 Replies)
Discussion started by: brighamandrew
2 Replies