Build an Active Directory domain:
https://wenku.baidu.com/view/f2762958caaedd3382c4d32e.html?qq-pf-to=pcqq.c2c
build in domain control server and new a user, client add to this domain and login with this new user
Creating AD on winserver2012
https://wenku.baidu.com/view/43cb9413e53a580217fcfe6c.html
搭建AD域:(百度文库给五星好评)
https://wenku.baidu.com/view/f2762958caaedd3382c4d32e.html?qq-pf-to=pcqq.c2c
ws12创建AD域:
https://wenku.baidu.com/view/43cb9413e53a580217fcfe6c.html
记得把server设为域控
Before installing ePO, must install AD domain(if use) , SQL Server( there're DB package in ePO install package ) , and SQL Server Management Studio ( SSMS tools )
If there're something wrong with installation, please check environment according to ePO installation guide.
Install SQL server 2016 must using memory more than 4GB or setting virtual memory,you will stick in Microsoft Update
安装ePO之前要装好AD域,SQL server,SSMS,安装失败需要按照安装文档检查环境
装SQL 2016时候,内存至少4G,不够设虚拟内存补,小了会卡在微软更新那
SSMS properties:
Following Microsoft document :
https://docs.microsoft.com/zh-cn/sql/ssms/tutorials/tutorial-sql-server-management-studio
Windows authentication:user_name = host_name \db_instance; password = windows password
domain_name = domain.com
domain part need change to ourselves’domain name (they are computer name by default)
check service settings:run services.msc ;
TCP port enable could set in SQL serverconfiguration manager:
SQL server network configuration>protocols for SQLEXPRESS>TCP/IP;
while installing, username and password is similar to Windows login
SSMS配置:
看一眼微软的文档,写得很不错( 为你打call ):
https://docs.microsoft.com/zh-cn/sql/ssms/tutorials/tutorial-sql-server-management-studio
user_name = 主机名\db_实例名; password = windows登录密码
domain_name = 域名.com
域要改成自己建立的域名(默认计算机名)
查看服务项:开始运行(win+R)servcices.msc
TCP端口是否enable和端口号在SQL serverconfiguration manager看:
SQL server network configuration>protocols for SQLEXPRESS>TCP/IP;
安装ePO时候密码和Windows登录密码一样
ePO list function:
system is for server(ePO) and policy is for client(MA),software manager could downloaded and deployed products directly,master repository and extensions could deployed products manually
ePO菜单功能:
系统那一列用来管理服务端(ePO),策略一列用来管理客户端(MA),从软件管理器能直接下载和部署产品,从主存储库和扩展可以手动签入或者部署产品
install MA:click new system in system tree
安装MA:在系统树点击新建系统,选择包就ok啦