SNMP WEB BOARDのWindows Vista対応について

No.3 SNMP WEB BOARDのスクリプトの変更について

Windows VistaではTelnetサーバー機能が標準では無効にされております。
そのため、前もってTelnetサーバー機能を有効にしてから
SNMP WEB BOARDのWindows用Setupを実行してください。


SNMP WEB BOARDをWindows Vistaで使用するための手順
No.1 Telnetサーバープログラムのインストール
No.2 WinSetupを実行し、Telnetサーバー、pingの受け付けの有効化
No.3 SNMP WEB BOARDのスクリプトの変更について




No.3 SNMP WEB BOARDのスクリプトの変更について

 Windows Vistaのshutdownコマンドのオプションの指定方法がWindows 2000/XP/Server 2003より変更となりました。
 Windows 2000/XP/Server 2003はオプションの指定に"-"を使用していましたが、
 Windows Vistaは"/"に変更になりました。
Windows 2000/XP/Server 2003  shutdown -f -s -t 00
Windows Vista  shutdown /f /s /t 00
 スクリプトの編集を行い、上記のように"shutdown /f /s /t 00"と変更してください。

 以下、Windows Vistaのシャットダウンスクリプトの例です。
charcode s-jis
recv "login: "
send $user1 "\r"
recv "password: "
send $pass1 "\r"
recv ">"
send "shutdown /f /s /t 00\r"
disconnect 120
 以上で全ての設定が終わりました。

【注意】
 Windowsメッセージ機能がサポートされなくなりましたので、
 SNMP WEB BOARDのメッセージ通知を設定しても無視されます。