문제 해결
서버 인스턴스의 문제 진단 및 해결
MATLAB® Production Server™ 인스턴스의 문제는 연결 실패, 속도 저하 또는 서버 인스턴스의 비정상 종료와 같은 형태로 나타날 수 있습니다. 서버 인스턴스에 의해 생성된 로그 정보를 사용하여 문제를 진단하고 해결합니다.
속성
Server Configuration Properties | Configure MATLAB Production Server instance using configuration file or dashboard |
Windows, Linux, macOS용 명령줄 스크립트
mps-check | Test and diagnose server instance for problems from command line on Windows, Linux, and macOS systems |
mps-profile | Log profile information for server instance from command line on Windows, Linux, and macOS systems |
mps-status | Display status of server instance from command line on Windows, Linux, and macOS systems |
mps-support-info | Display licensing and configuration information of server instance from command line on Windows, Linux, and macOS systems |
mps-which | Display path to server instance that is currently using configured port from command line on Windows, Linux, and macOS systems |
도움말 항목
- Verify Server Status
Use
mps-status
to check if the server is running. - Manage Log Files
Set properties in the
main_config
server configuration file to set log verbosity, and to rotate and archive logs. - Diagnose a Server Instance
Tips to diagnose a problem with a server.
- Diagnose a Corrupted MATLAB Runtime
This example shows a typical diagnostic procedure you might follow to solve a problem starting server
prod_server_x
. - Server Diagnostic Tools
Each server writes a log file containing data from both the main server process, as well as the workers, named
.server_name
/log/main.log - Common Error Messages and Resolutions
List of common errors and possible resolutions.