- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall :Execute permission denied
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
02-28-2007 12:50 AM
02-28-2007 12:50 AM
swinstall :Execute permission denied
1.cd /tmp
2.chmod 177 PHSS_23022
3.cd
4.sh /tmp/PHSS_23022
5.swinstall -s /PHSS_23022.depot
The o/p I get is
sh: swinstall: Execute permission denied.
What can I do to resolve this problem?
I am using 11.0 hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 12:54 AM
02-28-2007 12:54 AM
Re: swinstall :Execute permission denied
Normally this comes from trying to install softare as a user other than root. Either use root or provide this capability to the user involved with sudo.
Your command syntax is wrong as well.
swinstall -s /tmp/PHISS_23033.depoot \*
# The full path must be specified. You should not need the chmod statement either.
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
02-28-2007 12:58 AM
02-28-2007 12:58 AM
Re: swinstall :Execute permission denied
and welcome to the forums !
Please follow instructions on:
http://www4.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_23022&sel={hpux:11.00,}&BC=main|pdb|search|#Installation%20Instructions:
You have to be root to run swinstall.
For similar swinstall problems please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104334
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104327
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104326
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 01:21 AM
02-28-2007 01:21 AM
Re: swinstall :Execute permission denied
This isn't related to a very similar question that's just been asked here - http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104334 ? It's not the same system, is it?
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:36 PM
02-28-2007 03:36 PM
Re: swinstall :Execute permission denied
Prathiba and I our working on same..O.S.
Our problem is same..but still cannot be
resolved.. with all possible options...
I want to point out one more thing.. theres no
depot in var/spool/sw ..is it cause for any
problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 11:10 PM
02-28-2007 11:10 PM
Re: swinstall :Execute permission denied
to add to the above suggestions
also check your /etc/hosts file. swinstall refers to this file. if it has some wrong entries it might create a problem.