I had a motherboard replaced due a DRAC failure. Once the system came back up, I noticed the DRAC was still offline... ugg...
After further digging and several reboots, I determined that the DRAC was not a viable option to configure. More digging indicated that my Enterprise DRAC license was not present. Unfortunately this was hours after my change window expired. So - now that I have a DRAC license, how do I get it on my system without a reboot.
~~~
[root@server ~]# ls /opt/dell/srvadmin/bin/idracadm && myRACADM="/opt/dell/srvadmin/bin/idracadm"
[root@server ~]# ls /opt/dell/srvadmin/bin/idracadm7 && myRACADM="/opt/dell/srvadmin/bin/idracadm7"
[root@server ~]# $myRACADM config -g cfgLanNetworking -o cfgNicSelection 1
ERROR: SWC0242 : A required license is missing or expired.
Obtain an appropriate license and try again, or contact your service
provider for additional details.
Required License -- Dedicated NIC
~~~
After you acquire the zip file from Dell, pkunzip it and copy the xml file to your server. Then:
~~~
[root@server ~]# $myRACADM license import -f /home/jradtke/FD0000000XXXXXX.xml -c idrac.embedded.1
[root@server ~]# $myRACADM license view
iDRAC.Embedded.1
Status = OK
Device = iDRAC.Embedded.1
Device Description = iDRAC7
Unique Identifier = XXXXXXX
License #1
Status = OK
Transaction ID = 2
License Description = iDRAC7 Enterprise License
License Type = PERPETUAL
Entitlement ID = FD000000XXXXXXX
License Bound = XXXXXX
Expiration = Not Applicable
~~~
After further digging and several reboots, I determined that the DRAC was not a viable option to configure. More digging indicated that my Enterprise DRAC license was not present. Unfortunately this was hours after my change window expired. So - now that I have a DRAC license, how do I get it on my system without a reboot.
~~~
[root@server ~]# ls /opt/dell/srvadmin/bin/idracadm && myRACADM="/opt/dell/srvadmin/bin/idracadm"
[root@server ~]# ls /opt/dell/srvadmin/bin/idracadm7 && myRACADM="/opt/dell/srvadmin/bin/idracadm7"
[root@server ~]# $myRACADM config -g cfgLanNetworking -o cfgNicSelection 1
ERROR: SWC0242 : A required license is missing or expired.
Obtain an appropriate license and try again, or contact your service
provider for additional details.
Required License -- Dedicated NIC
~~~
After you acquire the zip file from Dell, pkunzip it and copy the xml file to your server. Then:
~~~
[root@server ~]# $myRACADM license import -f /home/jradtke/FD0000000XXXXXX.xml -c idrac.embedded.1
[root@server ~]# $myRACADM license view
iDRAC.Embedded.1
Status = OK
Device = iDRAC.Embedded.1
Device Description = iDRAC7
Unique Identifier = XXXXXXX
License #1
Status = OK
Transaction ID = 2
License Description = iDRAC7 Enterprise License
License Type = PERPETUAL
Entitlement ID = FD000000XXXXXXX
License Bound = XXXXXX
Expiration = Not Applicable
~~~
Comments
Post a Comment