您的位置:首页 > 其它

【杂】How to determine which edition of Exchange Server is installed

2010-03-18 17:04 471 查看
怎样知道你机器上的exchange server安装的版本: (来自微软官方)

Method 1: Examine the Application log

// loadTOCNode(2, 'moreinformation');
// ]]>
This method applies to Exchange Server 5.5, to Exchange 2000 Server, and to Exchange Server 2003.

Exchange Server Standard Edition has a limited information store. Exchange Server Enterprise Edition has an unlimited information store. To distinguish between Exchange Server Standard Edition and Exchange Server Enterprise Edition, examine the Application log after Microsoft Windows is started.

The following event is logged in the Application log when the Microsoft Exchange Information Store service starts on a computer that is running Exchange Server Standard Edition:

Event ID: 1216
Source: MSExchangeIS Private
Type: Information
Category: General
Description: The information store database <database location> has limited storage capacity enabled.

Note In Exchange Server 5.5, the description of event ID 1216 is "Information store with limited storage capacity enabled."

The following event is logged in the Application log when the Microsoft Exchange Information Store service starts on a computer that is running Exchange Server Enterprise Edition:

Event ID: 1217
Source: MSExchangeIS
Type: Information
Category: General
Description: The information store database <database location> has unlimited storage capacity enabled.

Note In Exchange Server 5.5, the description of event ID 1217 is "Information store with unlimited capacity started."



Back to the top

Method 2: Examine the registry information (这个检测方法可以用于自动化处理哦)

// loadTOCNode(2, 'moreinformation');
// ]]>
You can examine the registry information to determine which edition of Exchange is installed. This method applies to Exchange 2000 and to Exchange 2003.

Determine which edition is installed

// loadTOCNode(3, 'moreinformation');
// ]]>

Click Start, click Run, type regedit, and then click OK.

Locate the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Find the appropriate GUID registry subkey in one of the following lists. Verify that the DisplayName in the right pane is Microsoft Exchange 2000 or Microsoft Exchange.

The following subkeys indicate the version of Exchange 2000 that is installed on the computer:

DB20F7FD-67BC-4813-8808-78F63E89EB56: Standard Version Upgrade Package (VUP)

775CF3DA-C007-4709-B4CC-CE2239BE2E03: Standard Full Packaged Product (FPP)

FC6FA539-452D-4a9b-8065-C1FA74B86F83: Standard Evaluation 120 days (EVAL)

