Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

smc -stop

Updated: 21 May 2010 | 9 comments
vkit's picture
0 0 Votes
Login to vote
Does anyone now why when you type at the run prompt smc -stop it does not work with Vista?  Works fine in Windows XP



Message Edited by vkit on 04-22-2008 11:41 AM

Comments

Paul Murgatroyd's picture
22
Apr
2008
0 Votes 0
Login to vote

I think UAC prevents it, unless you have admin privileges

Paul Murgatroyd
Principal Product Manager, Symantec Endpoint Protection
Endpoint twitter feed: http://twitter.com/symc_endpoint

vkit's picture
22
Apr
2008
0 Votes 0
Login to vote

UAC is turned on but with auto accepting with admin privileges.  GPO
Dennis2's picture
29
Apr
2008
1 Vote +1
Login to vote

Hi yeah I have the same problem. I tried the SylinkDrop.exe but it didnt work returing a message that it was also unable to stop the SMC service.

I disabled UAC and tried to manually stop the SMC service but was unable to.
These instructions worked fine with my XP machine http://service1.symantec.com/SUPPORT/ent-security....

I even used a batch file as below.
c:
cd \"Program Files"\Symantec\"Symantec Endpoint Protection"\ 
Smc -stop
copy \\<machinename>\SylinkUpdates\AU_WKS_MEL\Sylink.xml C:\"Program Files"\"Symantec"\"Symantec Endpoint Protection"
Smc -import sylink.xml
Smc -start

The only way I was able to change my Vista machine from unmanged to managed was to:
1. go into services and disable it,
2. then go to task manager and end the process on SCM.exe.
3. I copied the sylink.xml manually and ran the Smc -import sylink.xml
4. changed the service back to automatic and started it.
The machine then appeared in my SEPM in the temporary group.

We will have 50 unmanaged machines comming onto our network very soon and need to be able to automate the process.

Any ideas?

figo's picture
29
Apr
2008
1 Vote +1
Login to vote

if you works on Vista, try this
run "CMD" as administrator, accept the request from UAC
then CD C:\Porgram Files\Symantec\Symantec Endpoint Protection
then smc -stop

smc -start in the same way.

it should works

Dennis2's picture
29
Apr
2008
0 Votes 0
Login to vote

Hi figo, thanks for that but I need to be able to deploy this to a large number of unmanaged machines. We wont be able to do this machine by machine.
 
 
pbogu's picture
30
Apr
2008
0 Votes 0
Login to vote

use psexec to run command as an admin

Eduardo Menegalli Nazato's picture
23
Jul
2008
0 Votes 0
Login to vote

I'll use the same topic to ask: what exaclty does smc-stop do?

 

I mean, after exceuting it, I see that some services are still running...

David-Z's picture
23
Jul
2008
0 Votes 0
Login to vote

Smc -stop stops the Symantec Management Client service. This is useful in case you need to replace a sylink.xml file on a workstation.

 

Hope that helps!

Eduardo Menegalli Nazato's picture
24
Jul
2008
0 Votes 0
Login to vote

Thanks David.

But I'd like to know each action executed by this command (services stopped, processess killed...)