Forum Discussion

Vincent_Li_9688's avatar
Vincent_Li_9688
Historic F5 Account
Feb 01, 2013

get_all_software_status returns emtpy chassis_slot_id and install_volume value

here is snippet of Perl script to show software status on VIPRON 2400   $soapResponse = $SoftMgmt->get_all_software_status();   &checkResponse($soapResponse);   my @status = @{$soapResponse...