Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  VC rescue configuration

    Posted 08-18-2014 13:58

    Does a request system configuration rescue save write the rescue configuration to each member of a VC?



  • 2.  RE: VC rescue configuration

    Posted 08-20-2014 09:28

    That is  a great question and I had never thought of it before. But I would think it should be copied to all members, but it is not a configuration statement. Interesting. If I get a chance, later I will test it. I will make sure to delete the rescue cofig from both members before VC, and then run the command and log into the second member and see if file is also on it. And then remove VC ad check the contents of the rescue file. It is important question. I will see if smeone else knows.



  • 3.  RE: VC rescue configuration
    Best Answer

     
    Posted 08-24-2014 23:27

    The rescue configuration is saved on both routing-engines of the VC.

     

    {master:1}
    root@EX4200> request system configuration rescue save

    {master:1}
    root@EX4200> file list /config/ detail | match rescue
    -rw-r----- 1 root wheel 1345 Aug 25 08:22 rescue.conf.gz

    {master:1}
    root@EX4200>

     

    {backup:0}
    root@EX4200> file list /config/ detail | match rescue
    -rw-r----- 1 root wheel 1345 Aug 25 08:22 rescue.conf.gz

    {backup:0}
    root@EX4200>

     

     

     

    =====

    If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.