ETERNUS Sample rate
Hi.
I am use DX200 S4.
When I tried to add new storage, I received a notification about the error.
SSH data test:NOK
Sample rate is 300sec seconds insted of 300 seconds.
my fix:
config_check.sh:
DeviceConnTest.pm:
I am use DX200 S4.
When I tried to add new storage, I received a notification about the error.
SSH data test:NOK
Sample rate is 300sec seconds insted of 300 seconds.
my fix:
config_check.sh:
- sample_rate=`echo "$perform" | grep Interval | cut -d '[' -f 2 | cut -d 'sec]' -f 1'`
+ sample_rate=`echo "$perform" | grep Interval | cut -d '[' -f 2 | cut -d 'sec]' -f 1 | sed 's/sec//g'`
DeviceConnTest.pm:
if ($line =~ m/Interval/){
$line =~ s/Interval//g;
$line =~ s/\[//g;
- $line =~ s/\]//g;
if ($line =~ m/Interval/){
$line =~ s/Interval//g;
$line =~ s/\[//g;
+ $line =~ s/sec\]//g;
Comments
-
Hi,we have already fixed it in config_ check.sh but forgotten about DeviceConnTest.pm, thanks!
Howdy, Stranger!
Categories
- 1.6K All Categories
- 41 XORMON NG
- 25 XORMON
- 149 LPAR2RRD
- 13 VMware
- 16 IBM i
- 2 oVirt / RHV
- 4 MS Windows and Hyper-V
- Solaris / OracleVM
- XenServer / Citrix
- Nutanix
- 6 Database
- 2 Cloud
- 10 Kubernetes / OpenShift / Docker
- 122 STOR2RRD
- 19 SAN
- 7 LAN
- 17 IBM
- 3 EMC
- 12 Hitachi
- 5 NetApp
- 15 HPE
- Lenovo
- 1 Huawei
- 1 Dell
- Fujitsu
- 2 DataCore
- INFINIDAT
- 3 Pure Storage
- Oracle