Can I use the following command to see if server has a dedicated iDRAC port?
# omreport chassis remoteaccess config=nic
seems to return "Dedicated" on server with Dedicated port and LOM1/LOM2 on server with shared port.
Just a question: with shared port, can I poweron a server even if totally powered down and still able to access BIOS/Lifecycle Controller etc etc during the POST phase and using a remote ISO file as boot-cd ?
Can I use the following command to see if server has a dedicated iDRAC port?
# omreport chassis remoteaccess config=nic
That will list what the port configuration for the iDRAC is set to. An iDRAC with an enterprise license and port can still be set to shared.
Just a question: with shared port, can I poweron a server even if totally powered down and still able to access BIOS/Lifecycle Controller etc etc during the POST phase and using a remote ISO file as boot-cd ?
If you review the manual for the iDRAC you have it should have a section listing the feature difference between the versions. Several of the features you listed are enterprise only. An enterprise enabled iDRAC is capable of all of the actions you listed over the shared LOM. The shared LOM operates in a low power mode to allow network connections to the iDRAC even when the server is powered off, so you can turn it on when using shared LOM.
Daniel My
12 Elder
•
6205 Posts
6881
0
Posted May 21st, 2016 15:00
Hello
Yes, you should be able to check and configure the network mode for the iDRAC via OMSA. You can restart the iDRAC independently of the server.
Thanks