allen810118
allen810118
@meghagn5 I have not yet any subscriptions. > allen@allen:~$ curl -k -H "X-Auth-Token:${bmc_token}" -X GET https://${bmc}/redfish/v1/EventService/Subscriptions/ { "@odata.id": "/redfish/v1/EventService/Subscriptions", "@odata.type": "#EventDestinationCollection.EventDestinationCollection", "Members": [], "[email protected]": 0, "Name": "Event Destination Collections" }...
> @allen810118 as error says it is property value error, means the IP or port number which you are passing is not valid as per this error. But this set...
> Tried with same command, it is working fine. > > curl -k -H "X-Auth-Token:${bmc_token}" -X POST https://${bmc}/redfish/v1/EventService/Subscriptions -d '{"Destination": "snmp://10.6.6.6:162", "SubscriptionType": "SNMPTrap", "Protocol": "SNMPv2c"}' { "@Message.ExtendedInfo": [ { "@odata.type":...
@meghagn5 The openbmc versions we use are all following version [2.12.0](https://github.com/openbmc/openbmc/tree/2.12.0).
> To get the community tar ball.. > > 1. Go to https://jenkins.openbmc.org/job/latest-master/ > 2. Choose any of the target platform build accordingly > 3. Navigate to the page where...
> > To get the community tar ball.. > > > > 1. Go to https://jenkins.openbmc.org/job/latest-master/ > > 2. Choose any of the target platform build accordingly > > 3....
The test tarball I am using is [obmc-phosphor-debug-tarball-witherspoon-20231108025050.tar.xz](https://jenkins.openbmc.org/job/latest-master/label=docker-builder,target=witherspoon/947/artifact/openbmc/build/tmp/deploy/images/witherspoon/obmc-phosphor-debug-tarball-witherspoon-20231108025050.tar.xz) OpenBMC version follow [2.12.0](https://github.com/openbmc/openbmc/tree/2.12.0) openbmc-test-automation follow [v3.0-stable](https://github.com/openbmc/openbmc-test-automation/tree/v3.0-stable) and I operated in the Console according to the above method. `root@allen:~# cd /tmp/tarball/` `root@allen:/tmp/tarball#...