White Papers
Configuration details
69 Dell Storage Manager REST API Cookbook | 3089-WP-SAN
print("%-30s %-15s %s") %
(volsMapped[vol_key]['instanceName'],
vol_key,
volList[volsMapped[vol_key]['instanceName']][key]['path'])
else:
print("WARN: Srv obj %s does not exist on %s") % (srvName, key)
print("")
"""
Initiate the function to query the DSM installation for all instances of
the server object named rhevm across all SC arrays
"""
_DispAllVolsMapped("rhevm")
print("")