svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
ibmgmtd(8)
System Administration Commands ibmgmtd(8)
NAME
ibmgmtd - InfiniBand Host Channel Adapter management daemon
SYNOPSIS
/sbin/ibmgmtd
svc:/network/ib/ib-management:default
DESCRIPTION
ibmgmtd is a system daemon that handles administrative events for
InfiniBand Host Channel Adapters. It is controlled through the service
management facility (SMF) service instance:
svc:/network/ib/ib-management:default
The ibmgmtd daemon is started automatically by the SMF service and
should not be invoked directly. It does not constitute an administra‐
tive or a programming interface. Use the following command to start
ibmgmtd:
svcadm enable svc:/network/ib/ib-management:default
Use the following command to stop ibmgmtd:
svcadm disable svc:/network/ib/ib-management:default
The administrative interface for managing InfiniBand HCA interfaces is
through ibadm(8).
System Configuration (SC) Profile
The InfiniBand Host Channel Adapter configuration may be specified in a
System Configuration Profile for use in an automated installation. In
the example excerpt below, the hermon0 property group is used to switch
on I/O Virtualization (iov) with a limit of 5 VHCAs. The hermon0-vhca0
property group adds a VHCA with default properties. Note that the "."
in "hermon0.vhca0" name has been replaced with a "-". The her‐
mon0-vhca0-port1 group specifies which pkeys to allow on port 1 of the
VHCA. Port 2 which is not specified will use the default pkeys for the
VHCA.
<service name='network/ib/ib-management' type='service' version='0'>
<instance name='default' enabled='true'>
<property_group name='config' type='application'>
<propval name='version' value='1'/>
</property_group>
<property_group name='hermon0' type='ibadm-type-hca'>
<propval name='iov' value='on'/>
<propval name='max-vhcas' value='5'/>
</property_group>
<property_group name='hermon0-vhca0' type='ibadm-type-hca'/>
<property_group name='hermon0-vhca0-port1' type='ibadm-type-port'>
<property name='pkeys' type='astring'>
<astring_list>
<value_node value='ffff'/>
<value_node value='8010'/>
</astring_list>
</property>
</property_group>
</instance>
</service>
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/io/infiniband _ Interface Stabili‐
tyUncommitted
SEE ALSO
attributes(7), ibadm(8)
Oracle Solaris 11.4 09 May 2016 ibmgmtd(8)