update all packages from AIX 51 ML01 to ML03 automatically

Ask a Question related to AIX, Design and Development.

  1. #1

    Default update all packages from AIX 51 ML01 to ML03 automatically

    I would like to update all package from AIX 5L ML01 to ML03.
    So I try to write a script to automatically update my server instead to user
    smitty update_all
    Which commands and ootpion have Iused (installp, instfix, geninstall ...)


    could somebody help me

    thanks
    bachiri salah Guest

  2. Similar Questions and Discussions

    1. Update a Datagrid Automatically
      I have created a datagrid and a button that refreshes the data in the grid from the database. What I'd like to do is automate this, so that I do not...
    2. automatically update web client software from web server
      Assume we have thousands of client machines connecting to the web server. Client may keep some local copy of the graphic files while communicate to...
    3. Updated KB: New naming schema for Microsoft Office software update packages
      http://support.microsoft.com/default.aspx?scid=kb;en-us;816916 -- Brian Kvalheim Microsoft Publisher MVP http://www.mvps.org/publisher This...
    4. Having a listbox update automatically
      Hi, Usually you would requery on the Current event. -- HTH Dan Artuso, MVP "A problem well stated is a problem half solved"
    5. How can I update network ( proxy) setting automatically ?
      Hi, Guys I developed application for MacOS X using Cocoa API ( objective -c ). Backend service is ported from linux. Once application is up, to...
  3. #2

    Default Re: update all packages from AIX 51 ML01 to ML03 automatically

    Using smitty, you can select the wanted operation without running it,
    instead
    and at the last step press F6 to get the corresponding command or script.


    "bachiri salah" <bachiris@yahoo.fr> a écrit dans le message de news:
    [email]d8724863.0309161315.76d38056@posting.google.com[/email]...
    > I would like to update all package from AIX 5L ML01 to ML03.
    > So I try to write a script to automatically update my server instead to
    user
    > smitty update_all
    > Which commands and ootpion have Iused (installp, instfix, geninstall ...)
    >
    >
    > could somebody help me
    >
    > thanks

    M. Bouherrou Guest

  4. #3

    Default Re: update all packages from AIX 51 ML01 to ML03 automatically

    "M. Bouherrou" <bouherrou@sympatico.ca> wrote in message news:<xGN9b.5928$hF3.682063@news20.bellglobal.com> ...
    > Using smitty, you can select the wanted operation without running it,
    > instead
    > and at the last step press F6 to get the corresponding command or script.
    >
    >
    > "bachiri salah" <bachiris@yahoo.fr> a écrit dans le message de news:
    > [email]d8724863.0309161315.76d38056@posting.google.com[/email]...
    > > I would like to update all package from AIX 5L ML01 to ML03.
    > > So I try to write a script to automatically update my server instead to
    > user
    > > smitty update_all
    > > Which commands and ootpion have Iused (installp, instfix, geninstall ...)
    > >
    > >
    > > could somebody help me
    > >
    > > thanks
    installp -acXgd <install_dir> will appply, commit, install requisites
    and extend the filesystems as required.

    Steve
    Steve Nottingham Guest

  5. #4

    Default Re: update all packages from AIX 51 ML01 to ML03 automatically


    "Steve Nottingham" <steve@wakefieldrfc.freeserve.co.uk> wrote in message
    news:42862645.0309170053.3fd41212@posting.google.c om...
    > "M. Bouherrou" <bouherrou@sympatico.ca> wrote in message
    news:<xGN9b.5928$hF3.682063@news20.bellglobal.com> ...
    > > Using smitty, you can select the wanted operation without running it,
    > > instead
    > > and at the last step press F6 to get the corresponding command or
    script.
    > >
    > >
    > > "bachiri salah" <bachiris@yahoo.fr> a écrit dans le message de news:
    > > [email]d8724863.0309161315.76d38056@posting.google.com[/email]...
    > > > I would like to update all package from AIX 5L ML01 to ML03.
    > > > So I try to write a script to automatically update my server instead
    to
    > > user
    > > > smitty update_all
    > > > Which commands and ootpion have Iused (installp, instfix, geninstall
    ....)
    > > >
    > > >
    > > > could somebody help me
    > > >
    > > > thanks
    >
    > installp -acXgd <install_dir> will appply, commit, install requisites
    > and extend the filesystems as required.
    >
    > Steve
    This may not help but I thought I would post this anyway:

    Update Installed Software to Latest Level from the Command Line

    The install_all_updates command updates installed system software
    to the latest level that is on the media and verifies the current
    recommended maintenance level.

    Beginning in AIX 5L Version 5.2 with the 5200-01 Recommended
    Maintenance package, if you select the option to install all
    devices and kernels during a BOS installation, then during
    subsequent update_all processing, any new devices.* filesets
    are installed from the installation media. This option can
    be turned off by setting the ALL_DEVICES_KERNELS variable
    in the /var/adm/ras/bosinst.data file to no.

    If the ALL_DEVICES_KERNELS variable is set to no, the
    install_all_updates command does not install any filesets
    that are present on the installation media but not installed
    on the system, unless these filesets are installed as
    requisites of other selected filesets.

    For installp images, all installp requisites are enforced.

    The following example shows how to install all installp
    updates on the /dev/cd0 device and to verify the current
    recommended maintenance level:

    # install_all_updates -d /dev/cd0
    For more information about the install_all_updates command,
    refer to the AIX 5L Version 5.2 Commands Reference

    Mike


    Michael Plutt 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