exam questions

Exam 1z0-580 All Questions

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

Exam 1z0-580 topic 1 question 64 discussion

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

You are attempting to create an iSCSI LUN on your Oracle Solaris 11 server. You type m the following command to enable the storage server / COMSTAR package and you receive the following output. What is the problem?

  • A. The correct package name is COMSTAR.
  • B. You have not installed the storage-server package from your IPS repository
  • C. You have mistyped the service name. It is called stmfadm.
  • D. The Oracle Solaris 11 software repository is missing.
  • E. You need to install the stmf command first by typing root@solaris:~# svcadm install stamf.
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️
'stamf' doesn't match any instances
Note:
* Enabling the COMSTAR service
COMSTAR runs as a SMF-managed service and enabling is no different than usual. First of all, check if the service is running:
# svcs \*stmf\*

STATE STIME FMRI -
disabled 11:12:50 svc:/system/stmf:default
If the service is disable, enable it:
# svcadm enable svc:/system/stmf:default
After that, check that the service is up and running:
# svcs \*stmf\*

STATE STIME FMRI -
online 11:12:50 svc:/system/stmf:default
# stmfadm list-state

Operational Status: online -

Config Status : initialized -

ALUA Status : disabled -
ALUA Node : 0

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 ...