vSRX

  • 1.  How to skip the Junos Initial setup wizard

    Posted 09-04-2019 08:58

    Hello,

     

    Every time i access the srx via its IP in the browser i get the setup wizard. I only want to access to check the logs. 

    How can I skip the wizard?

     

    I tried this: 

    root@SRX# delete system autoinstallation delete-upon-commit 

    but it didn't work.

     

    thanks in advance


    #j-web
    #jweb


  • 2.  RE: How to skip the Junos Initial setup wizard
    Best Answer

    Posted 09-04-2019 21:49

    Hi Hbaytie,

     

    Can you please double-check whether autoinstallation is deleted properly?

     

    user@host> show configuration system | displays set | match autoinstallation

     

    If it displays the result, please delete it once again.

     

    user@host# delete system autoinstallation 

    user@host# commit

     

    Post making the change, clear browser cookie or open the browser using incognito mode and try accessing J-Web.



  • 3.  RE: How to skip the Junos Initial setup wizard

    Posted 09-05-2019 01:40

    You were totally right, it was still there. Thank a lot.

     

    SRX> show configuration system | display set | match auto

    set system autoinstallation
    set system license autoupdate url https://ae1.juniper.net/junos/key_retrieval

    [edit]
    SRX# delete system autoinstallation

    SRX# commit

     

    I accessed again and it worked.