- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ACL Setting
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-09-2006 04:01 AM
11-09-2006 04:01 AM
ACL Setting
"You do not have the required permissions to select this target. Check permissions using the "swacl" command or see you SA for assistance.
How do I set permission on the remote host to allow my server to install software on it?
Please Help...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 05:48 AM
11-09-2006 05:48 AM
Re: ACL Setting
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 06:10 AM
11-09-2006 06:10 AM
Re: ACL Setting
"You do not have the required permissions to select this target. Check permissions using the "swacl" command or see you SA for assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 06:19 AM
11-09-2006 06:19 AM
Re: ACL Setting
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 06:26 AM
11-09-2006 06:26 AM
Re: ACL Setting
hosts: files[NOTFOUND=continue] dns
services: files
protocols: files
networks: files
rpc: files
netgroup: files
aliases: files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 07:45 AM
11-09-2006 07:45 AM
Re: ACL Setting
Try restarting the swagent daemon.
#/usr/sbin/swagentd -r
Regards !
Jijeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 07:48 AM
11-09-2006 07:48 AM
Re: ACL Setting
Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 01:05 AM
11-10-2006 01:05 AM
Re: ACL Setting
The Software Distributor agents may be at different patch levels, try installing the latest SD cumulative patch on each system on its own from a local depot and restart the swagentd on each system and try again .
mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 02:58 AM
11-13-2006 02:58 AM
Re: ACL Setting
$ swacl -l depot @
This should show read permission for
category "any_other": if not edit the ACL file and re-assign it to your patch depot.
$cd
$ vi _ACL
$ swacl -l depot -F "_ACL" @
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 03:21 AM
11-13-2006 03:21 AM
Re: ACL Setting
swacl -l root -M:user@remotesystem:crwit
swacl -l root -M other:r
Anyway this correct the problem.
Thanks you all...