D3574E0C-360A-44d5-858C-33323C2D79F2: Enterprise Version Upgrade Package (VUP

F8567801-906B-439b-8D6A-87BDFEC9BA52: Enterprise Product Upgrade Package (PUP)

65D9643D-06E8-47d6-865E-80F4CC9BB879: Enterprise Full Packaged Product (FPP)

8B102332-6052-4af3-ADFA-35A3DED0506A: Enterprise Evaluation 120 days (EVAL)

The following subkeys indicate the version of Exchange 2003 that is installed on the computer:

EAE76D62-2691-4883-8BBB-1F2EE6D370D5: Standard Version Upgrade Package (VUP)

9161A261-6ABE-4668-BBFA-AD06B3F642CF: Standard Full Packaged Product (FPP)

C160866F-DE53-434f-ADF1-CC42ABBF8778: Standard Evaluation 120 days (EVAL)

74F3BB3C-A434-48fa-AAC1-3FC37CD2B0DB: Enterprise Version Upgrade Package (VUP)

7F4210A8-D3B4-480a-835E-D5DAA0D0B157: Enterprise Product Upgrade Package (PUP)

F95DE19F-CF69-4b03-81B6-9EC050D20D3B: Enterprise Full Packaged Product (FPP)

2B8EC4BD-5638-47e2-8817-1A50B38A828D: Enterprise Evaluation 120 days (EVAL)

Note We do not support attempts to change the value of these subkeys. If you change the value of these subkeys, the version or the functionality of the Exchange program that is installed is not changed.

Quit Registry Editor.

Product version summary

// loadTOCNode(3, 'moreinformation');
// ]]>

Full Packaged Product (FPP) This is a complete product that has no limitations.

Version Upgrade Package (VUP) This is an upgrade from an earlier version of the product to the current version of the product. An example of a VUP upgrade is an upgrade from Exchange Server 5.5 Standard Edition to Exchange Server 2003 Standard Edition.

Product Upgrade Package (PUP) This upgrade applies only to a product of the same release. An example of a PUP upgrade is an upgrade from Exchange 2000 Server Standard Edition to Exchange 2000 Server Enterprise Edition.

Evaluation Edition (EVAL) This is the same as the FPP version. However, the EVAL version expires 120 days after it is installed.

Important If you manually uninstall Exchange, the corresponding registry key that is specified in step 3 of the "Method 2: Examine the registry information" section still exists. Additionally, Exchange is represented by Microsoft Exchange version in Add or Remove Programs. If you delete one of the registry keys that are specified in step 3 of the "Method 2: Examine the registry information" section, Microsoft Exchange version is removed from Add or Remove Programs. For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

272601 (http://support.microsoft.com/kb/272601/ ) Information on the Exchange 2000 Server product line
296614 (http://support.microsoft.com/kb/296614/ ) Differences between Exchange 2000 Standard and Enterprise versions


Back to the top

Method 3: Examine the Type attribute

// loadTOCNode(2, 'moreinformation');
// ]]>
Whether an Exchange Server 5.5 information store is unlimited is determined by a new, non-editable directory attribute called Type. The Type attribute is encoded.
Note When the information store reaches the 16-gigabyte (GB) limit on a computer that is running Exchange Server 5.5 Standard Edition, the following event may be logged in the Application log:

Event ID: 1112
Source: MSExchangeIS
Description: The database has reached the maximum allowed size. Attempting to stop the Microsoft Exchange Information Store.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

185457 (http://support.microsoft.com/kb/185457/ ) Information store shuts down; database at maximum size


Back to the top

How to change the Type attribute

// loadTOCNode(2, 'moreinformation');
// ]]>
The Type attribute can be changed only if you run Setup.exe from an Enterprise Edition CD and choose the Reinstall option. Note that you must run SrvRmax.exe if you are using a Select CD. When you run Setup.exe and choose the Reinstall option, the Type attribute is changed in the Dir.edb file to give you an unlimited information store.

Note After you run Setup.exe to reinstall Exchange, you must reapply the last Exchange service pack that you applied before you reinstalled Exchange.

Method 1: Examine the Application log

This method applies to Exchange Server 5.5, to Exchange 2000 Server, and to Exchange Server 2003.

Exchange Server Standard Edition has a limited information store. Exchange Server Enterprise Edition has an unlimited information store. To distinguish between Exchange Server Standard Edition and Exchange Server Enterprise Edition, examine the Application log after Microsoft Windows is started.

The following event is logged in the Application log when the Microsoft Exchange Information Store service starts on a computer that is running Exchange Server Standard Edition:

Event ID: 1216
Source: MSExchangeIS Private
Type: Information
Category: General
Description: The information store database <database location> has limited storage capacity enabled.

Note In Exchange Server 5.5, the description of event ID 1216 is "Information store with limited storage capacity enabled."

The following event is logged in the Application log when the Microsoft Exchange Information Store service starts on a computer that is running Exchange Server Enterprise Edition:

Event ID: 1217
Source: MSExchangeIS
Type: Information
Category: General
Description: The information store database <database location> has unlimited storage capacity enabled.

Note In Exchange Server 5.5, the description of event ID 1217 is "Information store with unlimited capacity started."



Back to the top

Method 2: Examine the registry information

You can examine the registry information to determine which edition of Exchange is installed. This method applies to Exchange 2000 and to Exchange 2003.

Determine which edition is installed

Click Start, click Run, type regedit, and then click OK.

Locate the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Find the appropriate GUID registry subkey in one of the following lists. Verify that the DisplayName in the right pane is Microsoft Exchange 2000 or Microsoft Exchange.

The following subkeys indicate the version of Exchange 2000 that is installed on the computer:

DB20F7FD-67BC-4813-8808-78F63E89EB56: Standard Version Upgrade Package (VUP)

775CF3DA-C007-4709-B4CC-CE2239BE2E03: Standard Full Packaged Product (FPP)

FC6FA539-452D-4a9b-8065-C1FA74B86F83: Standard Evaluation 120 days (EVAL)

D3574E0C-360A-44d5-858C-33323C2D79F2: Enterprise Version Upgrade Package (VUP

F8567801-906B-439b-8D6A-87BDFEC9BA52: Enterprise Product Upgrade Package (PUP)

65D9643D-06E8-47d6-865E-80F4CC9BB879: Enterprise Full Packaged Product (FPP)

8B102332-6052-4af3-ADFA-35A3DED0506A: Enterprise Evaluation 120 days (EVAL)

The following subkeys indicate the version of Exchange 2003 that is installed on the computer:

EAE76D62-2691-4883-8BBB-1F2EE6D370D5: Standard Version Upgrade Package (VUP)

9161A261-6ABE-4668-BBFA-AD06B3F642CF: Standard Full Packaged Product (FPP)

C160866F-DE53-434f-ADF1-CC42ABBF8778: Standard Evaluation 120 days (EVAL)

74F3BB3C-A434-48fa-AAC1-3FC37CD2B0DB: Enterprise Version Upgrade Package (VUP)

7F4210A8-D3B4-480a-835E-D5DAA0D0B157: Enterprise Product Upgrade Package (PUP)

F95DE19F-CF69-4b03-81B6-9EC050D20D3B: Enterprise Full Packaged Product (FPP)

2B8EC4BD-5638-47e2-8817-1A50B38A828D: Enterprise Evaluation 120 days (EVAL)

Note We do not support attempts to change the value of these subkeys. If you change the value of these subkeys, the version or the functionality of the Exchange program that is installed is not changed.

Quit Registry Editor.

Product version summary

Full Packaged Product (FPP) This is a complete product that has no limitations.

Version Upgrade Package (VUP) This is an upgrade from an earlier version of the product to the current version of the product. An example of a VUP upgrade is an upgrade from Exchange Server 5.5 Standard Edition to Exchange Server 2003 Standard Edition.

Product Upgrade Package (PUP) This upgrade applies only to a product of the same release. An example of a PUP upgrade is an upgrade from Exchange 2000 Server Standard Edition to Exchange 2000 Server Enterprise Edition.

Evaluation Edition (EVAL) This is the same as the FPP version. However, the EVAL version expires 120 days after it is installed.

Important If you manually uninstall Exchange, the corresponding registry key that is specified in step 3 of the "Method 2: Examine the registry information" section still exists. Additionally, Exchange is represented by Microsoft Exchange version in Add or Remove Programs. If you delete one of the registry keys that are specified in step 3 of the "Method 2: Examine the registry information" section, Microsoft Exchange version is removed from Add or Remove Programs. For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:

272601 (http://support.microsoft.com/kb/272601/ ) Information on the Exchange 2000 Server product line
296614 (http://support.microsoft.com/kb/296614/ ) Differences between Exchange 2000 Standard and Enterprise versions


Back to the top

Method 3: Examine the Type attribute

Whether an Exchange Server 5.5 information store is unlimited is determined by a new, non-editable directory attribute called Type. The Type attribute is encoded.
Note When the information store reaches the 16-gigabyte (GB) limit on a computer that is running Exchange Server 5.5 Standard Edition, the following event may be logged in the Application log:

Event ID: 1112
Source: MSExchangeIS
Description: The database has reached the maximum allowed size. Attempting to stop the Microsoft Exchange Information Store.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

185457 (http://support.microsoft.com/kb/185457/ ) Information store shuts down; database at maximum size


Back to the top

How to change the Type attribute

The Type attribute can be changed only if you run Setup.exe from an Enterprise Edition CD and choose the Reinstall option. Note that you must run SrvRmax.exe if you are using a Select CD. When you run Setup.exe and choose the Reinstall option, the Type attribute is changed in the Dir.edb file to give you an unlimited information store.

Note After you run Setup.exe to reinstall Exchange, you must reapply the last Exchange service pack that you applied before you reinstalled Exchange.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