CHAPTER 3 - BIOS SETUP

APPENDIX Watch-Dog-Timer (WDT) Setting

一. Definition for SYS7180VE watchdog

The watchdog timer can be adjusted by software setting from 1second to 239seconds or from 1 minute to 239 minutes. The I/O port is defined at address EFH. You can trigger/enable disable the timer by writing port EFH.

F0H: timer for minute

F1H: timer for second

0:disable the timer

二. Test procedure in DOS

Implement Debug order in MS-DOS:

o

ef

f1

o

ef

5

[ enter]

 

The system will reset after 5 seconds

三. Assembly language example

 

Timer for second:

 

mov

AL, f1

 

mov

dx, ef

 

out

dx, AL

 

mov

AL, 65 (time for 65 sec. decimal system )

 

mov

dx, ef

 

out

dx, AL

 

Timer for minute:

 

mov

AL, f0

 

mov

dx, ef

 

out

dx, AL

 

mov

AL, 75 (time for 75 min. decimal system )

 

mov

dx, ef

 

out

dx, AL

 

Disable the watchdog-timer:

 

mov

AL, 0

 

mov

dx, ef

 

out

dx, AL

 

 

 

SYS7180VE User’s Manual

59

CHAPTER 3 - BIOS SETUP

NOTE: Because WIN NT win2000 win2003

winXP are not effective by

writing the port directly, so we must make lib file

driver or DLL first.

60

SYS7180VE User’s Manual

Page 33
Image 33
Intel SYS7180VE user manual Appendix Watch-Dog-Timer WDT Setting

SYS7180VE specifications

The Intel SYS7180VE is a high-performance server system designed to meet the demanding requirements of modern data centers. It is engineered to deliver reliable performance and scalable solutions for a diverse range of applications, including Big Data analytics, cloud computing, and high-performance computing.

One of the main features of the SYS7180VE is its support for the Intel Xeon Scalable processors. This allows the system to harness the immense power of multi-core processing, enabling simultaneous execution of multiple tasks and delivering outstanding throughput. The architecture supports advanced technologies such as Intel Turbo Boost Technology, which dynamically adjusts the processor's frequency, optimizing performance based on workload demands.

In terms of memory, the Intel SYS7180VE is equipped with DIMM slots that support both DDR4 memory and Intel Optane DC Persistent Memory. This combination enhances memory bandwidth and capacity while ensuring data is readily accessible for processing. The system can achieve significant performance improvements, particularly in memory-intensive applications, thanks to its support for larger memory configurations.

Storage options in the SYS7180VE are robust, featuring multiple drive bays that can accommodate a mixture of HDDs and SSDs. This flexibility enables users to tailor their storage solutions to meet their specific needs, striking a balance between performance and capacity. Additionally, the integrated RAID controller offers data redundancy and protection, ensuring system reliability.

Networking capabilities are another highlight of the SYS7180VE. The system comes with integrated Intel Ethernet controllers, offering high-speed connectivity to support data-intensive workloads. With support for network virtualization and advanced traffic management features, the server is ideal for modern cloud environments requiring high bandwidth and low latency.

The SYS7180VE also emphasizes security, incorporating Intel Platform Trust Technology and Trusted Execution Technology to protect against unauthorized access and ensure data integrity. These features are essential for organizations that prioritize cybersecurity in their IT infrastructure.

Finally, the design of the Intel SYS7180VE promotes efficient thermal management. The system's architecture allows for optimal airflow and cooling, which is crucial for maintaining performance and reliability in high-density computing environments.

In summary, the Intel SYS7180VE combines cutting-edge technologies and robust features to deliver a powerful server solution that meets the challenges of today's data-centric applications. With its scalable architecture, high memory capacity, flexible storage options, and advanced networking features, it is poised to empower enterprises in their quest for digital transformation.