- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swacl error (and swinstall)
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-23-2002 06:37 PM
10-23-2002 06:37 PM
When I run it, and try to select a target path it always responds with the following error:
"reliant:": 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.
When I run swacl -l host, I get the following error:
# swacl -l host
#
# swacl Host Access Control List
#
# For host: reliant
#
# Date: Wed Oct 23 22:40:30 2002
#
ERROR: An unexpected error occurred while performing the requested
operation on the "host" ACL at "reliant:/". This is probably
the result of a failed Remote Procedure Call to a daemon, a
failure in the SD ACL manager, or the improper removal of the
ACL. If this problem persists, contact your system
administrator.
#
Suggestions??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 06:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 07:24 PM
10-23-2002 07:24 PM
Re: swacl error (and swinstall)
2. nslookup your_ip_address
3. /sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
There is some problem with the name resolution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 10:44 PM
10-23-2002 10:44 PM
Re: swacl error (and swinstall)
Do this,
Kill rpcd daemon and start it again.
#rpcd
Then
#/sbin/init.d/swagentd stop
#/sbin/init.d/swagentd start
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 02:28 AM
10-24-2002 02:28 AM
Re: swacl error (and swinstall)
It is working now. Stopping and restarting the daemon fixed it.
Here are the results of your suggestions:
# rpcd
# /sbin/init.d/swagentd stop
The swagentd daemon is stopped.
# /sbin/init.d/swagentd start
Running /usr/lib/sw/mx/configure to reset hostname.
#
# nslookup reliant
Using /etc/hosts on: reliant
looking up FILES
Name: reliant
Address: 192.168.1.10
# nslookup 192.168.1.10
Using /etc/hosts on: reliant
looking up FILES
Name: reliant
Address: 192.168.1.10
I am not completely sure why it needed to reconfigure hostname.