Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

先决条件

  1.  集群功能暂时只支持Linux平台
  2.  需要NAS文件存储(也支持NFS)
  3.  负载均衡器支持session绑定

主机配置Debian NFS

安装: portmap, nfs-kernel-server, nfs-common
编辑 /etc/exports 
加入:

/opt/iReport365/app_home/data *(rw,sync,no_root_squash,no_subtree_check) 

 

 

 

  • No labels