Unsolved

This post is more than 5 years old

1 Message

13947

March 25th, 2011 23:00

completely disabling http on DRAC

Is it possible to completely disable http completely on DRAC ? Would like to configure DRAC in such a way that it listens only in the https port. 

2 Intern

 • 

793 Posts

March 28th, 2011 17:00

I went digging through the racadm docs for the right group and object to change this setting.  I didn't find a way to disable it completely, but you can bury it on a strange port then block that port in your network, which is almost the same thing.  I don't recommend it.  You will use a command that looks like:

racadm config -g group -o object value

Well, you can change the http listener port with:

Group:  cfgRacTuning  Object:  cfgRacTuneHttpPort

The documentation, if you need more details,  is at:  http://support.dell.com/support/edocs/software/smdrac3/idrac/idrac17mono/en/clr/pdf/clr.pdf

Top