ABS exposes the Nutanix DSF through the iSCSI protocol directly into the virtualized guests or physical systems. On the virtualized guests or physical systems, iSCSI services would be required to connect to ABS.
Perform the following steps:
ncli> volume-group list
Attachment List : [{VM UUID=null, iSCSI Initiator=iqn.1988-12.com.oracle:a5101ccc36b2}, {VM UUID=null, iSCSI Initiator=iqn.1988-12.com.oracle:9e4ff9ee93e5}, {VM UUID=null, i
SCSI Initiator=iqn.1988-12.com.oracle:32bfb29df95}]
Description :
iSCSI Target : oraclevg2-160fbe38-8f97-4e5f-b7a8-dcad2cdb89e4
Disks : [{VM Disk Size=100 GiB (107,374,182,400 bytes), VM Disk UUID=cfced470-276b-4b1e-948a-133c8078409c, Index=0, Container ID=3222}, {VM Disk Size=100 GiB (107,
374,182,400 bytes), VM Disk UUID=45a756e8-e3ff-411c-a354-e29beed44235, Index=1, Container ID=3222}, {VM Disk Size=100 GiB (107,374,182,400 bytes), VM Disk UUID=27613917-b45f-43d2-96c5-61d
e3bafcbba, Index=2, Container ID=3222}, {VM Disk Size=100 GiB (107,374,182,400 bytes), VM Disk UUID=6bd0060d-d37b-4cb2-8ce4-fc669c4f3fc3, Index=3, Container ID=3222}, {VM Disk Size=100 Gi
B (107,374,182,400 bytes), VM Disk UUID=71a592b5-5555-41ea-b27e-d9ec37d3c84e, Index=4, Container ID=3222}, {VM Disk Size=100 GiB (107,374,182,400 bytes), VM Disk UUID=7109ed82-4ea7-437c-b
2f3-ca096671437f, Index=5, Container ID=3222}]
UUID : 160fbe38-8f97-4e5f-b7a8-dcad2cdb89e4
Shared : true
Name : ORACLEVG2
[root@oracle-node10 ~]# ls -1 /dev/sd?|while read device; do echo -n $device :; /lib/udev/scsi_id --page=0x83 --whitelisted --device=$device; done