Creates a new iSCSI path and adds it to a specified iSCSI connection.
| Qualifier | Description |
|---|---|
| -connection | Type the ID of the iSCSI connection where you want to add a path. |
| -connectionName | Type the unique name of the iSCSI connection where you want to add a path. |
| -descr | Type the iSCSI path description. |
| -addr | Type the IP address of the remote system iSCSI destination.
NOTE Do not specify an iSCSI portal address which only redirects the connection to another address. Unity does not support iSCSI redirection.
|
| -port | The default TCP port is 3260. If the port number is different from the default, type the TCP port of the remote system iSCSI destination. |
| -if | Specify a comma-separated list of iSCSI interfaces on the local source system.
NOTE You can find existing iSCSI interfaces information by using the
/net/if show command. If a system has two SPs, make sure that you specify iSCSI network interfaces for both SPs.
|
| -async | Run the operation in asynchronous mode. |
The following command creates an iSCSI path for the "iscsi_conn_1" iSCSI connection.
uemcli -d 10.0.0.1 -u Local/joe -p MyPassword456! /remote/iscsi/connection/path create –connection iscsi_conn_1 -addr 10.0.0.4 -if if_1,if_2Storage system address: 10.0.0.1 Storage system port: 443 HTTPS connection Operation completed successfully.
