ProLiant Servers (ML,DL,SL)
1745793 Members
3716 Online
108722 Solutions
New Discussion юеВ

Re: HP Lights Out 100 Offline Firmware Update Error

 
yesilbeyaz
Advisor

HP Lights Out 100 Offline Firmware Update Error

Do you have any idea;

 

root@vztl6:/# ./CP021014.scexe
./CP021014.scexe: 153: [: ./CP021014.xml: unexpected operator
./CP021014.scexe: 151: ./CP021014.scexe: pushd: not found
./CP021014.scexe: 159: [: ./CP021014.xml:0: unexpected operator
./CP021014.scexe: 159: [: ./CP021014.xml:0: unexpected operator
./CP021014.scexe: 173: ./CP021014.scexe: popd: not found
./hpsetup: 3: ./hpsetup: shopt: not found
Parameters are: --source /
HP Lights Out 100 Offline Firmware Update Engine
     Copyright (c) 2009 - Hewlett Packard
-----------------------------------------------
Running with --source /
Parsing --source /
CHECKING: --source
CHECKING: /
./hpsetup: 16: ./hpsetup: ./lo100flash: not found
Found IPMI - checking results
cp: cannot stat `CP021014_disc.xml': No such file or directory
cat: discovery.xml: No such file or directory
cat: discovery.xml: No such file or directory
Package 4.26 - currently at
Firmware binary payload is LdrImage.bin
Firmware package is version 4.26
./hpsetup: 140: [: unexpected operator
Flashing firmware
./hpsetup: 158: ./hpsetup: ./lo100flash: not found

 

5 REPLIES 5
Dennis Handly
Acclaimed Contributor

Re: HP Lights Out 100 Offline Firmware Update Error

./CP021014.scexe: 153: [: ./CP021014.xml: unexpected operator

./CP021014.scexe: 151: ./CP021014.scexe: pushd: not found

 

These look like sh or bash shell errors.

What are the first few lines of that file?

yesilbeyaz
Advisor

Re: HP Lights Out 100 Offline Firmware Update Error

 
 

In scexe betten 147 - 155;

 

  local file="./[cC][Pp]0*.xml"
    local TMP=./tmpfile.txt
    local JUNK

    pushd $1 &>/dev/null

    if [ ! -f $file ]
    then

 

 
Dennis Handly
Acclaimed Contributor

Re: HP Lights Out 100 Offline Firmware Update Error

>In scexe between 147 - 155;

 

What does the first few lines look like?  Is there a #! line to set the shell.

yesilbeyaz
Advisor

Re: HP Lights Out 100 Offline Firmware Update Error

I updated it with some other way thank you.
techfount
Occasional Visitor

Re: HP Lights Out 100 Offline Firmware Update Error