tech note

インフラ技術や車についてつぶやいていくブログ

ProCurve

HP ProCurve Locate LED点灯方法

点灯 # chassislocate on 消灯 # chassislocate off 点滅 # chassislocate blink

ProCurveスイッチの設定を自動で変更できるexpectを作った

Expect構文 #!/usr/bin/expect set timeout 5 set IP [lindex $argv 0] spawn telnet $IP expect { -glob "Username:" { send "manager\n" exp_continue } -glob "Password:" { send "PASSWORD\n" } -glob "Press any key to continue" { send "\n" } } expe…

ProCurve Firmware VersionUP

作業用PCに合わせてIP設定 (config)# vlan 1 ip address 192.168.1.1/255.255.255.0 (config)# copy tftp flash 192.168.1.1 Y_11_44.swi Validating and Writing System Software to FLASH . . . がでたら #boot で再起動 # show version で確認

ProCurveスイッチでsshを有効化する方法

コマンド #conf t # crypto key generate ssh rsa # ip ssh