N1 Service Provisioning System - How to grab stdout/stderr using Jython CLI?

Hi All,

we are trying to grab stdout/stderr from within Jython CLI. Plan was run with 'pe.p.run'.

Now we are trying to grab stdout/stderr from there using the 'pe.p.en' command. Therefore, we either need a so-called stepID, which we would have to parse from a separate file using 'pe.p.lo' first, or we could pass in a so-called StepDescriptionContainer using the syntax:

L:<label>:ID:<taskID:<host>

We have both host and taskID, but where the heck do we get a label from and what is its meaning? (No need to mention, we don't prefer the first way of parsing stepIDs from the output file.)

Regards,

Frank

[739 byte] By [maverick_1601a] at [2007-11-26 23:13:51]
# 1
You can specify a label for an ExecNative or ExecJava command in the plan language by adding the attribute label="whateveryouwant" as in:<execNative label="hello">...</execNative>
colinduplantisa at 2007-7-10 14:12:13 > top of Java-index,Administration Tools,N1 Service Provisioning System...
# 2
That should do it, thanks.Is there any default value, in addition to that, that I could use, if no label has been specified?Regards,Frank
maverick_1601a at 2007-7-10 14:12:13 > top of Java-index,Administration Tools,N1 Service Provisioning System...
# 3
No, if unspecified, there will be no label.
colinduplantisa at 2007-7-10 14:12:13 > top of Java-index,Administration Tools,N1 Service Provisioning System...