An account will enable you to access:
Don't have an account?
ONTAP Discussions
There's an article over in KB: https://kb.netapp.com/Advice_and_Troubleshooting/Miscellaneous/What_open_source_or_free_web_servers_are_available_to_assist_with_system_administration
What I've found useful, especially in air-gapped environments, is to use Python to run a quick-and-dirty web server, from a RHEL6 or RHEL7 host.
Python 2.x: python -m SimpleHTTPServerPython 3.x: python -m http.server
To test:
curl http://localhost:8000/
This way, you get your software or patches uploaded to a NetApp or a FC switch and you don't have to bring in software from external sources and deal with the associated approval paperwork.
Solved! See The Solution
Added the python server to the KB. Thank you for the feedback.
FYI if you wish you can provide feedback directly and we have KDEs and the KB team who regularly monitor this.
Thank you so much!
View solution in original post
Two I’ve used
hfs web server
mongoose free web server
both work well and are easily configurable
Eligible Customers and Partners have an opportunity to shape the future of NetApp’s products, support, and services! For a limited time, we’re growing the Insights to Action (I2A) online feedback community and celebrating with our Annual I2A Holiday Giveaway.
Say hello to smarter search results! Our state-of-the-art #GenAI feature delivers high-quality, AI-generated answers for a seamless search experience.