- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swlist -l bundle gives 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
11-19-2008 06:04 AM
11-19-2008 06:04 AM
swlist -l bundle gives error
I am trying to find out what packages are installed on the HPUX B.11.31 box.
I am using the following command:
#swlist -l bundle
However I am getting the following error.
# Initializing...
# Contacting target "epc-cr-h"...
WARNING: An attempt to get the network host entry for "epc-cr-h"
failed. This may result in denial of access to users and
agents at this host. Check the spelling of this name, then
your "/etc/hosts" file, or your "/etc/resolv.conf" file and
DNS resolver configuration. The nslookup program may be
helpful in isolating this problem.
ERROR: Internal error. Security check failed unexpectedly. This
error occurred in function "idam_LocateLocalFile", source file
"id.c", line 4754. Please give this information to your
Hewlett-Packard support contact.
ERROR: "epc-cr-h:/": You do not have permission for this operation.
The depot owner, system administrator, or alternate root owner
may need to use the "swreg" or "swacl" command to give you
permission. Or, to manage applications designed and packaged
for nonprivileged mode, see the "run_as_superuser" option in
the "sd" man page.
I tried running swreg and swacl command but gives similar errors. Please Help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 06:16 AM
11-19-2008 06:16 AM
Re: swlist -l bundle gives error
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 06:20 AM
11-19-2008 06:20 AM
Re: swlist -l bundle gives error
Are you running this as root?
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
11-19-2008 07:29 AM
11-19-2008 07:29 AM
Re: swlist -l bundle gives error
/usr/sbin/swagentd -r
if not, start it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 08:25 AM
11-19-2008 08:25 AM
Re: swlist -l bundle gives error
As it says:
WARNING: An attempt to get the network host entry for "epc-cr-h"
failed.
fix your /etc/host or DNS to resolve the hostname epc-cr-h
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 10:22 PM
11-19-2008 10:22 PM
Re: swlist -l bundle gives error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2008 10:29 PM
11-19-2008 10:29 PM
Re: swlist -l bundle gives error
Can please check nsswitch.conf file
more /etc/nsswitch.conf
looks to me that would be case of this problem
also please compare the nsswitch.conf file with any other server,
please the below example file of My "nsswitch.conf " file
Example:-
========
passwd: files
group: files
hosts: files dns
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2008 12:44 AM
11-20-2008 12:44 AM
Re: swlist -l bundle gives error
originally it was:
hosts: dns [NOTFOUND=return] nis [NOTFOUND=return] files
I changed it to:
hosts: files dns [NOTFOUND=return] nis [NOTFOUND=return]
That did it. Thanks everybody! Especially Johnson.