跳至主要內容
  • 簡單快速地下訂單
  • 檢視訂單及追蹤商品運送狀態
  • 建立並存取您的產品清單
  • 使用「公司管理」來管理您的 Dell EMC 網站、產品和產品層級連絡人。

How to Identify the Dell Data Security Server Version

摘要: The version of Dell Security Management Server and Dell Security Management Server Virtual may be identified by following these instructions.

本文可能採用自動翻譯。如果您對翻譯品質有任何寶貴意見,請使用此頁面底部的表單告訴我們,謝謝。

文章內容


說明

Knowing the version of Dell Data Security (formerly Dell Data Protection) server allows an administrator to:

  • Identify known issues.
  • Determine UI differences.
  • Understand workflow changes.
  • Verify system requirements.

Affected Products:

  • Dell Security Management Server Virtual
  • Dell Security Management Server
  • Dell Data Protection | Virtual Edition
  • Dell Data Protection | Enterprise Edition

Affected Operating Systems:

  • Windows
  • Linux

Note: This article identifies the version of the backend Dell Security Management Server or Dell Security Management Server Virtual. To identify the version of the frontend, reference How to Identify the Dell Data Security Server Front End Version.

Versioning can be determined either through the product user interface (UI), the product Installer, or the Database. Click the appropriate option for more information.

UI

The administration console UI can be used to determine the version for Dell Data Security server.

The administration console was upgraded to use HTML5 in Dell Data Security v9.2. An administrator can differentiate the consoles by the authentication menu.

The New Console (v9.2 and later) authentication menu says Dell Data Security on it:

New console authentication menu

The Old Console (v9.1.5 and older) authentication menu says Dell Data Protection on it:

Old console authentication menu

Note: Some versions of the new console may say Dell Data Protection instead of Dell Data Security.

Click the appropriate console for information about obtaining the version.

  1. Sign in to the Dell Data Security administration console.
    Dell Data Security administration console login
  2. In the upper right corner of the administration console, click the cog and then select About.
    About
  3. Record the listed version. In the example, 9.8.2 is the version.
    Example version
    Note:
    • The version of your client may differ from the above screenshot.
    • In v9.2 to 9.6, the About menu displays Dell Data Protection instead of Dell Data Security.
  1. Submit credentials to sign in to the Dell Data Protection administration console.
    Dell Data Protection administration console login
  2. The version is in the top-left corner of the Remote Management Console. In the example, 8.5 is the version.
    Example version
    Note: The version of your client may differ from the above screenshot.

Installer

The installer versioning varies slightly between Dell Data Security server platforms:

  • Dell Security Management Server Virtual (formerly Dell Data Protection | Virtual Edition)
  • Dell Security Management Server (formerly Dell Data Protection | Enterprise Edition Server) for Windows

Click the appropriate option for more information.

  1. Extract the Security Management Server .zip.
  2. Go to [Location of the extracted .zip]\Security Management Server\x64.
  3. Right-click setup.exe and then select Properties.
    setup.exe Properties
  4. Click the Details tab.
    Details tab
  5. Document the Product version. In the example, the Product version is 9.9.2.
    Example product version
    Note: The version of the file may differ from the above screenshot.
  1. Extract the Dell Security Management Server Virtual .zip.
  2. Go to the location of the extracted .zip, and document the version listed in the file name. In the example, the version is 9.9.2.
    Example version
    Note: The version of the file may differ from the above screenshot.

Database

The server version can be identified by checking the database. There are two databases that could be used:

  • SQL Server is used with Dell Security Management Server
  • PostgreSQL is used with Dell Security Management Server Virtual

Click the appropriate database type for more information.

  1. Right-click the Windows start menu and then click Run.
    Run
  2. In the Run UI, type ssms.exe and then press OK.
    Run UI
  3. From the Connect to Server menu:
    1. Select Database Engine as the server type.
    2. Populate Server name.
    3. Select the Authentication method.
    4. Populate sysadmin credentials.
    5. Click Connect.
    SQL Server Connect to Server menu
    Note:
    • Server Name = Fully qualified domain name (FQDN) of the database
    • If a SQL Instance is used, \InstanceName must follow Server Name.
      • InstanceName represents the name of the database instance in your environment.
  4. Expand Databases.
    Databases
  5. Right-click the Dell Security Management Server database and then click New Query.
    New Query
  6. Type select * from information where code= 'schema.version' and then click Execute.
    Query and Execute button
  7. From the Results field, document the Value.
    Example version value
    Note:
    • The first three numbers are the most important. In this example, the first three numbers are 10.1.0.
    • The version in the example may differ in your environment.
  1. Log in to the Dell Enterprise Server Virtual administration console using the default administrator credentials.
    Dell Security Management Server Virtual login
    Note:
    • The default credentials for Dell Security Management Server Virtual are:
      • v9.11 and later
        • Username: delluser
        • Password: delluser
      • v9.10 and earlier:
        • Username: ddpuser
        • Password: ddpuser
    • An administrator can change the default password within the product’s virtual appliance menu.
  2. Select Launch Shell and then press Enter.
    Launch Shell
  3. Type su [USERNAME] and enter the password.
    Shell with the command populated
    Note:
    • The default [USERNAME] for Dell Security Management Server Virtual is:
      • v9.11 and later
        • Username: dellsupport
        • Password: dellsupport
      • v9.10 and earlier:
        • Username: ddpsupport
        • Password: ddpsupport
    • An administrator can change the default password within the product’s virtual appliance menu.
  4. Type cd /home/ and then press Enter.
    Shell with the command populated
  5. Type sudo –u postgres psql [DATABASE] and then press Enter.
    Shell with the command populated
    Note: The [DATABASE] name for Dell Security Management Server Virtual is:
    • v9.11 and later
      • ddp
    • v9.10 and earlier:
      • ddp_8_2_0
  6. Type SELECT * from information where code= 'schema.version’; and then press Enter.
    Shell with the command populated
  7. Document the value.
    Example value
    Note:
    • The first three numbers are the most important. In this example, the first three numbers are 10.1.0.
    • The example in the screenshot may differ in your environment.
  8. Type \q and then press Enter.
    Shell with the command populated
  9. Type exit and then press Enter.
    Shell with the command populated
  10. Type exit and then press Enter.
    Shell with the command populated

To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.

文章屬性


受影響的產品

Dell Encryption

上次發佈日期

19 6月 2024

版本

12

文章類型

How To