Posts tagged remove

Removing previous Fedora kernels…

i currently run Fedora 12 with the latest stable kernel update.
Heres the command steps l took to erase the 2 kernels l dont need.
Its always a good idea to have a fall back previous kernel available if needed.

[steve@pegasus Documents]$ su -
Password:
[root@pegasus ~]# uname
Linux
[root@pegasus ~]# uname -a
Linux pegasus 2.6.31.9-174.fc12.x86_64 #1 SMP Mon Dec 21 05:33:33 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
[root@pegasus ~]# yum clean all
Loaded plugins: presto, refresh-packagekit
Cleaning up Everything
0 delta-package files removed, by presto
[root@pegasus ~]# uname -r
2.6.31.9-174.fc12.x86_64
[root@pegasus ~]# rpm -q kernel
kernel-2.6.31.5-127.fc12.x86_64
kernel-2.6.31.6-166.fc12.x86_64
kernel-2.6.31.9-174.fc12.x86_64
[root@pegasus ~]# clear

[root@pegasus ~]# uname -r
2.6.31.9-174.fc12.x86_64
[root@pegasus ~]# rpm -q kernel
kernel-2.6.31.5-127.fc12.x86_64
kernel-2.6.31.6-166.fc12.x86_64
kernel-2.6.31.9-174.fc12.x86_64
[root@pegasus ~]# yum remove kernel-2.6.31.5-127.fc12.x86_64
Loaded plugins: presto, refresh-packagekit
Setting up Remove Process
Resolving Dependencies
–> Running transaction check
—> Package kernel.x86_64 0:2.6.31.5-127.fc12 set to be erased
–> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
kernel x86_64 2.6.31.5-127.fc12 installed 98 M

Transaction Summary
================================================================================
Remove 1 Package(s)
Reinstall 0 Package(s)
Downgrade 0 Package(s)

Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : kernel-2.6.31.5-127.fc12.x86_64 1/1

Removed:
kernel.x86_64 0:2.6.31.5-127.fc12

Complete!
[root@pegasus ~]# rpm -q kernel
kernel-2.6.31.6-166.fc12.x86_64
kernel-2.6.31.9-174.fc12.x86_64
[root@pegasus ~]# yum remove kernel-2.6.31.9-174.fc12.x86_64
Loaded plugins: presto, refresh-packagekit
Setting up Remove Process
Resolving Dependencies
–> Running transaction check
—> Package kernel.x86_64 0:2.6.31.9-174.fc12 set to be erased
–> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
kernel x86_64 2.6.31.9-174.fc12 installed 98 M

Transaction Summary
================================================================================
Remove 1 Package(s)
Reinstall 0 Package(s)
Downgrade 0 Package(s)

Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : kernel-2.6.31.9-174.fc12.x86_64 1/1

Removed:
kernel.x86_64 0:2.6.31.9-174.fc12

Complete!
[root@pegasus ~]# rpm -q kernel
kernel-2.6.31.6-166.fc12.x86_64
[root@pegasus ~]#

SQL 2008 Reinstall nightmare..

Trying to un-install a Microsoft Heros event 2008 release of SQL Server 2008 on my Windows 2008 server box but each time l uninstall it and all related components, on trying a fresh install for a default instance l keep seeing the previous default MSSERVER instance.
Heres the link to Mark Michaelis Weblog which has hacks on forcefully removing Sql Server 2008 using command line as well as registry hacks. http://mark.michaelis.net/Blog/SQLServer2008InstallNightmare.aspx

Finally, after running all the steps in his blog, l ran the Installed SQL server discovery report from SQL Server 2008 installation center (under the Tools section) and l found l have succesfully removed the instance.
Microsoft SQL Server 2008 Setup Discovery Report

Product Instance Instance ID Feature Language Edition Version Clustered
None None None None None None None None



Locations of visitors to this page