Question


How can I get information for the SAN attached via iSCSI to a specific compute resource?


Environment


OnApp Cloud. Using iSCSI connections


Answer


To get the details about the LUNs attached to a compute resource, ssh into the compute resource and run the following:

iscsiadm -m session -P3
CODE