Blat

xuming on June 4th, 2007

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> [...]

Continue reading about 关于 NetBackup 邮件提醒脚本的补充

xuming on May 28th, 2007

Troubleshooting email notification can be difficult, due to the fact that no output is displayed. The best way to determine if the nbmail.cmd script and Blat are working correctly is to remove the -q from the end of the Blat command and redirect the output of the command to a text file. For example, Original [...]

Continue reading about Troubleshooting email notification

xuming on May 28th, 2007

Top ten reasons why nbmail can fail: BLAT is commented out in the nbmail.cmd script — remove the ‘@rem’ from in front of the BLAT command. No email address configured or email address incorrectly configured on Universal Settings tab. The BLAT line in nbmail.cmd is not correctly configured; syntax has changed in the later versions [...]

Continue reading about nbmail.cmd troubleshooting

xuming on May 28th, 2007

blat -to xnming21@163.com -cc xnming21@hotmail.com -subject test -body “This is a test.” -attach 20070523.txt 具体语法如下 Blat v2.5.0 w/GSS encryption (build : Sep 14 2005 22:46:29) Win32 console utility to send mail via SMTP or post to usenet via NNTP by P.Mendes,M.Neal,G.Vollant,T.Charron,T.Musson,H.Pesonen,A.Donchey,C.Hyde http://www.blat.net syntax: Blat <filename> -to <recipient> [optional switches (see below)] Blat -install <server addr> [...]

Continue reading about blat 基本用法

原文网址http://seer.entsupport.symantec.com/docs/254809.htm BLAT is a open source utility and the most recent version of BLAT can be downloaded from this site: http://sourceforge.net/projects/blat/ I. Installing and Configuring the BLAT executable Download the .ZIP file from the download page specified above Extract the files to their own folder. Note: Most of the files in this .ZIP file are [...]

Continue reading about 在 NetBackup 环境中配置 Windows 客户端邮件通知