Windows2000 weird "fault" two cases

  

Our unit is a medical institution. The entire hospital network consists of an HP server with WIN2000 server version and dozens of terminal PCs with WIN98 as the platform. The database system uses Microsoft's SQL 7.0 version, and the development tool is SYBASE's PowerBuild 6.0. In the past year's operation, there have been two weird "faults", which almost caused the system to be paralyzed. The detailed process is described below as follows, with a view to enlighten everyone.

"Fault" 1: After the system was running for a few months, the operation speed of the entire management system became very slow. Whether it was registered or price-priced, the reaction was slow, which made the whole hospital unable to perform normal work. Observing the server, I found that the hard disk lights often flashed. I opened the system performance monitoring in the task manager and found that the CPU usage was high. Clicking on any program icon, the response of the program is very slow, and the refresh rate of the screen seems to be Performing cartoons. The first thing we thought of was a virus infection, so I spent nearly 10,000 yuan to buy a network version of a famous anti-virus software, and I found nothing after scanning the entire network. So suspected that it was infected with some unknown virus, and the comrades of the software company could not solve the problem again. Therefore, it is suspected that the server hardware is faulty. Please ask the HP company personnel to detect the CPU and memory. There is no problem in the near future. Suddenly, there may be problems in the configuration of WIN2000. Then, click "Start" → "Programs" → "Administrative Tools", and then check each management item under the column in turn, and finally find the problem. Originally, under the "Event Viewer", the "Application Log", "Security Log", "System Log" and other logs were all filled with records. Some of them have nearly one thousand records. We suspect that when WIN2000 is running, in order to "ensure" security, it may be necessary to read information in multiple log files at any time, and compare it with the current situation. After calculation, the next step is decided. How to do this will greatly increase the system's resource consumption. Moreover, once there are multiple erroneous records in the log, the situation is even more serious. So, after we backed up, we emptied all the log records, restarted the server, and the entire network was finally rejuvenated.

"Fault" 2: After the system resumes normal, accept the last lesson, we periodically clear the log file, and open the system performance monitor to check the CPU usage at any time. But the strange situation has appeared again. Sometimes, when the entire network is not doing any work, the hard disk light flashes again and the CPU usage reaches 100%. This situation automatically disappears after about one minute. Unfortunately, if the outpatient or inpatient department of the hospital has a task to do at this time, the response speed of the whole system will be slow as a snail, and it will not work properly. We will clear the log every day according to the last solution, but it will not be solved. problem. After careful observation, we found that this phenomenon occurs regularly every 16 hours, so it is suspected that the task of similar to WIN98 is in the ghost, but in WIN2000, the management task of "planning task" can not be found. Look in the log file, inadvertently found in the system log, there is a pair of "error" and "warning" records that repeat every 16 hours, so the light is bright, open the "error" record to see, the content is " This machine is the PDC in the forest root domain. Use the net command 'net time /setsntp:' to configure synchronization from an external time source." The error code is 62; the content of the "warning" record is: "Because of repeated Network problem, the time service has not found the domain controller with which it is synchronized. To reduce network traffic, the time service has to wait 960 minutes to try again. During this period, synchronization will not be performed and the network connection will be restored in time. The accumulated time error may cause some Some network operations failed. To tell the network connection that it has been restored, it should be resynchronized. Execute "w32tm /s" from the command line. The error code is 64. At first glance, isn’t 960 minutes exactly 16 hours? Since the network of my organization is an internal extranet network, and the software system takes the server time, the network time synchronization service is not needed. The problem of stopping this service will be solved. After searching, we finally found its home. Click "Start" → "Programs" → "Administrative Tools" → "Services". Find the Windows Time project, double-click it to modify it, stop the service, and change its startup mode to manual. Since then, the "failure" of the 16-hour intermittent episode has never appeared.

Experience: Microsoft's products have been upgraded, its operating system is getting bigger and bigger, the settings are more and more complicated, and even the BUG is more and more. In this case, if the system is set up improperly, it is easy to have some fake faults, and its manifestation is like a big problem such as virus infection or hardware damage. This requires us to ignore small problems when we encounter a computer failure. Otherwise, it may be exhausting and exhausting, and it will not help. In addition, we realized that WIN2000 and SQL SERVER should be restarted every two months, otherwise there will be some inexplicable small troubles.

Copyright © Windows knowledge All Rights Reserved