System.out.println("Host not found");
si.getServerConnection().logout();
return;
}
HostStorageSystem hds = host.getHostStorageSystem();
System.out.println("Supported file system volume types:");
HostFileSystemVolumeInfo vi = hds.getFileSystemVolumeInfo();
printFileVolumeInfo(vi);
System.out.println("\nStorage device information:");
HostStorageDeviceInfo hsdi = hds.getStorageDeviceInfo();
printStorageDeviceInfo(hsdi);
si.getServerConnection().logout();
}