To modify the server name, follow these steps:
Step 1: modify "Alternative access ing" in the sharepoint3.0 Management Center ":
1. Go to the SharePoint Management Center
2. Select the "operations" tab.
3. Click "Alternative access ing ".
4. Change the access ing link to the URL using the new server name.
Step 2: Use the renameserver option in the stsadm command:
1. Enter the command line interface (Start Menu ---> RUN ---> cmd ---> press Enter)
2. Go to the directory: C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ bin.
3. Run the following command:
Stsadm-O renameserver-newservername <newname>-oldservername <oldname>
Step 3: Modify the name on the server
1. Right-click my computer and choose Properties"
2. Select "modify" in "computer name"
3. enter a new server name and restart the server.
If "some or all of the Identity references cannot be converted" occurs in Moss, use the following command to update the verification information:
Stsadm.exe-O updatefarmcredentials-userlogin domain \ admin-Password pass
Solution to unavailable search:
1. Go to the management center and share the service
Change "business data directory permissions"
2. Change "Search configuration"
3. "ApplicationProgramManage "-" content database"
4. Management Center> operations> services on the server> Office Sharepoint Server search service settings
Use this server to index content
To use this server to provide search and query services to change the server password, follow these steps: 1. Update the account password through the application pool of the Management Center:
A) Open the command line window on all servers in the service farm, enter the following command, and press Enter:
Cd % commonprogramfiles % \ microsoft shared \ Web Server Extensions \ 12 \ bin
B) on the server where the Management Center website is created, enter the following command and press Enter:
Stsadm-O updatefarmcredentials-userlogin domainname \ USERNAME-Password newpassword
C) on all servers in the service farm, enter the following command and press Enter:
Stsadm-O updatefarmcredentials-userlogin domainname \ USERNAME-Password newpassword-Local
D) restart the IIS server:
Iisreset/noforce
2. Check the task plans in moss or WSS to make sure that the application pool authentication deployment tasks of the Management Center are no longer displayed.
A) Open the Management Center website, select operation, and select work task definition under global configuration]
B) Make sure that the application pool authentication deployment task is not displayed in the list (this indicates that the task has been completed)
3. Update the application pool account password of the application pool in the service farm:
A) Open the command line window on all servers in the service farm, enter the following command, and press Enter:
Stsadm-O updateaccountpassword-userlogin domainname \ USERNAME-Password newpassword-noadmin
4. Update the password for running the SharePoint help service account:
A) Open the command line window on all servers in the service farm, enter the following command, and press Enter:
Stsadm.exe-O spsearch-farmserviceaccount domainname \ USERNAME-farmservicepassword newpassword
5. Update the default access account password for Sharepoint help service:
A) Open the command line window on all servers in the service farm, enter the following command, and press Enter:
Stsadm.exe-O spsearch-farmcontentaccessaccount domainname \ USERNAME-farmcontentaccesspassword newpassword
6. For Sharepoint Server 2007, perform the following operations:
A) update the passwords of all shared service accounts in the server farm. In the server farm, open the command line window, enter the following command, and press Enter:
Stsadm.exe-O editssp-title sharedservicesprovidername-ssplogin domainname \ USERNAME-ssppassword newpassword
B) Update the password of the Office Sharepoint Server search service account, open the command line window, enter the following command and press Enter ::
Stsadm.exe-O osearch-farmserviceaccount domainname \ USERNAME-farmservicepassword newpassword
C) if the service site is set to single sign-on, you need to update the Single Sign-On password:
I. Open the Management Center website and select Service Account under Security Configuration]
Ii. Select the Single Sign-On service under [Windows Service]
Iii. Change the password and click OK.
D) Update the default access account password of the Office Sharepoint Server Search Service:
I. Open the Management Center website and click Sharing Services to provide web applications.
Ii. Select search settings under search, and click default content to access the account
Iii. Change the password and click OK.