- 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
07-02-2003 06:14 AM
07-02-2003 06:14 AM
I try to install some sw-packages. swinstall returns following error when selecting the target:
"vwsapuwk:/": This target or source is already in use either within this same session or by another session. A read or write lock was denied.
I probably stopped (ctrl-c) the last installsession. I believe somewhere there is a "lock-file" which now keeps something locked.
My question is : Does somebody know whether the above is true, and which file the lock-file is,(so I can remove it)?
If you need any more information, don't hesitate to ask for more information.
Best Ragards
Martijn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:22 AM
07-02-2003 06:22 AM
Re: swinstall
Restarting the daemon almost always fixes these kind of problems.
The swagent log will also have an erorr message with the exact location of the lock file.
Lastly:
ps -ef | grep swinstall
Make sure all those processes are really dead and not trying to finish on auto pilot.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:22 AM
07-02-2003 06:22 AM
Re: swinstall
Try stopping and restarting the swagentd:
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:27 AM
07-02-2003 06:27 AM
Re: swinstall
0) Exit any swinstall sessions
1) cd /sbin/init.d
2) ./swagentd stop
./swagentd start
You should be good to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:28 AM
07-02-2003 06:28 AM
SolutionRestarting the swagentd will be the solution.
During the analysis phase swinstall tries to get a read lock. If not then the analysis phase fails.
check for /var/adm/sw/products/swlock.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:29 AM
07-02-2003 06:29 AM
Re: swinstall
If no other swinstall /swremove is running then you will only see swagentd -r process.
If you see any othe process with sw then kill it and restart swagent agent the way it mentioned above post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:30 AM
07-02-2003 06:30 AM
Re: swinstall
var/adm/sw/products/swlock
/var/spool/sw/catalog/swlock
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 07:09 AM
07-02-2003 07:09 AM
Re: swinstall
I'm amazed by the speed you HP-guys react.
(I'm mainly working on AIX :-) )
tnx.
Martijn Bos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 07:23 AM
07-02-2003 07:23 AM
Re: swinstall
thx