SUMMARY Re: How to hot swap hard disks? (fwd)

2007-12-25 4:30:00

Thanks for the quick response :D

Forrest

---------- Forwarded message ----------
Date: Thu, 03 Feb 2005 15:52:59 -0500
From: Jacob Rieper <jacob.rieper at verizon.net>
To: Forrest Houston <fhouston at east.isi.edu>
Subject: Re: How to hot swap hard disks?

At 03:38 PM 2/3/2005, you wrote:

>Apologies for coming here for what seems to be a simple question but
>searching for this on the net yields a TON of useless links (mostly sales
>links :(). Anyway I have an Enterprise 250 machine running Solaris 9 that
>I want to swap a hard drive on (actually the drive itself is in an
>external disk/"multipak"). The manual for the E250 says to consult the
>instructions for the appropriate OS... as mentioned I've been unable to
>find an easy instruction check list. Does anyone happen to have this
>handy?
>
>Thanks
>Forrest

You need to have /etc/system configured properly with these variables:

For I/O Dynamic Reconfiguration:

set pln:pln_enable_detach_suspend=1
set soc:soc_enable_detach_suspend=1

For CPU/memory support only:

set kernel_cage_enable=1

The cfgadm command lets you turn things on and off for hot-swap.

Display hot-swappable devices:

cfgadm -al

Disable hot-swap device:

cfgadm -c unconfigure <device>

cfgadm -c disconnect <device>

Enable hot-swap device:

cfgadm -c connect <device>

cfgadm -c configure <device>

Jacob J. Rieper, Legislative Director
New York State Rifle & Pistol Association
http://www.nysrpa.org
http://www.rpa-pac.org
Yahoo! Messenger ID: nyrkba

Comments

Got something to say?

You must be logged in to post a comment.