- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Install problem
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
12-06-2004 11:49 PM
12-06-2004 11:49 PM
Install problem
i'm trying to install a new software package (ArcServer client) on HP-UX 11.23. After starting the install script i'm running into following error (log-file):
======= 12/07/04 13:40:03 MET BEGIN swinstall SESSION
(non-interactive) (jobid=(hostname)-0047)
* Session started for user "root@hostname".
* Beginning Selection
* Target connection succeeded for "hostname:/".
ERROR: "hostname:/var/tmp/BrightStor19106/tmppkg.d": You do not have
the required permissions to perform this operation. 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.
* Source connection failed for
"ES301MIT:/var/tmp/BrightStor19106/tmppkg.d".
WARNING: More information may be found in the daemon logfile on this
target (default location is
ES301MIT:/var/adm/sw/swagentd.log).
* Selection had errors.
Any ideas? Thanks in advance for your help.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 11:55 PM
12-06-2004 11:55 PM
Re: Install problem
1. check if you have correct hostname.
2. # hostname and /etc/hosts gives you same name
3. check if you have copy of inetd.conf file in /etc if yes then remove that file.
Hope that helps,
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 12:15 AM
12-07-2004 12:15 AM
Re: Install problem
/sbin/init.d/swagent stop
/sbin/init.d/swagent start
Then try swinstall again.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 01:00 AM
12-07-2004 01:00 AM
Re: Install problem
If it is a directory, have you registered it using "swreg -l depot" ?
Other thing (for a directory) : As mentionned, try to use swacl. What is output of "swacl -l depot @ /path/to/depot" ?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 09:22 PM
12-07-2004 09:22 PM
Re: Install problem
thanks for your help it's working now.
The solution was the restarting of swagentd.
After the switch the machine was not rebooted.
Thanks to all.
Regards