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

  • 相关阅读:
    k近邻算法
    密码技术小总结
    编码的简单总结
    icmp dos和arp dos 攻击模拟实验
    WPA简单抓包分析
    Iptables实验
    Rabin简单加解密
    response响应数据
    浮动——小米手机案例
    ServletRequest请求详解
  • 原文地址:https://www.cnblogs.com/adamplm/p/3848476.html
Copyright © 2011-2022 走看看