It looks like you're new here. If you want to get involved, click one of these buttons!
FUJITSU Storage ETERNUS login is required. [2020-04-02 09:56:25] CLI> show volumes -mode detail ^ Error: Invalid parameter.
Apparently the command has changed since on another system with other firmware it works quite well:
CLI> show volumes -mode detail
Volume Status Type Encryption EXC Expansion RG or TPP or FTRP TFOG Size(MB) Size on Copy Data Allocation UID ALUA
No. Name (Concatenation) No. Name No. Name RAID Group(KB) Protection Integrity ID Mode
----- -------------------------------- ------------------------- ----------------- ---------- ------- --------------- ---- ---------------- --- ---------------- --------- -------------- ---------- --------- ---------- -------------------------------- -------- ------------------------------
0 $DEDUP_SYS0 Available TPV(System) OFF - - 0 TPP_HDD - - 8388608 - Disable Default Thin - - -
1 $DEDUP_0_0 ... CLI> show firmware Version Date 1 V10L86-6000 2019-10-01 Current
What is working on the DX600S5:
FUJITSU Storage ETERNUS login is required. [2020-04-02 09:56:41]
CLI> show volumes
Volume Status Type RG/TPP/FTRP Size Data
No. Name No. Name Reduction
----- -------------------------------- ------------------------- ----------------- ---- ---------------- ---------- -----------
0 $DATA_CNTNR0 Available TPV(System) 0 TPP_HDD 200.00 TB -
1 Live_GFS_1 Available TPV 0 TPP_HDD 100.00 TB Dedupe
2 Live_GFS_2 Available TPV 0 TPP_HDD 100.00 TB Dedupe
FUJITSU Storage ETERNUS login is required. [2020-04-02 10:00:58]
CLI> show volumes -detail
<Volume Information>
Volume No. [0]
Volume Name [$DATA_CNTNR0]
Status [Available]
Type [TPV(System)]
RG/TPP/FTRP No. [0]
RG/TPP/FTRP Name [TPP_HDD]
Size [200.00 TB(209715200 MB)]
Data Reduction [-]
...
but this does not output a table.
Please have a look at what commands need to be changed in eternusconf.pl and eternusperf.pl.
Thanks!
Comments
show volumes -csv -detail
https://download.stor2rrd.com/patch/eternusperf.pl.gz
Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)
-rwxr-xr-x 1 stor2rrd stor2rrd 104412 Apr 2 15:00 eternusperf.pl
If your web browser gunzips it automatically then just rename it: mv eternusperf.pl.gz eternusperf.pl
https://download.stor2rrd.com/patch/eternusconf.pl.gz
Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)
-rwxr-xr-x 1 stor2rrd stor2rrd 94362 Apr 2 15:01 eternusconf.pl
If your web browser gunzips it automatically then just rename it: mv eternusconf.pl.gz eternusconf.pl
after copy scripts to bin directory
cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir
rm data/<STORAGE-ALIAS>/IOSTATS/configuration/config-<STORAGE-ALIAS>.touch
wait about 15 minutes then
./load.sh
./load.sh html
refresh GUI
you should see volumes statistics
Let us know.
Thank you
you are awesome. Thanks for the super fast reply and fix.
It works really well!