Extendvsinwebfarm: Stsadm operation (Office SharePoint Server)
Applies To: Office SharePoint Server 2007
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Topic Last Modified: 2015-03-09
Operation name: Extendvsinwebfarm
Description
Extend a Windows SharePoint Services 3.0 Web application for use in a server farm. This operation does not create a new content database, but allows you to connect to an existing virtual server when the vsname parameter is used and use the same content database.
Important
The account that you use to run the Stsadm command-line tool must be a member of the Administrators group on the local computer. Because this operation affects a content or configuration database, you must also be a member of the following fixed server roles in SQL Server: dbcreator.
Syntax
stsadm -o extendvsinwebfarm
** -url <URL name>**
** -vsname <Web application name>**
**\[-exclusivelyusentlm\]**
**\[-apidname \<application pool name\>\]**
**\[-apidtype {configurableID | NetworkService}\]**
**\[-apidlogin\] \<domain\\name\>\]**
**\[-apidpwd \<application pool password\>\]**
**\[-allowanonymous\]**
Parameters
Parameter name and (short form) | Value | Required? | Description |
---|---|---|---|
url |
A valid URL name, such as http://server_name |
Yes |
The name of the Web application. |
vsname |
A valid name such as, "My Web application" |
Yes |
The text name of the Web application. |
exclusivelyusentlm |
<none> |
No |
Specifies to exclusively use NTLM authentication instead of Negotiate (Kerberos). Kerberos requires the application pool account to be a network service that is configured by the domain administrator. NTLM authentication works with any application pool account and the default domain configuration. |
apidname |
A valid application pool name, such as "Test1" |
No |
The application pool ID. The application pool defines the account and credentials that are used by the Web application. |
apidtype |
One of the following types:
|
No |
The identity type to use for the application pool. Note You cannot use the same application pool that you used for the Windows SharePoint Services 2.0. |
apidlogin (apl) |
A valid user name in the form domain\username |
No |
The user name to use for running processes in the application pool. This parameter must be a Windows user name, and must be qualified with a domain name. |
apidpwd |
A valid Windows password to the application pool |
No |
The password that is used in conjunction with the apidlogin parameter. |
allowanonymous |
<none> |
No |
Specifies the default state for anonymous access during virtual server provisioning. The default setting is off, regardless of the current IIS setting. The administrator needs to explicitly turn on anonymous access. IIS anonymous access must be on for pluggable authentication. Anonymous requests must make it through IIS to get to the ASP.NET authentication system. There is no anonymous access choice when provisioning with forms-based authentication. Note Allowing anonymous access in IIS does not automatically make all Microsoft Office SharePoint Server 2007 sites anonymously accessible. There is Web-level anonymous access control as well, which is also off by default. However, disabling anonymous access in IIS does disable anonymous access to all Office SharePoint Server 2007 sites on the Web application because IIS rejects the request before code even runs. |