Browse Community
Help
Log In
Responses(2)
Solutions(1)
gstuartemc
2 Intern
•
417 Posts
0
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
yura_mdj
5 Posts
August 11th, 2010 04:00
thanks, I figured out
-----------------------------------------------------------------------------------------------------
echo "poolOpen $IP_1,$IP_2?/opt/centera/pea/$PEA_FILE" > JCASScript.startjava -jar JCASScript.jar < JCASScript.start
it works!
Dell Support Resources
View All
Top
gstuartemc
2 Intern
•
417 Posts
0
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
yura_mdj
5 Posts
0
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!