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?
'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
Currently there are no comments in this discussion, be the first to comment!