# 达梦数据库

### 一、环境检查

#### 1.检查平台和操作系统

```
uname -a	查看内核/操作系统/CPU信息
head -n 1 /etc/issue	查看操作系统版本
cat /proc/cpuinfo	查看CPU信息
hostname	查看计算机名
lspci -tv	列出所有PCI设备
lsusb -tv	列出所有USB设备
lsmod	列出加载的内核模块
env	查看环境变量
lspci | grep -i nvidia	查看NVIDIA显卡
```

### 二、安装达梦8数据库

<https://eco.dameng.com/document/dm/zh-cn/pm/install-uninstall.html#2.2%20Linux%EF%BC%88Unix%EF%BC%89%E4%B8%8B%20DM%20%E7%9A%84%E5%AE%89%E8%A3%85%E4%B8%8E%E5%8D%B8%E8%BD%BD>

```

Trasen@8812
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiangrens-organization.gitbook.io/qkd90/xin-chuang-xiang-guan/da-meng-shu-ju-ku.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
