Upload authorization
Laiye Intelligent Document Processing
Update self research authorization
- Distribute the license file to the deployment directory of each server, such as / home / RPA / License Manager / data /, and modify the file name to license Restart etcd after LCS
# Each machine operation
cp xxxx.lcs /home/rpa/license-manager/data/
# replace
cd /home/rpa/license-manager/data/
# backup old license filename
mv license.lcs license$(date +%y%m%d).lcs.bak
# rename new filename is license.lcs
mv xxxx.lcs license.lcs
# restart etcd server
cd /home/rpa/etcd
docker-compose down && docker-compose up -d
- On the master1 machine, execute the following command:
kubectl -n mid scale deploy --replicas=0 --all
kubectl -n mid scale deploy --replicas=1 --all
kubectl -n mage rollout restart deployment
Update third party authorization
- Download the third-party authorization file and upload it to the / etc / intsig / directory. If it is a cluster deployment, the third-party authorization service should be on the second machine, master2
cp xxx.lic /etc/intsig/licServer.lic
- Restart the LIC service
systemctl restart licServer
Dialogue AI platform
- Log in to the Chatbot platform from the web page, click the menu bar on the left to enter the authorization management page
- Click the "upload license" button to select the license certificate package and upload it
Laiye Automation Commander
Compared with other products, updating the authorization of the Laiye Automation Commander is a little more troublesome. After obtaining the machine code of the Device, it needs to feed back to the sales department to obtain the authorization document
info
The access address is the load balanced address plus port and URI, such as 172.17.228.230:8081
The default user name and password are admin / 123456
Get machine code
- Log in to the tenant platform from the webpage, i.e. 172.17.228.230:8081
- Click the menu bar on the left: system configuration ----- license
Upload authorization file
- Log in to the tenant platform from the webpage, i.e. 172.17.228.230:8081
- Click the menu bar on the left: system configuration ----- license
- Click upload license to upload the new license file