Howto:Factory Reset using the Web Interface or Update Script: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(→‎Known Problems: missing update url for provisioning)
Line 32: Line 32:
*This doesn't apply to innovaphone Softwarephone.
*This doesn't apply to innovaphone Softwarephone.


*The procedure removes also the important option /cipher in the '''DECT base station''' (IP1202, not IP1200) which is needed. This is fixed in '''V10sr15''' and '''V9hotfix41''' and later versions, or call this command to fix it after the clear command:
*The procedure removes the provisioning url. You have to add <code>http://config.innovaphone.com/init</code> to [[Reference13r1:Services/Update|Services/Update]] to use provisioning again.
 
*The procedure removes the important option /cipher in the '''DECT base station''' (IP1202, not IP1200) which is needed. This is fixed in '''V10sr15''' and '''V9hotfix41''' and later versions, or call this command to fix it after the clear command:
  config add DECT /cipher
  config add DECT /cipher
  config write
  config write


*The update url is missing after this factory reset, so <code>http://config.innovaphone.com/init</code> needs to be added to the update url for provisioning to work.




[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Revision as of 12:28, 28 July 2020

Applies To

This information applies to

All innovaphone devices, Version 7 and later

More Information

Problem Details

Sometimes it is desirable to set a device to factory defaults using the web interface. Here is how.

Resolution

Use the following command sequence (using e.g. http://x.x.x.x/!cmd):

config clear
config write
vars del
mod cmd FLASHMAN0 reset data erase
ireset

Note: as opposed to CF-Card/SSD drives, the Flash Disk (/DRIVE/FLASH) is erased durign a factory reset. To mimic this behaviour as close as possible, you can additionally use

mod cmd FLASH remove /block
mod cmd FLASH format /block

for devices with a Flash Disk. This will (re-) format the drive.

Known Problems

  • The procedure might change with releases.
  • Factory settings do also apply to the IP/DHCP configuration. The device may thus be unreachable after.
  • This doesn't apply to innovaphone Softwarephone.
  • The procedure removes the important option /cipher in the DECT base station (IP1202, not IP1200) which is needed. This is fixed in V10sr15 and V9hotfix41 and later versions, or call this command to fix it after the clear command:
config add DECT /cipher
config write