Re: Query Regarding Firmware Upgrade

2016-09-21 Thread Rupam Kumari
Hi Team, I have tried download API to process the task(firmware update) and also seen dump log file from debug directory . In dump file, I am getting 9002 Internal error. *API :-* *curl -i

Re: Massive firmware update

2016-09-21 Thread Dan Morphis
Using the API you can accomplish this. First query the NBI for all CPE with the version number you would like to upgrade from: curl -i ' http://localhost:7557/devices?query=%7B%22summary.softwareVersion%22%3A%222.5.0.8%22%7D=_id ' Using the language of your choice, you can then take the results

Re: Query Regarding Firmware Upgrade

2016-09-21 Thread Dan Morphis
The error you are receiving is occurring on the the CPE. What is in the syslog on the CPE? On Wed, Sep 21, 2016 at 3:22 AM, Rupam Kumari wrote: > Hi Team, > > I have tried download API to process the task(firmware update) and also > seen dump log file from debug