xuming on September 19th, 2007

昨晚又在家里安装了 OpenBSD,想把家中闲置的 PIII 450 主机利用起来,作为 ADSL 拨号网关外加 PF 防火墙(之前这台机器是安装 FreeBSD 的)。OpenBSD 最新 release 为 4.1,查看了一下 i386 的cd41.iso 只有 5000KB,心想就这 5M 不到的文件就刻一张盘实在是不情愿(木办法,穷人一个),家中恰好有一张一年前刻的 3.9 引导盘一张。 安装过程如下 3.9 –> 4.0 –> 4.1 (官方说法是不能跨版本升级,注意每次升级后要手工进行 final steps,具体过程略)。 总体感觉:OpenBSD 是我遇到过安装最简单的一个系统了。 按照安装的困难程度(只是我的个人感觉) OpenBSD < FreeBSD < ESX server 3.x < Gentoo < LFS 下面简要描述一下如何为 OpenBSD 安装 patch。 需要明确一点的是:OpenBSD 也是需要安装 patch 以保持安全和可靠的。 当一个 [...]

  • Share/Bookmark

Continue reading about Applying patches in OpenBSD

xuming on September 17th, 2007

需要明确的地方: Software Update Point 这个角色必须安装在具有 WSUS 3.0 的服务器上 可以存在多个 software update point,但是只能有一个 active software update point, 但整个站点处于 native mode 时,可以存在一个 active Internet-based software update point 以专门供 Internet-based client 使用。 Additionally, if the active software update point is configured as a Network Load Balancing (NLB) cluster, a site system server with the software update point site [...]

  • Share/Bookmark

Continue reading about 如何创建和配置 Active Software Update Point

20070916 昨天折腾了一天的 Gentoo,终于是让机器成功跑起来了,也是我第一次安装 Gentoo,还算比较顺利吧。可是最后发现新内核中的网卡没有选对。我的网卡是 Marvell Yukon 2 chipset 88E8053 的芯片,从 Help 中查看到这是第二代的芯片,而我之前选成了另外一个 Marvell Yukon 驱动(是老版的据说将要不再被支持的驱动)。重新编译过程如下: # cd /usr/src/linux # make menuconfig 选择 Device Drivers/Network device support/Ethernet (1000 Mbit)/SysKonnect Yukon2 support (EXPERIMENTAL) 退出 menuconfig # make && make modules_install # 重新编译内核 # make install # 安装新内核 完成后会在 /boot 目录下生成新内核,名称如 vmlinuz-2.6.22-gentoo-r5 等。具体就要注意看这一步生成的提示了。 下一步很关键了,就是如何让机器在开机的时候使用这个新内核。 两种方法: 1. 修改 grub.conf [...]

  • Share/Bookmark

Continue reading about 在 Gentoo Kernel 中配置 Marvell Yukon 88E8053 网卡驱动

在使用利用 WMI 功能获取计算机系统信息的脚本的时候,往往会出现“runtime error permission denied getobject”这样的错误,下面分 Win2000 和 Win2003 平台分别说明解决的方法。 Win2000 运行 dcomcnfg 命令 重启 COM+ Event System 和 Windows Managemetn Instrumentation 服务。 Win2003 运行 dcomcnfg 命令 如图,选中 My Computer 的 Properities, Check “Enable Distributed COM on this computer”。 重启 COM+ Event System 和 Windows Managemetn Instrumentation 服务。 ################################## 个人声明:此中文章皆为原创,如有转载但请注明出处,谢谢!! 批评与建议请联系:simpleman.xu#gmail.com #################################

  • Share/Bookmark

Continue reading about 利用 wmi 获取计算机信息时出现“runtime error permission denied getobject”的解决

xuming on September 10th, 2007

利用 Wireshark 处理网络问题 原文 http://www.novell.com/connectionmagazine/2007/q3/tech_talk_9.html?sourceid=NCM_q3_07_tt9 WireShark 截图 Switches only forward four types of traffic: Broadcasts Multicasts Traffic to and from the connected system’s MAC address Traffic to an unknown MAC address 作者的监听解决方案: half-duplex lines:a simple four-port hub full-duplex lines:a small network tap Tapping into Full Duplex Networks Sometimes referred to as “walkie-talkie” style communications, the [...]

  • Share/Bookmark

Continue reading about 利用 Wireshark 处理网络问题

xuming on September 5th, 2007

SCCM 2007 中的术语 2007年8月24日,微软 System Center Configuration Manager 2007 (SCCM 2007) 已经正式发布了。详情见: http://www.myitforum.com/absolutenm/templates/IndustryNews.aspx?articleid=3845&zoneid=71 本文根据个人理解编写,欢迎大家指出我的错误,我会努力不断将其完善。谢谢! 我的MSN: xnming21@hotmail.com SCCM 中服务器的角色有: Branch Distribution Point Component Server Distribution Point Fallback Status Point Management Point PXE Service Point Reporting Point Server Locator Point Site Database Sever Site Server Software Update Point State Migration Point System health Validation Point Advanced Client: [...]

  • Share/Bookmark

Continue reading about SCCM 2007 中的术语

xuming on September 5th, 2007

本文根据个人理解整理而成,原文地址: http://technet.microsoft.com/en-us/library/bb632618.aspx。整理人:许乃明,MSN:xnming21◎hotmail.com,E-mail: simpleman.xu◎gmail.com SCCM 2007 是一个分布式的 Client/Server 系统,也就是说Site Server、Site System 和 Client 之间可以建立连接,其中一些连接的的端口是可以配置的,一些端口是固定不可配置的。 注: 如果需要配置成支持 Internet-based clients,参考 Supported Scenarios for Internet-Based Client Management 配置防火墙策略。对于 Internet-based clients 出了需要考虑端口方面的设置,同时需要考虑允许一些 HTTP verbs 和 headers 通过防火墙,具体参考 Prerequisites for Internet-Based Client Management。 可以配置的端口: Configuration Manager 2007 allows you to configure the ports for the following types of communication: Client to [...]

  • Share/Bookmark

Continue reading about SCCM 2007 所使用的端口

xuming on September 3rd, 2007

今天发现一台服务器周备份失败,报 156 号错误。具体报错如下: 9/3/2007 2:46:11 PM – Error bpbrm(pid=5732) from client ntbtts01: ERR – failure reading file: E:\!Check\NTBTTS01_20060726.blg (WIN32 5: Unknown error) 9/3/2007 2:46:11 PM – Error bpbrm(pid=5732) from client ntbtts01: ERR – Snapshot Error while reading file: Volume{6f4c932e-3f1e-46aa-8256-e6efb6d359db}\!Check\NTBTTS01_20060726.blg 9/3/2007 2:46:11 PM – Critical bpbrm(pid=5732) from client ntbtts01: FTL – Backup operation aborted! 9/3/2007 2:48:36 [...]

  • Share/Bookmark

Continue reading about NetBakup 156 错误以及 VSP/VSS 相关知识

xuming on September 3rd, 2007

今天一上班,就发现有一台服务的每周备份报 156 号错误,形式如下: STATUS CODE: 156 “snapshot error encountered” occurs when utilizing VSP or VSS for open file backups. ——————————————————————————– Exact Error Message snapshot error encountered (156) Details: Overview: STATUS CODE: 156 “snapshot error encountered” occurs when utilizing VERITAS Volume Snapshot Provider (VSP) or Microsoft Volume Shadow Copy Service (VSS) for a client backup. 查看了一下官方的解释:Windows [...]

  • Share/Bookmark

Continue reading about NetBackup 156 号错误,以及 VSP 和 VSS 方法