Casper,
I understand modinfo/modload/modunload, but my Solaris 10 manpages
and "which" and "where" reveal nothing of modinsert/modremove. Hunh?
Unplumbing network interfaces is just about as disruptive as a
reboot; most modern Sun boxes reboot really fast anyway. I wondered
if some trickery like rem_drv on the pfil driver, followed by
modunload of the pfil module, would work. But I was too chicken
to try this. At this point, I only have one box left to upgrade
(my mail server).
Jeff Earickson
Colby College
On Sun, 14 May 2006, [EMAIL PROTECTED] wrote:
Date: Sun, 14 May 2006 14:31:21 +0200
From: [EMAIL PROTECTED]
To: Darren Reed <[EMAIL PROTECTED]>
Cc: Jeff A. Earickson <[EMAIL PROTECTED]>, [email protected]
Subject: Re: upgrading ipfilter or pfil on Solaris 10?
Gang,
While I'm the author of the how-to on replacing Sun's ipfilter
with the public domain version at:
http://www.colby.edu/personal/j/jaearick/sysadmin/sol10.ipfilter.upgrade
I have never upgraded ipfilter or pfil from one version to another
on any of my Solaris 10 boxes. I need to do so. Anybody have
any advice, warnings, or gotchas on this topic? Or is this new
territory that needs to be documented?
pkgrm ipfx
pkgrm ipf
pkgrm pfil
reboot
pkgadd pfil
pkgadd ipf
pkgadd ipfx
You asked in another email whether or not the reboot is avoidable.
Yes, it is, but avoiding it means unplumb'ing all of your interfaces.
It's not possible to do a ifconfig modremove/modinsert of pfil?
Casper