UNSOLVED

tdaramsay

updated

11 years ago

T

tdaramsay

16 Posts

0

987

May 19th, 2015 21:00

VNXe 1 & 2 - System Configuration outputs

I have to document some As-Builts for a bunch of VNXe appliances which I'm not incredibly familiar with, I'm used to VNX and pulling out array configs in XML/CSV. formats.


Is there any way to get a similar export with a VNXe?

  • brettesinclair

    2 Intern

    715 Posts

    628

    1

    Posted May 19th, 2015 22:00

    Not quite as elegant as the vnx extracts, but if you login and go to SETTINGS > SERVICE SYSTEM > SAVE CONFIGURATION then "Execute Service Action" you'll get a telemetry text file that you can manipulate in excel or whatever.

    You can also use UEMCLI;

    uemcli /service/system collect -service info

    then to download; (change location to a local folder)

    uemcli -download -d location serviceinfo

  • tdaramsay

    16 Posts

    628

    0

    Posted May 20th, 2015 17:00

    Cheers.


    This should be fine.