Unfortunately, for older systems, it's hard to accommodate with current way of discovery. That's the reason why the current server evolved from it's predecessors. You may need use the old way of checking out the iDRAC/DRAC/BMC licenses from older units, which is from the support site.
The licenses installed into the server will be displayed in the command racadm license view, if it is not installed, then the server will have basic license/no license installed. Eg: page89 https://dell.to/2xuyoOl
This is how it looks on an old 12Gen. Server and there is a license description which says "Enterprise".
C:\racadm -r -u root -p *** license view
Security Alert: Certificate is invalid - Name on Certificate is invalid or does not match site name
Continuing execution. Use -S option for racadm to stop execution on certificate-related errors.
iDRAC.Embedded.1
Status = OK
Device = iDRAC.Embedded.1
Device Description = iDRAC7
Unique Identifier = *******
License #1
Status = OK
Transaction ID = 2
License Description = iDRAC7 Enterprise License
License Type = PERPETUAL
Entitlement ID = ********
License Bound = ********
Expiration = Not Applicable
and its the same for newer iDRAC version as well (13 and 14Gen.)
Just some notes... iDRAC speaking ssh and snmp as well and maybe a Snmpwalk can gathering the license for older iDRAC(11Gen Hosts). Otherwise try to set a configuration that only can be only be possible with Enterprise license.
DELL-Joey C
Moderator
•
4.1K Posts
0
April 14th, 2020 19:00
Hi,
Unfortunately, for older systems, it's hard to accommodate with current way of discovery. That's the reason why the current server evolved from it's predecessors. You may need use the old way of checking out the iDRAC/DRAC/BMC licenses from older units, which is from the support site.
The licenses installed into the server will be displayed in the command racadm license view, if it is not installed, then the server will have basic license/no license installed. Eg: page89 https://dell.to/2xuyoOl
Origin3k
4 Operator
•
2.4K Posts
0
April 14th, 2020 23:00
This is how it looks on an old 12Gen. Server and there is a license description which says "Enterprise".
C:\racadm -r -u root -p *** license view Security Alert: Certificate is invalid - Name on Certificate is invalid or does not match site name Continuing execution. Use -S option for racadm to stop execution on certificate-related errors. iDRAC.Embedded.1 Status = OK Device = iDRAC.Embedded.1 Device Description = iDRAC7 Unique Identifier = ******* License #1 Status = OK Transaction ID = 2 License Description = iDRAC7 Enterprise License License Type = PERPETUAL Entitlement ID = ******** License Bound = ******** Expiration = Not Applicableand its the same for newer iDRAC version as well (13 and 14Gen.)
C:\>racadm -r -u root -p ***** license view | findstr /i License License #1 License Description = iDRAC8 Enterprise License License Type = PERPETUAL License Bound = ***** C:\>racadm -r -u root -p ***** license view | findstr /i License License #1 License Description = iDRAC9 Enterprise License License Type = PERPETUAL License Bound = *****Just some notes... iDRAC speaking ssh and snmp as well and maybe a Snmpwalk can gathering the license for older iDRAC(11Gen Hosts). Otherwise try to set a configuration that only can be only be possible with Enterprise license.
Regards,
Joerg