efa inventory debug devices-unlock
Unlocks devices forcefully if they were locked during the configuration backup process.
Syntax
Parameters
- --ip ip-list
- List of IPs to unlock.
- --fabric fabric-name
- Fabric with which devices are associated.
- --servicelock
- Specify to unlock all service locks.
Examples
efa-client inventory debug devices-unlock --ip 10.20.246.5,10.20.246.6 +-------------+---------+ | IP Address | Status | +-------------+---------+ | 10.20.246.6 | Success | +-------------+---------+ | 10.20.246.5 | Success | +-------------+---------+ Force Unlock Devices --- Time Elapsed: 100.5453ms ---
efa-client inventory debug devices-unlock --servicelock +--------------+---------+ | IP Address | Status | +--------------+---------+ | Service Lock | Success | +--------------+---------+ Force Unlock Devices --- Time Elapsed: 39.3574572s ---
efa-client inventory debug devices-unlock --fabric fabric1 +-------------+---------+ | IP Address | Status | +-------------+---------+ | 10.20.246.6 | Success | +-------------+---------+ | 10.20.246.5 | Success | +-------------+---------+ Force Unlock Devices