From: Patrick W. <pw...@em...> - 2008-08-25 20:57:33
|
Okay, I've made some progress. The dependency problem still exists, meaning the comoonics packages CAN NOT be installed via yum (yet). I worked around the problem by downloading the neccessary packages manually, installing XML::DOM, XML::XQL and XML::XQL::DOM via "cpan", installing the comoonics-cs package with "rpm -Uhv --force comoonics- cs*.rpm" and the rest of the comoonics packages with just "rpm -Uhv *.rpm". I'm trying to build an CentOS 5.2 based NFS based cluster to replace our old CentOS 4.x NFS clusters, but am having trouble understanding how this comoonics could possible work with NFS. I thought you needed GFS (or some other cluster filesystem) to get CDSL support. Does NFS actually have support for CDSL? Are CDSLs handled somewhere else, above NFS? Or does comoonics NFS support not use CDSLs for NFS based clusters? If so, then how does that work? Thanks On Aug 25, 2008, at 11:34 AM, Patrick Wolfe wrote: > Hi, > > long time SSI user, first time comoonics user. I've built a new > CentOS 5.2 x86_64 VMware system, and am following the instructions > found on opensharedroot.com, but am running into unresolved > dependency problems when trying to install the comoonics packages > via YUM. > > For clarity, I'll post the whole yum session. > > > [root@gfsboot1 etc]# yum install comoonics-bootimage comoonics-cs > comoonics-cs-py comoonics-ec-py comoonics-bootimage-extras-nfs > comoonics-bootimage-extras-network > Loading "fastestmirror" plugin > Loading mirror speeds from cached hostfile > * comoonics: download.atix.de > * base: centos.omnispring.com > * updates: repo.bioinformatics.upenn.edu > * addons: mirror.trouble-free.net > * comoonics-x86_64: download.atix.de > * extras: centos.omnispring.com > comoonics 100% |=========================| 951 B > 00:00 > base 100% |=========================| 1.1 kB > 00:00 > updates 100% |=========================| 951 B > 00:00 > primary.xml.gz 100% |=========================| 179 kB > 00:00 > updates : ################################################## 433/433 > addons 100% |=========================| 951 B > 00:00 > comoonics-x86_64 100% |=========================| 951 B > 00:00 > extras 100% |=========================| 1.1 kB > 00:00 > Setting up Install Process > Parsing package install arguments > Resolving Dependencies > --> Running transaction check > ---> Package comoonics-cs.noarch 0:0.5-31 set to be updated > --> Processing Dependency: perl(XML::XQL::DOM) for package: > comoonics-cs > --> Processing Dependency: perl(XML::XQL) for package: comoonics-cs > --> Processing Dependency: perl(XML::DOM) for package: comoonics-cs > ---> Package comoonics-bootimage-extras-nfs.noarch 0:0.1-1 set to be > updated > ---> Package comoonics-bootimage.noarch 0:1.3-34 set to be updated > --> Processing Dependency: comoonics-bootimage-initscripts >= 1.3 > for package: comoonics-bootimage > --> Processing Dependency: comoonics-bootimage-listfiles >= 1.3 for > package: comoonics-bootimage > --> Processing Dependency: comoonics-cluster-py >= 0.1-2 for > package: comoonics-bootimage > ---> Package comoonics-cs-py.noarch 0:0.1-55 set to be updated > --> Processing Dependency: pyparted for package: comoonics-cs-py > ---> Package comoonics-bootimage-extras-network.noarch 0:0.1-1 set > to be updated > ---> Package comoonics-ec-py.noarch 0:0.1-36 set to be updated > --> Running transaction check > ---> Package comoonics-bootimage-initscripts.noarch 0:1.3-8.el5 set > to be updated > --> Processing Dependency: SysVinit-comoonics for package: comoonics- > bootimage-initscripts > ---> Package comoonics-cs.noarch 0:0.5-31 set to be updated > --> Processing Dependency: perl(XML::XQL::DOM) for package: > comoonics-cs > --> Processing Dependency: perl(XML::XQL) for package: comoonics-cs > --> Processing Dependency: perl(XML::DOM) for package: comoonics-cs > ---> Package comoonics-bootimage-listfiles.noarch 0:1.3-6.el5 set to > be updated > ---> Package pyparted.x86_64 0:1.8.1-4.el5 set to be updated > ---> Package comoonics-cluster-py.noarch 0:0.1-14 set to be updated > --> Running transaction check > ---> Package comoonics-cs.noarch 0:0.5-31 set to be updated > --> Processing Dependency: perl(XML::XQL::DOM) for package: > comoonics-cs > --> Processing Dependency: perl(XML::XQL) for package: comoonics-cs > --> Processing Dependency: perl(XML::DOM) for package: comoonics-cs > ---> Package SysVinit-comoonics.x86_64 0:2.86-14.atix.1 set to be > updated > --> Finished Dependency Resolution > Error: Missing Dependency: perl(XML::XQL) is needed by package > comoonics-cs > Error: Missing Dependency: perl(XML::XQL::DOM) is needed by package > comoonics-cs > Error: Missing Dependency: perl(XML::DOM) is needed by package > comoonics-cs > > > I've already tried running "cpan" and installing the three perl > modules manually, but that doesn't satisfy comoonics-cs' RPM > prerequisites. > > How do you recommend I proceed? > > > > -- > > Patrick Wolfe > > > |