2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 00:00:12 +00:00

correct the format issues

This commit is contained in:
immarvin
2015-09-18 19:52:59 -04:00
committed by GONG Jie
parent ab59d92c50
commit 7db7acf8c0

View File

@ -3,33 +3,26 @@ Network Services
The following network services are used by xCAT:
DNS(Domain Name Service)
------------------------
The dns server, usually the management node or service node, provides the domain name service for the entire cluster.
* DNS(Domain Name Service)
The dns server, usually the management node or service node, provides the domain name service for the entire cluster.
HTTP(HyperText Transfer Protocol)
---------------------------------
The http server,usually the management node or service node, acts as the download server for the initrd and kernel, the configuration file for the installer and repository for the online installation.
* HTTP(HyperText Transfer Protocol)
The http server,usually the management node or service node, acts as the download server for the initrd and kernel, the configuration file for the installer and repository for the online installation.
DHCP(Dynamic Host Configuration Protocol)
-----------------------------------------
The dhcp server,usually the management node or service node, privides the dhcp service for the entire cluster.
* DHCP(Dynamic Host Configuration Protocol)
The dhcp server,usually the management node or service node, privides the dhcp service for the entire cluster.
TFTP(Trivial File Transfer Protocol)
------------------------------------
The tftp server,usually the management node or service node, acts as the download server for bootloader binaries, bootloader configuration file, initrd and kernel.
* TFTP(Trivial File Transfer Protocol)
The tftp server,usually the management node or service node, acts as the download server for bootloader binaries, bootloader configuration file, initrd and kernel.
NFS(Network File System)
------------------------
The NFS server, usually the management node or service node, provides the file system sharing between the management node and service node, or persistent file system support for the stateless node.
* NFS(Network File System)
The NFS server, usually the management node or service node, provides the file system sharing between the management node and service node, or persistent file system support for the stateless node.
NTP(Network Time Protocol)
--------------------------
The NTP server, usually the management node or service node, provide the network time service for the entire cluster.
* NTP(Network Time Protocol)
The NTP server, usually the management node or service node, provide the network time service for the entire cluster.
SYSLOG
------
Usually, xCAT uses rsyslog as the syslog service for the cluster, all the log messages of the nodes in the cluster are forwarded to the management node.
* SYSLOG
Usually, xCAT uses rsyslog as the syslog service for the cluster, all the log messages of the nodes in the cluster are forwarded to the management node.