Microsoft Windows Server 2008 Beta 3 出来了,不过其对硬件的要求并没有想象中的那么高。下面表格的内容摘自微软: http://www.microsoft.com/windowsserver2008/sysreqs.mspx Component Requirement Processor Minimum: 1GHzRecommended: 2GHzOptimal: 3GHz or faster Note: An Intel Itanium 2 processor is required for Windows Server 2008 for Itanium-based Systems Memory Minimum: 512MB RAMRecommended: 1GB RAMOptimal: 2GB RAM (Full installation) or 1GB RAM (Server Core installation) or moreMaximum (32-bit systems): 4GB (Standard) or [...]
Continue reading about Windows Server 2008 System Requirements
NetBackup 脚本里面所说的 NB_MAIL_SCRIPT,在 Windows 平台上对应的就是 NetBackup\Bin\nbmail.cmd。 如果 nbmail.cmd 存在的话,NetBackup 会传递三个参数给这个 CMD 文件: %1 is the recipient's address %2 is the subject line %3 is the message file name NetBackup 推荐使用 BLAT 这个免费工具发送邮件通知。这个工具的安装很简单,将 blat.exe 放在 system32 目录下即可。设定方法: blat -install <smtp server address> <sender's address> 完整语法如下: -install <server addr> <sender's addr> [<try n times> [<port> [<profile> [<username> [...]