- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: New 11 v3 install - root access restrictions
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
05-06-2008 05:52 AM
05-06-2008 05:52 AM
Just installed 11 V3 on a few new servers and for some reason the root user has problems accessing/executing/installing some SW. I don't have much experience with 11 so I don't know where to look. Any suggestions would be appreciated.
(for example below - root is by default a member of bin)
Example of access issues:
-rwxrwxrwx 2 bin bin 364100 Oct 16 2007 make_net_recovery
-rwxrwxrwx 2 bin bin 364100 Oct 16 2007 make_tape_recovery
-r-xr-xr-x 1 bin bin 129668 Oct 16 2007 manage_index
-r-xr-xr-x 1 bin bin 92392 Oct 16 2007 print_manifest
-r-xr-xr-x 2 bin bin 98850 Oct 16 2007 save_config
# ./make_tape_recovery
sh: ./make_tape_recovery: Execute permission denied.
Hopefully this is just stupidity on my part.
Thanks in Advance,
Henry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 06:03 AM
05-06-2008 06:03 AM
Re: New 11 v3 install - root access restrictions
Thanks, you are correct.
So root should have no issues installing SW either?
Thanks in advance,
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 06:12 AM
05-06-2008 06:12 AM
Re: New 11 v3 install - root access restrictions
Looks like you were just in the wrong directory.
If you don't want to have to put the ./ in front you could put the directory containing the executables in your PATH.
May want to add it to your PATH in your .profile instead of the systems PATH.
Glad to give you a prompt response...I love this forum for that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 06:17 AM
05-06-2008 06:17 AM
Re: New 11 v3 install - root access restrictions
root should have no problem installing software.
hpux depots, you will need to put an /etc/nsswitch.conf file in place from several /etc/nsswitch.
Applications like oracle should not be installed by the root user, so see documentation for the best method to actually install software.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2008 06:41 AM
05-06-2008 06:41 AM
Re: New 11 v3 install - root access restrictions
Henry