- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: BASH for HPUX
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
06-17-2008 10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:32 AM - last edited on 07-31-2023 11:19 PM by Sunitha_Mod
06-17-2008 10:32 AM - last edited on 07-31-2023 11:19 PM by Sunitha_Mod
Re: BASH for HPUX
If you really think you need it - just like any other software:
Download and install with swinstall.http://hpux.asknet.de/hppd/hpux/Shells/bash-3.2/
[Moderator edit: The above link is no longer valid. Please refer to https://support.hpe.com/]
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:33 AM
06-17-2008 10:33 AM
Re: BASH for HPUX
root's shell MUST be /sbin/sh. If it is anything else you could render your server unbootable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:35 AM
06-17-2008 10:35 AM
Re: BASH for HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:37 AM
06-17-2008 10:37 AM
Re: BASH for HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:46 AM
06-17-2008 10:46 AM
Re: BASH for HPUX
Yes, that will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:53 AM
06-17-2008 10:53 AM
Re: BASH for HPUX
-r--r--r-- 1 bin bin 964 Jun 17 14:44 .profile
Also,
-r--r--r-- 1 bin bin 2458 Jun 17 14:46 /etc/profile
So, where I can change the path variable in HPUX, b'cs I use to change in solaris and aix by modifying .profile.
One more thing when I tried to execute the bash manually it replies with
# ./bash
/usr/lib/hpux32/dld.so: Unable to find library 'libtermcap.so'.
Killed
Pls let me know !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:55 AM
06-17-2008 10:55 AM
Re: BASH for HPUX
Did you logout and login again after changing the profile?
Did you install the Run-time dependencies:
gettext libiconv termcap
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:59 AM
06-17-2008 10:59 AM
Re: BASH for HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 11:01 AM - last edited on 07-31-2023 11:21 PM by Sunitha_Mod
06-17-2008 11:01 AM - last edited on 07-31-2023 11:21 PM by Sunitha_Mod
Solution>>
Run-time dependencies:
gettext libiconv termcap
These are links on this page!http://hpux.asknet.de/hppd/hpux/Shells/bash-3.2/
[Moderator edit: The above link is no longer valid. Please refer to https://support.hpe.com/]
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 11:41 AM
06-17-2008 11:41 AM
Re: BASH for HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 12:11 PM
06-17-2008 12:11 PM
Re: BASH for HPUX
>-r--r--r-- 1 bin bin .profile
You can just change the ownership and permissions of the file.
>-r--r--r-- 1 bin bin /etc/profile
Since only root can edit this, you don't need to change the permissions.
>where I can change the path variable in HP-UX, because I use to change in solaris and aix by modifying .profile.
You can either change each user's .profile (probably not so good of an idea since they could just change their shell). Or you could just add it to root's PATH.
Or you can change /etc/PATH if you want everyone to see it.