Bulk Rename of Devices

The rename-devices command allows for renaming devices based on inputs from a CSV file. This command is particularly useful for large-scale operations where multiple devices need to be renamed simultaneously.

Base Requirements

  1. A self-hosted instance of Zmanda Pro Server

  2. At-least one device per user

  3. The rename-devices.csv file in /opt/zmandapro/automations/config configured

  4. Admin credentials to access your Zmanda Pro Server

CSV Configuration

rename-devices.csv

Header

Description

1

OldDeviceName

string

The current device name that has to be renamed

2

NewDeviceName

string

The new name for the corresponding device

Command Execution

/opt/zmandapro/automations/zpat rename-devices

Last updated

Was this helpful?