- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /stand/Reflash: cannot open, or not executable???
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 05:34 AM
10-18-2002 05:34 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 05:38 AM
10-18-2002 05:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 05:39 AM
10-18-2002 05:39 AM
Re: /stand/Reflash: cannot open, or not executable???
A patch must have left /sbin/init.d/reflash and/or /sbin/rc1.d/S000reflash. Just remove them.
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:03 AM
10-18-2002 06:03 AM
Re: /stand/Reflash: cannot open, or not executable???
I looked and did not find *flash* in either dir.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:05 AM
10-18-2002 06:05 AM
SolutionLook 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 06:45 AM
10-18-2002 06:45 AM
Re: /stand/Reflash: cannot open, or not executable???
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