Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B1CC905A for ; Mon, 4 Jun 2012 23:55:59 +0000 (UTC) Received: (qmail 17596 invoked by uid 500); 4 Jun 2012 23:55:59 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 17552 invoked by uid 500); 4 Jun 2012 23:55:59 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 17543 invoked by uid 99); 4 Jun 2012 23:55:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2012 23:55:59 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of scr512@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2012 23:55:52 +0000 Received: by lbol5 with SMTP id l5so3561619lbo.6 for ; Mon, 04 Jun 2012 16:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GaDWRL2O7vqSPn+IKn3hnyLt5k55pPeNQKg5CQ+PqH8=; b=acTcJhDzJs4uCGwFfT61xzxvfgDq01UO/pfq0nk4nq7CeP2ryBptt+SAM3oYD8F9ki 1Ol63JBG9Fy5hc/pV4egJatP4UyOu/y2Y5Sejif2TpOMHnNW1pnRLb5+4eG0+0CUkmdH uSAzFOg/mhJLgpjAXqw9vS0BkopFdz/Qbwk0/zpRPiBcrj3hEkcCvX6Ap+VZ5Ag5ewIJ wZpcdmCrmQdtZvhYS+w5zrjSF3PcvEziT/ZogvbW7nVRG0ehTDXgTsRKnLSud6D33Fyy SYuT2cBm16eiMzY8cXxfjFZH5aA37ImtBdAu2w1nSSLQAYALYFhCF0mBsQ11nhdNvfTm afOQ== MIME-Version: 1.0 Received: by 10.112.99.98 with SMTP id ep2mr7235849lbb.45.1338854131254; Mon, 04 Jun 2012 16:55:31 -0700 (PDT) Received: by 10.112.99.106 with HTTP; Mon, 4 Jun 2012 16:55:31 -0700 (PDT) Date: Mon, 4 Jun 2012 18:55:31 -0500 Message-ID: Subject: Any tips on killing/restarting a super-hung XAPI PID? From: Jason Davis To: cloudstack-users@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d0401fde1e646d404c1ae443d X-Virus-Checked: Checked by ClamAV on apache.org --f46d0401fde1e646d404c1ae443d Content-Type: text/plain; charset=ISO-8859-1 I know that this is primarily CloudStack but I figured some of you grizzled vets might know of some pointers for me from running your own CS deployments with XS/XCP. One of the cluster nodes (XS 5.6 SP2/not master) became unresponsive to XAPI calls being sent from the CS management server. In the past, a simple xe-toolstack-restart would do the trick but the script timed out while restarting the XAPI daemon. I found the process and first tried to use a simple kill command but the process was in a "defunct" state. I tried a kill -9 but no joy. I then found the xapi.pid and manually deleted it and then tried to run xe-toolstack-restart. Unfortunately this did not work and ultimately I had to reboot the cluster node. So... any other ideas on killing a zombie XAPI process? I've like to avoid rebooting a host :) --f46d0401fde1e646d404c1ae443d--