conductor -uname

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
karthi_gana
Premium Member
Premium Member
Posts: 729
Joined: Tue Apr 28, 2009 10:49 pm

conductor -uname

Post by karthi_gana »

I dont understand the below one from the director log.

main_program: conductor uname: -s=Linux; -r=2.6.18-92.1.10.el5; -v=#1 SMP Wed Jul 23 03:56:11 EDT 2008; -n=xxxxxxx001; -m=x86_64

what is the usage of this command?

SMP = Single Mode Processor ?
Karthik
nveejas
Participant
Posts: 11
Joined: Sun Sep 26, 2010 11:42 pm
Location: illinois

Re: conductor -uname

Post by nveejas »

are you writing any records to a sequential file in your job?
Thanks,
Sajeev N
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's not a command. It's merely a report that the main program (your job) is running (was started on) the conductor node and provides a few statistics associated with that machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... technically it is a command. See man uname for the particulars.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It's a report of the output of uname; it is not the uname command itself.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

A little too picky of a differentiator for me. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply