GithubHelp home page GithubHelp logo

Comments (4)

Yergidy avatar Yergidy commented on June 1, 2024

Since it takes a system reboot to attempt to apply smartstorage settings, even if it returns an 200 Success when initially performing the PUT some issue may prevent the settings from taking affect after a reboot. You can see what error is stopping the changes by looking at the Messages list here: /redfish/v1/systems/1/smartstorageconfig/ after reboot. These error messages coincide with the error strings here: /redfish/v1/registrystore/registries/en/smartstoragemessages.v2_0_0.smartstoragemessages/ for a string message response.

from python-ilorest-library.

4b8f8d4c4767adaf59c70bd9d5b376cc avatar 4b8f8d4c4767adaf59c70bd9d5b376cc commented on June 1, 2024

Hello,

Thanks, error is

"Messages":[

    {
        "MessageArgs":[
            "PhysicalDrives"
        ],
        "MessageId":"SmartStorageMessages.2.0.0.PropertyKeyMissing",
        "RelatedProperties":[
            "#/PhysicalDrives"
        ]
    },
    {
        "MessageId":"SmartStorageMessages.2.0.0.Success"
    }

],

I took an example of a reference API ...

request :

{
    "LogicalDrives": [
       {
          "CapacityGiB": 558,
          "Raid": "Raid0",
          "StripSizeBytes": 262144,
          "LogicalDriveName": "MyLD",
          "DataDrives": [
                "1I:1:1",
                "1I:1:2"
          ],
          "Accelerator": "ControllerCache" 
       }
    ],
    "DataGuard": "Disabled"
}

from python-ilorest-library.

4b8f8d4c4767adaf59c70bd9d5b376cc avatar 4b8f8d4c4767adaf59c70bd9d5b376cc commented on June 1, 2024

Hello,

Thanks, error is

"Messages":[

{
    "MessageArgs":[
        "PhysicalDrives"
    ],
    "MessageId":"SmartStorageMessages.2.0.0.PropertyKeyMissing",
    "RelatedProperties":[
        "#/PhysicalDrives"
    ]
},
{
    "MessageId":"SmartStorageMessages.2.0.0.Success"
}

],

I took an example of a reference API ...

request :

{
"LogicalDrives": [
{
"CapacityGiB": 558,
"Raid": "Raid0",
"StripSizeBytes": 262144,
"LogicalDriveName": "MyLD",
"DataDrives": [
"1I:1:1",
"1I:1:2"
],
"Accelerator": "ControllerCache"
}
],
"DataGuard": "Disabled"
}

from python-ilorest-library.

palexme avatar palexme commented on June 1, 2024

I see you have closed this issue, however I also received the very same problem. Was resolved with an upgrade to the Smart Storage array and intelligent provisioning.

From the release notes found in fixes section in below link: β€œThe RESTful management interface might be unable to detect physical drives or make configuration changes to the controller.” So my question is, did provisioning of logical volumes ever work prior to this :)

https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_70547f1067cf4dfd8d3c138ba4#tab5

from python-ilorest-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.