Jerome
Guest
|
Posted:
Fri Jan 07, 2005 2:23 am Post subject:
Need help with UNREGSPN command |
|
|
hello,
I'm getting the following error when I attempt to activate a server.
[0xC3EC7821] Server is associated with one or more invalid SPNs. Use LcsCmd
with the /unregspn switch if you would like to unregister already registered
SPNs.
i want to run this command against my server yet i don't understand what the
format should be.
???? lcscmd.exe /unregspn: /server:myserver.mydomain.com
this doesn't work. What am imissing, Appreciate any help.
unregspn[:{0|1|true|false}]
The /unregspn switch specifies whether to unregister existing Service
Principal Names (SPNs), if any, for an activated server during reactivation.
This parameter applies to actions in the server context and is optional.
This parameter is normally specified with just /unregspn to indicate that
any existing SPNs should be unregistered. Omitting /unregspn leaves existing
SPNs unregistered, if any. |
|
Bulent Elmaci [MS]
Guest
|
Posted:
Fri Jan 07, 2005 2:30 am Post subject:
Re: Need help with UNREGSPN command |
|
|
Please take a look at
http://www.microsoft.com/downloads/details.aspx?FamilyId=A39732DB-156F-4A53-98B1-FF3AB697F1FC&displaylang=en
for usage details on LcsCmd. Syntax and examples below:
Activate Standard Edition Server or Proxy Server (syntax):
LcsCmd.exe /server[:<server FQDN>] /action:Activate /role:< SE | Proxy >
[/user:<service account name>] /password:<pw> [/archserver:<archiving
service server name> /nostart /unregspn /queuename:<name of queue on the
Archiving Service>]
example:
LcsCmd.exe /server /action:Activate /role:SE /user:<service account name>
/password:<pw> /unregspn
Activate Enterprise Edition Server (syntax):
LcsCmd.exe /server[:<server FQDN>] /action:Activate /role:EE [/user:<service
account name>] /password:<pw> /poolname:<name of Enterprise Pool to join>
[/archserver:<archiving service server name> /nostart /unregspn
/queuename:<name of queue on the Archiving Service>]
example:
LcsCmd.exe /server /action:Activate /role:EE /user:<service account name>
/password:<pw> /poolname:<name of Enterprise Pool to join> /unregspn
--
Thanks,
~Bulent
This posting is provided AS IS with no warranties, and confers no rights.
Please do not send e-mails to the sender directly; use the group address
instead.
"Jerome" <JeromePeterson> wrote in message
news:%23JLZ70C9EHA.1300@TK2MSFTNGP14.phx.gbl...
| Quote: | hello,
I'm getting the following error when I attempt to activate a server.
[0xC3EC7821] Server is associated with one or more invalid SPNs. Use
LcsCmd
with the /unregspn switch if you would like to unregister already
registered
SPNs.
i want to run this command against my server yet i don't understand what
the
format should be.
???? lcscmd.exe /unregspn: /server:myserver.mydomain.com
this doesn't work. What am imissing, Appreciate any help.
unregspn[:{0|1|true|false}]
The /unregspn switch specifies whether to unregister existing Service
Principal Names (SPNs), if any, for an activated server during
reactivation.
This parameter applies to actions in the server context and is optional.
This parameter is normally specified with just /unregspn to indicate that
any existing SPNs should be unregistered. Omitting /unregspn leaves
existing
SPNs unregistered, if any.
|
|
|