- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install sdk13_13109_1100.depot
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-10-2005 02:04 PM
02-10-2005 02:04 PM
install sdk13_13109_1100.depot
when i run
swinstall -s /tmp/sdk13_13109_1100.depot
there is an error "oasis:/tmp/sdk13_13109_1100.depot": 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.
I run with root user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 02:13 PM
02-10-2005 02:13 PM
Re: install sdk13_13109_1100.depot
On one host I got the same error as You did and searched for a very long time until I figured that with the upstream nameservers I set the resolver to use, a connect to swagentd would come not from my.hostname.net but from the bare ip address which was not allowed to access the daemon.
quick resolution: check Your /etc/hosts for the localhost and host entries and temporarily move away /etc/resolv.conf - unless something depends on it too much to stop it for 5 minuntes.
In that case see the nsswitch.conf man page or look at my settings below - I found them to work without any further tuning.
in nsswitch.conf:
hosts: files dns
in /etc/hosts:
127.0.0.1 localhost loopback
ip_address snowwhite
good luck,
florian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 02:49 PM
02-10-2005 02:49 PM
Re: install sdk13_13109_1100.depot
reboot the swagent daemon
/sbin/init.d/swagentd stop
/dbin/init.d/swagentd start
and by id command make sure that your uid is 0 (root) and group is sys
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 06:19 PM
02-10-2005 06:19 PM
Re: install sdk13_13109_1100.depot
there must be something wrong with the access control.
in the meanwhile you can try to run swinstall independently
i.e.
swinstall
then specify "/tmp/sdk13_13109_1100.depot" as the "Source Depot Path"
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 01:23 AM
02-11-2005 01:23 AM
Re: install sdk13_13109_1100.depot
the solution is to reboot the swagent daemon.
best regards,
piyut