NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

What open source or free web servers are available to assist with system administration?

spackard
3,003 Views

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 SimpleHTTPServer
Python 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.

1 ACCEPTED SOLUTION

paul_stejskal
2,935 Views

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

2 REPLIES 2

TMACMD
2,968 Views

Two I’ve used

 hfs web  server

 mongoose free web server

 both work well and are easily configurable

paul_stejskal
2,936 Views

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!

Public