RHEL 7 clusterssh


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RHEL 7 clusterssh
# 1  
Old 02-03-2017
RHEL 7 clusterssh

I'm looking for the rpm for clusterssh on RHEL7. I've found a couple sites but when I try to install them I'm missing dependencies. I haven't been able to find all of the working dependencies. Anyone have a link to the needed rpms?
# 2  
Old 02-06-2017
If it is not a true RH product (therefore available through yum either direct or via a Satellite Server) then this may well be the one you want:-

Cluster SSH - Cluster Admin Via SSH download | SourceForge.net



I hope that this helps,
Robin
# 3  
Old 02-07-2017
When I try the install instructions. I get the below message.

Code:
# perl Build.PL
Can't locate Module/Build.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Build.PL line 5.
BEGIN failed--compilation aborted at Build.PL line 5.

Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!


---------- Post updated 02-07-17 at 09:42 AM ---------- Previous update was 02-06-17 at 11:02 AM ----------

***Solved***
I found what I was looking for.

Code:
# wget http://dl.fedoraproject.org/pub/epel...7-9.noarch.rpm
  # rpm -ivh epel-release-7-9.noarch.rpm
  # yum clean all
  # yum repolist
  # yum install clusterssh

You may need to do the following:

Edit /etc/ssh/sshd_config file:
# vi /etc/ssh/sshd_config

Set the following two options:

X11Forwarding yes
X11UseLocalhost no

Save and close the file. Reload the sshd, enter:

# systemctl restart sshd.service


Last edited by RudiC; 02-07-2017 at 10:44 AM.. Reason: Added CODE tags.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

2. UNIX for Dummies Questions & Answers

Windows->RHEL->RHEL X11 Forwarding?

I know this question might have been asked a lot but couldn't find anything that worked. From a windows machine 'A' I can only SSH into Linux server 'B' from where I can SSH into another Linux server 'C'. I need to be able to run GUI interfaces on server C which run on my Windows machine. I... (3 Replies)
Discussion started by: hr.prasan
3 Replies

3. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

4. Red Hat

TreeView in RHEL 4

Hi, I have got a folder structure in Linux (RHEL 4) and want to get treeview of he same. I got the 'tree' command for getting the result but my Linux has not got tree command. I had downloaded the tree package and tried to install. It required some dependency packages like glibc. I tried to... (2 Replies)
Discussion started by: Pulkit Lall
2 Replies

5. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

6. Red Hat

RHEL 5.0 vs RHEL 6.0

marching into the new version of RHEL 6.0... other than ext4 and /boot can be ext4 and "/" root filesystem can be encrypted...I can't see much more new features that are quite significant and practical than RHEL 5.0, kernel is still 2.6.18.xxxx I wonder if it has newer tools to manage... (4 Replies)
Discussion started by: ppchu99
4 Replies

7. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

8. Red Hat

cannot ssh (use NFS) on RHEL box, but can mount external & ssh out of RHEL box

Ok, Im trying to get NFS working on my RHEL 5 box, apparently i can use the box as a client, but not as a server. If it helps i cant ssh into the box (server), but as a client ssh works fine. Ive configured server: /etc/hosts.allow: all : all all :all@all setup my /etc/exports file... (4 Replies)
Discussion started by: drs.grid
4 Replies

9. UNIX for Advanced & Expert Users

RHEL 4 up2date

has someone ever update their servers using up2date? I already got my server listed in the up2date redhat network and there is security updates and so on. the thing is I would like to know, whether is there any steps on to download it in 1 server and apply it to the other servers?? so something... (3 Replies)
Discussion started by: flekzout
3 Replies

10. Red Hat

Difference between RHEL 3 AND RHEL 4

Anybody, let me know major differences between RHEL 3 & 4 . (2 Replies)
Discussion started by: sakthi_13
2 Replies
Login or Register to Ask a Question