This is a short how-to on converting the device wwn (naa. number) to a device ID.
Of course in real life one can always get this by using the symmetrix command line
symdev -sid 1234 list -all -wwn | grep wwn
Category: How-to
How to update drupal core
I have run into many people looking for a simple way to apply drupal core updates.
The simplest way to think of this is to see it as replacing all the files in your website except the “sites” directory. The particular way you do this will depend on what access you have to you file system. If you do not manage your own server you may just have an ftp connection in which case you can just decompress the bundle you’ve download, delete the sites directory and then upload to your site overwriting all files.
Below is a way to do it from a redhat compatible Linux system such at scientific Linux, Oracle Enterprise Linux, CentOS
Continue reading “How to update drupal core”