In the ILOM if you redirect HTTP connections to HTTPS, but disable HTTPS, what will be the
result?
A.
You will only be able to access the ILOM web interface via HTTPS, since HTTPS cannot be
disabled.
B.
You will be able to access the ROM web interface via HTTP or HTTPS.
C.
You will only be able to accessthe ILOM web Interface via HTTP.
D.
You will not be able to access the ILOM web interface.
Explanation:
http://docs.oracle.com/cd/E19201-01/820-6411-12/configcomm_web.html(enable httpor https web access, see the note)
D
No A is correct!
-> set https servicestate=disabled
set: Cannot disable HTTPS while HTTP secure redirect is enabled.
correct: A
-> ls
/SP/services/http
Targets:
Properties:
port = 80
secureredirect = enabled
servicestate = disabled
sessiontimeout = 15
-> ls
/SP/services/https
Targets:
ssl
Properties:
port = 443
servicestate = enabled
sessiontimeout = 15
tlsv1 = enabled
tlsv1_1 = enabled
tlsv1_2 = enabled
-> set servicestate=disabled
set: Cannot disable HTTPS while HTTP secure redirect is enabled.