A common question which new comers ask me is how to find out which version of Engineered system are we running.
The answer is easy and straight forward. Just one command run as root on compute node or Storage Node (As root)
# ODA Example $ ipmitool sunoem cli 'show System' | grep model
model = ODA X7-2M
component_model = ORACLE SERVER X7-2
# Exadata Example $ ipmitool sunoem cli 'show System' | grep model
model = Exadata X7-8
component_model = ORACLE SERVER X7-8
The answer is easy and straight forward. Just one command run as root on compute node or Storage Node (As root)
# ODA Example $ ipmitool sunoem cli 'show System' | grep model
model = ODA X7-2M
component_model = ORACLE SERVER X7-2
# Exadata Example $ ipmitool sunoem cli 'show System' | grep model
model = Exadata X7-8
component_model = ORACLE SERVER X7-8
No comments:
Write comments