NetWorker: NetWorker İstemcisinin FQDN Ana Bilgisayar Adını nsrla Veritabanına Girme

Summary: İstemci kaynağının nsrladb'si doğru adı kullanacak şekilde nasıl düzeltilir?

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

NetWorker istemcisi, Tam Nitelikli Etki Alanı Adı (FQDN) kullanılarak NetWorker'a eklenmiştir:

[root@nsr ~]# nsradmin
NetWorker administration program.
Use the "help" command for help, "visual" for full-screen mode.
nsradmin> print type: nsr client; name: rhel-client01.amer.lan
                        type: NSR client;
                        name: rhel-client01.amer.lan;
                client state: active;
                     comment: ;
                   directive: ;
  cross mount points enabled: No;
       protection group list: ;
                    save set: All;
          Checkpoint enabled: Disabled;
Parallel save streams per save set: Disabled;
       Disk Space Monitoring: Disabled;
               remote access: ;
                 remote user: ;
                    password: ;
         NAS management user: ;
     NAS management password: ;
        NAS file access user: ;
    NAS file access password: ;
        index backup content: No;
              backup command: ;
                 Pre command: ;
                Post command: ;
     application information: NSR_PS_DEBUG_LEVEL=0;
     ndmp vendor information: ;
                        ndmp: No;
  ndmp multi-streams enabled: No;
                Disable IPv6: No;
                  NAS device: No;
             NDMP array name: ;
  NAS device management name: ;
storage replication policy name: ;
         Probe resource name: ;
          Block based backup: No;
             executable path: ;
                     aliases: rhel-client01, rhel-client01.amer.lan;
                 parallelism: 4;
                 backup type: Filesystem;
                          OS: ;
                 module type: ;
              module version: ;
             client timezone: ;
                         tag: ;
              index hostname: ;
        restricted data zone: ;
nsradmin>

Komutta nsrladb istemcide kısa adla oluşturuluyor. 

[root@rhel-client01 ~]# nsradmin -p nsrexecd
NetWorker administration program.
Use the "help" command for help, "visual" for full-screen mode.
nsradmin> show name
nsradmin> p type: nsrla
                        name: rhel-client01;
nsradmin>

Cause

NetWorker, /nsr/res/nsrladb veritabanını oluşturduğu süre boyunca İşletim Sisteminden aldığı ana bilgisayar adı (short veya FQDN) ile.

Resolution

NOT: Bu prosedür, istemcinin NetWorker sunucusundaki adını değiştirmez. Prosedürün amacı, istemcinin yerel veritabanındaki adı ve NetWorker sunucusundaki yapılandırılmış istemci adı arasındaki tutarsızlığı düzeltmektir. Bu çakışmalar, NetWorker sunucusunun daemon günlüğünde eş sertifikayla ilgili hatalara neden olabilir.
  1. NetWorker istemcisinde bir Yönetici komut istemi veya kök kabuğu açın.
  2. NetWorker istemci hizmetlerini durdurun:

Linux: nsr_shutdown
Windows: net stop nsrexecd /y

  1. İşletim sistemi ana bilgisayarları dosyasını açın:

Linux: /etc/hosts
Windows: C:\Windows\System32\drivers\etc\hosts

  1. İstemcinin adı için hosts dosyasında çakışan girişler olup olmadığını kontrol edin. Örneğin, bu örnekte ana bilgisayar dosyası girişi şu şekilde görünür:
192.168.9.121   rhel-client01   rhel-client01.amer.lan

Kısa ad FQDN'den önce görünür ve bu nedenle NetWorker istemci hizmeti başlatıldığında nsrladb kısa adı kullanan kaynak.

Ana bilgisayarlar dosyasını, NetWorker istemci adı IP adresine diğer ad olarak atanan ilk ad olacak şekilde düzeltin. Örneğin:

192.168.9.121   rhel-client01.amer.lan  rhel-client01

NOT: Bir ana bilgisayar adının veya IP adresinin ana bilgisayarlar dosyasındaki birden fazla satırda görünmediğinden emin olun. Bir adresin ilk örneği kullanılır ve sonraki tüm örnekler yok sayılır.
  1. Şunu yeniden adlandırın: nsrladb :

Linux: /nsr/res/nsrladb
Windows: C:\Program Files\EMC NetWorker\nsr\res\nsrladb

  1. NetWorker istemci hizmetlerini başlatın:

Linux: systemctl start networker
Windows: net start nsrexecd

  1. İstemcinin yazılımında doğru adın olduğunu onaylamak için nsradmin'i kullanın nsrladb:

nsradmin -p nsrexecd
show name
print type: nsrla

[root@rhel-client01 ~]# nsradmin -p nsrexecd
NetWorker administration program.
Use the "help" command for help, "visual" for full-screen mode.
nsradmin> show name
nsradmin> print type: nsrla
                        name: rhel-client01.amer.lan;
nsradmin>
  1. NetWorker sunucusunda bir Yönetici komut istemi veya kök kabuğu açın. 
  2. İstemci ile ilgili herhangi bir akran çakışması olup olmadığını kontrol edin: nsradmin -C -y -p nsrexecd "nsr peer information"
[root@nsr ~]# nsradmin -C -y -p nsrexecd "nsr peer information"

Validate "nsr peer information" resources

Synopsis: For each NSR peer information resource in nsr.amer.lan's NSRLA database, verify the 'NW instance ID' and 'certificate' attributes match those found in the peer's NSRLA resource.

...
...

 Hostname: rhel-client01
 Instance ID: ca782745-00000004-c0984de0-68532545-00015000-a61cbe56

 * The "NSR peer information" resource for rhel-client01 in nsr.amer.lan's NSRLA database is out of date. The "NW instance ID" attribute does not match the one stored in rhel-client01's NSRLA resource. To correct the problem, delete the NSR peer information resource for rhel-client01 in nsr.amer.lan's NSRLA database.

 * Deleted "NSR peer information" resource for rhel-client01 from nsr.amer.lan's NSRLA database

 Matching certificates: Corrected

Summary:

NSR peer information resources checked:       1
        RAP connect errors:                   0
        RAP query errors:                     0
        Resource mismatches:                  1
        Resources corrected:                  1

Peers with mismatched certificates/instance IDs: rhel-client01

Corrections were made to the NSRLA databases of the following hosts: nsr.amer.lan

Total errors:                                 1
NOT: Eş sertifika, sunucu ile istemci arasındaki bir sonraki NetWorker iletişim bağlantısında doğru adla yeniden oluşturulur.

Affected Products

NetWorker

Products

NetWorker
Article Properties
Article Number: 000020009
Article Type: Solution
Last Modified: 17 Jul 2025
Version:  5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.