Ask a Question related to Sun Solaris, Design and Development.
-
John Salvo #1
Re: patch cluster feature request
Tony Curtis wrote:
What's wrong with /var/sadm/install_data/<cluster_name>_log ?> To Sun: how about adding a progress counter for
> install_cluster?
>
> At the moment you just see
>
> Installing 110723-06...
> Installing 110460-30...
>
> or similar. What about?
>
> Installing 110723-06 (104 of 128)...
> Installing 110460-30 (105 of 128)...
>
>
> Could install_cluster also provide a better exit code
> report than just the exit code? The various codes
> (e.g. 2, 8, ...) have meanings, so why not print out the
> explanatory text too?
>
> t
John Salvo Guest
-
New Dreamweaver Feature Request
Hi, SUMMARY: I would like a "Quick Links" feature to be added to Dreamweaver. This would work as follows: User would click ont he line number... -
NAME SPACE REQUEST: Cluster::Run
Cluster::Run is a module which I've been working on for YAPC::NA::2004. I have the code nearly complete, but I'm still working on documentation. ... -
Feature Request for FW6
Any chance of a "sharpen edges" filter that functions just like the photoshop filter? I know there is a sharpen edges in the optimise panel but... -
Patch Cluster & Kernel Panics
Peter Faber wrote: use mdb(1) to obtain a full stacktrace using $c+ENTER command and probably find out from wich kernel update patch revision you... -
New Feature Request
Great ideas. You should post these in the Feature Request forum. -
Tony Curtis #2
Re: patch cluster feature request
>> On Tue, 29 Jul 2003 03:40:00 GMT,
>> John Salvo <jmsalvo@yahoo.com.au> said:> Tony Curtis wrote:>> To Sun: how about adding a progress counter for
>> install_cluster? At the moment you just see Installing
>> 110723-06... Installing 110460-30... or similar.
>> What about? Installing 110723-06 (104 of 128)...
>> Installing 110460-30 (105 of 128)... Could
>> install_cluster also provide a better exit code report
>> than just the exit code? The various codes (e.g. 2, 8,
>> ...) have meanings, so why not print out the
>> explanatory text too? tNothing per se, it's just that sometimes I am patching the> What's wrong with
> /var/sadm/install_data/<cluster_name>_log ?
system in single-user mode remotely through a serial
connection and it would be nice to see a progress
indicator in that window.
t
Tony Curtis Guest
-
kgyula@mailcity.com #3
Re: patch cluster feature request
Tony Curtis <tony_curtis32@yahoo.com> wrote in message news:<87r84af15u.fsf@limey.hpcc.uh.edu>...
tail -f /var/sadm/install_data/<cluster_name>_log>> >> On Tue, 29 Jul 2003 03:40:00 GMT,
> >> John Salvo <jmsalvo@yahoo.com.au> said:
> Tony Curtis wrote:>> >> To Sun: how about adding a progress counter for
> >> install_cluster? At the moment you just see Installing
> >> 110723-06... Installing 110460-30... or similar.
> >> What about? Installing 110723-06 (104 of 128)...
> >> Installing 110460-30 (105 of 128)... Could
> >> install_cluster also provide a better exit code report
> >> than just the exit code? The various codes (e.g. 2, 8,
> >> ...) have meanings, so why not print out the
> >> explanatory text too? t>> > What's wrong with
> > /var/sadm/install_data/<cluster_name>_log ?
> Nothing per se, it's just that sometimes I am patching the
> system in single-user mode remotely through a serial
> connection and it would be nice to see a progress
> indicator in that window.
>
> t
>
and you can see the progress...
kgyula@mailcity.com Guest
-
John Salvo #4
Re: patch cluster feature request
Tony Curtis wrote:
../install_<cluster_name> &>>>>On Tue, 29 Jul 2003 03:40:00 GMT,
>>>John Salvo <jmsalvo@yahoo.com.au> said:
>>>>Tony Curtis wrote:
>>>>>To Sun: how about adding a progress counter for
>>>install_cluster? At the moment you just see Installing
>>>110723-06... Installing 110460-30... or similar.
>>>What about? Installing 110723-06 (104 of 128)...
>>>Installing 110460-30 (105 of 128)... Could
>>>install_cluster also provide a better exit code report
>>>than just the exit code? The various codes (e.g. 2, 8,
>>>...) have meanings, so why not print out the
>>>explanatory text too? t
>>>>What's wrong with
>>/var/sadm/install_data/<cluster_name>_log ?
>
> Nothing per se, it's just that sometimes I am patching the
> system in single-user mode remotely through a serial
> connection and it would be nice to see a progress
> indicator in that window.
>
> t
tail -f /var/sadm/install_data/<cluster_name>log
?
John Salvo Guest
-
Tony Curtis #5
Re: patch cluster feature request
>> On Wed, 30 Jul 2003 02:19:30 +1000,
>> John Salvo <jmsalvo@yahoo.com.au> said:> Tony Curtis wrote:>>>>>> On Tue, 29 Jul 2003 03:40:00 GMT, John Salvo
>>>> <jmsalvo@yahoo.com.au> said:>>>>> Tony Curtis wrote:
>>>> To Sun: how about adding a progress counter for
>>>> install_cluster? At the moment you just see
>>>> Installing 110723-06... Installing 110460-30... or
>>>> similar. What about? Installing 110723-06 (104 of
>>>> 128)... Installing 110460-30 (105 of 128)... Could
>>>> install_cluster also provide a better exit code
>>>> report than just the exit code? The various codes
>>>> (e.g. 2, 8, ...) have meanings, so why not print out
>>>> the explanatory text too? t>> Nothing per se, it's just that sometimes I am patching>>> What's wrong with
>>> /var/sadm/install_data/<cluster_name>_log ?
>> the system in single-user mode remotely through a
>> serial connection and it would be nice to see a
>> progress indicator in that window. tYes, but neither output shows how *far* into the patch> ./install_<cluster_name> & tail -f
> /var/sadm/install_data/<cluster_name>log
sequence you are. Currently I compare the output with the
patch_order file, but adding a count-o-meter to
install_cluster is trivial and would make it obvious how
many patches remain.
Tony Curtis Guest
-
John #6
Re: patch cluster feature request
> Yes, but neither output shows how *far* into the patch
I must say that I like the idea, it gives you a good overview how far> sequence you are. Currently I compare the output with the
> patch_order file, but adding a count-o-meter to
> install_cluster is trivial and would make it obvious how
> many patches remain.
the patching is.
When you need to install patches on mutiple sun's this would be very
handy!
John Guest
-
Oscar del Rio #7
Re: patch cluster feature request
> To Sun: how about adding a progress counter for install_cluster?
I think the MU installation scripts do both progress>
> At the moment you just see
>
> Installing 110723-06...
> Installing 110460-30...
>
> or similar. What about?
>
> Installing 110723-06 (104 of 128)...
> Installing 110460-30 (105 of 128)...
>
>
> Could install_cluster also provide a better exit code
> report than just the exit code? The various codes
> (e.g. 2, 8, ...) have meanings, so why not print out the
> explanatory text too?
and error report. I do not know why this has not
been ported to the install_cluster.
If the install_cluster script is always the same (I think
all it does is basically run patchadd for every patch in
patch_order) you could edit the script, save it elsewhere
and run your copy for every patch cluster instead of the
bundled one.
Oscar del Rio Guest
-
Tony Curtis #8
Re: patch cluster feature request
>> On Wed, 30 Jul 2003 12:49:33 GMT,
>> "Oscar del Rio" <delrio@mie.utoronto.ca> said:It does seem to be fairly standard, but I thought I'd> I think the MU installation scripts do both progress and
> error report. I do not know why this has not been
> ported to the install_cluster. If the install_cluster
> script is always the same (I think all it does is
> basically run patchadd for every patch in patch_order)
> you could edit the script, save it elsewhere and run
> your copy for every patch cluster instead of the bundled
> one.
spread the joy amongst y'all :-)
It's such a trivial addition, and at least IMHO would add
so much good-vibe-feeling to the process.
(Someone from Sun already contacted me and said they'd
submitted a feature request for it.)
t
Tony Curtis Guest



Reply With Quote

