vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm trying to install Software on HP-UX 11. Following error occurs using swinstall:- "hpdev2:/": This target or source is already in use either within this same session or by another session. A read or write lock was denied. Please help me understand the error and install the software. Regards Sunil |
| |||
| Just kill swagentd and restart and you should be ok. "sunil" <s_k_mishra69@yahoo.co.in> wrote in message news:56e3783c.0409220236.42e1acb1@posting.google.c om... > Hi, > > I'm trying to install Software on HP-UX 11. Following error occurs > using swinstall:- > > "hpdev2:/": This target or source is already in use either within > this same session or by another session. A read or write lock was > denied. > > Please help me understand the error and install the software. > > Regards > Sunil |
| |||
| 1. Quit your current swinstall session. 2. Get the output from "ps -ef | grep swagent", you will see (hopefully) one swagentd and a possibly some swagent processes. 3. If there are any swagent processes, kill them 4. Stop swagentd with "/sbin/init.d/swagentd stop" 5. Remove the file "/var/adm/sw/products/swlock", if it exists. 6. Restart swagentd with "/sbin/init.d/swagentd start" Jimbo sunil wrote: > Hi, > > I'm trying to install Software on HP-UX 11. Following error occurs > using swinstall:- > > "hpdev2:/": This target or source is already in use either within > this same session or by another session. A read or write lock was > denied. > > Please help me understand the error and install the software. > > Regards > Sunil |
| |||
| Thank you very much "BB", it worked perfectly. "BB" <ccc@caraudio.com> wrote in message news:<Iyd4d.37134$RTE1.3702@news01.bloor.is.net.ca ble.rogers.com>... > Just kill swagentd and restart and you should be ok. > > > "sunil" <s_k_mishra69@yahoo.co.in> wrote in message > news:56e3783c.0409220236.42e1acb1@posting.google.c om... > > Hi, > > > > I'm trying to install Software on HP-UX 11. Following error occurs > > using swinstall:- > > > > "hpdev2:/": This target or source is already in use either within > > this same session or by another session. A read or write lock was > > denied. > > > > Please help me understand the error and install the software. > > > > Regards > > Sunil |
| ||||
| Thank you very much Jim, it worked perfectly well. Sunil Jim Marsden <jim@youll.be.lucky.hp.com> wrote in message news:<41518cff$0$22746$db0fefd9@news.zen.co.uk>... > 1. Quit your current swinstall session. > > 2. Get the output from "ps -ef | grep swagent", you will see (hopefully) > one swagentd and a possibly some swagent processes. > > 3. If there are any swagent processes, kill them > > 4. Stop swagentd with "/sbin/init.d/swagentd stop" > > 5. Remove the file "/var/adm/sw/products/swlock", if it exists. > > 6. Restart swagentd with "/sbin/init.d/swagentd start" > > > Jimbo > > > sunil wrote: > > Hi, > > > > I'm trying to install Software on HP-UX 11. Following error occurs > > using swinstall:- > > > > "hpdev2:/": This target or source is already in use either within > > this same session or by another session. A read or write lock was > > denied. > > > > Please help me understand the error and install the software. > > > > Regards > > Sunil |