Howto:Bypass the setup wizard/install: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by 3 users not shown)
Line 6: Line 6:
Firmware V6 SR2 and later.
Firmware V6 SR2 and later.


<!-- Keywords: enter keywords, foreign translations and/or synoyms not appearing in the article here for better search results -->
<!-- Keywords: skip wizard, skip installer, skip install, advanced user interface, -->


==More Information==
==More Information==
Line 13: Line 13:
From Version 6, Service Release 2 on, innovaphone devices will run a configuration wizard when accessed reset to factory settings.  While this is a great to speed up deployment of innovaphone boxes, it may be required to bypass the wizard in certain situations.
From Version 6, Service Release 2 on, innovaphone devices will run a configuration wizard when accessed reset to factory settings.  While this is a great to speed up deployment of innovaphone boxes, it may be required to bypass the wizard in certain situations.


===Resolution===
=Bypass Wizard=
To bypass the wizard, access <code><nowiki>http://x.x.x.x/admin.htm</nowiki></code> (or <code><nowiki>http://x.x.x.x/administrator.htm</nowiki></code> for V7 and later) instead of <code><nowiki>http://x.x.x.x</nowiki></code> to access the standard configuration interface.
To bypass the wizard, you can access directly to the admin interface instead of <code><nowiki>http://x.x.x.x</nowiki></code> to access the standard configuration interface.


Nb: from version 9 firmware on, the URL to bypass the wizard is <code>http://x.x.x.x/admin.xml?xsl=admin.xsl</code>
== <= V6 ==
<code><nowiki>http://x.x.x.x/admin.htm</nowiki></code>


To get rid of the wizard permanently, you may remove the <code>/home SETUP/wizard.xml</code> parameter from the <code>config change HTTP0</code> line.  
== V7 - V8 ==
<code><nowiki>http://x.x.x.x/administrator.htm</nowiki></code>
 
== >=V9 ==
<code>http://x.x.x.x/admin.xml?xsl=admin.xsl</code>
 
= Deactivate Wizard / install =
 
== <= V12 ==
To get rid of the wizard (http://x.x.x.x/SETUP/wizard.xml) permanently, you may remove the <code>/home SETUP/wizard.xml</code> parameter from the <code>config change HTTP0</code> line.  


You can do that by doing the commands:
You can do that by doing the commands:
Line 26: Line 36:
  http://x.x.x.x/!config activate
  http://x.x.x.x/!config activate
  http://x.x.x.x/!ireset
  http://x.x.x.x/!ireset
</pre>
== >= V13 ==
To get rid of the install (http://x.x.x.x/install.htm) permanently, you may add a var called "HTTP0/INSTALL p 13r1" to the config file.
You can do that by doing the commands:
<pre>
http://x.x.x.x/!vars create HTTP0/INSTALL p 13r1
http://x.x.x.x/!config activate
http://x.x.x.x/!config write
http://x.x.x.x/!reset
</pre>
</pre>



Latest revision as of 11:01, 22 April 2022

Applies To

This information applies to

  • all innovaphone devices,

Firmware V6 SR2 and later.


More Information

Problem Details

From Version 6, Service Release 2 on, innovaphone devices will run a configuration wizard when accessed reset to factory settings. While this is a great to speed up deployment of innovaphone boxes, it may be required to bypass the wizard in certain situations.

Bypass Wizard

To bypass the wizard, you can access directly to the admin interface instead of http://x.x.x.x to access the standard configuration interface.

<= V6

http://x.x.x.x/admin.htm

V7 - V8

http://x.x.x.x/administrator.htm

>=V9

http://x.x.x.x/admin.xml?xsl=admin.xsl

Deactivate Wizard / install

<= V12

To get rid of the wizard (http://x.x.x.x/SETUP/wizard.xml) permanently, you may remove the /home SETUP/wizard.xml parameter from the config change HTTP0 line.

You can do that by doing the commands:

 http://x.x.x.x/!config change HTTP0
 http://x.x.x.x/!config write
 http://x.x.x.x/!config activate
 http://x.x.x.x/!ireset

>= V13

To get rid of the install (http://x.x.x.x/install.htm) permanently, you may add a var called "HTTP0/INSTALL p 13r1" to the config file.

You can do that by doing the commands:

http://x.x.x.x/!vars create HTTP0/INSTALL p 13r1
http://x.x.x.x/!config activate
http://x.x.x.x/!config write
http://x.x.x.x/!reset