PowerFlex: Oscillerende fejltællerparameter SIO01.03.0000001 og SIO01.03.0000002
Summary: Denne artikel forklarer, hvordan du foretager fejlfinding af oscillerende tællerfejl.
Instructions
Forespørgsel til tælleren:
Oscillerende fejltællere ses ved hjælp af:
Kommando
query_oscillating_failure_counter_parameters Syntax scli --query_oscillating_failure_counter_parameters --failure_counter ( (--protection_domain_id | --protection_domain_name ) | | (((--protection_domain_id | --protection_domain_name ) --storage_pool_name ) | --storage_pool_id ))
Den oscillerende fejltæller, der skal forespørges:
For nemheds skyld er tællerne grupperet som følger:
Tællergruppe A (MDM SDS-relaterede tællere):
mdm_sds_network_disconnectionssds_sds_network_disconnectionssds_decoupledsds_configuration_failuressds_receive_buffer_allocation_failures
Tællergruppe B (SDC-relaterede tællere):
sdc_mdm_network_disconnectionssdc_sds_network_disconnectionssdc_long_operationssdc_memory_allocation_failuressdc_socket_allocation_failures
Tællergruppe C (SDS-enhedsrelaterede tællere):
sds_device_long_successful_ios
Eksempel:
scli --query_oscillating_failure_counter_parameters --failure_counter sds_device_long_successful_ios --protection_domain_name pd10 --storage_pool_name sp18
Nulstilling af tælleren:
Nulstil de angivne oscillerende fejltællere til nul. Dette kan være nyttigt, når et problem er løst, og du vil sikre dig, at en advarsel ikke længere er aktiv i systemet. Nulstil tællere for hele systemet, pr. beskyttelsesdomæne eller pr. lagerpulje
Kommando
reset_oscillating_failure_counters Syntax scli --reset_oscillating_failure_counters (--failure_counter ( ((--protection_domain_id | --protection_domain_name ) | --all_sds) | --all_sdc | ((((--protection_domain_id | --protection_domain_name ) --storage_pool_name ) | --storage_pool_id ) | --all_devices) | --all_counters)
Eksempel:
scli --reset_oscillating_failure_counters --failure_counter sdc_mdm_network_disconnections --all_sdc
I situationer med SDC'er og SDS'ers afbrydelse, hvis præsentationsserveren ikke rydder de fejl, der opstod, selvom systemet alle er tilsluttet, skal du bruge nedenstående kommando:
scli --reset_oscillating_failure_counters --all_counters --failure_counter sdc_sds_network_disconnections --all_sdc
Relaterede artikler