Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

如何为 Dell Security Management Server/Dell Data Protection Enterprise Edition Server 配置 SQL

Summary: 可按照以下说明将 SQL Server 配置为与 Dell Security Management Server 配合使用。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

本文介绍与 Dell Security Management Server(以前称为 Dell Data Protection | Enterprise Edition)一起使用时的 SQL Server 的配置。


受影响的产品:

Dell Security Management Server
Dell Data Protection | Enterprise Edition

Cause

不适用。

Resolution

单击相应的 SQL Server 版本查看所需的 Dell Security Management Server 配置。

提醒:在生产环境中,Dell Security Management Server 不支持任何版本的 SQL Server Express。

SQL Server 需要进行配置以:

  • 分配 sysadmin 角色
  • 分配数据库角色
  • 创建 SQL 数据库
  • 启用混合身份验证
  • 添加全文搜索功能

单击相应的过程以了解更多信息。

要分配 sysadmin 角色:

  1. 右键单击 Windows 的“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择身份验证方法。
    4. 如果使用“SQL Server Authentication”,请填充 sysadmin 凭据。
    5. 单击 Connect

SLN307771_en_US__4ddpkm1265c(1)

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 展开 Security,然后展开 Logins

登录

  1. 右键单击用户帐户,然后单击 Properties

属性

  1. 在“Login Properties”窗口中:
    1. 单击 Server Roles
    2. 选择 sysadmin 角色。
    3. 单击 OK

登录属性

用于管理 Dell Security Management Server 的 SQL 访问权限的帐户需要分配 db_owner 角色。

要分配数据库角色:

  1. 右键单击 Windows 的“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择身份验证方法。
    4. 如果使用“SQL Server Authentication”,请填充 sysadmin 凭据。
    5. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 转至 Databases\TestDB\Security\Users

用户

提醒:您环境中的数据库名称将与示例 TestDB 不同。
  1. 右键单击用户的名称,然后选择 Properties

属性

  1. 在“Database User”窗口中:
    1. 单击 Owned Schemas,然后选择 db_owner
    2. 单击 OK

拥有的架构

  1. 在“Database User”窗口中:
    1. 单击 Membership,然后选择 db_owner
    2. 单击 OK

成员资格

Dell Security Management Server 允许在安装服务器软件之前创建 SQL 数据库。或者,也可以由 Dell Security Management Server 安装程序在安装过程中创建。

提醒:Dell Security Management Server v8.5.1 及更早版本需要在安装之前创建数据库。

要创建数据库:

  1. 右键单击 Windows 的“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择身份验证方法。
    4. 如果使用“SQL Server Authentication”,请填充 sysadmin 凭据。
    5. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 右键单击 Databases,然后单击 New Database

新建数据库

  1. 在“New Database”菜单中:
    1. 填充数据库名称
    2. Owner 中填充 Windows 登录或 SQL Server 登录帐户。
    3. 单击 OK

“New Database”菜单

提醒:在将 Windows 身份验证用于 SQL Server 时,在安装 Dell Security Management Server 期间,被分配 Owner 角色的帐户将填充为服务帐户。

必须在 SQL Server 中启用混合身份验证选项,才能从 Dell Security Management Server 使用两种身份验证方法。

提醒:更改 Server authentication 设置需要 Sysadmin 服务器角色。

要启用 SQL Server 和 Windows 身份验证:

  1. 右键单击 Windows 的“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择 Windows Authentication
    4. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 右键单击 SQL 实例,然后选择 Properties

属性

  1. 在“Server Properties”窗口中:
    1. 单击 Security
    2. 选择 SQL Server and Windows Authentication mode
    3. 单击 OK

服务器属性

  1. 单击 OK

重新启动通知

  1. 重新启动安装了 SQL Server 的服务器。
提醒:一旦出现停机时间,服务器可能会重新启动;但是,更改在服务器重新启动之前不会生效。

安装 Dell Security Management Server v9.9.2 及更高版本时,需要全文搜索功能。

要添加运行 SQL 设置的功能:

  1. 双击 SQL 安装介质

SQL 安装介质

  1. 双击 setup.exe

设置

提醒:运行 setup.exe 需要管理权限。
  1. 单击 Installation

安装

  1. 单击 New SQL Server stand-alone installation or add features to an existing installation

新的 SQL Server 独立安装或向现有安装添加功能

  1. 单击 OK

设置支持规则

  1. (可选)选择 Include SQL Server Updates,然后单击 Next

产品更新

  1. 单击 Next

设置支持规则

  1. 在“Installation Type”菜单中:
    1. 选择 Add Features to an existing instance of SQL Server
    2. 从下拉框中选择数据库实例名称
    3. 单击 Next

安装类型

提醒:如果使用不同版本的 SQL Server,则 SQL Server 的产品版本将不同于示例映像。
  1. 选择 Full-Text and Semantic Extractions for Search,然后单击 Next

功能选择

  1. 单击 Next

安装规则

  1. 单击 Next

磁盘空间要求

  1. 单击 Next

服务器配置

  1. (可选)选择 Send Windows and SQL Server Error Reports to Microsoft or your corporate report server,然后单击 Next

错误报告

  1. 单击 Install

准备安装

  1. 安装完成后,单击 Close 退出 UI。

完成

SQL Server 可能需要进行配置以:

  • 分配 sysadmin 角色
  • 分配数据库角色
  • 创建 SQL 数据库
  • 启用混合身份验证
  • 添加全文搜索功能

单击相应的过程以了解更多信息。

提醒:
  • Dell Security Management Server v9.2.0 或更高版本不再支持 Microsoft SQL Server 2005。
  • Dell Security Management Server v9.7.0 或更高版本不再支持 Microsoft SQL Server 2008。
  • Dell Security Management Server v10.2.9 或更高版本不再支持 Microsoft SQL Server 2008 R2。

要分配 sysadmin 角色:

  1. 单击 Windows“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择身份验证方法。
    4. 如果使用“SQL Server Authentication”,请填充 sysadmin 凭据。
    5. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 展开 Security,然后展开 Logins

登录

  1. 右键单击用户帐户,然后单击 Properties

属性

  1. 在“Login Properties”窗口中:
    1. 单击 Server Roles
    2. 选择 sysadmin 角色。
    3. 单击 OK

登录属性

用于管理 Dell Security Management Server 的 SQL 访问权限的帐户需要分配 db_owner 角色。

要分配数据库角色:

  1. 单击 Windows“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择身份验证方法。
    4. 如果使用“SQL Server Authentication”,请填充 sysadmin 凭据。
    5. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 转至 Databases\TestDB\Security\Users

用户

提醒:您环境中的数据库名称将与示例 TestDB 不同。
  1. 右键单击用户的名称,然后选择 Properties

属性

  1. 在“Database User”窗口中:
    1. 单击 General
    2. Owned Schemas 下选择 db_owner
    3. Role Members 下选择 db_owner
    4. 单击 OK

数据库用户

Dell Security Management Server 允许在安装服务器软件之前创建 SQL 数据库。

提醒:Dell Security Management Server v8.0 至 v8.5.1 需要在安装之前创建数据库。

要创建数据库:

  1. 单击 Windows“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择身份验证方法。
    4. 如果使用“SQL Server Authentication”,请填充 sysadmin 凭据。
    5. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 右键单击 Databases,然后单击 New Database

新建数据库

  1. 在“New Database”菜单中:
    1. 填充数据库名称
    2. Owner 中填充 Windows 登录或 SQL Server 登录帐户。
    3. 单击 OK

“New Database”菜单

提醒:在将 Windows 身份验证用于 SQL Server 时,在安装 Dell Security Management Server 期间,被分配 Owner 角色的帐户将填充为服务帐户。

必须在 SQL Server 中启用混合身份验证选项,才能从 Dell Security Management Server 使用两种身份验证方法。

提醒:更改 Server authentication 设置需要 Sysadmin 服务器角色。

要启用 SQL Server 和 Windows 身份验证:

  1. 单击 Windows“开始”菜单,然后单击运行

运行

  1. 在“运行”UI 中,键入 ssms.exe,然后按确定

“运行”UI

  1. 在“Connect to Server”菜单中:
    1. 选择 Database Engine 作为服务器类型。
    2. 填充服务器名称
    3. 选择 Windows Authentication
    4. 单击 Connect

连接到服务器

提醒:
  • 服务器名称 = 数据库的完全限定域名 (FQDN)
  • 如果您使用 SQL 实例,\InstanceName 必须跟在服务器名称之后。
    • InstanceName 表示环境中数据库实例的名称。
  • 如果使用 Windows 身份验证,smss.exe 必须作为具有 sysadmin 凭据的帐户运行。
  1. 右键单击 SQL 实例,然后选择 Properties

属性

  1. 在“Server Properties”窗口中:
    1. 单击 Security
    2. 选择 SQL Server and Windows Authentication mode
    3. 单击 OK

服务器属性

  1. 单击 OK

重新启动通知

  1. 重新启动安装了 SQL Server 的服务器。
提醒:一旦出现停机时间,服务器可能会重新启动;但是,更改在服务器重新启动之前不会生效。

安装 Dell Security Management Server v9.9.2 及更高版本时,需要全文搜索功能。

要添加运行 SQL 设置的功能:

  1. 双击 SQL 安装介质

SQL 安装介质

  1. 双击 setup.exe

设置

提醒:运行 setup.exe 需要管理权限。
  1. 单击 Installation

安装

  1. 单击 New SQL Server stand-alone installation or add features to an existing installation

新的 SQL Server 独立安装或向现有安装添加功能

  1. 单击 OK

设置支持规则

  1. 单击 Install

设置支持文件

  1. 单击 Next

设置支持规则

  1. 在“Installation Type”菜单中:
    1. 选择 Add Features to an existing instance of SQL Server
    2. 从下拉框中选择数据库实例名称
    3. 单击 Next

安装类型

提醒:如果使用不同版本的 SQL Server,则 SQL Server 的产品版本将不同于示例映像。
  1. 选择 Full-Text Search,然后单击 Next

功能选择

  1. 单击 Next

安装规则

  1. 单击 Next

磁盘空间要求

  1. 单击 Next

服务器配置

  1. (可选)选择 Send Windows and SQL Server Error Reports to Microsoft or your corporate report server,然后单击 Next

错误报告

  1. 单击 Next

安装配置规则

  1. 单击 Install

准备安装

  1. 安装完成后,单击 Close 退出 UI。

完成


要联系支持部门,请参阅 Dell Data Security 国际支持电话号码
转至 TechDirect,在线生成技术支持请求。
要获得更多见解和资源,请加入戴尔安全社区论坛

 

Additional Information

 

Videos

 

Article Properties


Affected Product

Dell Encryption

Last Published Date

19 Dec 2022

Version

9

Article Type

Solution