环境说明
1、直连Node端系统必须有桌面环境,代理Node端可不带桌面环境。
2、Node端需先定义后主机名(不含特殊字符),安装后和注册后不允许修改主机名,一旦修改节点失效。
3、访问Web端加载客户端情况下,本地网段需要和Node节点的5510端口通讯。
安装ETXNode端
1、解压Node安装包至指定安装目录
[root@etxnode1 ~]# tar -xzf ETXCN-12.5.2.8800-linux-x64.tar.gz -C /opt/ [root@etxnode1 ~]# ll /opt/ total 0 drwxr-xr-x 7 root root 98 Oct 5 2023 etxcn
2、进入安装目录执行安装命令安装
[root@etxnode1 ~]# cd /opt/etxcn/ [root@etxnode1 etxcn]# bin/install
3、是否要迁移现有安装:输入“no”或直接回车均可
================================================== INSTALL - Exceed TurboX Connection Node ================================================== Migration ========= If you have an existing installation of Connection Node on this machine you can choose to migrate it here. As part of this process, the Connection Node identity for the existing installation will be taken over by this new installation. Any sessions running will be stopped and the existing installation will be removed. Would you like to migrate an existing installation? [y]es or [n]o (<Enter> for no): no
4、是否创建专用账户“etxproxy”、 ”etxstart”: 输入“y”是
Configuring Fallback Accounts ============================= If this node is configured with different authentication settings than the ETX server, this node may be asked to launch sessions on behalf of a user that is not recognized. The following fallback accounts will be used to launch the ETX proxy and startup commands in this situation: 1) Exceed TurboX Proxy fallback account 'etxproxy' 2) Exceed TurboX Xstart fallback account 'etxstart' Would you like to create local fallback account 'etxproxy'?: [y]es or [n]o (<Enter> for no): y Configuring Exceed TurboX Proxy fallback account 'etxproxy' Exceed TurboX Proxy fallback account 'etxproxy' was created. Checking if 'etxproxy' has required directory access. Would you like to create local fallback account 'etxstart'?: [y]es or [n]o (<Enter> for no): y Configuring Exceed TurboX Xstart fallback account 'etxstart' Exceed TurboX Xstart fallback account 'etxstart' was created. Checking if 'etxstart' has required home directory.
5、定义Node端口:默认使用“5510”端口直接回车,自定义端口则输入具体端口号回车即可。
TCP Port Number =============== Please enter Connection Node port number [5510]:
6、是否允许Web Client连接该Node:输入“y”或直接回车
Web Adaptor Support =================== Would you like to allow ETX Web Clients to connect to this node? [y]es or [n]o (<Enter> for yes):
7、定义Web适配器端口:默认使用“5510”端口直接回车,自定义端口则输入具体端口号回车即可。
Please enter Web Adaptor port number [5510]: Please ensure that the following TCP port(s) are open in the firewall on this system: 5510
8、配置支持 GPU 的服务器端 OpenGL 渲染:如没有直接回车,反之则输入“y”回车即可。
SSR Configuration ================= Configure GPU-enabled server-side OpenGL rendering? [y]es or [n]o (<Enter> for no):
9、是否立即启动此连接Node:输入“y”或直接回车均可
Launching Exceed TurboX Connection Node ======================================= Would you like to start this Connection Node now? [y]es or [n]o (<Enter> for yes): y ● otetxcn.service - OpenText Exceed TurboX Connection Node Loaded: loaded (/etc/systemd/system/otetxcn.service; enabled; vendor preset: disabled) Active: active (running) since Wed 2024-12-11 11:13:26 CST; 4ms ago Process: 17983 ExecStart=/opt/etxcn/bin/otetxcn start (code=exited, status=0/SUCCESS) Tasks: 9 (limit: 117964) CGroup: /system.slice/otetxcn.service ├─18065 /opt/etxcn/bin/sys/etxpm :mntr ├─18066 /opt/etxcn/bin/sys/etxpm :main └─18068 /opt/etxcn/bin/sys/etxadaptor -connect 5510 -conntimeout 60s -listen 0 -logleve... Dec 11 11:13:26 etxnode2 systemd[1]: Starting OpenText Exceed TurboX Connection Node... Dec 11 11:13:26 etxnode2 otetxcn[17983]: Exceed TurboX Connection Node has been started. Dec 11 11:13:26 etxnode2 systemd[1]: Started OpenText Exceed TurboX Connection Node.
10、是否立即注册此Node:输入“n”或直接回车均可
Node Registration ================= This node is ready to become part of an Exceed TurboX Site. Node registration details: Host: etxnode2 Port: 5510 You can register this node with a running site in several ways: 1. Access the Server Manager and use the Register node capability; 2. Run 'nodecmds registernode' command at a later time; or 3. You can register node now. NOTE: If you have not established authentication settings yet you can use the built-in administration account to register the node now. Would you like to register this node with a site now? [y]es or [n]o (<Enter> for no):
11、重启Node服务
[root@etxnode1 etxcn]# bin/otetxcn restart Exceed TurboX Connection Node has been restarted.
查验安装
[root@etxnode1 etxcn]# bin/otetxcn status Exceed TurboX Connection Node is running.
此时表示ETX Node节点安装成功,后面就是注册Node关联。