BlueCat Proteus / Networks Adress Manager: Ist der NTP Dienst konfiguriert?

Diese Ausschrift: root@new:~# ntpq -p No association ID’s returned oder anders gefragt: root@new:~# ntpq ntpq> opeer No association ID’s returned ntpq> sagt etwas anderes aus als diese ..? root@new:~# netstat -tulpan | grep ntp tcp        0      0 127.0.0.1:48316         127.0.0.1:34319         CLOSE_WAIT  7074/ntpd udp        0      0 10.136.20.99:59799      10.136.9.21:53          ESTABLISHED 7074/ntpd udp    87552      0 10.136.20.99:123        0.0.0.0:*                           7074/ntpd udp        0      0 127.0.0.1:123           0.0.0.0:*                           7074/ntpd udp        0      0 0.0.0.0:123             0.0.0.0:*                           7074/ntpd udp6       0      0 ::1:123                 :::*                                7074/ntpd udp6       0      0 fe80::250:56ff:feac:123 :::*                                7074/ntpd udp6       0      0 :::123                  :::*                                7074/ntpd Das Problem: Der NTP Server ist zwar gestartet, findet jedoch seine Quellen nicht. Konfiguriert wurden 3 PTB Zeitserver. less /etc/ntp.conf Der Blick in das Syslog File verrät uns, dass der Server die DNS Namen nicht auflösen …

weiterlesen ….

Kategorien IPAM Schlagwörter

BlueCat Adonis / Proteus: Aktuelle Version und Patchlevel (Patchstand) anzeigen

als root anmelden cat /etc/issue ansehen Patchlevel mit ls /var/patch abfragen Wenn das Verzeichnis nicht existiert, heißt es, dass kein Patch angewendet wurde. You can execute cat /etc/issue while logged in as root to check for the current version of your Adonis. Based on the case details, I believe you are running in version 7.0. However, that command will not display the patching level of the box. To check for the patching level, please execute ls /var/patch command while still logged in as root. The output of that command will give you the KB Numbers of the patches successfully applied into the box. Thus, if you see KB-6047 in the output that simply means that Patch 2 for version 7.0 …

weiterlesen ….