Re: HP-health issue (centos 7 on proliant DL360 G6)
DL360 G6, DL380 G6 Version 4.6.0 Date 09/28/2015 (c) Hewlett-Packard Company, 2015Firmware Revision = 2.29hp-health-10.40-1777.17.rhel7.x86_64.rpmhp-snmp-agents-10.40-2847.17.rhel7.x86_64.rpmkernel...
View ArticleExpand LUN on HP DL380Gen8. Need to find LUN in Linux.
Hello.At now i'm planning to expand volume on HP DL380G8.On server i have 2 LUN with same size.So i need to understand did linux lun mapping (/dev/sda,/dev/sdb) corellate with HP SSA LUN.Another word...
View Articlepacemaker- lvm resource failed to start
Hi , i do have 2 oracle linux 6.6 vm nodes , i did create a cluster using pacemaker bewteen them .on adding resources as VIP , LVM , FS ,.... i did added the VIP successfully , however when i try to...
View Articlehpacucli dont work
hpacucli (9.40) utilite dont work on my coreos 4.7.3 (docker).it cant find my hp smartarray p410 controller.i need monitoring smart status of my hddsbut smartctl also cant find hdds smart status:===...
View ArticleRe: hpacucli dont work
hpacucli v9.40 is very old (2013) and no longer maintained. The current tool is called ssacli and the current version is 2.60-19. RPM packages are available for Red Hat and SUSE, along with a .deb...
View ArticleRe: hpacucli dont work
I install ssacli-2.60-19.0 and get "No controllers detected" again.i try all finded methods, but this: download and compile uname26 tool: http://mirror.linux.org.au/linux/kernel/people/ak/uname26/...
View ArticleRe: hpacucli dont work
Many disk tools need the sg modules. Here is an advisory and explanation written for RHEL 7.1 but applicable to any distributionAdvisory: Red Hat Enterprise Linux 7.1 - HP ProLiant Servers Loading HP...
View ArticleRe: hpacucli dont work
I know nothing about "hpacucli", but ...> # /dev/sda -d scsi> bash: /dev/sda: Permission denied What was this supposed to do? "/dev/sda" is a disk device file, nota program which you can...
View ArticleRe: hpacucli dont work
i have configured raid on my hp smartarray p410 controller.smartctl show info about logical volume, but cant get access to physical hdd.so, smart status of physical hdds not...
View ArticleConfigurate RAID and install Linux via Kickstart on HP DL180 Gen9?
Hi all, I have HP Proliant DL180 Gen9 and want to config RAID and install CentOS 7 via kickstart. Please help me the procedure to install it???Thanks.
View ArticleRe: Configurate RAID and install Linux via Kickstart on HP DL180 Gen9?
tunglq wrote:Hi all, I have HP Proliant DL180 Gen9 and want to config RAID and install CentOS 7 via kickstart. Please help me the procedure to install it???Thanks.Before an answer can be provided,...
View ArticleRe: hpacucli dont work
so, it can be concluded that the hpacucli (and hpssacli) does not work with hp smart array p410.butit may beworking withwindows.but Ido not advise anyoneto use thiscontroller on theproduction under Linux.
View ArticleRe: hpacucli dont work
beatlejuse wrote:so, it can be concluded that the hpacucli (and hpssacli) does not work with hp smart array p410.butit may beworking withwindows.but Ido not advise anyoneto use thiscontroller on...
View ArticleRe: hpacucli dont work
> Not sure how you can conclude that. Many Linux customers use the P410 How do they get their SMART data? Clearly (to me, but what do Iknow?), smartctl works where it can communicate directly...
View Articlehpasmcli not working after update to Debian Jessie 8.7
After performing an update on a ProLiant DL180 G6 server from Debian Wheezy to Debian Jessie the hpasmcli stopped working.I receive the following error: # hpasmcli ERROR: Failed to get SMBIOS system...
View ArticleRe: hpasmcli not working after update to Debian Jessie 8.7
Managed to make it work by installing the previous version which seems to be compatible with DL180 (I also installed the previous version of hp-snmp-agents to have snmp working):apt-get remove...
View ArticleChecking extends distribution of Logical Volumes against Physical Volumes
Bonjour,I desperately search how to see how the extends of a Logical Volume are distributed on the disks that make up the Volume Group. Especially when the Logical Volume is mirrored between 2...
View ArticleRe: Checking extends distribution of Logical Volumes against Physical Volumes
There is "-m" switch available with "lvdisplay" and "pvdisplay" which would show up the mapping of logical extents to physical volumes and physical extents. This may help you.Example:...
View ArticleRe: Checking extends distribution of Logical Volumes against Physical Volumes
Thank you for the information. I totally missed the -m / '--maps' option. I gave a kudo for this.Unfortunatly, I am afraid the informations given by the "-m" are very light regarding a mirrored raid1...
View ArticleRe: Checking extends distribution of Logical Volumes against Physical Volumes
Since it is known where the data has to be dumped, can't we specify the luns/pvs directly while creating an lvm. Hint[root@ansible-host ~]# lvcreate -v --extents 100 -n testlv testvg -m 1 --type raid1...
View Article