zoukankan      html  css  js  c++  java
  • Teamcenter10 step-by-step installation in Linux env-Teamcenter License Server Installation and Configuration

    Teamcenter is a business platform and so it is inevitable to install related license server before install Teamcenter server. What’s more,  the interface of SPLM license server has been modified greatly from Teamcenter 10 on. So the post comprises how to install and administrate license server.

    1) Installation

    a) It’s a good idea to choose English interface when installing license server in Linux env.

    image

    image

    b) Choose the folder to install license server

    image

    c) Choose a license file. BTW, if you use demo license, it is necessary to modify license file prior to installation.

    image

    image

    d) Summarize installation info

    image

    e) Finish installation successfully.

    image

    So after finishing installing license server, let’s begin to administrate it.


    2) Administration

    After installing license server, you will notice that license service has been configured as daemon named splmld. So it is very convenient to start, stop and monitor the license service.

    image

    a) Start service

    # service splmld start

    image

    b)  Stop service

    # service splmld stop

    image

    c) Check the status

    image

    What’s more, you can check port 28000 to verify the license status.

    # netstat -anp | grep 28000

    image

    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.

    image

  • 相关阅读:
    git 镜像地址
    IntelliJ IDEA 2019 控制台中文乱码问题
    LINUX配置本地YUM源
    动态添加js的代码
    Java 多线程
    Java I/O系统
    Java 中的容器 Collection 和 Map
    Java 数组
    javaweb的四大作用域
    三层 转自http://git.oschina.net/tzhsweet/superui
  • 原文地址:https://www.cnblogs.com/adamplm/p/3848476.html
Copyright © 2011-2022 走看看