- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall error
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
10-16-2019 08:12 PM - edited 10-16-2019 08:15 PM
10-16-2019 08:12 PM - edited 10-16-2019 08:15 PM
swinstall error
# swinstall -s /home/sw/HP_UX_11.31_HPUXWS24ATW-B508-11-31-64.depot
After use menu Mark For Install error is
"host-ux:/": You do not have the required permissions to select │─┐ │
││ │ this target. Check permissions using the "swacl" command or see your │ ^ │
││ │ system administrator for assistance. Or, to manage applications │ │
││ │ designed and packaged for nonprivileged mode, see the │ │
││ │ "run_as_superuser" option in the "sd" man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 02:53 AM
10-18-2019 02:53 AM
Re: swinstall error
Hello,
##These errors can be caused by corruption within the Software Distributor.
There are different causes that can be cleared up by following these
instructions:
1. Check the permission of the file "swinstall ". it should be as below ( example )
-r-sr-xr-x 10 root bin 1478656 May 30 1996 /usr/sbin/swinstall
2. Most typically restarting the swagentd daemon on the server and the target will resolve the
problem. There could be other problems with hostname resolution and using nslookup can help. Use nslookup to check the resolution
of both the IP address and the hostname to make sure they return the same information.
3. If the restarting of swagend with the command "swagentd -r" didn't work, try the following procedure.
Login as root.
Stop the swagentd daemon: # /sbin/init.d/swagentd stop.
Verify that swagentd has stopped: # ps -ef | grep swagentd.
Change directory to /var/adm/sw: # cd /var/adm/sw.
Move the directory /var/adm/sw/security and its contents: # mv security security.orig.
Copy the security directory from /usr/newconfig: # cp -Rp /usr/newconfig/var/adm/sw/security security.
Start the swagentd daemon: # /sbin/init.d/swagentd start.
Verify that swagentd has started: # ps -ef | grep swagentd.
## Check whether swinstall works or not.
4. If all the above procedure didn't help, try by exporting the below
#export SDU_DEBUG_DISABLE_SERVER_LOCALAUTH=1
#swinstall -s /home/sw/HP_UX_11.31_HPUXWS24ATW-B508-11-31-64.depot
Of course, these errors may actually be a function of a non-root user
attempting to execute swinstall or some other Software Distributor
command.
Best regards
Manjunath Navada
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 09:32 PM
10-18-2019 09:32 PM
Re: swinstall error
You might try bypassing the menu by adding \* like this:
# swinstall -s /home/sw/HP_UX_11.31_HPUXWS24ATW-B508-11-31-64.depot \*
Bill Hassell, sysadmin