SUMMARY: Recommended cluster backout plan
From: Loukinas, Jeremy (Jeremy.Loukinas_at_evenflo.com)
Date: 11/25/03
- Previous message: Thomas Walter: "no /dev/rmt entries for DLT7000 on V240"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "'sunmanagers@sunmanagers.org'" <sunmanagers@sunmanagers.org> Date: Tue, 25 Nov 2003 15:17:48 -0500
-----Original Message-----
From: David Foster [mailto:foster@ncmir.ucsd.edu]
Sent: Tuesday, November 25, 2003 1:57 PM
To: Jeremy.Loukinas@evenflo.com
Subject: Re: Recommended cluster backout plan
You could script it pretty easily, this would back out the
patches in the reverse order you added them (to avoid problems
with dependencies):
cd /patch/dir
set patches = ( `cat patch_order` )
set n = $#patches
while ( n > 0 )
patchrm $patches[n]
@ n = n - 1
end
Dave Foster
(not tested!)
> Is there any way to back out a Sun recommended cluster? Not in a jam but
> someone had asked me and I know each individual patch can be backed out.
But
> is there a way to back out the entire cluster?
>
> Jeremy S. Loukinas
> _______________________________________________
> sunmanagers mailing list
> sunmanagers@sunmanagers.org
> http://www.sunmanagers.org/mailman/listinfo/sunmanagers
<< All opinions expressed are mine, not the University's >>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
David Foster National Center for Microscopy and Imaging Research
Programmer/Analyst University of California, San Diego
dfoster[at]ucsd[dot]edu Department of Neuroscience, Mail 0608
(858) 534-7968 http://ncmir.ucsd.edu/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore, all
progress
depends on the unreasonable." -- George Bernard Shaw
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
- Previous message: Thomas Walter: "no /dev/rmt entries for DLT7000 on V240"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|