- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
08-03-2000 05:02 AM
08-03-2000 05:02 AM
"You do not have the required permissions to perform this SD operation. Please check to see that you have the required permissions using swacl command ......... "
What do I need to do in order to remedy this problem?
Thank you.
LKp
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 05:07 AM
08-03-2000 05:07 AM
Re: swinstall
I suggest checking the man pages for 'swacl'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 05:12 AM
08-03-2000 05:12 AM
Solutionchanged since the swagentd daemon was started. This daemon is started when the
system is booted. The daemon can be restarted with this command:
/usr/sbin/swagentd -r
This daemon reads the network configuration of the system as the daemon is
started. If the configuration changes, the daemon needs to reread this
configuration so that it can properly perform SD-UX functions. This can even
occur if the network is not completely stable when the daemon is started during
bootup, ie. some network operations require extra time to complete. The error
occurs because swagentd believes the intent is to try pushing software
out to a remote host, a procedure that is not permitted with the bundled version
of Software Distributor." from document #KBRC00000297
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 05:13 AM
08-03-2000 05:13 AM
Re: swinstall
Check that /etc/hosts contains the next strings:
127.0.0.1 localhost loopback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 07:49 PM
08-03-2000 07:49 PM
Re: swinstall
Check that your hostname is resolved correctly either by hosts or by DNS (if it is being used).
Check /etc/nsswitch.conf file for hostname resolution order.
Try till
# nslookup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2000 11:22 PM
08-03-2000 11:22 PM
Re: swinstall
At first, find PID of swagentd.
# ps -ef | grep swagentd
And then, kill the PID
# kill -9 "the PID"
And restart the daemon.
#/usr/sbin/swagentd -r
or
#/sbin/init.d/swagentd start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2000 05:18 AM
08-04-2000 05:18 AM
Re: swinstall
And of course if you noted a problem on the first step here...you will need to address based on the outcome.
Just a couple thoughts,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2000 10:07 AM
08-04-2000 10:07 AM
Re: swinstall
./S810mwa stop CR>. Next check the /var/adm/sw/security directory. It should have permissions of 755. The ACL and local files inside the directory should have permissions of 444. This may help your swinstall problem.