LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-14-2010, 09:55 AM   #1
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Rep: Reputation: 15
RHEL 5 BIOS Update Issue


I got the .bin file from the Dell site. Booted to single user mode and ran the file. I get an error saying "make sure the following utilities are in the path:" and it lists all of the basic utilities like... ls, mkdir, head, tail, all those.

1. What path? All I am doing is executing the file like this: ./filename.bin
2. Why's it think they don't exist? I've used all of them on this server.
 
Old 10-14-2010, 10:15 AM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
your PATH environment variable.
Code:
echo $PATH
what's in it now?
 
Old 10-14-2010, 11:03 AM   #3
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
echo $PATH outputs:
Code:
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/user/bin
 
Old 10-14-2010, 11:30 AM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
should be fine. buggy installer?
 
Old 10-14-2010, 11:31 AM   #5
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
It's from Dell's support site...running it in single user mode because it doesn't have the right permissions when in normal mode. Maybe that's the issue? Dunno...
 
Old 10-15-2010, 12:14 AM   #6
honeybadger
Member
 
Registered: Aug 2007
Location: India
Distribution: Slackware (mainly) and then a lot of others...
Posts: 855

Rep: Reputation: Disabled
Hi athomas,

To install/uninstall anything on linux you need to be root. You DO NOT have to go into single user mode.

So when you are at the cli just use the su/sudo and become root and then just execute the .bin file. This will work.

Hope this helps.
 
Old 10-15-2010, 03:57 AM   #7
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
I know that you need to be root, but it was giving me a permission denied error, even as root, to execute this when at cli...
 
Old 10-15-2010, 04:57 AM   #8
Crafttype
LQ Newbie
 
Registered: May 2009
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
Since this is a bios update I would guess that the ".bin" in this case is not an executable at all. Normally you need another utility to go with the "biosnumber.bin" file that should "Flash" your bios. Sounds rude I know. Perhaps you could provide a link to the directions on the Dell site so someone might help this.

If it should be executable, first make sure to “chmod 774 this.bin” then try running it.
 
Old 10-15-2010, 05:21 AM   #9
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Dell link: http://support.dell.com/support/down...&catid=&impid=

If that doesn't work, it's a PowerEdge T610. Select RHEL 5.2 from the dropdown, and go to BIOS. The only file they have to download is that bin file...which for some reason Firefox interprets as a text file...had to download that on a Windows machine.
 
Old 10-15-2010, 05:56 AM   #10
Crafttype
LQ Newbie
 
Registered: May 2009
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
Yeah, a little more digging leads to..
http://support.dell.com/support/edoc...L/3onliner.htm

the bin you downloaded to start with is just a binary file and not a executable. Follow those docs and you should be good to go.

"update_firmware --yes"

Good Luck - Report back plz
 
Old 10-15-2010, 05:59 AM   #11
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Ah, so just run ./file.bin update_firmware --yes

Right?
 
Old 10-15-2010, 06:02 AM   #12
Crafttype
LQ Newbie
 
Registered: May 2009
Distribution: Fedora
Posts: 6

Rep: Reputation: 0
You need to read that doc throughly before you destroy your server. I think in the end it will be just "update_firmware --yes".
 
Old 10-15-2010, 06:06 AM   #13
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
I'm not going to "destroy" it. But alright.
 
Old 10-15-2010, 07:05 AM   #14
athomas
Member
 
Registered: May 2009
Location: Eastern Shore, MD, USA
Distribution: CentOS 5.5
Posts: 184

Original Poster
Rep: Reputation: 15
Running from sudo user in OS I get this: /bin/sh bad interpreter permission denied

File is chmodded to 777, and I'm su'd to root. Argh!!!
 
Old 10-15-2010, 08:50 AM   #15
nickle79
LQ Newbie
 
Registered: Apr 2010
Posts: 6

Rep: Reputation: 0
It would be easier to just download the DOS executable version. Got any diskettes laying around:-)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RHEL virtualization / RHN / yum update issue tboyer Red Hat 0 12-18-2009 08:19 AM
Cron Issue on RHEL AS r4 Update 2 jonnynoh Linux - General 7 05-30-2009 11:07 AM
Unable To Update BIOS on RHEL System carlosinfl Red Hat 2 05-04-2009 01:39 PM
Upgrading RHEL 4 update 4 to RHEL 4 update 6?? your_shadow03 Linux - Newbie 4 09-05-2008 01:16 AM
updating RHEL AS4 update 1 to update 5 via CDs? icemaker Linux - Software 1 06-09-2007 06:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration