Hi Marcus, This will not work, you should try Dave Love's RPMs for CentOS 7: https://copr.fedorainfracloud.org/coprs/loveshack/SGE/
Note: these RPMs do not contain systemd service files, so you have to run daemons "by hand". I contacted him about it but I got no answer. I will need it in the future so I will probably have to fork his Copr project... Julien 2016-12-11 4:29 GMT+01:00 Coleman, Marcus [JRDUS Non-J&J] < mcole...@its.jnj.com>: > Hello all > > > > I need your help. Where can I find SGE installs for Centos 7? > > > > I currently have gridengine-qmaster-8.1.8-1.el6.x86_64.rpm but this is > for Centos 6. > > > > What is strange is I am able to install the following with no problems! > > [root@c6 sge]# rpm -qa grid* > > gridengine-devel-8.1.8-1.el6.noarch > > gridengine-8.1.8-1.el6.x86_64 > > gridengine-guiinst-8.1.8-1.el6.noarch > > gridengine-execd-8.1.8-1.el6.x86_64 > > gridengine-debuginfo-8.1.8-1.el6.x86_64 > > gridengine-qmon-8.1.8-1.el6.x86_64 > > [root@c6 sge]# > > > > > > > > I get some dependency errors as such: > > [root@c6 SGEinstall]# yum -y install gridengine-qmaster-8.1.8-1. > el6.x86_64.rpm > > Loaded plugins: fastestmirror > > Examining gridengine-qmaster-8.1.8-1.el6.x86_64.rpm: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > Marking gridengine-qmaster-8.1.8-1.el6.x86_64.rpm to be installed > > Resolving Dependencies > > --> Running transaction check > > ---> Package gridengine-qmaster.x86_64 0:8.1.8-1.el6 will be installed > > --> Processing Dependency: db4-utils for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > Loading mirror speeds from cached hostfile > > * base: mirror.hmc.edu > > * extras: centos.mirror.constant.com > > * updates: reflector.westga.edu > > --> Processing Dependency: libdb-4.7.so()(64bit) for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > --> Running transaction check > > ---> Package compat-db47.x86_64 0:4.7.25-28.el7 will be installed > > --> Processing Dependency: compat-db-headers = 4.7.25-28.el7 for package: > compat-db47-4.7.25-28.el7.x86_64 > > ---> Package gridengine-qmaster.x86_64 0:8.1.8-1.el6 will be installed > > --> Processing Dependency: db4-utils for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > --> Running transaction check > > ---> Package compat-db-headers.noarch 0:4.7.25-28.el7 will be installed > > ---> Package gridengine-qmaster.x86_64 0:8.1.8-1.el6 will be installed > > --> Processing Dependency: db4-utils for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > --> Finished Dependency Resolution > > Error: Package: gridengine-qmaster-8.1.8-1.el6.x86_64 > (/gridengine-qmaster-8.1.8-1.el6.x86_64) > > Requires: db4-utils > > You could try using --skip-broken to work around the problem > > You could try running: rpm -Va --nofiles --nodigest > > [root@c6 SGEinstall]# > > > > > > I tried the suggested by yum and still no go > > [root@c6 SGEinstall]# yum -y install gridengine-qmaster-8.1.8-1.el6.x86_64.rpm > --skip-broken > > Loaded plugins: fastestmirror > > Examining gridengine-qmaster-8.1.8-1.el6.x86_64.rpm: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > Marking gridengine-qmaster-8.1.8-1.el6.x86_64.rpm to be installed > > Resolving Dependencies > > --> Running transaction check > > ---> Package gridengine-qmaster.x86_64 0:8.1.8-1.el6 will be installed > > --> Processing Dependency: db4-utils for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > Loading mirror speeds from cached hostfile > > * base: mirror.hmc.edu > > * extras: centos.mirror.constant.com > > * updates: reflector.westga.edu > > --> Processing Dependency: libdb-4.7.so()(64bit) for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > --> Running transaction check > > ---> Package compat-db47.x86_64 0:4.7.25-28.el7 will be installed > > --> Processing Dependency: compat-db-headers = 4.7.25-28.el7 for package: > compat-db47-4.7.25-28.el7.x86_64 > > ---> Package gridengine-qmaster.x86_64 0:8.1.8-1.el6 will be installed > > --> Processing Dependency: db4-utils for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > --> Running transaction check > > ---> Package compat-db-headers.noarch 0:4.7.25-28.el7 will be installed > > ---> Package gridengine-qmaster.x86_64 0:8.1.8-1.el6 will be installed > > --> Processing Dependency: db4-utils for package: > gridengine-qmaster-8.1.8-1.el6.x86_64 > > base/7/x86_64/filelists_db > | 6.2 MB 00:00:03 > > > > Packages skipped because of dependency problems: > > compat-db-headers-4.7.25-28.el7.noarch from base > > compat-db47-4.7.25-28.el7.x86_64 from base > > gridengine-qmaster-8.1.8-1.el6.x86_64 from > /gridengine-qmaster-8.1.8-1.el6.x86_64 > > > > %%%%%%%%%%%%%%%%%%%%%%%%%%%% > > > > > > I tried the rpm suggestion of yum and still no go > > > > [root@c6 sge]# rpm -Va gridengine-qmaster-8.1.8-1.el6.x86_64.rpm > --nofiles --nodigest > > [root@c6 sge]# rpm -qa grid* > > gridengine-devel-8.1.8-1.el6.noarch > > gridengine-8.1.8-1.el6.x86_64 > > gridengine-guiinst-8.1.8-1.el6.noarch > > gridengine-execd-8.1.8-1.el6.x86_64 > > gridengine-debuginfo-8.1.8-1.el6.x86_64 > > gridengine-qmon-8.1.8-1.el6.x86_64 > > [root@c6 sge]# > > > > > > Any suggestion would be greatly appreciated > > _______________________________________________ > users mailing list > users@gridengine.org > https://gridengine.org/mailman/listinfo/users > >
_______________________________________________ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users