- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with 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
09-21-2002 01:18 PM
09-21-2002 01:18 PM
Problem with swinstall
---------------------------
"host1:/opt/tmp/mysoftware.depot": You do not have the required
permissions to perform this SD operation. Please check to see that you
have the required permissions using the "swacl" command or see
your system administrator for assistance.
-----------------------------
and I try to run
#swacl -l depot
it show the message
----------------------------
ERROR: You are not authorized to perform the requested operation on
the "depot" ACL at "host1:/var/spool/sw". Depending on
whether you are attempting to list or modify the ACL, you do
not have the required "test" or "control" permission,
respectively. (Use the "id" command to find out the identity
information used by SD to determine your access permissions.)
---------------------------
How can I fix the problem?
I login as root account.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2002 02:16 PM
09-21-2002 02:16 PM
Re: Problem with swinstall
-Andy Chauhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2002 11:27 PM
09-21-2002 11:27 PM
Re: Problem with swinstall
But I never make change the host name, and it can work on last week. but now it not.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 03:13 PM
09-22-2002 03:13 PM
Re: Problem with swinstall
Try it this way:
swinstall -s /tmp/mysoftware.depot \*
If you still have problems with 'swacl' messages have a look at this posting.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x500f237a4bc6d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 03:58 PM
09-22-2002 03:58 PM
Re: Problem with swinstall
this is a flat file listing of sw permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:58 AM
09-23-2002 11:58 AM
Re: Problem with swinstall
swlist -d @ /tmp/mysoftware.depot
Look at the permission sof your host:
swacl -l host
Check the depots on your system:
swlist -l depot
Look at the list of products in your depot:
swlist -l product -d @ /tmp/mysoftware.depot
Are you able to run swlist?
Are you installing the software locally or on a remote system?
These errors can be caused by confusion within the Software Distributor, which can usually be cleared up by following these instructions:
Login as root
Move the directory /var/adm/sw/security and its contents to /var/adm/sw/security.old
mv /var/adm/sw/security /var/adm/sw/security.old
Make an new /var/adm/sw/security directory
mkdir /var/adm/sw/security
Change the owner of the /var/adm/sw/security directory
chown bin:bin security
Change the mode of the /var/adm/sw/security directory
chmod 755 security
Stop the swagentd daemon.
/sbin/init.d/swagentd stop
NOTE: Execute this command on both local and remote machines, if applicable.
Restart the swagentd daemon.
/sbin/init.d/swagentd start
Regards,
Tracy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 06:34 AM
09-25-2002 06:34 AM
Re: Problem with swinstall
# swagentd -r
To restart the swagent daemon...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2002 06:46 AM
09-25-2002 06:46 AM
Re: Problem with swinstall
# swreg -l depot /tmp/mysoftware.depot