发新话题
打印

[CELL编程] sdk3.0安装出问题

sdk3.0安装出问题

实验条件:实验室集群,32个结点,X64
OS: Fedora7
在16号节点 安装Cell SDK3.0
由于节点不能上外网,yum的应用受到限制。
手动下载了相关的 .iso文件和Rpm文件
配置了  /etc/yum.repos/  X86相关的 enable=1
运行安装脚本  cellsdk 时报错:
cannot find  SDK files in the yum repositories

who can help me ?
Thanks for the help ~~~~~~~~~~~~~~

TOP

如果你的节点不能上外网,在安装过程中就无法从外网下载rpm。你有安装成功的节点吗?那些rpm文件会放在/tmp/cellsdk目录下(好像是这个目录,我有些记不清了)。从安装成功的节点将这些rpm拷贝到其他机器上的相应目录,那么安装的时候就不会再从外网down这些rpm了
我的签名!

TOP

To download the SDK perform the following steps:
1. Create a temporary directory for the images and the cell-install RPM by typing
the following commands:
mkdir -p /tmp/cellsdkiso
cd /tmp/cellsdkiso
2. Download the cell-install RPM from developerWorks or Passport Advantage
Web site and place it into the /tmp/cellsdkiso directory that you created in the
previous step.
3. Download the ISO images into the same directory

我把文件都Copy到了 /tmp/cellsdkiso下~~~~~~~·
~~~~~~~~~~~~挤在北京,给首都添麻烦了~~~~~~~~~~~~~~~~

TOP

最大的问题在于:请务必让这台机器能够连接外网!

或者,一个方法是:找另外一台能够连接外网的机器安装上SDK,这样tmp目录下就会有rpm包了,你再拷过来用。
开源,人人为我,我为人人!

TOP

Ok  搞定
手动安装的,主要麻烦是包的依赖关系。
倘若不能联网,使用cellsdk脚本是安装不了的~~~~~~~~~
~~~~~~~~~~~~挤在北京,给首都添麻烦了~~~~~~~~~~~~~~~~

TOP

对,必须能够上网,依赖的rpm太多,安装脚本需要从远端服务器下载
我的签名!

TOP

no. please try
  1. install cell-install
  2. /opt/cell/cellsdk install --iso <PATH to ISO Files>

After install, you can umount by /opt/cell/cellsdk unmount

TOP

引用:
原帖由 winice 于 2008-6-11 01:02 发表
no. please try
  1. install cell-install
  2. /opt/cell/cellsdk install --iso

After install, you can umount by /opt/cell/cellsdk unmount
我就是这样安装的# ./cellsdk --iso /root/sdk3.0 install,但是还是需要download,提示
Total download size: 424 M
Is this ok [y/N]: y
Downloading Packages:
我也将那个iso看了一下,里面的rpm并不是很全面,那个iso只有138M

[ 本帖最后由 rose 于 2008-6-13 17:40 编辑 ]
我的签名!

TOP

发新话题