From owner-freebsd-sparc64@freebsd.org Sat Nov 19 05:27:51 2016 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FFF0C493FD for ; Sat, 19 Nov 2016 05:27:51 +0000 (UTC) (envelope-from lidl@pix.net) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254:11::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.pix.net", Issuer "Pix.Com Technologies LLC CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 021FD376 for ; Sat, 19 Nov 2016 05:27:50 +0000 (UTC) (envelope-from lidl@pix.net) Received: from torb.pix.net (torb.pix.net [192.168.16.32]) (authenticated bits=0) by hydra.pix.net (8.16.0.19/8.15.2) with ESMTPA id uAJ5RnEj089794; Sat, 19 Nov 2016 00:27:49 -0500 (EST) (envelope-from lidl@pix.net) Subject: Re: Adding disk on Sun Fire V245 w/FreeBSD 11 To: freebsd-sparc64@freebsd.org References: From: Kurt Lidl Message-ID: <91d7ba81-31a1-c90f-44b1-d5b40b1f23ec@pix.net> Date: Sat, 19 Nov 2016 00:27:49 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 05:27:51 -0000 On 11/18/16 11:35 PM, Gordon Zaft wrote: > I have a Sun Fire V245 running 11.0. It had one 146GB hard disk in it. I > went to add a second similar disk but the OS doesn't seem to see it. I can > tell the hardware sees it as if I pull it out while the machine's on I get > an alert from the ALOM. But I don't see a "da1" device in dmesg. > > What am I doing wrong? Normally I get a message from the kernel when I insert a new drive, most often with USB media (e.g. a USB "thumb drive"). You might have success with forcing a re-scan of the scsibus: camcontrol rescan all And then list devices: camcontrol devlist -v -Kurt