- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- help: i made a really dumb mistake..
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
09-04-2001 12:52 PM
09-04-2001 12:52 PM
i know, i know, terrible... problem is, since this box is literally "just out of the box", i haven't had a chance to dump the filesystems to a tape yet.. so i can't restore the binary.
what's the EASIEST way to get a copy of that binary? is it on a CD somewhere ? i checked kornshell.com but the process looks a bit involved and i don't want to install a bunch of unnecssary stuff on a brand new production box.
thanks in advance for any help you can provide.
regards,
edwin "sloppy fingers" rivera
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:08 PM
09-04-2001 01:08 PM
Re: help: i made a really dumb mistake..
Welcome to the "Fat Fingers" club, of which I'm guessing everyone on these forums is a member.
I was wondering if it wouldn't be as easy as downloading the latest ksh patch from HP's site and installing it.
Before you log out, verify that at least your root account isn't looking to use ksh as its primary shell, otherwise you won't be able to log back in without rebooting and editing the /etc/passwd file.
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:10 PM
09-04-2001 01:10 PM
Re: help: i made a really dumb mistake..
i'm just posting this for fyi purposes for those interested in the thread.
-edwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:11 PM
09-04-2001 01:11 PM
Re: help: i made a really dumb mistake..
This is hopefully a link to the latest ksh patch for 11.0.
http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=11f93919162747367b?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHCO_22712&HW=s800&OS=11.00
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:11 PM
09-04-2001 01:11 PM
Re: help: i made a really dumb mistake..
See if you have a file called /usr/bin/rksh
you can copy this file to ksh,
cp /usr/bin/rksh /usr/bin/ksh
chown bin:bin /usr/bin/ksh
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:20 PM
09-04-2001 01:20 PM
Re: help: i made a really dumb mistake..
i was playing with that before, but it gave me warnings about being a "restricted" korn shell. i'll have to read up that one...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:27 PM
09-04-2001 01:27 PM
Re: help: i made a really dumb mistake..
i know rksh is restricted ksh, but if you look at the inode numbers it is the same executable and depending on how is is invoked the restrictions come into effect.
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 01:46 PM
09-04-2001 01:46 PM
Re: help: i made a really dumb mistake..
Rather than cp, creating a hard link may be a better idea (that's how the original files are, on any other system do a "ls -ail /usr/bin/*ksh" )
ln /usr/bin/rksh /usr/bin/ksh
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 02:47 PM