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

From innovaphone wiki
Jump to navigation Jump to search
 
Line 29: Line 29:


*Factory settings do also apply to the IP/DHCP configuration.  The device may thus be unreachable after.
*Factory settings do also apply to the IP/DHCP configuration.  The device may thus be unreachable after.
**The parameter <code>/mode client</code> will be removed from <code>config change DHCP0 /mode client</code>
**The parameter <code>/mode disabled</code> will be removed from <code>config change DHCP6-0 /mode disabled</code>
*The default timezone for NTP will be removed from  <code>config change NTP0 /offset CET-1CEST-2,M3.5.0/2,M10.5.0/3</code>


*This doesn't apply to innovaphone Softwarephone.
*This doesn't apply to innovaphone Softwarephone.

Latest revision as of 12:03, 5 August 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.
    • The parameter /mode client will be removed from config change DHCP0 /mode client
    • The parameter /mode disabled will be removed from config change DHCP6-0 /mode disabled
  • The default timezone for NTP will be removed from config change NTP0 /offset CET-1CEST-2,M3.5.0/2,M10.5.0/3
  • 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