Search This Blog & Internet

Friday, September 9, 2011

%% Non-volatile configuration memory is being accessed, Try again later

If you get the error message,
%% Non-volatile configuration memory is being accessed, Try again later

while executing "show startup-config", is because another user is connected to the same router and has issued "show conf" but hasn't still completed.

You can find out who the connected user is by issuing "show users" or "who" command.

2 comments:

  1. Core issue

    This issue occurs when more than one user attempts to access NVRAM at the same time. The commands which access NVRAM (write memory, show configuration, show startup-config and copy running-config startup-config) contain lockout protection to prevent another command from accessing the NVRAM simultaneously from a different port.

    For example, you cannot issue the write memory command from the console and the VTY lines at the same time.

    You may see this error message when you try to issue the write memory command:

    startup-config file open failed (Device or resource busy)

    You may see this error when you try to issue the show configuration command:

    %%Non-volatile configuration memory is being accessed, Try again later


    Resolution

    To resolve this issue, perform these steps:

    Check for other users accessing the switch by issuing the show line or show users command.
    Clear the idle users by issuing the clear line command.
    Issue the show users command again to verify.

    The NVRAM is now accessible, and you can issue the show startup-config and copy running-config startup-config commands and not encounter any more problems.

    ReplyDelete
  2. cleared the line but lines are not cleared

    ReplyDelete