Orchadmin command

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Orchadmin command

Post by dr.murthy »

Where can i see the Orchadmin command in my unix box, i tried to search the below path /opt/Ascential/DataStage/DSEngine/bin , But its not available.

Can any one suggest me ???
D.N .MURTHY
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Re: Orchadmin command

Post by GJ_Stage »

Try to find anyone of the ds command in main path like below :
find . -name 'dssearch'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's in the PXEngine's bin directory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post by dr.murthy »

Hi ..

i got a location its in /opt/Ascential/DataStage/PXEngine/bin path i have some commands to work on datasets , but i need a small clarification on copying datasets.
$orchadmin copy <source.ds> <destination.ds> , i have a dataset named as chk.ds , in <source.ds> do i need to give chk.ds or entire file location .
i tried with the command as orchadmin truncate Target\chk.ds
am getting error like
ld.so.1: orchadmin: fatal: liborchgeneralsun4.so: open failed: No such file or directory
Killed

Could you please clarify me
D.N .MURTHY
ppgoml
Participant
Posts: 58
Joined: Mon Aug 20, 2007 11:00 pm

Post by ppgoml »

source dsenv before your try the command
Jack Li
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Post by mczern »

I believe you can solve the problem modifying your .profile:
1. Add the path for the location of PXEngine/bin to PATH.
2. Do a find for liborchgeneralsun4.so
3. Add the path to LD_LIBRARY_PATH
Mike Czerniawski
samyamkrishna
Premium Member
Premium Member
Posts: 258
Joined: Tue Jul 04, 2006 10:35 pm
Location: Toronto

Post by samyamkrishna »

1. Source the dsenv file.
2. you should complete file path like /temp/proj/chk.ds if you only give chk.ds the command will not work.
Nagaraj
Premium Member
Premium Member
Posts: 383
Joined: Thu Nov 08, 2007 12:32 am
Location: Bangalore

Post by Nagaraj »

if i remember correctly, it should work without giving the full path if the env variable is set properly for orchadmin
Post Reply