How to load a workspace if it's already owned by a daemon?
![](http://jazz.net/_images/myphoto/775b0482941612adc0bf11f72a760156.jpg)
Hi,
I'm getting the following error message when trying to load a worksplace using lscm load command
"Sandbox /root/workspace/MyWorkspace is already owned by daemon running on port 34921"
How can I stop that process and load the workspace? I've tried the following command, but I end up with another error message saying "unknown subcommand demon"
lscm demon stop -p 34921
I'm getting the following error message when trying to load a worksplace using lscm load command
"Sandbox /root/workspace/MyWorkspace is already owned by daemon running on port 34921"
How can I stop that process and load the workspace? I've tried the following command, but I end up with another error message saying "unknown subcommand demon"
lscm demon stop -p 34921
2 answers
![](http://jazz.net/_images/myphoto/775b0482941612adc0bf11f72a760156.jpg)
Hi Parvez,
You can use "scm daemon stop -p 34921".
You can use "scm daemon stop -p 34921".
Comments
![](http://jazz.net/_images/myphoto/775b0482941612adc0bf11f72a760156.jpg)
Thank you Lily for your reply. I've already tried that scm command but unfortunately that didn't work either. I can't seem to execute scm commands. Get error saying "scm: not found"
I had also tried the following commands, but all of them returns the error about unknown subcommand daemon or demon
lscm demon stop -p 34921
lscm demon stop -a
lscm daemon stop - p 34921
lscm daemon stop -a
![](http://jazz.net/_images/myphoto/5df13b2874c31629c2b7a3ef79b9279c.jpg)
'lscm' doesn't know how to run daemon start/stop subcommands. You have to call 'scm' to perform those actions.
The "scm: not found" error suggests that 'scm' isn't in your path.