XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. jsajous26
    3. Best
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 9
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: XO-Lite ne se lance plus

      @yann
      Ce n'est pas de la PROD.
      Si ma compréhension est bonne, après recherche, le stockage vers la LUN NetAPP (iSCSI) a été perdu, la mode HA étant actif (les volumes HA n'était plus accessible).

      [10:05 xcp-ng-poc-1 ~]# xe vm-list
      The server could not join the liveset because the HA daemon could not access the heartbeat disk.
      [10:06 xcp-ng-poc-1 ~]# xe host-emergency-ha-disable
      Error: This operation is dangerous and may cause data loss. This operation must be forced (use --force).
      [10:06 xcp-ng-poc-1 ~]# xe host-emergency-ha-disable --force
      [10:06 xcp-ng-poc-1 ~]# xe-toolstack-restart
      Executing xe-toolstack-restart
      done.
      [10:07 xcp-ng-poc-1 ~]#
      

      Côté stockage

      [10:09 xcp-ng-poc-1 ~]# xe pbd-list sr-uuid=16ec6b11-6110-7a27-4d94-dfcc09f34d15
      uuid ( RO)                  : be5ac5cc-bc70-4eef-8b01-a9ed98f83e23
                   host-uuid ( RO): 0219cb2e-46b8-4657-bfa4-c924b59e373a
                     sr-uuid ( RO): 16ec6b11-6110-7a27-4d94-dfcc09f34d15
               device-config (MRO): SCSIid: 3600a098038323566622b5a5977776557; targetIQN: iqn.1992-08.com.netapp:sn.89de0ec3fba011f0be0bd039eae42297:vs.8; targetport: 3260; target: 172.17.10.1; multihomelist: 172.17.10.1:3260,172.17.11.1:3260,172.17.1.1:3260,172.17.0.1:3260
          currently-attached ( RO): false
      
      
      uuid ( RO)                  : a2dd4324-ce32-5a5e-768f-cc0df10dc49a
                   host-uuid ( RO): cb9a2dc3-cc1d-4467-99eb-6896503b4e11
                     sr-uuid ( RO): 16ec6b11-6110-7a27-4d94-dfcc09f34d15
               device-config (MRO): multiSession: 172.17.1.1,3260,iqn.1992-08.com.netapp:sn.89de0ec3fba011f0be0bd039eae42297:vs.8|172.17.0.1,3260,iqn.1992-08.com.netapp:sn.89de0ec3fba011f0be0bd039eae42297:vs.8|; target: 172.17.0.1; targetIQN: *; SCSIid: 3600a098038323566622b5a5977776557; multihomelist: 172.17.1.1:3260,172.17.10.1:3260,172.17.11.1:3260,172.17.0.1:3260
          currently-attached ( RO): false
      
      
      [10:09 xcp-ng-poc-1 ~]# xe pbd-plug uuid=be5ac5cc-bc70-4eef-8b01-a9ed98f83e23
      Error code: SR_BACKEND_FAILURE_47
      Error parameters: , The SR is not available [opterr=no such volume group: VG_XenStorage-16ec6b11-6110-7a27-4d94-dfcc09f34d15],
      [10:10 xcp-ng-poc-1 ~]#
      

      Après ca, XO-Lite s'est correctement relancé.

      posted in French (Français)
      J
      jsajous26
    • XO-Lite ne se lance plus

      Bonjour,

      Après une mise à jour des RPM via "yum update", et un redémarrage du serveur, XO-Lite ne semble plus se lancer. Le port 443 est absent.

      [10:02 xcp-ng-poc-1 ~]# netstat -anp
      Active Internet connections (servers and established)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
      tcp        0      0 127.0.0.1:5900          0.0.0.0:*               LISTEN      1375/vncterm
      tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1205/rpcbind
      tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1219/sshd
      tcp        0      0 127.0.0.1:9500          0.0.0.0:*               LISTEN      1375/vncterm
      tcp        0      0 127.0.0.1:8125          0.0.0.0:*               LISTEN      2115/netdata
      tcp        0      0 172.17.1.10:60938       172.17.1.1:3260         ESTABLISHED 2667/iscsid
      tcp        0    272 10.99.153.192:22        10.99.138.165:49677     ESTABLISHED 12856/sshd: root@pt
      tcp        0      0 172.17.0.10:54548       172.17.0.1:3260         ESTABLISHED 2667/iscsid
      tcp6       0      0 :::111                  :::*                    LISTEN      1205/rpcbind
      tcp6       0      0 :::22                   :::*                    LISTEN      1219/sshd
      udp        0      0 127.0.0.1:8125          0.0.0.0:*                           2115/netdata
      udp        0      0 0.0.0.0:111             0.0.0.0:*                           1205/rpcbind
      udp        0      0 127.0.0.1:323           0.0.0.0:*                           1272/chronyd
      udp        0      0 0.0.0.0:940             0.0.0.0:*                           1205/rpcbind
      udp6       0      0 :::111                  :::*                                1205/rpcbind
      udp6       0      0 ::1:323                 :::*                                1272/chronyd
      udp6       0      0 :::940                  :::*                                1205/rpcbind
      Active UNIX domain sockets (servers and established)
      Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
      
      

      Comment relancer le service ?

      Merci de votre réponse.

      posted in French (Français)
      J
      jsajous26