NetWorker: Dane niedostępne ze względu na problemy z programem Sql Server w systemie Windows

Zusammenfassung: Dane są niedostępne z powodu problemów z programem sql na serwerze kopii zapasowych.

Dieser Artikel gilt für Dieser Artikel gilt nicht für Dieser Artikel ist nicht an ein bestimmtes Produkt gebunden. In diesem Artikel werden nicht alle Produktversionen aufgeführt.

Symptome

  • Oprogramowanie serwera NetWorker jest zainstalowane na serwerze Microsoft Windows.
  • Po niedawnej aktualizacji serwera NetWorker rozpocznij świadczenie usług; nsrwatch i NetWorker Management Console (NMC) nie pokazują żadnych kopii zapasowych i ręczne uruchamianie kopii zapasowych kończy się niepowodzeniem.
  • Okno alertów NMC i raport NMC gstd.raw:
Linux: /opt/lgtonmc/logs/gstd.raw
Windows: C:\Program Files\EMC NetWorker\Management\GST\logs\gstd.raw

ERROR generated: "Message bus unable to open socket connection to host 'BACKUP-SRV' on port 5672: a socket error occurred" in file "D:/views/nw/19.8/nsrwebui/modules/nsm/gstnsm.c" line #11364

NetWorker: korzystanie z nsr_render_log

  • Port 5672 lub 5671 nie nasłuchuje na serwerze NetWorker:
nsrports -t localhost -p PORT
netstat -ano | findstr PORT

UWAGA: Port 5672 to starszy port inny niż SSL. Port 5671 jest używany w SSL. W oprogramowaniu NetWorker w wersji 19.7.x i nowszych port 5672 jest wyłączony, a ruch za pośrednictwem portu 5671 jest wysyłany.
  • Uruchom polecenie, aby uruchomić serwer. Było to dane wyjściowe:
Configuring logger redirection
Logger - error: {removed_failing_handler,rabbit_log}
13:46:52.589 [error] Error in process <0.206.0> on node rabbit_prelaunch_3804@localhost with exit value:
{eacces,[{erlang,open_port,[{spawn,"inet_gethost 4 "},[{packet,4},eof,binary]],[{file,"erlang.erl"},{line,2258}]},{inet_gethost_native,server_init,2,[{file,"inet_gethost_native.erl"},{line,184}]}]}
13:46:52.589 [error] Supervisor inet_gethost_native_sup had child at module inet_gethost_native at <0.206.0> exit with reason {eacces,[{erlang,open_port,[{spawn,"inet_gethost 4 "},[{packet,4},eof,binary]],[{file,"erlang.erl"},{line,2258}]},{inet_gethost_native,server_init,2,[{file,"inet_gethost_native.erl"},{line,184}]}]} in context child_terminated
13:46:52.589 [error] gen_server inet_gethost_native_sup terminated with reason: {eacces,[{erlang,open_port,[{spawn,"inet_gethost 4 "},[{packet,4},eof,binary]],[{file,"erlang.erl"},{line,2258}]},{inet_gethost_native,server_init,2,[{file,"inet_gethost_native.erl"},{line,184}]}]}
13:46:52.589 [error] CRASH REPORT Process inet_gethost_native_sup with 0 neighbours exited with reason: {eacces,[{erlang,open_port,[{spawn,"inet_gethost 4 "},[{packet,4},eof,binary]],[{file,"erlang.erl"},{line,2258}]},{inet_gethost_native,server_init,2,[{file,"inet_gethost_native.erl"},{line,184}]}]} in gen_server:handle_common_reply/8 line 805
13:46:52.589 [error] Supervisor kernel_safe_sup had child inet_gethost_native_sup started with {inet_gethost_native,start_link,undefined} at <0.205.0> exit with reason {eacces,[{erlang,open_port,[{spawn,"inet_gethost 4 "},[{packet,4},eof,binary]],[{file,"erlang.erl"},{line,2258}]},{inet_gethost_native,server_init,2,[{file,"inet_gethost_native.erl"},{line,184}]}]} in context child_terminated
13:46:52.605 [error] Error in process <0.206.0> on node rabbit_prelaunch_3804@localhost with exit value:
{eacces,[{erlang,open_port,[{spawn,"inet_gethost 4 "},[{packet,4},eof,binary]],[{file,"erlang.erl"},{line,2258}]},{inet_gethost_native,server_init,2,[{file,"inet_gethost_native.erl"},{line,184}]}]}
13:46:52.636 [error] 

13:46:52.636 [error] BOOT FAILED
BOOT FAILED
13:46:52.636 [error] ===========
===========
13:46:52.636 [error] ERROR: epmd error for host BACKUP-SRV: {could_not_start_server,inet_gethost_native} (unknown POSIX error)
ERROR: epmd error for host BACKUP-SRV: {could_not_start_server,inet_gethost_native} (unknown POSIX error)
13:46:52.636 [error] 

13:46:53.647 [error] Supervisor rabbit_prelaunch_sup had child prelaunch started with rabbit_prelaunch:run_prelaunch_first_phase() at undefined exit with reason {epmd_error,"BACKUP-SRV",{could_not_start_server,inet_gethost_native}} in context start_error
13:46:53.647 [error] CRASH REPORT Process <0.151.0> with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,prelaunch,{epmd_error,"BACKUP-SRV",{could_not_start_server,inet_gethost_native}}}},{rabbit_prelaunch_app,start,[normal,[]]}} in application_master:init/4 line 138
{"Kernel pid terminated",application_controller,"{application_start_failure,rabbitmq_prelaunch,{{shutdown,{failed_to_start_child,prelaunch,{epmd_error,\"BACKUP-SRV\",{could_not_start_server,inet_gethost_native}}}},{rabbit_prelaunch_app,start,[normal,[]]}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,rabbitmq_prelaunch,{{shutdown,{failed_to_start_child,prelaunch,{epmd_error,"BACKUP-SRV",{could_not_start_server,inet_gethost

Crash dump is being written to: erl_crash.dump...done

Ursache

Ten problem może wystąpić, gdy fałszywy plik lub katalog o nazwie "program" znajduje się w katalogu głównym woluminu, w którym zainstalowano networker. Ten plik lub katalog mogą być ukryte.

Lösung

Określ, czy plik lub katalog o nazwie "program" znajduje się w katalogu głównym dowolnego woluminu. Jeśli tak, usuń lub zmień nazwę pliku lub katalogu:
  1. Otwórz okno wiersza polecenia za pomocą opcji Uruchom jako administrator.
  2. Przejdź do katalogu głównego woluminu.
Przykład:
cd D:\
  1. Uruchom następujące polecenie, aby wyświetlić obiekty, w tym ukryte obiekty.
dir /a
  1. Jeśli znaleziono "Program", usuń lub zmień nazwę obiektu.
  2. Powtórz kroki od 1 do 4 dla innych woluminów lub liter napędów.
  3. Uruchom ponownie usługę
net stop nsrexecd /y
net start nsrd
Jeśli aplikacja NMC jest zainstalowana w tym samym systemie:
net start gstd
  1. Uruchom ponownie hosta przy następnej okazji.

Betroffene Produkte

Data Protection, NetWorker Family, NetWorker, NetWorker Management Console

Produkte

NetWorker Management Console
Artikeleigenschaften
Artikelnummer: 000220828
Artikeltyp: Solution
Zuletzt geändert: 09 Okt. 2024
Version:  3
Antworten auf Ihre Fragen erhalten Sie von anderen Dell NutzerInnen
Support Services
Prüfen Sie, ob Ihr Gerät durch Support Services abgedeckt ist.