Enfrentando um problema durante a configuração de dois nós do RAC no laptop.
.uninstaller no primeiro mostrando o "DISPLAY não pode definir ERROR". Então, depois de resolver isso, definindo a exibição, não é necessário mostrar nenhum popup para que eu possa prosseguir para o próximo passo.
Histórico: - Antes de chegar a esta etapa eu estava enfrentando outro problema com o oracle linux gnome display. Então, a partir da tela de inicialização, usei a guia cntr + alt + e abri a tela do gnome com o startx como usuário root. Então, basicamente, executando o runinstaller no terminal X ao abrir o gnome DISPLAY como STARTX.
runinstaller is stucked
./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 415 MB. Actual 11216 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4479 MB Passed
O que tentei: - Tentei muitas coisas para resolver isso nas últimas 24 horas.
1º pensamento: - Tentei com o mobaxterm ou putty através do ssh. Para isso, configure a porta ssh no linux como 22 no arquivo / etc / ssh / sshd_config. Então desativei o firewalld no linux. alterações apropriadas também feitas no selinux. Putty está mostrando conexão recusada. Estou colando todas as minhas saídas abaixo.
Então, basicamente, estou enfrentando dois problemas.
1 > Não é possível iniciar o .runinstaller. Este é o problema principal. Para resolver isso, estou enfrentando o problema mencionado abaixo.
2 > Não é possível conectar-se ao linux a partir de putty.
Eu estou usando caixa virtual e host é o windows 10. do windows eu posso pingar para 127.0.0.1.
sh example.com -X -v
output:-
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to example.com [93.184.216.34] port 22.
ifconfig
output:-
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.56.71 netmask 255.255.255.0 broadcast 192.168.56.255
inet6 fe80::42ec:8d8f:412f:80b0 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:ef:65:d8 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 45 bytes 5400 (5.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.10.1 netmask 255.255.255.0 broadcast 192.168.10.255
inet6 fe80::4347:1d9c:1ea9:4d43 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:21:7a:89 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 45 bytes 5394 (5.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.4.15 netmask 255.255.255.0 broadcast 10.0.4.255
inet6 fe80::21eb:7039:c6d1:1145 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:c8:5a:c8 txqueuelen 1000 (Ethernet)
RX packets 107 bytes 125890 (122.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 115 bytes 11626 (11.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 2115 bytes 208941 (204.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2115 bytes 208941 (204.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 52:54:00:ae:f2:f8 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Tentou se conectar a 127.0.0.1 através da pasta, mas mostrando a conexão recusada. porta usada 22.
hostname -i
showing 192.168.56.71