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

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 13:41, 28 July 2017

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 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:
config add DECT /cipher
config write