谁知道用LINUX做网吧服务器的无盘系统怎么做?

谁知道用LINUX做网吧服务器的无盘系统怎么做?,第1张

客户端是支持PXE方式启动的刀片,用Linux作为服务器,服务器配置如下:

1) 安装DHCP服务器dhcpd

2) 配置/etc/dhcpdconf文件,下面是我机器上的文件

max-lease-time -1;

default-lease-time -1; #注:IP地址永不过期

option subnet-mask 255000;

option routers 10001;

option domain-name-servers 10101010;

# option netbios-name-servers 10101010;

option broadcast-address 10255255255;

# option dhcp-class-identifier "XEClient";

# option vendor-encapsulated-options 01:04:00:00:00:00:ff;

# option option-135 "start";

subnet 10000 netmask 255000 {

range 101012131 101012150;

host blade01 {

hardware ethernet 00:e0:43:00:02:00;

fixed-address 101012131;

filename "/tftpboot/pxelinux0"; #注:启动映象文件

}

host blade02 {

hardware ethernet 00:e0:43:00:02:02;

fixed-address 101012132;

filename "/tftpboot/pxelinux0";

}

host blade03 {

hardware ethernet 00:e0:43:00:02:04;

fixed-address 101012133;

filename "/tftpboot/pxelinux0";

}

host blade04 {

hardware ethernet 00:e0:43:00:02:06;

fixed-address 101012134;

filename "/tftpboot/pxelinux0";

}

host blade05 {

hardware ethernet 00:e0:43:00:02:08;

fixed-address 101012135;

filename "/tftpboot/pxelinux0";

}

}

  说明:dhcp客户得到IP地址后用TFTP协议从服务器上下载启动映象文件。我用syslinux

  工具包里边的pxelinux来作为远程启动的loder

3) 配置tftp server

  使用pxelinux作引导工具需要支持TSIZE参数的tftp server。可从http://wwwkernelorg/pub/software/network/tftp/下载。

  通过xinetd来使用tftp服务,我的/etc/xinetdconf文件如下

service tftp

{

socket_type = dgram

protocol = udp

wait = yes

user = root

server = /usr/sbin/intftpd

}

4) 配置PXELINUX

  先安装syslinux软件包。可从http://wwwkernelorg/pub/linux/utils/boot/syslinux/下载。

  将pxelinux0拷贝到/tftpboot/目录下,然后建立/tftpboot/syslinuxcfg/目录。该目录下存放配置文件。

  pxelinux使用ip地址的十六进制表示来作为该ip地址的配置文件的文件名。如blade01的

  ip地址为101012131,配置文件名为0A0A0C83,内容为:

default linux

label linux

kernel vmlinuz

append ip=dhcp root=/dev/nfsroot nfsroot=101011120:/remote/blade01 vga=normal

5) 配置nfs

  为每个刀片建立一个根目录,在该刀片的pxelinux配置文件里指定了从这个nfs export的目录启动。

  该根目录里应把标准的目录都建好,另外需要重新mount的usr, home, public等目录也要export。

  我的 /etc/exports文件:

# /etc/exports: the access control list for filesystems which may be exported

# to NFS clients See exports(5)

/remote/blade01 blade01(rw,async,no_root_squash)

/remote/blade02 blade02(rw,async,no_root_squash)

/remote/blade03 blade03(rw,async,no_root_squash)

/remote/blade04 blade04(rw,async,no_root_squash)

/remote/blade05 blade05(rw,async,no_root_squash)

/remote/root (rw,async,no_root_squash)

/remote/home (rw,async,no_root_squash)

/usr (ro,async,no_root_squash)

/sbin (ro,async,no_root_squash)

/bin (ro,async,no_root_squash)

/lib (ro,async,no_root_squash)

/home (ro,async,no_root_squash)

6)为每个刀片修改它的/etc/fstab文件,以blade01为例,它的nfs root是/remote/blade01

/remote/blade01/etc/fstab文件如下:

# /etc/fstab: static file system information

#

#

101011120:/remote/blade01 / nfs defaults,intr 0 1

101011120:/remote/root /root nfs defaults,intr 0 1

101011120:/remote/home /home nfs defaults,intr 0 1

101011120:/bin /bin nfs defaults,intr 0 1

101011120:/usr /usr nfs defaults,intr 0 1

101011120:/sbin /sbin nfs defaults,intr 0 1

101011120:/lib /lib nfs defaults,intr 0 1

none /proc proc defaults,intr 0 1

  同时还要为每个刀片修改它的网络配置文件,配置ip地址,启动两块网卡等等。。

7) 编译内核

  刀片用的内核,应该支持Kernel Level Auto Configuration的DHCP协议,支持NFS,支持NFS ROOT,

  假设编译好的内核为vmlinuz,将它拷贝到/tftpboot/目录下。

只要服务器游戏更新就不需要其他分机有什么操作,而且,分机的各种操作可以设置不在服务员保留,只要重启就恢复为原始状态,要修改程序只能在服务器上修改,分机只需要一个显示器,一个带扁机箱的电脑桌和键盘鼠标什么的。机箱里有主板,有显卡,有内存,就是没有硬盘。

服务器的构成与微机基本相似,有处理器、硬盘、内存、系统总线等,它们是针对具体的网络应用特别制定的,因而服务器与微机在处理能力、稳定性、可靠性、安全性、可扩展性、可管理性等方面存在差异很大。尤其是随着信息技术的进步,网络的作用越来越明显,对自己信息系统的数据处理能力、安全性等的要求也越来越高,如果您在进行电子商务的过程中被黑客窃走密码、损失关键商业数据;如果您在自动取款机上不能正常的存取,您应该考虑在这些设备系统的幕后指挥者————服务器,而不是埋怨工作人员的素质和其他客观条件的限制。

要说好用的服务器莫属于亿万克,速度快,延时非常低,大厂商,稳定性好。亿万克隶属于深圳市亿万克数据设备科技有限公司 。亿万克集服务器和存储等数据中心产品的研发、生产、销售、服务系统整合于一体。有保障,高稳定,低延时,安全可信、安全可控。

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 谁知道用LINUX做网吧服务器的无盘系统怎么做?

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情