[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: README_ORBIX



Henrik Nordberg wrote:
> 
> Hi All,
> 
> I created a file in the LaunchGC directory that spells out how to use
> the Orbix tools putit, chmodit and rmit.
> The file is called README_ORBIX. The contents of the file is provided
> here for conevience:
> 
> "Information about IONA Orbix
> 
> Contact: HNordberg@lbl.gov, ASim@lbl.gov
> 
> Orbix requires that each CORBA server is registered in the
> "Implementation Repository". That can be done using the IONA "putit"
> command like this:
> 
> to register /home/common/GC/malon/LaunchGC/qe as server
> "MyQueryEstimator"
> use the following commands (remember to "module load orbix" first):
> 
> putit -hstarsu00.lbl.gov MyQueryEstimator
> /home/common/GC/malon/LaunchGC/qe
> chmodit -hstarsu00.lbl.gov MyQueryEstimator i+all
> chmodit -hstarsu00.lbl.gov MyQueryEstimator l+all
> 
> To remove an implementaion us:
> 
> rmit -hstarsu00.lbl.gov MyQueryEstimator
> 
> Note that in the main() routine of the server it needs to
> call Orbix::setServerName() with the same name as above.
> 
> (This is the name that is specified as QEName in the qe.config
> file for the QueryEstimator, for example.)"
> 
> Alex, others: do you have any thing to add? I set a+w on the file, so
> just go ahead.
>
>  - Henrik
> ___________________________________________________________
> Henrik Nordberg <HNordberg@lbl.gov> http://nordberg.lbl.gov
> Scientific Data Management Research Group
> Lawrence Berkeley Laboratory

Make sure that you have orbixd running before you putit or rmit.
One more thing to add: "catit MyQueryEstimator"  will show you the
content (path and mode) of the MyQueryEstimator (server object).

-- 
Alex Sim                        
MS 50B-3238                http://www.lbl.gov/~asim
DM, NERSC, LBNL                        ASim@lbl.gov
1 Cyclotron Road             office: (510) 495-2290
Berkeley, CA 94720              FAX: (510) 486-4004