Operating System - HP-UX
1833406 Members
2737 Online
110052 Solutions
New Discussion

/stand/Reflash: cannot open, or not executable???

 
SOLVED
Go to solution
Tom Jackson
Valued Contributor

/stand/Reflash: cannot open, or not executable???

Hi:

I had some problems installing some software several months ago, and I had to reboot my J6000 running HPUX 11i from a mirrored disk. After the reboot, I kept getting this annoying message:
Boot
Reflash
/stand/Reflash: cannot open, or not executable
exec failed: No such file or directory

After getting the message the system attempts to boot from /stand and everything works fine.

How can I get rid of this annoying message?

Tom
5 REPLIES 5
harry d brown jr
Honored Contributor

Re: /stand/Reflash: cannot open, or not executable???


I believe this has to do with a firmware upgrade. I'd call HP.

live free or die
harry
Live Free or Die
Jean-Louis Phelix
Honored Contributor

Re: /stand/Reflash: cannot open, or not executable???

Hello,

A patch must have left /sbin/init.d/reflash and/or /sbin/rc1.d/S000reflash. Just remove them.

Regards,

Jean-Louis.
It works for me (© Bill McNAMARA ...)
Tom Jackson
Valued Contributor

Re: /stand/Reflash: cannot open, or not executable???

Jean-Louis:

I looked and did not find *flash* in either dir.

Tom
Dietmar Konermann
Honored Contributor
Solution

Re: /stand/Reflash: cannot open, or not executable???

Hi, Tom!

Look for the bootstring on that disk... e.g.:

# lifcp /dev/rdsk/c0t6d0:AUTO -
hpux

If you find something there then rewrite the AUTO file using:

# mkboot -a hpux

Regards...
Dietmar.

"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Tom Jackson
Valued Contributor

Re: /stand/Reflash: cannot open, or not executable???

Dietmar:

You are right on. I executed:
lifcp /dev/rdsk/c3t6d0:AUTO -

Response:
hpux reflash
hpux

I executed:
mkboot -a hpux dev/rdsk/c3t6d0

Now lifcp responds with:
hpux

I rebooted and the problem was fixed! ;-)

Tom