Timezone Update

I currently do not have Internet connection on my server and I wish to manually update a package to fix one of my timezone issue.

How can I manually update it in my server? Please assist.

And it was officially posted the update package in the SUSE website:

https://www.suse.com/support/update/announcement/2015/suse-ru-20151772-1.html

The last ‘reference’ link on that page is to the Patch Finder
site/utility. Click there, or go there manually
(https://download.suse.com/patch/finder/) and you can then get your update
manually. Download the RPM, copy it to your server, and install with
rpm/zypper:

[CODE[
zypper in /path/to/your/timezone*.rpm
[/CODE]


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

[QUOTE=ab;31166]The last ‘reference’ link on that page is to the Patch Finder
site/utility. Click there, or go there manually
(https://download.suse.com/patch/finder/) and you can then get your update
manually. Download the RPM, copy it to your server, and install with
rpm/zypper:

[CODE[
zypper in /path/to/your/timezone*.rpm
[/CODE]


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…[/QUOTE]

Thanks. And, two questions,

  1. After I run the zypper command, how can I verify the timezone is updated successfully?
  2. Did I need to reboot the server after the update?

On 01/17/2016 06:24 PM, kimgarry wrote:[color=blue]

[color=green]

Thanks. And, two questions,

  1. After I run the zypper command, how can I verify the timezone is
    updated successfully?[/color][/color]

Look at the install date of the package post-install:

rpm -qi timezoe
#or
zypper info timezone

[color=blue][color=green]

  1. Did I need to reboot the server after the update?[/color][/color]

Generally the only reason to reboot a computer is if the kernel is
updated, and this is probably not impacting the kernel. Still, whenever
you upgrade a package with zypper, it will tell at the very end if any
applications are using now-updated files, and then it’s up to you to
restart those applications. There may be nothing, or you may need to
restart one service, or you may just want to reboot, but a reboot should
not be required when updating most packages.


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

[QUOTE=ab;31170]On 01/17/2016 06:24 PM, kimgarry wrote:[color=blue]

[color=green]

Thanks. And, two questions,

  1. After I run the zypper command, how can I verify the timezone is
    updated successfully?[/color][/color]

Look at the install date of the package post-install:

rpm -qi timezoe
#or
zypper info timezone

[color=blue][color=green]

  1. Did I need to reboot the server after the update?[/color][/color]

Generally the only reason to reboot a computer is if the kernel is
updated, and this is probably not impacting the kernel. Still, whenever
you upgrade a package with zypper, it will tell at the very end if any
applications are using now-updated files, and then it’s up to you to
restart those applications. There may be nothing, or you may need to
restart one service, or you may just want to reboot, but a reboot should
not be required when updating most packages.


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…[/QUOTE]

Thanks, but I cant download the package and it shown Restriction Status: Restricted. Can you assist?

http://download.novell.com/Download?buildid=i7c2hDMmkUQ~

On 01/18/2016 12:54 AM, kimgarry wrote:[color=blue]

Thanks, but I cant download the package and it shown Restriction Status:
Restricted. Can you assist?

http://download.novell.com/Download?buildid=i7c2hDMmkUQ~[/color]

You will need to login with your SUSE credentials to get access to
packages that are limited to subscribed customers.

As this is a SLES 11 package, you may be able to install SLES 12 SP1 and
natively have access to the same code, though I have not checked.
Upgrading a server to an SP can be a great way to apply all of the
available patches (at the time of SP release anyway) at once since it also
gives your system a new lease on support life.


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…