- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: redhat 7.2 and 9.0 on same hard disk + SSH
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
03-10-2004 01:45 PM
03-10-2004 01:45 PM
redhat 7.2 and 9.0 on same hard disk + SSH
help me in three followin matters.
1) i have linux 7.2 installed, and want to installed 9.0 on the same harddrive ... no no i dont want my 7.2 to upgrade to 9.0 ... but i want to keep both versions(7.2 and 9.0) on my same harddrive... possible ??? how ???
2) i forget my password of root and also forget the grub password -- How can i recover my root password, any trick any tecnique ?
3) If SSH is a better replacement or substitiute of telnet, then SSH must also be a protocol like telnet ... am i right??? does SSH is also a member protocol of TCP/IP suite of protocol(like telnet, which is an applications layer protocol, of tcp/ip) ??? Does SSH also have any relation with SSL?
sorry for any mistakes and inconvenience
love n peace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:43 PM
03-10-2004 02:43 PM
Re: redhat 7.2 and 9.0 on same hard disk + SSH
if you want to totally separate RH 7.2 and 9.0 you do have to do essantially the same as when installing Windows and Linux on the same disk.
Make sure you have enough space and create new partitions for the 9.0 installation. Make sure not to mount the old partitions in 9.0 (likely problems with mount point clashes). If you do want to share user directories you have to make sure that these are in a totally separate partition from the rest of the system.
As for SSH, yes OpenSSH uses OpenSSL for the encryption work. Check http://www.openssh.org for details
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:16 PM
03-10-2004 03:16 PM
Re: redhat 7.2 and 9.0 on same hard disk + SSH
If the partitions are separate, and you use grub, you should have no problem building a dual boot system assuming the disk is big enough.
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
03-10-2004 04:06 PM
03-10-2004 04:06 PM
Re: redhat 7.2 and 9.0 on same hard disk + SSH
Thanks billions
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 05:58 PM
03-10-2004 05:58 PM
Re: redhat 7.2 and 9.0 on same hard disk + SSH
and then issue a "passwd" command.It won't ask you for the current password,but only for new...
from within grub you press "e" to edit the line of boot entry.Then highlight the line of kernel and append 1 to it's end.
Then press enter and "b" to boot....
Kind regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:15 PM
03-10-2004 06:15 PM
Re: redhat 7.2 and 9.0 on same hard disk + SSH
2) You can boot from your available media.
Select to rescue the system.
Mount the root partition on any directory
e.g. if u use ide hard disk it will be /dev/hd.. or for scsi it will be /dev/sd..
Now change the directory to your mounted one
#cd etc
#vi passwd
delete the password info for the root
save the file unmount the filesystem reboot and now you can change the root password.
3) Yes every new thing is advanced and useful so is SSH.
Regards,