Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

po_ir(1) [debian man page]

PO_IR(1)																  PO_IR(1)

NAME
po_ir - standalone CORBA interface repository server SYNOPSIS
po_ir(1) provides no options, just start it by typing: po_ir DESCRIPTION
po_ir(1) is a standalone server that supports the CORBA interface repository. When launched, it returns its IOR and corbaloc, which can then be used by other CORBA applications. If you want po_ir(1) to return the same IOR or corbaloc at each startup, you must set a default listen port for the protocol personalities you use. See the section about configuring protocol personality preferences in the Polyorb User Manual for more details. AUTHOR
This manual page was written by Reto Buerki <reet@codelabs.ch> for the Debian GNU/Linux system (but may be used by others). RESOURCES
Polyorb User Manual: http://www.adacore.com/wp-content/files/auto_update/polyorb-docs/polyorb_ug.html/ SEE ALSO
po_dumpir(1). 05/21/2009 PO_IR(1)

Check Out this Related Man Page

EVENTC(1)																 EVENTC(1)

NAME
eventc - create a CORBA EventChannel and register it in the naming service SYNOPSIS
eventc [-n channel-name] [-N factory-name] [-c nanoseconds] [-i id] [-p num] [-q num] [-R milliseconds] [-t repository-id] [-vh] [-ORBparameter value] [factory-uri] DESCRIPTION
eventc contacts the omniEvents server to request an Event Channel. The Event Channel is created within the the omniEvents process. eventc then registers the created Event Channel with the Naming Service, and exits. factory-uri: The factory may be specified as a URI. This may be an IOR, or a corbaloc::: or corbaname::: URI. Example: eventc corbaloc::localhost:11169/omniEvents If the factory-uri argument is not supplied, then the -N factory-name option is used to look up the server in the CORBA Name Service. OPTIONS
-n channel-name Sets the CORBA Name Service name for the new EventChannel CORBA object. Format for channel-name: [CONTEXT-ID[.CONTEXT-KIND]/]*OBJECT-ID[.OBJECT-KIND] Examples: foo, foo.bar, foo.bar/baz/qux, foo/bar/baz.qux. The default is EventChannel -N factory-name The CORBA Name Service name for the EventChannelFactory CORBA object. The default value is EventChannelFactory. This value is only used when the factory-uri argument is not supplied. -c nanoseconds Sets the CyclePeriod_ns parameter of the new event channel. -i id Set the InsName of new event channel, to enable access via corbaloc. -p num Sets the MaxNumProxies parameter of the new event channel. -q num Sets the MaxQueueLength parameter of the new event channel. -R milliseconds Sets the PullRetryPeriod_ms parameter of the new event channel. -t repository-id Sets the FilterId parameter of the new event channel. -v Output the CORBA IOR of the new EventChannel CORBA object. -h Display a short summary of command-line options. -ORBparameter value Standard omniORB options. see omniORB documentation for details. This option is commonly used to set the omniORB traceLevel, in or- der to get more detailed output. Example: -ORBtraceLevel 5 ENVIRONMENT VARIABLES
OMNIORB_CONFIG The location of the omniORB configuration file. COPYRIGHT
Copyright (C) 2003-2005 Alex Tingle, 1999 Paul Nader. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. EVENTC(1)
Man Page

6 More Discussions You Might Find Interesting

1. Solaris

backup repository in cvs

dears does any one know how can i take backup for reposirory in cvs ?? (9 Replies)
Discussion started by: murad.jaber
9 Replies

2. UNIX for Advanced & Expert Users

chown issue

I have a strange problem in my Linux box (Suse). Recently I took over this box as admin even though I have no prior admin experience. Following is my issue I had following users under 'root' group initially user1 user2 user3 Since I did not like user ids under root group. I modifed these... (9 Replies)
Discussion started by: praveenkumar_l
9 Replies

3. UNIX for Dummies Questions & Answers

Delete ^ using sed

Hi All, I am very new to UNIX... I was trying to delete ^ from a file and save it with different name... The version is AIX 5.3 The input file is in this directory /a/b The Input file name is o9876.out I want the output file in same path with different name like ABC.txt... (5 Replies)
Discussion started by: us_pokiri
5 Replies

4. Linux

Find String in FileName and move the String to new File if not found

Hi all, I have a question.. Here is my requirement..I have 500 files in a path say /a/b/c I have some numbers in a file which are comma seperated...and I wanted to check if the numbers are present in the FileName in the path /a/b/c..if the number is there in the file that is fine..but if... (1 Reply)
Discussion started by: us_pokiri
1 Replies

5. Shell Programming and Scripting

Script failing to run successfully on remote node

Hi guys, I have a scenario where i want to run a script from Node A. It ssh's into Node B and runs some awk commands there plus deposiriting the output on Node B. Challenge is that the awk commands run properly when executed locally on Node B but fail when within the script on Node B. I do not... (0 Replies)
Discussion started by: jerkesler
0 Replies

6. Linux

How to change ODBC Driver Manager?

Hi Forum. I have been searching this information for a while but to no avail. I'm running the following command odbcinst -j on a Linux box and get the following: unixODBC 2.3.0 DRIVERS............: //opt/Progress/DataDirect/Connect64_for_ODBC_71/odbcinst.ini SYSTEM DATA SOURCES:... (2 Replies)
Discussion started by: pchang
2 Replies