exam questions

Exam 1z0-070 All Questions

View all questions & answers for the 1z0-070 exam

Exam 1z0-070 topic 1 question 36 discussion

Actual exam question from Oracle's 1z0-070
Question #: 36
Topic #: 1
[All 1z0-070 Questions]

Which two statements are true about the use of Intelligent Platform Management Interface (IPMI) on an X5 or X6 Database Machine?

  • A. IPMI can be used for server configuration and management on each database server.
  • B. The Baseboard Management Controller (BMC), which supports IPMI, runs as a multithreaded process on the storage server O/S.
  • C. The Baseboard Management Controller (BMC), which supports IPMI, runs as a single-threaded process on the storage server O/S.
  • D. IPMI can be used for server configuration and management on each storage server.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️
A: 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. Its 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
C: Like the KCS interface, the SSIF Interface is only specified as a Single Threaded Interface for standard IPMI commands. That is, the BMC implementation is not expected to process more than one IPMI request at a time. While an implementation is allowed to have a degree of command queuing, for standard IPMI messages the SSIF lacks a Seq field that software can use to match up particular instances of requests with responses.
References:
https://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/ipmi-intelligent-platform-mgt-interface-spec-2nd-gen-v2-0- spec-update.pdf

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...