Tracing Server-Side Bugs

xiaoxiao2021-03-06  13

Server bug trace

Logon Server Host.

Logon Server with Specified User Account for Different Line.

Present Innolux QA Server IS: 172.12.16.110

Array Line: User / PWD: RARY / 123456

Cell Line: User / PWD: RCEL / 123456

Cf line: User / PWD: RCFT / 123456

2. ENTER THE LOG DIRECTORY

Type "CD LCDWORKS / BIN / FWLOG_DIR" Command to Enter The Log Directory in Home Directory.

3. Find the log files for specified server appliment.

According to the timing and server application name, we can easy to find the log file. Like the above figure, the xxx.log file is the current log. The xxx.log.x is backup log files, you can find the latest update Timing of these log files with "ls -l" Command. if you willna track An Event Happened on Mar 8 13:25, You CAN Find IT in Eapsrv_rcft_trace.log.1.

4. Open the log file and search helpful information.

5. Sometime you need increase log level to get more detailed error or trace information printed by program. You can increase the verbose and diagnose of the log file for specified server application. After that, reproduce the bug, you would get the detailed log for This issesue. Please reset the verbose and diagnose level after you complete Tracing.

Generally speaking, the server application's verbose and diagnose are default 1 when it is startup this is the minimum log level. You can increase verbose and diagnose to 5. This will give you detailer information and you can get the MBX message sent by clients / servers .

You NEED SET VERBOSE AND DIAGNOSE Level for All The Server Instances.

E.G. You NEED GET DETAIL LOG INFORMATION OF EAPSRV.

Find how many EAPsrv instances live in the host. Like the below figure, you can find 3 EAPsrv instances, EAPsrv.1, EAPsrv.2 and EAPsrv.3.Follow the figure to set the verbose and diagnose attribute.

Reset the verbose and diagnose for all server instances.

6. USING CELL Talk.to Start Cell Talk, Using The Command:

CELLTALK-N $ FWMBX

Where $ fwmbx is an environment variable, ITS Value Varies According to the Logon User.

On Cell Talk, Use The du Command To Print Mailboxes, DU Accepts Wildcards Like *, To Print Specific Mailboxes. Use help to get help.

To send Messages to a Server, Use the command:

Conv ServerName (E.G. Conv EAPDefault)

And the you can type or paste message Directly to the Command line.

6. USING CELL Talk.to Start Cell Talk, Using The Command:

CELLTALK-N $ FWMBX

Where $ fwmbx is an environment variable, ITS Value Varies According to the Logon User.

On Cell Talk, Use The du Command To Print Mailboxes, DU Accepts Wildcards Like *, To Print Specific Mailboxes. Use help to get help.

To send Messages to a Server, Use the command:

Conv ServerName (E.G. Conv EAPDefault)

And the you can type or paste message Directly to the Command line.

7. Run Cell Talk On Window Platform

There Are Tow Way To Run Celltalk Tools. One IS That You Can Run IN WINDOW. ANOTHER IS To Run IN UNIX. There Area Some Difference Between these Two Platform.

Run Celltalk in Windows

Install PTDF WINDOW Client Toolkit by Default Setting from //172.16.22.20/brooks/backup/dtpftraining/5.2.2-bld1_dev012103.exe

By Default, IT Will Install IT IN C: / Fastech

Add C: / Fastech / DTPFA / FWNT4.D / BIN / Debug To The Environment Variable, Path.Open A MS-DOS WINDOW, AND TYPE IN "CELLTALK" Connect to Server Host and Specified Mbx.conn 172.16.12.110 RCFT_MBX

Conv to appropriate mailbox listen by server application. Because there are more than one mailbox in MBX. Simply, you conv to default mailbox, named as [ServerName] default (eg the mailbox listened by WIP server is WIPdefault). The message in default mailbox Will Be Executed by Server Application Instance Randomly.

Conv WipDefault

Type the message and wait the reply message.

There Are Tow Way To Run Celltalk Tools. One IS That You Can Run IN WINDOW. ANOTHER IS To Run IN UNIX. There Area Some Difference Between these Two Platform.

Run Celltalk in Windows

Install PTDF WINDOW Client Toolkit by Default Setting from //172.16.22.20/brooks/backup/dtpftraining/5.2.2-bld1_dev012103.exe

By Default, IT Will Install IT IN C: / Fastech

Add C: / Fastech / DTPFA / FWNT4.D / BIN / Debug To The Environment Variable, Path.open A MS-DOS WINDOW, AND TYPE IN "CELLTALK" Connect to Server Host and Specified MBX.

CONN 172.16.12.110 RCFT_MBX

Conv to appropriate mailbox listen by server application. Because there are more than one mailbox in MBX. Simply, you conv to default mailbox, named as [ServerName] default (eg the mailbox listened by WIP server is WIPdefault). The message in default mailbox Will Be Executed by Server Application Instance Randomly.

Conv WipDefault

Type the message and wait the reply message.

转载请注明原文地址:https://www.9cbs.com/read-49360.html

New Post(0)