Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Valid service could not be detected at {URI=https://192.168.122.89:443/redfish/v1, type=RMM #103

@deeptidrut

Description

@deeptidrut

Hi,
We have the following redfish APIs exposed in BMC.

curl -b cjar -k https://${bmc}/redfish/v1
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_1_1.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/AccountService"
},
"Chassis": {
"@odata.id": "/redfish/v1/Chassis"
},
"Id": "RootService",
"JsonSchemas": {
"@odata.id": "/redfish/v1/JsonSchemas"
},
"Links": {
"Sessions": {
"@odata.id": "/redfish/v1/SessionService/Sessions"
}
},
"Managers": {
"@odata.id": "/redfish/v1/Managers"
},
"Name": "Root Service",
"RedfishVersion": "1.6.1",
"Registries": {
"@odata.id": "/redfish/v1/Registries"
},
"SessionService": {
"@odata.id": "/redfish/v1/SessionService"
},
"Systems": {
"@odata.id": "/redfish/v1/Systems"
},
"UUID": "93328078-563b-494c-9bf4-f714c52a5039",
"UpdateService": {
"@odata.id": "/redfish/v1/UpdateService"
}

We are trying to get this BMC detected in Pod-Manager
using configuration in

instance-1:/etc/pod-manager$ cat /tmp/services.list
https://192.168.122.89:443/redfish/v1/ psme
instance-1:/etc/pod-manager$

However when we try to get Manager info using Pod-Manager API, we are getting the below error:
2019-04-04 10:30:59,808 [EE-ManagedScheduledExecutorService-default-Thread-2] ERROR c.i.p.s.d.d.ServiceEndpointsProcessor - Valid service could not be detected at {URI=https://192.168.122.89:443/redfish/v1, type=PSME, updateDate=null}, retry no 1.

Can you please help resolve this?

Many Thanks,
Deepti

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions