|
|
[root@node1 ~]# su - oracle
-bash: /home/oracle/.bash_profile: line 1: syntax error near unexpected token `)'
-bash: /home/oracle/.bash_profile: line 1: `VimCrypt~01!)«
Û
m¢Ù¢–d,u½`d?HG›f¹o8íë·ˆÂÞ¦~ÇèíøÖ=cûžƒíLŒNÛ½:Œ$L~Öh‰dð|4'
-bash-3.2$ ssh node1 date
Mon May 2 00:56:10 CST 2011
-bash-3.2$ ssh node1-priv
Last login: Mon May 2 00:55:46 2011
-bash: /home/oracle/.bash_profile: line 1: syntax error near unexpected token `)'
-bash: /home/oracle/.bash_profile: line 1: `VimCrypt~01!)«
Û
m¢Ù¢–d,u½`d?HG›f¹o8íë·ˆÂÞ¦~ÇèíøÖ=cûžƒíLŒNÛ½:Œ$L~Öh‰dð|4'
-bash-3.2$ ssh node1-priv date
Mon May 2 00:56:23 CST 2011
-bash-3.2$ ssh node2-priv date
Sun May 1 17:37:28 CST 2011
[root@node1 ~]# ping node1
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.031 ms
--- localhost.localdomain ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.031/0.031/0.031/0.000 ms
[root@node1 ~]# ping node2
PING node2 (192.168.0.12) 56(84) bytes of data.
64 bytes from node2 (192.168.0.12): icmp_seq=1 ttl=64 time=0.842 ms
64 bytes from node2 (192.168.0.12): icmp_seq=2 ttl=64 time=0.230 ms
--- node2 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 0.230/0.536/0.842/0.306 ms
[root@node1 ~]# ping node2-priv
PING node2-priv (10.10.10.12) 56(84) bytes of data.
64 bytes from node2-priv (10.10.10.12): icmp_seq=1 ttl=64 time=0.856 ms
64 bytes from node2-priv (10.10.10.12): icmp_seq=2 ttl=64 time=0.283 ms
--- node2-priv ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.283/0.569/0.856/0.287 ms
ssh信息如上
报错如下:
the specified nodes are not clusterable the following error was returned by the operating system:null
有谁知道 帮我看看 |
|