On 2010-08-12 19:06, NukeMeSlow wrote:
>
> That was exactly what I was looking for! Especially about the ‘official
> repositiories went off-line in November’ These servers are an
> application server cluster for a proprietary front-end, there is no
> access from the outside. They were set up by our core system vendor and
> I am learning how to manage them. I assume that there may be
> incompatabilities between packages that run on 11.3 and maybe won’t on
> 10.3. How can I find out the versions of my installed packages (to
> determine if I need to update them) at the end of 10.3’s life? I am sure
> i will be asked to get them up-to-date while we prepare to deploy SLES
> 11.3.
To learn the versions of the installed version of anything, do “rpm -qa”. To get more info from that
command, use the option “–queryformat”. For example:
rpm -q -a --queryformat "%{INSTALLTIME} %{INSTALLTIME:day}
%{BUILDTIME:day} %-30{NAME} %15{VERSION}-%-7{RELEASE} %{arch}
%25{VENDOR}%25{PACKAGER}
" | sort | cut --fields=“2-” | less -S
which will list sorted by date with several fields of interest to me. To learn of the available
options, use “–querytags”.
If you need the versions of the updates before updating them, look up the repo in a web browser, and
look up the security announces in the archive of that mail list.
One more note: there is no such thing as “SLES 11.3”.
Please do not confuse SLES with openSUSE. There is SLES 9, 10, 11… there is no SLES 11.3. There
are service packs for SLES, and some may refer to SLES 11.1 instead of specifying “SLES 11 SP 1”.
On the other hand, there is “openSUSE 11.0”, 11.1, 11.2, 11.3 (the latest).
SLES stands for “SUSE Linux Enterprise Server”, and it is a comercial product - and by the way, if
you are going for a auditor, and use some propietary thing, they will be very probably expecting
SLES and not openSUSE, because what everybody certify is SLES, not openSUSE.
So, back to your original post. Are you sure you are not using SLES 10 SP 3?
If so, this is the wrong forum.
If you are indeed using openSUSE, then do not update to anything unless your provider tells you so.
You say the cluster is not accessible from the outside, so leave it as it is.
–
Cheers / Saludos,
Carlos E. R.
(from 11.2 x86_64 “Emerald” GM (Elessar))