xiaowuhello
linux下的无盘工作站配置(centos)
展开Biu

linux下的无盘工作站配置(centos)

需求:需要多个系统同运行同样的服务,如j2ee模块、memcached等,这些服务不与硬盘相关,只运行在内存中,并且多个系统同时运行,为了规避单点故障以及实现高效。

下面步骤是centos5.4系统的无盘服务端配置步骤,客户端只要选择从网络启动,即可在无干预情况下启动系统。

一,新建主要目录

mkdir -p /diskless/x86_64/centos5.4/root

mkdir /diskless/x86_64/centos5.4/snapshot

二,拷贝预置模板到/diskless/x86_64/centos5.4/root目录

rsync -auv -e ssh --delete --exclude='/proc/*' --exclude='/sys/*' --exclude='/tmp/*'--exclude='/var/log/*' root@10.0.70.72:/ /diskless/x86_64/centos5.4/root/

三,配置所需tftp服务

yum -y install tftp tftp-server

yum -y install busybox

vi /etc/xinetd/tftp

diskable=no

chkconfig --level 345 xinetd on

chkconfig --level 345 tftp on

service xinetd start

四,配置dhcp服务

yum -y install dhcp-server

chkconfig --level 345 dhcpd on

vi /etc/dhcpd.conf

allow booting;

allow bootp;

class "pxeclients" {

match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";

next-server <server-ip>;

filename "linux-install/pxelinux.0";

}

service dhcpd start

五,配置nfs服务

yum -y install portmap nfs

vi /etc/exports

/diskless/x86_64/centos5.4/root *(ro,sync,no_root_squash)

/diskless/x86_64/centos5.4/snapshot/ *(rw,sync,no_root_squash)

service portmap start

service nfs start

六,利用桌面工具配置服务端

大致步骤如下:打开“Network Booting Tool “ ,选择添加无盘,配置nfs地址以及目录。

If starting the Network Booting Tool for the first time, select Diskless from the First Time Druid. Otherwise, select Configure => Diskless from the pull-down menu, and then click Add.

A wizard appears to step you through the process:

1、Click Forward on the first page.

2、On the Diskless Identifier page, enter a Name and Description for the diskless environment. Click Forward.

3、Enter the IP address or domain name of the NFS server configured in Section 4.3 Configuring the NFS Server as well as the directory exported as the diskless environment. Click Forward.

4、The kernel versions installed in the diskless environment are listed. Select the kernel version to boot on the diskless system.

5、Click Apply to finish the configuration.

七,添加无盘工作站节点

即配置无盘节点的镜像版本和网络接口。

1、Hostname or IP Address/Subnet — Specify the hostname or IP address of a system to add it as a host for the diskless environment. Enter a subnet to specify a group of systems.

2、Operating SystemSelect the diskless environment for the host or subnet of hosts.

3、Serial Console — Select this checkbox to perform a serial installation.

4、Snapshot name — Provide a subdirectory name to be used to store all of the read/write content for the host.

5、Ethernet — Select the Ethernet device on the host to use to mount the diskless environment. If the host only has one Ethernet card, select eth0.

[查看全文]
Q_Lucky
[AU3]黑客帝国【源码】
展开Biu

本文转载自:IT天空(已经附上原文链接)
[code]#include <GUIConstants.au3>

#include <WindowsConstants.au3>

#include <StaticConstants.au3>

#NoTrayIcon

$d = Round(@DesktopWidth / 12, 0) + 1

$r = Round(@DesktopHeight / 15, 0) + 1

Global $label[$d][$r]

HotKeySet("{SPACE}", "_exit")

$gui = GUICreate ("MatrixScreenSaver", @DesktopWidth, @DesktopHeight, 0, 0, BitOR($WS_EX_TOPMOST, $WS_POPUP))

GUISetBkColor (0x000000)

$d = Round(@DesktopWidth / 12, 0)

$r = Round(@DesktopHeight / 15, 0)

$mes = 0

$f = 1

GUISetCursor(16)

$letters = "£¥žšŸƒ

[查看全文]
youke
锐起可以启动 但是 进不了系统
展开Biu

Intel Undi,pxe-2.1(build 082)

copyright (c) 1997-2000 intel corporation

For Realtek RTL8110S/8169S Gigabit Ethernet controller V1.53 (060120)

client mac addr:940c6d719537 Guid:00020003-0004-0005-0006-000700080009

client ip:192.168.0.9 mask:255.255.255.0 dhcp ip:192.168.0.254

gateway ip:192.168.0.100

pxe-e11:arp timeout

pxe-e38:tftp cannot open connetion

pxe-mof:exiting pxe rom

reboot and select proper boot device

or insert boot media in selected boot device and press a key

[查看全文]
xiaowuhello
路由器下接路由器的设置方法
展开Biu

路由器下接路由器的设置方法

路由器下接路由器有两种方法, 无论哪种,和猫接的主路由总是不变, 只要改从路由的设置!

第一.从路由还是当路由用

设置:

路由a为主路由,路由b为从路由,假设你现在有两个路由:路由a 和 路由b ,同时使用的是adsl拨号上网。

首先,设置路由a的wan口状态设置为pppoe拨号状态,然后填入adsl拨号的账号和密码。

然后,设置路由a的lan口ip为192.168.1.1 lan口的ip段为192.168.1.x网段 掩码255.255.255.0。

