"/usr/sbin/hpacucli ctrl all show" command does not work

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat "/usr/sbin/hpacucli ctrl all show" command does not work
# 1  
Old 03-14-2016
"/usr/sbin/hpacucli ctrl all show" command does not work

Dear Concern,

We have observed that following command stuck/does not work in some RedHat nodes. Please advise us to troubleshoot the issue.

Code:
/usr/sbin/hpacucli ctrl all show

Note: HP Array Configuration Utility CLI for Linux 64-bit

With Best Regards,
Md. Abdullah-Al Kauser
# 2  
Old 03-14-2016
Maybe you should update driver and firmware.
The hpacucli was replaced by hpssacli.
The latest HP-SSA firmware for G6/G7 hardware is 6.64 (I think); get your current version with
Code:
(hpacucli ctrl slot=0 show || hpssacli ctrl slot=0 show) | grep Firmware

Get your hardware model with
Code:
dmidecode -t system | awk -F: '$1~/Product Name/'

# 3  
Old 03-21-2016
also the new hp commands are source via repo e.egthe MCP pack fomr some distro are here. HP Software Delivery Repository
# 4  
Old 05-16-2016
Dear concern,

Please find the hardware model below.

Code:
[root@tabsdb03-hb ~]# dmidecode -t system | awk -F: '$1~/Product Name/'
        Product Name: ProLiant BL680c G7
[root@bltabscc02 ~]# dmidecode -t system | awk -F: '$1~/Product Name/'
        Product Name: ProLiant BL460c Gen8

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to get the "history" command to show all that is in the .bash_history file?

I am using the bash shell. When I view my recent command history using the "history" command from the prompt, it only shows me the commands starting at #928. The commands I need are earlier than that, but I can't figure out how to make the other 927 display. They are in my .bash_history... (1 Reply)
Discussion started by: Twinklefingers
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. Shell Programming and Scripting

Removing "^M" from the end of a String (i.e. "Ctrl+M")?

Hello All, I have an Expect script that ssh's to a remote server and runs some commands before exiting. One of the commands I run is the "hostname" Command. After I run this command I save the output using this line in the code below... Basically it executes the hostname command, then I... (2 Replies)
Discussion started by: mrm5102
2 Replies

4. Solaris

The slices "usr", "opt", "tmp" disappeared!!! Help please.

The system don't boot. on the screen appears following: press enter to maintenance (or type CTRL-D to continue)...I checked with format command. ... the slices "0-root","1-swap","2-backup" exist. ...the slises "3-var","6-usr" -unassigned. :( (16 Replies)
Discussion started by: wolfgang
16 Replies

5. HP-UX

echo "selall;info;wait;infolog" | /usr/sbin/cstm problem

Hello, On a HP-UX 10.20 server I've executed something similar to this command: # echo 'selall;info;wait;infolog;view;done' | /usr/sbin/cstm But it returns sometype of "argument list too long" error. I suppose there is a way to fix it by using xargs but I can't figure it out. Any... (7 Replies)
Discussion started by: asanchez
7 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Solaris

difference between "root" and "usr" packages

Hi, could someone pls enlighten me on the difference between the "root" package and "usr" package? Like in this example: pkginfo -l SUNWGtku | grep -i desc DESC: GTK - The GIMP Toolkit (Usr) and pkginfo -l SUNWGtkr | grep -i desc DESC: GTK - The GIMP Toolkit (Root)... (6 Replies)
Discussion started by: masloff
6 Replies

8. HP-UX

Problems with "show device" command

I have a DS25 and when i run "show device" don't appear my 'dka.....' and 'dkb....' devices, but i know they must be there, where could be the error? what can i do to see them? (3 Replies)
Discussion started by: Lestat
3 Replies
Login or Register to Ask a Question