A: Wyłącz cień dla kursora :)

swx# show version Image stamp: /sw/pre/build/nemo(ndx) Jan 25 2008 13:54:14 R.11.07 104 Boot Image: Primary BL-C234-AS01# show flash Image Size(Bytes) Date Version ----- ---------- -------- ------- Primary Image : 3689315 01/25/08 R.11.07 Secondary Image : 3689315 01/25/08 R.11.07 Boot Rom Version: R.10.06 Current Boot : Primary
swx# copy flash tftp 192.168.1.12 R_11_07.swi
$ ls -l /tftpboot/R_11_07.swi -rw-r--r-- 1 nobody nogroup 3689315 2009-02-02 23:28 /tftpboot/R_11_07.swi
swx# copy tftp flash 192.168.1.12 R_11_25.swi primary The Primary OS Image will be deleted, continue [y/n]? y
Validating and Writing System Software to FLASH...
swx# show flash Image Size(Bytes) Date Version ----- ---------- -------- ------- Primary Image : 3790986 01/14/09 R.11.25 Secondary Image : 3689315 01/25/08 R.11.07 Boot Rom Version: R.10.06 Current Boot : Primary
swx# reload Device will be rebooted, do you want to continue [y/n]? y
swx# show version Image stamp: /sw/pre/build/nemo(ndx) Jan 14 2009 15:31:02 R.11.25 301 Boot Image: Primary
server:~# MegaCli64 -PDlist -aALL -a0
[...]
Enclosure Device ID: 32
Slot Number: 4
[...]
Firmware state: Unconfigured(bad)
[...]
Secured: Unsecured
Locked: Unlocked
Foreign State: Foreign
[...]
server:~# MegaCli64 -PDMakeGood -PhysDrv[32:4] -a0
Adapter: 0: EnclId-32 SlotId-4 state changed to Unconfigured-Good.
server:~# MegaCli64 -CfgForeign -Scan -a0
There are 1 foreign configuration(s) on controller 0.server:~# MegaCli64 -CfgForeign -Clear -a0
Foreign configuration 0 is cleared on controller 0.
server:~# MegaCli64 -PDList -a0
[...]
Enclosure Device ID: 32
Slot Number: 4
[...]
Firmware state: Unconfigured(good), Spun Up
Foreign State: None
[...]
server:~# MegaCli64 -PdReplaceMissing -PhysDrv[32:4] -array1 -row4 -a0
Adapter: 0: Missing PD at Array 1, Row 4 is replaced
server:~# megacli -PDRbld -Start -PhysDrv[32:4] -a0
Started rebuild progress on device(Encl-32 Slot-4)
dism /mount-wim /wimfile:d:temptest.wim /index:1 /mountdir:c:mount
D:>dism /mount-wim /wimfile:d:temptest.wim /index:1 /mountdir:c:mount
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Mounting image
[==========================100.0%==========================]
The operation completed successfully.
reg load HKLMtest c:mountwindowssystem32configsoftware
D:>reg load HKLMtest c:mountwindowssystem32configsoftware
The operation completed successfully.
reg unload HKLMtest
D:>reg unload HKLMtest
The operation completed successfully.
dism /unmount-wim /mountdir:c:mount /commit
D:>dism /unmount-wim /mountdir:c:mount /commit
Deployment Image Servicing and Management tool
Version: 6.1.7600.16385
Image File : d:temptest.wim
Image Index : 1
Saving image
[==========================100.0%==========================]
Unmounting image
[==========================100.0%==========================]
The operation completed successfully.
# yum install hp-snmp-agents hp-health
# vim /etc/apt/sources.list.d/hp.list deb http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ wheezy/current non-free # wget http://downloads.linux.hp.com/SDR/repo/mcp/GPG-KEY-mcp -O - | apt-key add - # apt-get update
# apt-get install hp-snmp-agents hp-health # apt-get install hpacucli
# cd /usr/lib/nagios/plugins # mkdir uname26 ; cd uname26 # wget http://mirror.linux.org.au/linux/kernel/people/ak/uname26/Makefile # wget http://mirror.linux.org.au/linux/kernel/people/ak/uname26/uname26.c # make # cp uname26 /usr/sbin # /usr/sbin/uname26 hpacucli ctrl slot=11 pd all show status
# vim /usr/local/bin/hpacucli #!/bin/bash /usr/sbin/uname26 /usr/sbin/hpacucli $@
# cd /usr/lib/nagios/plugins # wget "http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=3521&cf_id=30" -O check_hpacucli # chmod +x check_hpacucli # apt-get install libnagios-plugin-perl # vim check_hpacucli #my $hpacucli = '/usr/sbin/hpacucli'; my $hpacucli = '/usr/local/bin/hpacucli'; # ./check_hpacucli -i check_hpacucli OK - array A: OK physicaldrive 1I:1:1 (port 1I.....
# visudo nagios ALL=(ALL) NOPASSWD: /usr/local/bin/hpacucli
# vim /etc/nagios/nrpe.d/icinga.cfg command[check_raid_all]=/usr/lib/nagios/plugins/check_hpacucli -i # service xinetd restart
define service { ... check_command check_nrpe_command!check_raid_all ... }
# cd /usr/lib/nagios/plugins # wget "http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=674&cf_id=24" -O check_hparray # chmod +x check_hparray # vim /usr/lib/nagios/plugins/check_hparray #HPACUCLI=/usr/sbin/hpacucli HPACUCLI=/usr/local/bin/hpacucli
# vim /etc/nagios/nrpe.d/icinga.cfg # raid, disks command[check_raid1]=/usr/lib/nagios/plugins/check_hparray -s 0 command[check_raid6]=/usr/lib/nagios/plugins/check_hparray -s 11 # service xinetd restart
define service { ... check_command check_nrpe_command!check_raid1 ... } define service { ... check_command check_nrpe_command!check_raid6 ... }
# apt-get install cciss_vol_status mpt-status hpacucli # cd /usr/lib/nagios/plugins # wget https://raw.github.com/glensc/nagios-plugin-check_raid/master/check_raid.pl # chmod +x check_raid.pl
apt-get update
apt-get install megacli megactl megaraid-status
wget -O - http://hwraid.le-vert.net/debian/hwraid.le-vert.net.gpg.key | sudo apt-key add -
apt-get install megacli megactl megaraid-status
megacli -LDInfo -Lall -aALL
megacli -PDList -aALL
root@server:~# megacli -pdlist -a0| grep 'Device Id'
Device Id: 9
Device Id: 10
Device Id: 11
Device Id: 8
smartctl -d sat+megaraid,8 -t short /dev/sdc
smartctl -d sat+megaraid,8 -l selftest /dev/sdc