Displaying 8 results from an estimated 8 matches for "virtcent01".
2010 Dec 12
1
heartbeat configuration for lb
hello list!
I am attempting to setup haproxy using a shared up I am trying to
setup using the heartbeat package that I currently have installed:
[root at VIRTCENT01:~]#rpm -qa | grep heartbeat | grep -v -e stonith -e pils
heartbeat-2.1.4-11.el5
heartbeat-2.1.4-11.el5
I have /etc/ha/.d authkeys setup this way:
#
auth 2
#1 crc
2 sha1 {SHA}secret
I have /etc/ha.d/resources setup like this:
VIRTCENT01.summitnjhome.com 192.168.1.23
And I have /etc/ha.cf setup...
2010 Dec 31
2
happy new years ssh key problem :)
...h lb1
amandabackup at lb1's password:
Last login: Fri Dec 31 10:57:05 2010 from 192.168.1.40
#########################################################
# SUMMITNJHOME.COM #
# TITLE: LB1 BOX #
# HOST: VIRTCENT01 #
# LOCATION: SUMMIT BASEMENT #
#########################################################
check to see if the key exists in authorized_keys
[amandabackup at VIRTCENT01 ~]$ grep -f id_rsa_amdump.pub ~/.ssh/authorized_keys
it didn't so cat it into...
2010 Nov 16
5
ssh prompting for password
...r at virt1's password:
id_rsa.pub
100% 381 0.4KB/s 00:00
ssh'd in:
[bluethundr at LCENT03:~]#ssh virt1
bluethundr at virt1's password:
Last login: Tue Nov 16 15:57:24 2010 from 192.168.1.46
Searched for the key on the host I just ssh'd into:
[bluethundr at VIRTCENT01:~]#grep -f id_rsa.pub .ssh/authorized_keys
ssh-rsa AAAAB3NzaC1yc2EAAAABI-FAKE-DATA-dgjIWxnyplIYKE5IQw9FY2+IVsYw==
As you can see, it's already there.. I then checked the modes on
authorized_keys:
[bluethundr at VIRTCENT01:~]#ls -l .ssh/authorized_keys
-rw------- 1 1001 1002 1597 Nov 15 12:02...
2011 Oct 18
3
haproxy ssl
...g ports on 192.168.1.200:
PORT STATE SERVICE
443/tcp open https
And the port 443 is being listened to..
[root at VIRTCENT02:~] #lsof -i :443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
haproxy 1763 haproxy 6u IPv4 7586 TCP VIRTUAL.example.com:https (LISTEN)
[root at VIRTCENT01:~] #netstat -tulpn | grep 443
tcp 0 0 192.168.1.200:443 0.0.0.0:* LISTEN 1752/haproxy
But a page will not render in a web page.
Unable to connect
Firefox can't establish a connection to the server at virtual.example.com.
And the...
2011 Feb 20
1
initlog is deprecated
Hello Centos,
I am getting an error that I am not familiar with when I restart ssh.
[root at virtcent01:~] #service sshd restart
Stopping sshd: [ OK ]
Starting sshd:WARNING: initlog is deprecated and will be removed in a
future release
[ OK ]
[root at virtcent01:~] #
I was just wondering if...
2011 Jan 15
1
keychain problem
...try to add my ssh key to keychain I
have to issue a command just to get my ssh subsystem communicating
with the ssh-agent:
I have this line in my .bashrc file
$(keychain --eval --quick --quiet private_key1 private_key2 private_key3)
If I try to perform ssh-add I get the message:
[bluethundr at VIRTCENT01:~]#ssh-add
Could not open a connection to your authentication agent.
So then I try to execute ssh-agent:
bluethundr at amanda:~]#exec ssh-agent bash
* Warning: can't find private_key1; skipping
* Warning: can't find private_key2; skipping
* Warning: can't find private_key3; skippi...
2010 Dec 31
1
amanda backup ssh key
...bug2: shell request accepted on channel 0
Last login: Fri Dec 31 00:23:45 2010 from 192.168.1.40
#########################################################
# SUMMITNJHOME.COM #
# TITLE: LB1 BOX #
# HOST: VIRTCENT01 #
# LOCATION: SUMMIT BASEMENT #
#########################################################
-sh-3.2$
[root at VIRTCENT01 x86_64]# ls -l /var/lib/amanda/.ssh/authorized_keys
-rw------- 1 amandabackup disk 408 Dec 31 00:14
/var/lib/amanda/.ssh/authorized_ke...
2011 Jan 15
0
keychain problem(with config file)
...try to add my ssh key to keychain I
have to issue a command just to get my ssh subsystem communicating
with the ssh-agent:
I have this line in my .bashrc file
$(keychain --eval --quick --quiet private_key1 private_key2 private_key3)
If I try to perform ssh-add I get the message:
[bluethundr at VIRTCENT01:~]#ssh-add
Could not open a connection to your authentication agent.
So then I try to execute ssh-agent:
bluethundr at amanda:~]#exec ssh-agent bash
?* Warning: can't find private_key1; skipping
?* Warning: can't find private_key2; skipping
?* Warning: can't find private_key3; skippi...