1z1-485 Free Dumps Study Materials
Question 10: Exadata Database Machine offers an Intelligent Platform Management Interface for the
various components in the Exadata product. Which option is true?
A. IPMI can be used to remotely start and stop servers.
B. IPMI can be used to remotely log in to the operating system.
C. IPMI commands can be executed by using SNMP traps.
D. IPMI settings can be secured by backing up the Oracle Linux installation on the storage system.
Correct Answer: A
Explanation:
IPMI - short for Intelligent Platform Management Interface - is an interface standard that allows
remote management of a server from another using standardized interface. The servers in the
Exadata Database Machine follow that. It's not an Exadata command but rather a general Linux one.
To power on a cell or database server, issue this from another server: # ipmitool -H prolcel01-ilom
-U root chassis power on
To stop a server, use the shutdown command. To stop immediately and keep it down, i.e. not reboot,
execute:# shutdown -h -y now