PowerScale: Linux CEE 디버깅 및 로그 수집
Summary: Linux CEE 상자에서 CEE(Common Event Enabler) 디버깅을 활성화하는 방법
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
Linux CEE를 실행하는 동안 문제 해결을 위한 고급 데이터를 수집하기 위해 디버그 모드를 활성화할 수 있습니다. 다음 단계를 따르십시오.
간편 복원을 위해 구성 파일을 복사합니다.
#cp /opt/CEEPack/emc_cee_config.xml /opt/CEEPack/emc_cee_config.xml.bak Edit the /opt/CEEPack/emc_cee_config.xml configuration file to set both debug and Verbose to 63.
#vi /opt/CEEPack/emc_cee_config.xml Under Configuration, find "Debug" and "Verbose" and change value to 63:
<Configuration>
<CacheSize>100</CacheSize>
<Debug>63</Debug>
<HeartBeatIntervalSecs>10</HeartBeatIntervalSecs>
<InstrIntervalSecs>60</InstrIntervalSecs>
<NumberOfThreads>20</NumberOfThreads>
<Verbose>63</Verbose>
<HttpPort>12228</HttpPort>
<DirDBPath></DirDBPath>
<WatchDog>
<RestartDelay>5</RestartDelay>
<RestartCount>2</RestartCount>
<ResetRestartCountAfter>86400</ResetRestartCountAfter>
</WatchDog>
</Configuration>
</CEEConfig>
Restart the CEE process:
# /opt/CEEPack/emc_cee_svc restart Shutting down EMC CEE Service: [ OK ] Starting EMC CEE Service: emc_cee.exe (pid 18902 18899) is running... Debug is now enabled. Trigger some auditable events on the cluster or monitor for the error we are troubleshooting then revert back to original. To revert back to original config: First, I like to make a copy of the debug config for future use:
#cp /opt/CEEPack/emc_cee_config.xml /opt/CEEPack/emc_cee_config.xml.debug Then Copy the original backup back to the main config and restart CEE again
#cp /opt/CEEPack/emc_cee_config.xml.bak /opt/CEEPack/emc_cee_config.xml #/opt/CEEPack/emc_cee_svc restart We want to then gather the log file /opt/CEEPack/emc_cee_svc.log and have that sent in for review.
Additional Information
Linux의 CEE 구성 및 사용 지침은 첨부된 "Linux의 Common Event Enabler" 설명서를 참조하십시오.
이전에 만든 컨피그레이션 파일의 디버그 복사본이 만들어졌고 원래 컨피그레이션이 여전히 있는 경우 디버그 파일을 기본 컨피그레이션에 복사하고 서비스를 다시 시작할 수 있습니다(항상 위에 표시된 대로 현재 컨피그레이션 백업).
#cp /opt/CEEPack/emc_cee_config.xml.debug /opt/CEEPack/emc_cee_config.xml #/opt/CEEPack/emc_cee_svc restart
Affected Products
PowerScale OneFSProducts
PowerScale OneFSArticle Properties
Article Number: 000009293
Article Type: How To
Last Modified: 20 Nov 2025
Version: 4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.