Ask a Question related to AIX, Design and Development.
-
bachiri salah #1
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
-
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... -
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... -
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... -
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" -
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... -
M. Bouherrou #2
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]...user> 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> smitty update_all
> Which commands and ootpion have Iused (installp, instfix, geninstall ...)
>
>
> could somebody help me
>
> thanks
M. Bouherrou Guest
-
Steve Nottingham #3
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> ...
installp -acXgd <install_dir> will appply, commit, install requisites> 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]...> user> > 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> > smitty update_all
> > Which commands and ootpion have Iused (installp, instfix, geninstall ...)
> >
> >
> > could somebody help me
> >
> > thanks
and extend the filesystems as required.
Steve
Steve Nottingham Guest
-
Michael Plutt #4
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...news:<xGN9b.5928$hF3.682063@news20.bellglobal.com> ...> "M. Bouherrou" <bouherrou@sympatico.ca> wrote in messagescript.> > Using smitty, you can select the wanted operation without running it,
> > instead
> > and at the last step press F6 to get the corresponding command orto> >
> >
> > "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....)> > user> > > smitty update_all
> > > Which commands and ootpion have Iused (installp, instfix, geninstallThis may not help but I thought I would post this anyway:>> > >
> > >
> > > could somebody help me
> > >
> > > thanks
> installp -acXgd <install_dir> will appply, commit, install requisites
> and extend the filesystems as required.
>
> Steve
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



Reply With Quote

