please create .panrc file and have your key/credentilas listed in that file. for example ksomu@ksomu-VirtualBox:~/pan/PAN-perl-20111226/bin$ cat ~/.panrc username=admin password=admin api_username=admin api_password=admin hostname=10.2.133.15 export TEMPLATE_HOME=/home/ksomu/pan/PAN-perl-20111226/templates/ ksomu@ksomu-VirtualBox:~/pan/PAN-perl-20111226/bin$ panxapi -C commit: success: Commit job enqueued with jobid 5 ksomu@ksomu-VirtualBox:~/pan/PAN-perl-20111226/bin$ panxapi -Xrpo 'show jobs id "5"' op: success $VAR1 = { job => { warnings => { line => [ 'Interface ethernet1/14.10 has no zone configuration.', 'Interface ethernet1/14.10 has no virtual-router configuration.' ] }, progress => '16:13:45', status => 'FIN', details => { line => 'Configuration committed successfully' }, stoppable => 'no', tenq => '2012/03/07 16:13:27', tfin => '16:13:45', id => '5', type => 'Commit', result => 'OK' } };
... View more