Chinaunix首页 | 论坛 | 博客
  • 博客访问: 164674
  • 博文数量: 34
  • 博客积分: 310
  • 博客等级: 二等列兵
  • 技术积分: 255
  • 用 户 组: 普通用户
  • 注册时间: 2011-12-09 01:00
文章分类

全部博文(34)

文章存档

2012年(19)

2011年(15)

分类: 系统运维

2012-05-29 16:36:23

环境: 产品: C for 4.4

  平台:RS/6000

  版本: 4.3

  问题: 安装好C/C++/Fortran的软件包后,仍然不能使用编译程序(如:cc -o objectfile sourcefile.c),出错提示为“No Configured”。这时需要对编译程序的 进行配置。

  解答: 本文适用于以下产品: C for V4.x &V5.x

  C&C++ V3.6.x

  Fortran V5.x &V6.x

  一. 安装C/C++/FortranLUM 管理程序)

  1.使用以下命令确认软件包 ipfx.rte 已经安装:

  lslpp -l ipfx.rte

  如果未安装,可从 4.3 系统盘的第一张光盘找出并安装。

  2.安装介质安装软件包。

  3. 系统盘安装LUM 管理程序) 软件包:

  bos.rte.ifor_ls

  ifor_ls.base.cli

  ifor_ls.base.gui

  ifor_ls.clIEnt.base

  ifor_ls.client.gui

  ifor_ls.msg.en_US.base.cli

  ifor_ls.msg.en_US.base.gui

  下列软件包可任选:

  bos.net (升级 NCS 版本4.3)

  ifor_ls.compat (兼容旧版本 管理程序NetLS)

  ifor_ls.ipf.en_US (IPFX 格式的LUM 联机文档)

  ifor_ls.HTML.en_US (HTML 格式的LUM 联机文档)

  5.运行命令

  lslpp -l bos.net.ncs

  确认其版本为4.3.x.x(版本相同)

  二. 配置

  1.配置 LUM V4 Nodelock Licence Server

  运行命令

  i4cfg -script

  将启动交互式配置程序。以下为该命令输出内容,按照下列步骤配置 Nodelock server:

  i4cfg Version 4.0 -- LUM Configuration Tool

  (c) Copyright 1995-1997, IBM Corporation, All Rights Reserved

  US Government Users Restricted Rights - Use, duplication or disclosure

  restricted by GSA ADP Schedule Contract with IBM Corp.

  [有时会遇到提示 "Configuration cannot take place until all licensing daemons are stopped.",在提示

  “if you want to terminate them”后回答“Yes”继续。]

  [如遇到提示 "default ini file not found,configuration ends.",可运行 /usr/opt/ifor/ls/bin/i4cnvini"

  重建默认的初始化文件。]

  From a Management point of view,

  you can choose to configure this system as:

  1) Network Client

  2) Nodelock Server (and/or Network Client)

  3) Network (and/or Nodelock) Server

  4) Central Registry (and/or Network and/or Nodelock) Server (*)

  (*) Remember that one and only one Central Registry Server

  (i4gdb daemon) can be active in a Licensing domain.

  Please indicate your choice [1,2,3,4]: 2

  Do you want to disable remote administration of the server? y

  [此时可能遇到提示

  "You have to choose now which mechanism must be enabled

  to locate this Server:

  1) NCS Namespace and Direct Binding (*)

  2) Direct Binding only"

  选择 '2) Direct Bind Only']

  Choose the desired Server(s) logging level

  1) Default

  2) All

  3) Customized

  Please indicate your choice [1,2,3]: 1

  The default Log file(s) path is /var/ifor

  Enter blank to accept default or specify a new path:[按回车键]

  **********************************************************************

  Server configuration is complete.

  Do you want to configure this Machine as a Network Client too?

  [y,n]: n

  Do you want the Server(s) automatically start on this system

  at boot time? [y,n]: y

  **********************************************************************

  WARNING: Configuration is about to end.

  This is your last chance to quit before your updates will be written.

  Do you want to continue? [y,n]: y

  *** Configuration file updated. ***

  Do you want the Server(s) start now? [y,n]: y

  0513-059 The i4llmd Subsystem has been started. Subsystem PID is 18636.

  'Start Services' has completed successfully

  ****************************************

  * Configuration completed successfully *

  ****************************************

  #

  2. 运行下列命令将加入管理程序:

  # /var/ifor/i4blt -a -f [licfile] -R u -T [number_of_lics]

  其中

  licfile 文件名,number_of_lics 实际购买的用户数。

  例如: i4blt -a -f /usr/vac/c43_cn.lic -R u -T 10

  将 C for 4.3 10 个用户的 加入Nodelock server

  i4blt -a -f /usr/vac/c44_cn.lic -R u -T 10000

  将 C Version 4.4 10000个用户的加入Nodelock server

  i4blt -a -f /usr/ibmcxx/cxx36_cn.lic -R u -T 5

  将C&C++ Version 3.6.4 5个用户的 加入Nodelock server

  i4blt -a -f /usr/lpp/xlf/DOC/f51_cn.lic -R u -T 3

  将Fortran V5.1.1 3个用户的 加入Nodelock server

  如果遇到错误信息"host not found" ,可将选项 "-n [hostname]" 加入命令行。例如:

  i4blt -a -n myhost.com -f/usr/vac/c43_cn.lic -Ru -T 1

  如果遇到错误信息"0509-023 Symbol ifor_translate_i18n in ksh is not defined"

  这可能与库文件libshrnck.a 的版本有关,此时需要寻找正确的libshrnck.a文件并将其拷贝到

  /usr/lib/ncs/lib/libshrnck.a。遇到这种情况可与IBM技术支持中心联系以寻求帮助。

  命令 i4blt 运行成功后屏幕将显示: "ADM-10099: Product successfully enrolled"

  3. 设置 C编译程序路径:

  如果使用 C for 4.4/5.0 ,运行脚本

  /usr/vac/bin/replaceCSET

  如果使用 C&C++ V3.6.x , 运行脚本

  /usr/ibmcxx/bin/replaceCSET

  三. 删除/更新

  使用下列命令可将 删除:

  # i4blt -d -v "'IBM Software Solutions Toronto'" -p "'C for ' 4.3.cn" -t 876751962

  其中时间戳 876751962 在不同的系统上各不相同,可用命令

  /var/ifor/i4blt -lp -i 查看。

  使用下列命令可以更新 用户数:

  # i4blt -U -v "'IBM Software Solutions Toronto'" -p "'C for ' 4.3.cn" -T [new number of users] 

阅读(2065) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~