Hello Stephan,
Yes, I tried and "sleep xxx" works. But my script is not working.
#@MetaDataStart
#############################################################################################
# Define your user parameters in this section. For reference, see bundled scripts.
#############################################################################################
#@VariableFieldLabel "Version"
set var version 8.x.x
#@MetaDataEnd
# Enter all CLI commands from here
CLI request system software install version $version
CLI y
sleep 45
CLI show system info
Here is what I get when I run the script:
EMC User: rduran
EMC User Domain: artvin.edu.tr
CLI Login: admin
ACU-PA-3050-1 10.100.2.100 10/05/2018 01:43:04 PM at 01:43:04 PM
Error: session exceeded timeout: 30 secs
Error: session exceeded timeout: 30 secs
ACU-PA-3050-1 #sleep 45
Error: session exceeded timeout: 30 secs
If I don't use "CLI" keyword I get this error:
javax.script.ScriptException:
*** Script Error ***
nul
So how can I run those to commands against PANOS ssh CLI?
Regards,
Rahman