patch cluster feature request

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Re: patch cluster feature request

    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 ?


    John Salvo Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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. ...
    3. 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...
    4. 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...
    5. New Feature Request
      Great ideas. You should post these in the Feature Request forum.
  3. #2

    Default 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? 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
    Tony Curtis Guest

  4. #3

    Default Re: patch cluster feature request

    Tony Curtis <tony_curtis32@yahoo.com> wrote in message news:<87r84af15u.fsf@limey.hpcc.uh.edu>...
    > >> 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

    and you can see the progress...
    kgyula@mailcity.com Guest

  5. #4

    Default Re: patch cluster feature request

    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
    >
    >
    >>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
    ../install_<cluster_name> &
    tail -f /var/sadm/install_data/<cluster_name>log

    ?



    John Salvo Guest

  6. #5

    Default 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
    >>
    >>> 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
    > ./install_<cluster_name> & tail -f
    > /var/sadm/install_data/<cluster_name>log
    Yes, but neither output shows how *far* into the patch
    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

  7. #6

    Default Re: patch cluster feature request

    > Yes, but neither output shows how *far* into the patch
    > 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.
    I must say that I like the idea, it gives you a good overview how far
    the patching is.
    When you need to install patches on mutiple sun's this would be very
    handy!
    John Guest

  8. #7

    Default Re: patch cluster feature request

    > 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?
    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.




    Oscar del Rio Guest

  9. #8

    Default Re: patch cluster feature request

    >> On Wed, 30 Jul 2003 12:49:33 GMT,
    >> "Oscar del Rio" <delrio@mie.utoronto.ca> said:
    > 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.
    It does seem to be fairly standard, but I thought I'd
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139