Switching

last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
Expand all | Collapse all

Can't save configuration

Erdem

Erdem01-19-2019 04:48

  • 1.  Can't save configuration

    Posted 12-03-2009 03:33

    Juniper EX3200-24T

     

     

    When I tried to save the configuration, i can see the following error:

     


    OnlineSW01# commit and-quit               
    error: error copying files (/config/juniper.conf.3.gz->/var/db/config/juniper.conf.4.gz): No such file or directory
    error: rotation of old files failed

     

    more information:

    root@SW01% cd /config
    root@SW01% ls
    .snap                   juniper.conf.2.gz       ssh_host_dsa_key        ssh_host_rsa_key        vchassis
    db                      juniper.conf.3.gz       ssh_host_dsa_key.pub    ssh_host_rsa_key.pub
    juniper.conf+.gz        juniper.conf.gz         ssh_host_key            support-file
    juniper.conf.1.gz       rescue.conf.gz          ssh_host_key.pub        usage.db
    root@SW01% cd db
    root@SW01% ls -al
    total 16
    drwxr-xr-x  3 root  wheel  512 Jan 19  2009 .
    drwxr-xr-x  5 root  wheel  512 Dec  3 16:57 ..
    -rw-r--r--  1 root  wheel  236 Jan 19  2009 commits
    drwxr-xr-x  2 root  wheel  512 Jan 19  2009 config
    root@SW01% cd config
    root@SW01% ls
    juniper.conf.4.gz       juniper.conf.6.gz       juniper.conf.8.gz
    juniper.conf.5.gz       juniper.conf.7.gz       juniper.conf.9.gz

     

     

    intadmin@SW01> show configuration | compare rollback 0
                                                                   ^
    syntax error.

    intadmin@SW01> show configuration | compare rollback 1  
                                                                  ^
    value 1 is not equal to 0.

    intadmin@SW01> show configuration | compare rollback 2  
                                                                  ^
    value 2 is not equal to 0.

    intadmin@SW01> show configuration | compare rollback ?  
    No valid completions

     

     

    Anyone can advise what happened



  • 2.  RE: Can't save configuration

    Posted 12-04-2009 09:25

    Hi,

     

    Try to apply the commit from the config prompt.  Enter cli at %, enter configure, then try to commit.

     

    -John



  • 3.  RE: Can't save configuration

    Posted 01-19-2019 04:48

    Great, it worked , Thank you



  • 4.  RE: Can't save configuration

    Posted 12-04-2009 18:50

    It sounds like you have run into the PR/460909 caveat.  JUNOS release 9.3S6, 9.5S4.1, and 9.6S2.1 are the latest releases for the 9.3, 9.5 and 9.6 trains respectively as of this posting.  I hope included references are helpful.  

     

    The first publication that I noticed the PR/460909 caveat being published was PSN-2009-07-461. 

     

    References:

     

    PR/460909 Commit failed because rotation of configuration files to /var/db/config failed

    Committed in JUNOS 9.3R4; 9.4R4; 9.5R3; 9.6R2; 10.0R1

     

    PSN-2009-07-461 JUNOS Service Release Service Release 9.3S4.1 for the EX-Series Switch service impacted issues resolved.

     

    PSN-2009-12-598 JUNOS Service Release 9.3S6 for the EX-series Switch service impacted issues resolved.

     

    PSN-2009-12-600 JUNOS Service Release 9.5S4.1 for EX-Series Switch service impacting issues resolved.

     

    PSN-2009-11-581 JUNOS Service Release 9.6S2.1 for EX-Series Switch service impacting issues resolved.

     

     



  • 5.  RE: Can't save configuration

    Posted 09-24-2012 12:11

    Im running 11.4R2.14 and Im having this issue.  What can I do to fix this???



  • 6.  RE: Can't save configuration

     
    Posted 10-08-2012 06:01

    Hi,

     

     

    Did you see this KB?

     

    http://kb.juniper.net/InfoCenter/index?page=content&id=KB24760&actp=RSS&smlogin=true

     

    Can you please tell me how did you run into this? Was it after upgrade?

     

     

    Thanks,

    Paris



  • 7.  RE: Can't save configuration

    Posted 11-13-2012 22:41

    Hi,

     

    I upgraded the OS from   9.2R3.5  to 10.0R2.10 but same erros occurs again.

     

    admin@SW> show system snapshot media internal
    Information for snapshot on internal (da0s1)
    Creation date: Jan 15 06:55:54 2009
    JUNOS version on snapshot:
      jbase  : 9.2R3.5
      jcrypto-ex: 9.2R3.5
      jdocs-ex: 9.2R3.5
      jkernel-ex: 9.2R3.5
      jroute-ex: 9.2R3.5
      jswitch-ex: 9.2R3.5
      jweb-ex: 9.2R3.5
      jpfe-ex42x: 9.2R3.5


    admin@SW> show version
    Hostname: -SW
    Model: ex3200-24t
    JUNOS Base OS boot [10.0R2.10]
    JUNOS Base OS Software Suite [10.0R2.10]
    JUNOS Kernel Software Suite [10.0R2.10]
    JUNOS Crypto Software Suite [10.0R2.10]
    JUNOS Online Documentation [10.0R2.10]
    JUNOS Enterprise Software Suite [10.0R2.10]
    JUNOS Packet Forwarding Engine Enterprise Software Suite [10.0R2.10]
    JUNOS Routing Software Suite [10.0R2.10]
    JUNOS Web Management [10.0R2.10]


    admin@SW>edit

    admin@# commit
    error: error copying files (/config/juniper.conf.3.gz->/var/db/config/juniper.co
    nf.4.gz): No such file or directory
    error: rotation of old files failed

    Pls guide




  • 8.  RE: Can't save configuration

    Posted 11-14-2012 09:34

     

    Hey there,

     

     I'm not exactly sure what went wrong, but you can fix this easily by dropping into the shell as root (start shell root) followed by the command "mkdir /var/db/config/"

     

    Cheers,



  • 9.  RE: Can't save configuration

    Posted 11-14-2012 23:37

    Pls check and comment

     

    root@-SW:RE:0% mkdir /var/db/config
    mkdir: /var/db/config: File exists
    root@-SW:RE:0%

     



  • 10.  RE: Can't save configuration

    Posted 11-15-2012 11:22

    is there already a symbolic link perhaps?

     

    It could be a typo while following the previously referenced KB with an invalid pointer, which could explain the error.

     

    Cheers,



  • 11.  RE: Can't save configuration

    Posted 11-22-2012 20:40

    Sorry i didnt get you , if you can explain what "" symbolic link "" you are pointing to.

     



  • 12.  RE: Can't save configuration

    Posted 08-03-2013 13:29
      |   view attached

    I had this issue on EX-8208 with dual RE and as per KB24760 implemented the workaround but it did not help me... I was still getting the commit sync problem.

     

    The current Junos version is 10.1R1.8. The workaround mentioned in earlier posts or the KB does a soft linking but when it did not work for me, a hard link will be done as per Linux process.

     

    Now the switch is taking 'commit sync' command wihtout any issue.

    Attachment(s)

    txt
    Activity Logs.txt   63 KB 1 version


  • 13.  RE: Can't save configuration

    Posted 08-03-2013 13:33

    the workaround mention that the db/config did not exist initially and when the soft linking was done, it gives in output.

     

    user@switch>start shell user root
    user@switch%
    user@switch% ls -ld db/config

    ls: db/config: No such file or directory

    user@switch%

     

    In my case. this file was already created and so, gave the alert as 

    root@OKH-EX8208-SW1:RE:0% ls -ld db/config
    lrwxr-xr-x 1 root wheel 17 Mar 24 2010 /var/db/config -> /config/db/config
    root@OKH-EX8208-SW1:RE:0% cd /var/db/
    root@OKH-EX8208-SW1:RE:0% ln -s /config/db/config . 
    ln: ./config: File exists
    root@OKH-EX8208-SW1:RE:0% ln -s /config/db/commits . 
    ln: ./commits: File exists

     

    Why is this so?? This workaround this did not work for me in spite of its exact match with my issue.



  • 14.  RE: Can't save configuration

     
    Posted 08-03-2013 15:09
    user@switch>start shell user root
    user@switch%
    user@switch% ls -ld db/config
    

    You are in /var/home/user folder. Command "ls -ld /var/db/config" should be the one you expected. Try "cd /var/db" and see if it works.

     

    /Charlie



  • 15.  RE: Can't save configuration

    Posted 08-04-2013 01:18

    Ckim, the /var/home/user is visible in the workaround excample which JTAC has mentioned in their KB but I have tried with the /var/db/config directory but it didn't help me either.

     

    You may go through the log file attached in my post... Please suggest if you find something there..



  • 16.  RE: Can't save configuration

    Posted 08-06-2013 12:49


    Pardon my ignorance here, and I truly when it comes to linux file system, but any special reason why the files stored in the directory "/var/db/config" need to be linked to "config -> /config/db/config"

    error copying files (/config/juniper.conf.3.gz->/var/db/config/juniper.conf.4.gz): No such file or directory

    /config/db/config

    error: remote commit-configuration failed on re1

    config -> /config/db/config

    I think the way you are creating a link is making the system thinks the link is back to the same directory hence it creates an infinite loop when it does the path lookup. If you simply remove any links you have created and allow the system to do its own thing, does it work? Also >show log dcd, it may have something in it too.
    use the command rm -r /path/folder to remove the symlinks you have created then test it.



  • 17.  RE: Can't save configuration

    Posted 08-03-2013 14:59
    To resolve problem why aren't you upgrade backup RE for test ?


  • 18.  RE: Can't save configuration

    Posted 08-04-2013 01:16

    I have the plan for upgrade but the upgrade process may require the commit sync command at some instances so I want to resolve the issue first and then go for the upgrade.

     

    If JTAC has given some workaround then I expect it to work. Shouldn't we?