- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- upgradation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2006 12:09 AM
04-08-2006 12:09 AM
upgradation
can u plz provide the steps to do
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2006 05:26 AM
04-08-2006 05:26 AM
Re: upgradation
To answer this question, one would need to know what distribution of Linux you are actually using.
For RedHat and similar:
rpm -Fvh
or
rpm -Uvh
Note that you can break certain applications such as IBM rational clearcase by doing this upgrade.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2006 05:48 AM
04-08-2006 05:48 AM
Re: upgradation
Rgds,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2006 01:07 PM
04-08-2006 01:07 PM
Re: upgradation
However, IF you are running a distribution which has a package management system, you might solve everything easier using it (something similar to up2date / yast / yum / apt-get will update all required dependencies when upgrading the kernel). But, unless you really know what you are doing, I would recommend against upgrading ONLY the kernel, although it can be done.
By all means, if possible, follow Vitaly's recommendantion and upgrade the whole system to a newer distro which uses kernel 2.6 by default.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 05:33 PM
04-09-2006 05:33 PM
Re: upgradation
/dev/hdc3 but i want change kernel version for /dev/hdc6 ,can i mount that partition to /mnt and make changes in kernel version or i need to boot /dev/hdc6 partition and change kernel version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 05:38 PM
04-09-2006 05:38 PM
Re: upgradation
Please bear in mind that there is no limit in the number of kernels installed at the same time in a system, but one and only one of them can be used at a given time (that is, leaving virtual machines alone)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 07:20 PM
04-09-2006 07:20 PM
Re: upgradation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 08:45 PM
04-09-2006 08:45 PM
Re: upgradation
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 13 104391 83 Linux
/dev/hdc2 14 523 4096575 83 Linux
/dev/hdc3 524 1798 10241437+ 83 Linux
/dev/hdc4 1799 2438 5140800 f Win95 Ext'd (LBA)
/dev/hdc5 1799 1862 514048+ 82 Linux swap
/dev/hdc6 1863 2163 2417751 83 Linux
i m currently booted /dev/hdc3 but i want make kernel version change in /dev/hdc6 .without booting into /dev/hdc6 how can i change kernel from /dev/hdc3
can i use following commands
#mount /dev/hdc6 /mnt
#cd /mnt
#cd /mnt/usr/src/linux-2.6.10
rest are kernel compilation commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 10:27 PM
04-09-2006 10:27 PM