2 Intern

 • 

417 Posts

August 11th, 2010 01:00

You cannot run individual commands from the CLI.

Within your script file, you will need to redirect the input to allow jcasscript to read the commands from a file. This is covered in other posts on these forums.

Regards, Graham L. Stuart

Centera SDK Architect

5 Posts

August 11th, 2010 04:00

thanks, I figured out

-----------------------------------------------------------------------------------------------------

echo "poolOpen $IP_1,$IP_2?/opt/centera/pea/$PEA_FILE" > JCASScript.start
java -jar JCASScript.jar < JCASScript.start

-----------------------------------------------------------------------------------------------------

it works!

No Events found!

Top