IPU's vs. Fresh Installs

Ask a Question related to SCO, Design and Development.

  1. #1

    Default IPU's vs. Fresh Installs

    We've had a fair amount of discussion of this recently, but it has been
    mushed into to a partially unrelated thread, so I think it might help
    to make a fresh start.

    First, let's correct a misunderstanding that Bela had:

    The majority of my work is NOT with clients I've had a long term
    relationship with. I'm much more apt to be working on systems I have
    never seen in my life, systems whose provenance is unknown to me and
    perhaps even to the owners.

    In fact, if I am the person who originally installed and has since
    administered a system, I am actually much more favored toward an IPU,
    because in that case I know what modifications and configuration changes
    have been made.

    It's interesting that this seems to be quite contrary to what Bela
    suggested (that it's easier to do IPU's on unfamiliar systems).

    Another misconception is that my concern is with catastrophic failures.
    Actually, that's not the case at all: those are rather unimportant.
    It's the nasty little glitches, the unexpected inconsistencies that come
    from preserving the wrong stuff that concerns me. Those problems are
    much more difficult to root out, and in fact may not exhibit immediately.

    At [url]http://aplawrence.com/Unixart/ipuvsfreshinstall.html[/url] , I've posted my
    reasons for preferring fresh installs, and suggested that I would like
    IPU's a lot better if they would produce a full directory hierarchy diff
    of the upgraded system vs. the pre-upgrade system (or against what a
    fresh install would have produced), and a diff of all files preserved
    or merged against the fresh versions that otherwise would have been
    installed.

    It seems to me that would be a pretty simple thing to add to the IPU code,
    and it would have tremendous benefits. It would be easy to fix any mods
    that should not have been applied, easy to spot crapola that you don't
    need or want anymore, and in fact easy to "roll back" to as close to
    "fresh" as you needed to go to get it right.

    Until that happens though, I'll do fresh installs because I then can
    generate my own diffs and from that decide what to copy, merge, hand
    configure or ignore.

    --
    [email]tony@aplawrence.com[/email] Unix/Linux/Mac OS X resources: [url]http://aplawrence.com[/url]
    Get paid for writing about tech: [url]http://aplawrence.com/publish.html[/url]
    tony@aplawrence.com Guest

  2. Similar Questions and Discussions

    1. Installs on Firefox, but not IE7
      I'm using IE7, fully patched, and Firefox. I've uninstalled shockwave and flash via the control panel and/or the system32/macromedia folder. I've...
    2. Fresh
      Hi, I have the form and insert statement on the same form. But why every time I fresh the page, it's insert a new record even I have <cfif...
    3. Application Installs
      Has anyone seen this before? I have a W2K3 Standalone server with all of the latest updates. We are not able to install any applications on this...
    4. hi, all, i'm fresh here!
      very glad to meet all of you!
    5. Fresh start
      How can I clean everything from my hard drive and get a clean installation of XP -- like we used to do with c:\format c ?
  3. #2

    Default Re: IPU's vs. Fresh Installs

    [email]tony@aplawrence.com[/email] wrote:
    > We've had a fair amount of discussion of this recently, but it has been
    > mushed into to a partially unrelated thread, so I think it might help
    > to make a fresh start.
    >
    > First, let's correct a misunderstanding that Bela had:
    >
    > The majority of my work is NOT with clients I've had a long term
    > relationship with. I'm much more apt to be working on systems I have
    > never seen in my life, systems whose provenance is unknown to me and
    > perhaps even to the owners.
    >
    > In fact, if I am the person who originally installed and has since
    > administered a system, I am actually much more favored toward an IPU,
    > because in that case I know what modifications and configuration changes
    > have been made.
    >
    > It's interesting that this seems to be quite contrary to what Bela
    > suggested (that it's easier to do IPU's on unfamiliar systems).
    I'm not saying either is generally "easier", I'm saying that in some
    cases an IPU will preserve some important detail(s) you would otherwise
    have a hard time finding.
    > Another misconception is that my concern is with catastrophic failures.
    > Actually, that's not the case at all: those are rather unimportant.
    > It's the nasty little glitches, the unexpected inconsistencies that come
    > from preserving the wrong stuff that concerns me. Those problems are
    > much more difficult to root out, and in fact may not exhibit immediately.
    So we're concerned about the same thing. You worry that subtleties may
    be carried along to a system's detriment. I worry that subtleties may
    be lost, to a system's detriment.
    > At [url]http://aplawrence.com/Unixart/ipuvsfreshinstall.html[/url] , I've posted my
    > reasons for preferring fresh installs, and suggested that I would like
    > IPU's a lot better if they would produce a full directory hierarchy diff
    > of the upgraded system vs. the pre-upgrade system (or against what a
    > fresh install would have produced), and a diff of all files preserved
    > or merged against the fresh versions that otherwise would have been
    > installed.
    >
    > It seems to me that would be a pretty simple thing to add to the IPU code,
    > and it would have tremendous benefits. It would be easy to fix any mods
    > that should not have been applied, easy to spot crapola that you don't
    > need or want anymore, and in fact easy to "roll back" to as close to
    > "fresh" as you needed to go to get it right.
    >
    > Until that happens though, I'll do fresh installs because I then can
    > generate my own diffs and from that decide what to copy, merge, hand
    > configure or ignore.
    What you're asking for is already available to you. You do an IPU,
    restore the old system into a subdirectory, and compare. You can also
    compare to "original" versions relative to the new release, by following
    paths like /opt/K/SCO/Unix/*/.softmgmt/var/etc/default/login. For any
    "var" file in the SSO,

    /var/opt/K/SCO/[product]/[version]/rest-of-link

    the original unmodified version (belonging to the current version of
    that SSO) is:

    /opt/K/SCO/[product]/[version]/.softmgmt/var/rest-of-link

    i.e. remove the leading "/var", add "/.softmgmt/var" after the version.
    >Bela<
    Bela Lubkin 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