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.4K All Categories
- 3 XORMON NG
- 17 XORMON
- 104 LPAR2RRD
- 7 VMware
- 8 IBM i
- 1 oVirt / RHV
- 4 MS Windows and Hyper-V
- Solaris / OracleVM
- XenServer / Citrix
- Nutanix
- 5 Database
- 1 Cloud
- 8 Kubernetes / OpenShift / Docker
- 85 STOR2RRD
- 12 SAN
- 6 LAN
- 13 IBM
- 1 EMC
- 9 Hitachi
- 4 NetApp
- 11 HPE
- Lenovo
- 1 Huawei
- 1 Dell
- Fujitsu
- 2 DataCore
- INFINIDAT
- 2 Pure Storage
- Oracle