09-06-2019 01:08 AM
When I create or delete aliases I get following error when committing:
"Zone Server is currently busy handling other requests. Please retry the command after some time"
I get a lock which I can release and try again with same error.
09-27-2019 10:17 AM
we Need more information:
show device-alias internal validation-info
and reviewing the syslogs for the switch where the commit was issued.(show logging log)
03-12-2020 02:50 AM
Hello Walter, I have the exact same problem and using the command "
08-04-2022 08:38 AM
This issue usually happens when there is some kind of lock in place by other switches in the fabric. This could be from device alias / zone / or any CFS applications which ensures that no other changes are done by any other users within the fabric.
Once you commit the changes, the fabric wide lock is released and you can do any changes on any other switches.
08-11-2022 04:08 AM
I've written a small blog post to address this old problem: http://www.50mu.net/2015/04/09/cisco-mds-fabric-is-already-locked/
05-16-2025 10:57 AM
Cisco MDS: Device Alias Commit Failure - "Zone Server is currently busy"
Category: Storage Networking (Fibre Channel/SAN)
Applies To: Cisco MDS Switches (MDS 9000 Series)
Problem:
Device alias commit operation fails with the error "Zone Server is currently busy handling other requests. Please retry the command after some time." This prevents device alias changes.
Symptoms:
When attempting to commit device alias changes, the show device-alias session status command indicates a "Fail" result with the following reason:
show device-alias status Fabric Distribution : Enabled Database:- Device Aliases 77 Mode: Enhanced Checksum: 0xf9xxx59b52xxxx42e87dcf043xxxxxx Locked By:- User "CLI/SNMPv3:admin" SWWN 20:00:00:xx:xx:xx:xx:xx show device-alias session status Last Action Time Stamp : Fri May 16 12:29:56 2025 Last Action : Commit Last Action Result : Fail Last Action Failure Reason : device-alias(0x40bc0059)- Zone Server is currently busy handling other requests. Please retry the command after some time.
Cause:
This issue typically occurs when the Common Fibre Channel Services (CFS) application for device-alias is locked by a previous session or user, preventing new operations from proceeding. The show cfs lock command will show the application currently holding the lock.
show cfs lock Application: device-alias Scope : Physical-fc -------------------------------------------------------------------------------- Switch WWN IP Address User Name User Type -------------------------------------------------------------------------------- 20:00:00:xx:xx:xx:xx:xx xx.xx.xx.xx admin CLI/SNMP v3 [Cisco_LabSw] Total number of entries = 1.
In the example above, the device-alias application is locked by user "admin" from the switch Cisco_LabSw.
Resolution:
To resolve this issue, you need to clear the hung or locked device alias session.
show device-alias pending-diff
show device-alias pending
show device-alias session status
Enter configuration mode:
Cisco_LabSw # config t
Clear the device alias session:
Cisco_LabSw(config)# clear device-alias session
Note: This command will clear any pending device alias changes in the current session.
Verify Device Alias Status: After clearing the session, check the device alias status to ensure the lock is released and you can now initiate new changes.
Cisco_LabSw# show device-alias status
Verify CFS Lock Status (Optional, but Recommended): Confirm that the device-alias application lock has been cleared.
Cisco_LabSw# show cfs lock
Ideally, there should be no entry for device-alias after a successful clear.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide