I thought it was something like that, where it did some of the command local and some remote.
Original Message:
Sent: Tue May 21, 2024 06:09 PM
From: Luis Lopez
Subject: How do I translate what my FS7300 says my drives are to IBM's site?
I see! Sorry Robert, I should have mentioned I use linux in the computer I use to access my Flashsystems. If using windows, I think the simpler approach is to issue "lsdrive -gui" and paste the whole output in MS excel or a text editor with, so the columns get created automatically
MS excel
Notepad
------------------------------
Luis Lopez
Original Message:
Sent: Tue May 21, 2024 02:58 PM
From: Robert Berendt
Subject: How do I translate what my FS7300 says my drives are to IBM's site?
I started a putty session onto my fs7300.
Then I just tried
lsdrive -gui -nohdr| awk '{ print $1 " " $9 " " $8 " " $12}'
rbash: awk: command not found
------------------------------
Robert Berendt IBMChampion
Original Message:
Sent: Tue May 21, 2024 02:37 PM
From: Luis Lopez
Subject: How do I translate what my FS7300 says my drives are to IBM's site?
Sorry, rcc is a wrapper that handles the ssh connection to the cluster. It should be then:
[19:37:39] RHEL8p8-gdlsvt7a-11:~ # ssh superuser@<IP address> lsdrive -gui -nohdr| awk '{ print $1 " " $9 " " $8 " " $12}'
0 101406E5 IBM-D072 4_1_4
1 101406E5 IBM-D072 4_1_4
2 101406E5 IBM-D072 4_1_4
3 101406E5 IBM-D072 4_1_4
4 101406E5 IBM-D072 4_1_4
5 101406E5 IBM-D072 4_1_4
6 101406E5 IBM-D072 4_1_4
7 101406E5 IBM-D072 4_1_4
8 101406E5 IBM-D072 4_1_4
9 101406E5 IBM-D072 4_1_4
In the worst case, you can issue "lsdrive -gui" and dump the whole output to MS excel to easily read it.
------------------------------
Luis Lopez
Original Message:
Sent: Tue May 21, 2024 02:32 PM
From: Robert Berendt
Subject: How do I translate what my FS7300 says my drives are to IBM's site?
IBM_FlashSystem:FS7300USSI:rob>lsdrive -gui -nohdr| awk '{ print $1 " " $9 " " $8 " " $12}'
rbash: awk: command not found
IBM_FlashSystem:FS7300USSI:rob>rcc lsdrive -gui -nohdr| awk '{ print $1 " " $9 " " $8 " " $12}'
rbash: awk: command not found
rbash: rcc: command not found
------------------------------
Robert Berendt IBMChampion
Original Message:
Sent: Tue May 21, 2024 01:23 PM
From: Luis Lopez
Subject: How do I translate what my FS7300 says my drives are to IBM's site?
I already voted your idea to have the column for the product_id the GUI. Meanwhile "lsdrive -gui" can show the desired column:
[18:22:59] RHEL8p8-gdlsvt7a-11:~ # rcc lsdrive -gui -nohdr| awk '{ print $1 " " $9 " " $8 " " $12}'
0 1014063A IBM-A072 SN1OSN1O
1 1014063A IBM-A072 SN1OSN1O
2 1014063A IBM-A072 SN1OSN1O
3 1014063A IBM-A072 SN1OSN1O
4 1014063A IBM-A072 SN1OSN1O
5 1014063A IBM-A072 SN1OSN1O
6 1014063A IBM-A072 SN1OSN1O
7 1014063A IBM-A072 SN1OSN1O
8 1014063A IBM-A072 SN1OSN1O
9 1014063A IBM-A072 SN1OSN1O
10 1014063A IBM-A072 SN1OSN1O
------------------------------
Luis Lopez
Original Message:
Sent: Mon May 20, 2024 02:46 PM
From: Robert Berendt
Subject: How do I translate what my FS7300 says my drives are to IBM's site?
On my FS7300 I am seeing the following image. How do I translate that to see recommended firmware at Supported Drive Types and Firmware Levels for IBM Storage Virtualize Family of Products
------------------------------
Robert Berendt IBMChampion
------------------------------