- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swintall error
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-09-2000 02:00 PM
08-09-2000 02:00 PM
I crashed the swinstall the first time (it froze during analysis) and now when I try to install it, I get the following error and I can't get past it.
"hp9000:/": This target or source is already in use either within this same session or by another session. A read or write lock was denied.
Suggestions?
--Scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 02:10 PM
08-09-2000 02:10 PM
Re: swintall error
/sbin/init.d/swagentd stop
ps -ef | grep swagent
do you have measureware running?
mwa status
if so, there's a problem between swinstall & mwa.
mwa stop
restart swagentd
/sbin/init.d/swagentd start
swinstall &
after you're done with install, can restart mwa "mwa start"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 02:12 PM
08-09-2000 02:12 PM
Re: swintall error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 02:14 PM
08-09-2000 02:14 PM
Re: swintall error
/sbin/init.d/swagentd stop
ps -ef | grep swagent
do you have measureware running?
mwa status
if so, there's a problem between swinstall & mwa.
mwa stop
restart swagentd
/sbin/init.d/swagentd start
swinstall &
after you're done with install, can restart mwa "mwa start"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 02:14 PM
08-09-2000 02:14 PM
Solutionfrequently a lock file. First use ps -ef |grep sw and make sure there are swinstall,
swcopy etc processes running, if there are, kill them, if not check for a lock file
under /var/adm/sw/products/swlock and remove it.
Stacey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2000 03:21 PM
08-09-2000 03:21 PM
Re: swintall error
To stop this run command "mwa stop".
Also make sure the swinstall lock file /var/adm/sw/products/swlock does not exists. Finally make sure there are no other swinstall process are running. When it crashed, it might have left some process still active on the system. You may have to kill these process. use "/sbin/init.d/swagentd stop" command to stop and "/sbin/init.d/swagentd start" to start the swagent again.