Profile

Hitachi Vantara

Contact Details

Hitachi Vantara

My Content

1 to 11 of 11 total
Posted By Unknown 10-20-2022 10:16
Found In Library: Hitachi Ops Center​
Pre-Requisites  installed / Configured on Opscenter Automator Server python version > 3.6 pyvmomi 7.0.3 https://pypi.org/project/pyvmomi/  OpsCenter Administrator WebService connection configured vCenter Server WebService connection configured Optional SMTP server registered for email ...
Posted By Unknown 02-09-2020 21:46
Found In Community: Network Attached Storage​
\ view thread
Does this help ?
Posted By Unknown 02-09-2020 21:39
Found In Community: Pentaho
\ view thread
Hi Gogul,   Did you manage to figure it out as it has been a while since this query was posted..😊   For starters, Have you registered the remote storage arrays in the ConfigurationManager REST server   You will have to do this via the POST method POST base-URL/v1/objects/storages/storage-dev ...
Posted By Unknown 11-02-2019 23:07
Found In Community: Network Attached Storage​
\ view thread
Ports 59515-59536 shoudl be open between the nodes and vSMU. Also refer below link for the full list   https://knowledge.hitachivantara.com/Documents/Storage/NAS_Platform/13.5/NAS_Administration/Network_Administration/41_Network_ports
Posted By Unknown 11-09-2018 13:51
Found In Community: Hitachi Ops Center​
\ view thread
Thank you for the feedback. I am running HAD version 8.6.1-01.  But the Plugin step I was using was still from 8.5.4 I think as I has imported the service that I created in that version. After Changing the plugin version to 1.61, this is okay now. Is there a alternative way to upgrade the plugin version ...
Posted By Unknown 11-08-2018 21:41
Found In Community: Hitachi Ops Center​
\ view thread
Hi Craig, Yes, that is my understanding as well  that the values should be long.  But this is something I am not putting this value explicitly in a variable with INT . I am querying a Ldev ( in the JavaScript Plugin for CMRest ) and the output is a JSON object. And if  any particular LDEV that has a ...
Posted By Unknown 11-06-2018 12:01
Found In Community: Hitachi Ops Center​
\ view thread
Hi all, In the  Configuration manager Plugin javascript code I am querying the  LDEVs via Objects API See below sample line of code  pVolStorageDeviceID and curange are  variable (In my case curange = 256) Code sample //switching to object API       var client = new api.ObjectsApi();     client.getA ...
Posted By Unknown 09-21-2018 14:18
Found In Community: Object Storage​
\ view thread
Hope the below thread helps. 003 Identifies that it is G1000 How to understand LUN WWID of VSP G1000 What is  the REST API call you make to get the LDEV information . for example you can  use the GET method   - (GET base-URL/v1/views/ldevs) get the storage device ID of the LDEV. See below sample output. ...
Posted By Unknown 08-16-2018 20:13
Found In Community: Hitachi Ops Center​
\ view thread
Hello Akatoki, Thank you for the response. Okay, so the HAD spec would want the Objects in One Hierarchy for representing in a table schema. Thank you for the inputs. I will parse the JSON and make the required fields in one Hierarchy. Regards, Akram
Posted By Unknown 08-13-2018 09:35
Found In Community: Hitachi Ops Center​
\ view thread
Hi Tomoya, Thank you for the response. The objective was to use an already existing JSON file instead of querying a  external resource Provider via  REST API call,  to reduce the time delay to load the information for many number of Hostgroups/LDEVS. In my above example for simplicity I was first trying ...
Posted By Unknown 07-30-2018 20:36
Found In Community: Hitachi Ops Center​
\ view thread
Hi all, I am trying to use  External Resource provider to get values for a Input property. The External Resource provider is a simply getting the values from a json file that  is created from CMRest call. The Contents of the file /tmp/hostgroupinfo.json is like below (   data : [ (     hostGroup : ( ...