第三,设置路由b的wan口状态为静态ip,ip地址设置为192.168.1.2 掩码255.255.255.0 网关为192.168.1.1。

第四,设置路由b的lan口ip为192.168.2.1 lan口ip段为192.168.2.x网段 掩码255.255.255.0

第五,将路由b的wan口和路由a的任意一个lan口用网线连接。

这种方法可以同时接7个电脑!

第二:从路由当交换机使用

设置:

1.先将电脑连接从路由器的lan端口,把从路由的ip地址改成别的网段地址,只要不与主路由器同一网段就行。例如多数的路由器地址都是192.168.1.1,我们只要将从个路由器地址改为192.168.0.1即可;

2.再在设置里将从路由器的dhcp功能关闭;

3.最后将主路由器出来的网线接在从路由器的lan端口上(随便哪一个都行),注意不能是wan端口。

这种方法可以同时接6个电脑!

[查看全文]
Q_Lucky
《CCIE#15101 7年经验CCNA精华总结》
展开Biu

本文转载自:Vevoa(已经附上原文链接)
http://www.91lab.com/x1/forum.php?mod=forumdisplay&fid=140(已经附上原文链接)[/table[/url]]

讲了那么多年技术类的课程,这是我头一次讲非技术性的课程。大家不要认为自己很了解CCNA,这种课程没有必要看。相信很多人在学CCNA,考CCNA以及其他思科认证的时候,更多的疑惑和迷茫,不是“OSPF怎么配?”“NAT怎么做?”;而是CCNA证书考来还有没有价值,考了思科认证应该去哪里工作比较合适,等一系列的关于今后的职业发展的问题。所以我想这个非技术性课程,能在一定程度上帮到大家;同时也是我对我过去7年的职业生涯的一个总结。希望大家能有所领悟。当然我讲的仅代表我的观点,我更希望抛砖引玉,各抒己见。

第一集:CCIE15101 7年经验CCNA精华总结之一:CCNA正反谈

关键字:CCNA,考,or 不考,这是个问题

下载地址:

http://u.115.com/file/clwzfo3k

第二集:CCIE15101 7年经验CCNA精华总结之二:CCNA就业谈

关键字:我是CCNA,凭什么找不到工作;我是CCNA,凭什么你一月就发我1200加四袋苹果

下载地址:

http://u.115.com/file/clwxpy3x

第三集:CCIE15101 7年经验CCNA精华总结之三:我的CCNA学习方法

关键字:我是怎么学CCNA的,CCNA题库什么时候变,CCNA常见问题

下载地址:

http://u.115.com/file/bhbscqtj

PS.提供我的视频讲座的讲义,if u need it, download it(如果你需要,请下载)

盛大网盘

[查看全文]
xiaowuhello
今年4月发布 AMD新主力880G/890FX曝光
展开Biu

今年4月发布 AMD新主力880G/890FX曝光

作者:超能网 责任编辑:向中 【转载】 超能网 09年09月07日 [评论8条]

AMD主板芯片组 AMD 785G 点评 报价 评测 AMD主板芯片组论坛


日前,VR-Zone透露了AMD明年Q2的芯片组Roadmap。AMD 890FX/GX + SB850芯片组将会在明年4月10日推出,代替目前790FX/GX + SB750芯片组,并成为未来Leo平台中的一个重要组成部分;而主流整合平台方面则会有Dorado的推出,Dorado平台将采用AMD 880G + SB810的组合,于明年5月10日发布,代替785G + SB710芯片组成为新的主力。

AMD下代主力8系列主板芯片组规格曝光

据称AMD 880G北桥的IGP将能够支持DX11规格以及下一代混合交火技术,为用户带来新的整合平台体验。

[查看全文]
beta
从菜鸟到大虾的计算机进化教程
展开Biu

本帖最后由 beta 于 2010-3-25 11:22 编辑

从菜鸟到大虾的计算机进化教程--

单击文字连接打开————

1、手把手教您安装Windows XP

2、上网前保护新的 Windows XP

3、不留后患,彻底封杀Windows系统的共享漏洞

4、谁动了我的注册表

5、让您的系统变快又变得更安全的方法

6、上网时使用 Internet 防火墙

7、自动更新您的计算机,保护您的安全

8、我需要杀毒软件吗?

9、瑞星杀毒软件的安装与设置

10、诺顿杀毒软件的安装

11、普通用户选用防火墙的方方面面

12、Windows XP SP2防火墙的设置

13、天网的安装与设置

14、ZoneLabs防火墙的安装与设置

15、保护您的IE浏览器安全

16、QQ安全问题完全解决方案

17、教你如何防范自己的IP泄漏

18、安全审核让入侵者显形

21、狙击网上钓鱼

22、确保您的Office文档安全

23、网页恶意代码防范

24、修复被锁定的注册表

25、木马查杀方法

26、让硬盘更快,系统更稳定的九招

27、最初级网络安全常识

28、关闭硬盘Autorun防止黑客入侵

29、QQ避开木马的小技巧

30、网游帐号被盗解决方案

31、用EasyRecovery恢复被误删除的数据

32、小心index.dat泄露你上网痕迹

33、间谍软件攻防策略

34、Windows2000安全检查清单

[查看全文]
xiaowuhello
【115网盘】juniper教材以及模拟器 全套
展开Biu

juniper教材以及模拟器 全套

本内容已隐藏,回复后刷新可见哦

如果不能下载 请联系管理

[查看全文]