Teamcenter is a business platform and so it's inevitable to install related license Server before install Teamcenter serv Er. What's more, the interface of SPLM license server have been modified greatly from Teamcenter. So the post comprises what to install and Administrate license server.
1) Installation
A) It ' s a good idea to choose 中文版 Interface when installing license server in Linux Env.
b) Choose the folder to install license server
c) Choose a license file. BTW, if you use the demo license, it is necessary to modify license the file prior to installation.
d) Summarize installation info
e) Finish installation successfully.
So after finishing installing license server, let's begin to administrate it.
2) Administration
After installing license server, you'll notice that license service have been configured as daemon named splmld. So it was very convenient to start, stop and monitor the license service.
A) Start service
# service SPLMLD Start
b) Stop Service
# Service SPLMLD Stop
c) Check the status
What's more, you can check port 28000 to verify the license status.
grep 28000
BTW, as shown in the below snapshot, PLM license server also provides a utility named Splmld_cntl to start, stop, Restart and monitor the service.