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

  • 相关阅读:
    treeview 递归
    循环递归遍历XML文档或按某要求遍历XML文档
    SQL Server、IIS和 ASP.NET安全配置
    C# USING 语句块
    C# 基础语法
    不安装oracle 客户端连接oracle DDTeck连接语法
    Java中堆和栈的区别
    C# 采用OLDB方式连接EXCEL
    EXCEL 列宽
    C# 问号用法
  • 原文地址:https://www.cnblogs.com/adamplm/p/3848476.html
Copyright © 2011-2022 走看看