Start a Conversation

Unsolved

This post is more than 5 years old

4768

May 11th, 2016 08:00

uemcli is not able to get the data for Object "/stor/prov/luns/lun" and "/metrics/metric"

Hi Team.

I am not able to get any information about LUNs and metrics through Unisphere CLI. I am getting Error Code:0x1000300 if I try to use the object “/stor/prov/luns” and "/metrics/metric". Queries for storage pools, disks, disk groups execute fine.

For example, I execute this command:

uemcli -d -u -p /stor/prov/luns/lun show

I get next error:

Operation failed. Error code: 0x1000300

The requested object could not be found on the system. Recheck the command name. (Error Code:0x1000300)

It's the same for "/metrics/metric".

When I execute

uemcli -d -u -p / -help


I cannot see "/stor/prov/luns" node in tree.

Please help me in this regard.

13 Posts

December 1st, 2016 10:00

@storage_usr you ever figure this out?

7 Posts

March 20th, 2017 07:00

Hi,

any solution for this problem around?

I got the same problem on 2 Unity storages:

uemcli -d 172.21.23.223 -u -p -noHeader /metrics/service show

Operation failed. Error code: 0x1000300

The requested object could not be found on the system. Recheck the command name. (Error Code:0x1000300)

Thanks!

7 Posts

March 21st, 2017 02:00

There should be one opened from January already by our customer. I do not know number.

Actually we have hit into the same issue at another customer.

BTW both are VNXe's

8.6K Posts

March 21st, 2017 02:00

Have you opened a service request ?

8.6K Posts

March 21st, 2017 06:00

then I would suggest to follow up on the January SR and also open a new SR for the other customer

3 Posts

May 4th, 2018 01:00

I am also running into similar problem for VNXe. Did anyone find the fix?

4.5K Posts

May 8th, 2018 08:00

Unity and VNXe are similar, but not the same. I would suggest that you open a new discussion with the Topic listed as VNXe and the command that't not working.

The the issue with Unity, this issues may have been resolved by the latest code updates. This is from a Unity array running code 4.3.0.xxx. I logged into the array over ssh and run the commands

15:03:02 service@GalaxyBar-spa spa:~> uemcli /metrics/service show

Storage system address: 127.0.0.1

Storage system port: 443

HTTPS connection

1:    History enabled   = yes

      History retention = 2018-05-05 16:00:00 (60 sec), 2018-04-24 16:00:00 (300 sec), 2018-04-11 00:00:00 (3600 sec), 2018-02-10 12:00:00 (14400 sec)

For the uemcli /stor/prov/luns show command - that's not a real command. Note that the error is pointing to what the problem is - "The requested object could not be found on the system. Recheck the command name". Check the Unisphere Command Line Interface User Guide - around page 392 (or look for the section called "View LUNs")


If you want to see the LUNs, add another /lun to the command:

15:06:53 service@GalaxyBar-spa spa:~> uemcli /stor/prov/luns/lun show

Storage system address: 127.0.0.1

Storage system port: 443

HTTPS connection

1:    ID                    = sv_8

      Name                  = cg lun-00

glen

No Events found!

Top