Yes, you can generate a report in G600 that includes the Node_name or Host_group name, Assigned_LUN_ID, assigned_LUN_Size, LUN_Pool, Port_ID, and host details.
To do this, you can use the Command Line Interface (CLI) or the Storage Navigator Modular 2 interface to run commands or scripts that retrieve the required information from the G600 storage system. Here's an example of how you can retrieve the required information using the CLI:
Log in to the G600 storage system using the CLI.
Run the command to display a list of hosts or host groups:
show host
or
show hostgroup
Note down the Node_name or Host_group name of the hosts or host groups that you want to include in the report.
Run the command to display a list of LUNs:
show ldev -ldev_id
or
show ldev -pool_id
Note down the Assigned_LUN_ID, assigned_LUN_Size, and LUN_Pool of the LUNs that are assigned to the hosts or host groups.
Run the command to display the Port_ID of the LUNs:
show port -ldev_id
Note down the Port_ID of the LUNs.
Use a scripting language like Python or Bash to combine the information from the above steps and generate a report in the desired format.
My Sutter Online Login
------------------------------
Diana Stanley
Chief Financial Officer
Glicks Furniture
------------------------------
Original Message:
Sent: 03-21-2023 05:21
From: Amit Jain
Subject: Host details in G600 HDS storage
Hi,
Is there any way to generate a report in G600 which contains Node_name or Host_group name, Assigned_LUN_ID, assigned_LUN_Size, LUN_Pool, Port_ID etc.
Thanks
amit