Raid Card Full Access denied because another user is logged in with full access from IP Address: 127.0.0.1

리눅스에서 Raid 카드 콘솔 들어가려고 하면 위와 같이 화면이 뜰때가 있다.
이건 콘솔이 이미 어디선가에 구동되고 있어서 중복 접속이 안된다는 에러 메세지이다.
제일 간단한 방법은 재부팅이 좋지만 뭐.. 굳이 재부팅 할필요 없고 구동프로그램만 죽이면 된다.
# ps -ef | grep RAID
root 4384 1 0 15:00 ? 00:00:00 sh /usr/local/RAID Web Console 2/Framework/startup.sh
raid 인줄 알고 죽였는데 안된다. 이건 gui 화면이 뜬거라서 저 프로그램 죽이면 되는게 아니고
# ps -ef | grep gui
root 4686 4685 1 15:03 pts/0 00:00:08 ./jre/bin/java -Duser.country=US -Duser.language=en -DVENUS=true -classpath .:GUI.jar:monitorgui.jar:DebugLog.jar:log4j-1.2.15.jar:jaxen-1.1.jar:jdom-1.1.jar GUI.VivaldiStartupDialog ajsgyqkj=98761
root 4883 4738 0 15:15 pts/1 00:00:00 grep gui
# kill -9 4686
gui 로 검색해서 java 로 떠 있는 GUI 화면을 죽이면 된다.

그럼 정상적으로 로그인이 된다.
'Linux' 카테고리의 다른 글
ERROR:viz_main_impl.cc(181)] Exiting GPU process due to errors during initialization (0) | 2025.05.06 |
---|---|
lmstudio install for rocky 9.5 (2) | 2025.05.01 |
83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) rocky 8.x install (1) | 2025.04.30 |
구축형 chatgpt(ollama-open-webui) for rocky 9.5 (1) | 2025.04.25 |
1080ti cuda install for rocky 9.5 (1) | 2025.04.20 |