|
Post by sandy on Jan 4, 2022 5:47:21 GMT
Hi Team
I am new to Redfish/Swordfish. I tried using Swordfish emulator and was able use it with some CRUD operations.
But I want to create an Swordfish Target for my own server. And should I use it with Swordfish Power shell Toolkit?
How do I setup a Swordfish Target for my server?
Thanks in Advance
Sandy
|
|
|
Post by jleung on Jan 4, 2022 16:09:51 GMT
Hi Sandy, Filling this question as an issue on the Swordfish API Emulator repository may provide a faster response. I've notified the maintainer of that repository of this Redfish Forum question. (The "Swordfish Specification" section of redfishforum.com does have an obvious folder for the questions about their tooling.) Does "Swordfish target" mean a Redfish/Swordfish service? If so, the service implementation is not something DMTF would host directly. Innovation below the interface may be stifled if the DMTF hosted one implementation versus another. DMTF does have a webpage where implementations can be listed - www.dmtf.org/standards/opensourceRegards, John
|
|
|
Post by sandy on Jan 5, 2022 7:16:54 GMT
Yes I meant Redfish/Swordfish service. As I could only experiment with their emulators. Here mostly focusing on the swordfish service. How do I enable this service on our server? Or could you recommend anything to read so that I can get a clear understanding of how the setup will be?
Thanks Sandy
|
|
|
Post by Richelle Ahlvers on Jan 6, 2022 15:23:19 GMT
Sandy,
The Swordfish API Emulator has instructions for installing and using in its README file. The setup script will install and start an instance on your system, as well.
The Swordfish emulator can be used for a range of activities, from acting like a Swordfish-enabled storage device (it currently starts up as an ethernet-attach NVM drive, for example), to developing a POC of your own system, and could even be extended to become a full implementation (noting that this is developed is python, more likely for a host-based solution).
There is a quick startup video on the SNIAVideo youtube channel for the emulator - check the "Swordfish School" group to find it.
Thanks, Richelle
|
|
|
Post by sandy on Jan 7, 2022 8:11:17 GMT
Yes Richelle, I did setup the emulator on my system but its just an act of Swordfish Storage device. I looked into the emulator files but did not get any hint on how do I develop it for my own system. I hope you are getting my point Thanks, Sandy
|
|
|
Post by sandy on Jan 10, 2022 5:24:58 GMT
Hi anything on this??
|
|
|
Post by mraineri on Jan 11, 2022 17:44:27 GMT
Others can correct me if I'm wrong, but unfortunately there aren't any full implementations available (at least not freely available) for you to enable on your own system.
The emulator can be used as a method for understanding how to make your own service, but generally speaking we haven't stepped into this type of space before. The OpenBMC group does have a Redfish service that could be used, but keep in mind that project is designed to run on a BMC rather than a full system.
|
|
|
Post by jleung on Jan 13, 2022 16:28:31 GMT
For implementations, what is your implementation environment? BMC? OS agent? - If the service will run in the BMC (baseboard mgmt controller), you can start with the OpenBMC repository. - If the service will run as an OS agent, you might look at the C++ implementation in the Device Manager PSME repository - github.com/opencomputeproject/HWMgmt-DeviceMgr-PSMERegarding Device Manager - Derived from Intel's RackScale PSME repository as noted in its README (github.com/intel/intelRSD) - There is code for storage (./psme/agent/storage)
|
|