install cell node is so simple

来源:互联网 发布:trackpad windows 编辑:程序博客网 时间:2024/05/17 22:12

1.make sure the virtual machine's memory less than 4G.

2.upload cellImageMaker_11.2.3.2.0_LINUX.X64_120713-1.x86_64.tar file into server then untar it (the file was unzipped from V33693-01.zip which was downloaded from edelivery.oracle.com

3.yum install perl-libwww-perl

4. mkdir -p /var/log/oracle           chmod -R 775 /var/log/oracle

5. cd /cell/dl180/boot/cellbits      

unzip cell.bin                         

rpm -ivh jdk-1_5_0_15-linux-amd64.rpm     

rpm -ivh cell-11.2.3.2.0_LINUX.X64_120713-1.x86_64.rpm  

if any error can use rpm --scripts -qp cell-11.2.3.2.1_LINUX.X64_130109-1.x86_64.rpm >>diag.log to debug the error. see thesouce article

6. add lines into  /etc/security/limits.conf (* soft nofile 65536 & * hard nofile 65536) add line into /etc/sysctl.ctl (fs.file-max = 65536)

7. run cellcli now I can add disk etc.

0 0