- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
05-09-2002 09:07 PM
05-09-2002 09:07 PM
Keeps telling me I don't have permissions. Please help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 09:20 PM
05-09-2002 09:20 PM
SolutionThere are 3 things that could be wrong, where I
seen documentation like this:
1. Make sure that 'swacl' has permissions for the root user
2. Stop and restart the swagent daemon.
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
3. The /var/spool/sw directory is missing
Or have a look at this posting:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5ed6c96588ad4118fef0090279cd0f9,00.html
Cheers
~Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 09:20 PM
05-09-2002 09:20 PM
Re: swinstall
File permission should be like this:
do
#ll /usr/sbin/swinstall
-r-sr-xr-x 11 root bin 1830912 Apr 18 2000 /usr/sbin/swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 09:22 PM
05-09-2002 09:22 PM
Re: swinstall
Do a /usr/sbin/swagentd -r
or do a
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
This error is frequently received if the network configuration has been
changed since the swagentd daemon was started.So a restart should solve it.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 09:32 PM
05-09-2002 09:32 PM
Re: swinstall
1) Run
# swacl -l root
2) /etc/passwd got no duplicate entries for root.
3) /etc/host got to have "loopback" and also make sure no incorrect entries.
4) Check DNS ..
# nslookup
5) Check umask.
# umask
6) Check /var, make sure it's not full.
If all the above is ok, just restart swagentd and usually it'll fix it.
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 09:36 PM
05-09-2002 09:36 PM
Re: swinstall
/usr/lib/sw/sys.defaults
/var/adm/sw/defaults
Check the above files for
any restriction.
# /sbin/init.d/swagentd stop
# /sbin/init.d/swagentd start
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 09:42 PM
05-09-2002 09:42 PM
Re: swinstall
Are you running swinstall as a non root user? Check as root the permissions:
/usr/sbin/swacl -l root
/usr/sbin/swacl -l host
If you can't see the permissions set, run:
swacl -l root -M user:xxx@system_name:a
swacl -l host -M user:xxx@system_name:a
You can find more information about swacl in the manual pages (man swacl)
If you still have problems, please post swagent.log.
Regards,
Mateja