
# 创建概要文件
概要文件是WEBSPHERE的重要概念，相当于一个独立的配置文件，每个应用都必须有一个单独的概要文件。
先在AppServer目录下创建profiles文件夹
创建概要文件的方法通过命令行：
图1命令   
![](https://support.huaweicloud.com/edms-mnft/zh-cn_image_0000001679141454.png)
```
./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/dmgr -profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -nodeName Dmgr01Node -cellName Dmgr01NodeCell -enableAdminSecurity true -adminUserName wasadmin -adminPassword wasadmin -profileName Dmgr01 -hostName wasdm
```
![](https://support.huaweicloud.com/edms-mnft/public_sys-resources/caution_3.0-zh-cn.png)
-hostName wasdm 此处务必写主机名,不能用localhost
成功后提示:
图2提示   
![](https://support.huaweicloud.com/edms-mnft/zh-cn_image_0000001726980833.png)
