Start a Conversation

Unsolved

This post is more than 5 years old

4561

December 29th, 2016 02:00

how to label vmax devices

I tried:

 

symconfigure -sid xxxx set dev 020EA device_name=to_be_deleted_REQ123;

'set': Invalid action.
dynamox 
 

Following are all information related to versions:

    Microcode Version (Number) : 5876 (16F40000)
     Microcode Registered Build : 18
     Microcode Date : 02.11.2016
     Microcode Patch Date : 02.11.2016
     Microcode Patch Level : 288
     Symmwin Version : 195
     Enginuity Build Version : 5876.288.195
     Symmetrix CLI (SYMCLI) Version : V8.1.2.0 (Edit Level: 2112)
     Built with SYMAPI Version : V8.1.2.0 (Edit Level: 2112)
     SYMAPI Run Time Version : V8.1.2.0 (Edit Level: 2112)

12 Posts

December 29th, 2016 02:00

am getting an error:

'set': Invalid action.

121 Posts

December 29th, 2016 05:00

That syntax is not quite right, try this:

symconfigure -sid xxxx -cmd "set dev 020EA device_name='to_be_deleted_REQ123';" commit

12 Posts

January 15th, 2017 20:00

FTer labeling the devices, the names are only shown in GUI (unisphere)...... is there a way to get device names in cli?

121 Posts

January 16th, 2017 06:00

symdev -sid xxxx list -identifier device_name

No Events found!

Top