Top | ![]() |
![]() |
![]() |
![]() |
org.storaged.Storaged.Manager.ISCSI.Initiatororg.storaged.Storaged.Manager.ISCSI.Initiator — iSCSI add-on to the manager singleton |
GetInitiatorName (OUT s result); SetInitiatorName (IN s name); DiscoverSendTargetsNoAuth (IN s address, IN q port, OUT a(sisis) nodes, OUT i nodes_cnt); DiscoverSendTargetsChap (IN s address, IN q port, IN s username, IN s password, IN s reverse_username, IN s reverse_password, OUT a(sisis) nodes, OUT i nodes_cnt); DiscoverFirmware (OUT a(sisis) nodes, OUT i nodes_cnt); Login (IN s name, IN i tpgt, IN s address, IN i port, IN s iface); Logout (IN s name, IN i tpgt, IN s address, IN i port, IN s iface);
Additional interface with iSCSI specifics for top-level manager
singleton object located at the object path
/org/storaged/Storaged/Manager
.
Since 2.0.1
GetInitiatorName (OUT s result);
since
2.0.1
Returns a iSCSI initiator name.
|
The iSCSI initiator name. |
Since 2.0.1
SetInitiatorName (IN s name);
since
2.0.1
Sets a new iSCSI initiator name.
|
The new iSCSI initiator name. |
Since 2.0.1
DiscoverSendTargetsNoAuth (IN s address, IN q port, OUT a(sisis) nodes, OUT i nodes_cnt);
since
2.0.1
Performs targets' discovery with no authentication data.
|
Hostname or IP-address to connect to. |
|
Port to connect to, or 0 for the default port. |
|
Discovered nodes. |
|
The number of found nodes will be returned. |
Since 2.0.1
DiscoverSendTargetsChap (IN s address, IN q port, IN s username, IN s password, IN s reverse_username, IN s reverse_password, OUT a(sisis) nodes, OUT i nodes_cnt);
since
2.0.1
Performs targets' discovery with CHAP authentication method.
|
Hostname or IP-address to connect to. |
|
Port to connect to, or 0 for the default port. |
|
Authentication username. |
|
Authentication password. |
|
Reverse authentication username. May be empty in which case only forward authentication will be done. |
|
Reverse authentication password. |
|
Discovered nodes. |
|
The number of found nodes will be returned. |
Since 2.0.1
DiscoverFirmware (OUT a(sisis) nodes, OUT i nodes_cnt);
since
2.0.1
Performs targets' discovery using firmware (ppc or ibft).
|
|
|
Since 2.0.1
Login (IN s name, IN i tpgt, IN s address, IN i port, IN s iface);
since
2.0.1
Login to the iSCSI node described by the given node properties.
|
iSCSI iqn for the node. |
|
Portal group number. |
|
Portal hostname or IP-address. |
|
Portal port number. |
|
Interface to connect through. |
Since 2.0.1
Logout (IN s name, IN i tpgt, IN s address, IN i port, IN s iface);
since
2.0.1
Logout of the iSCSI node described by the given node properties.
|
iSCSI iqn for the node. |
|
Portal group number. |
|
Portal hostname or IP-address. |
|
Portal port number. |
|
Interface to connect through. |
Since 2.0.1