LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-25-2013, 05:10 PM   #16
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513

NFS doesn't require "custom kernels". It MIGHT need a particular initrd file, but that is all.

And NFS isn't the only shared filesystem available (gluster is faster).

The most complex setup is for PXE boot. Some older systems don't support it. The advantage is that you can
fire off a pxe boot network packet, and the system can be fully installed in about 20 minutes on local disks (recommended for root and swap). User files can be on NFS or gluster as you need.

but setting things up takes time. You first want to get familiar with what you have, and how it works. THEN setup a pxe boot for one system, and update it (hint - there is an already configured pxeboot+initrd for that very purpose, but you might want to customize it OR use it for a core installation, then use yum to update the rest after the initial install.)

Above all, keep a notebook with what you do - even of the things that didn't work (even better is to add why it didn't work) - as that will keep you from trying it again because you forgot it didn't work the first time.
 
1 members found this post helpful.
Old 11-25-2013, 05:44 PM   #17
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by John VV View Post
now you are aware that in 7 to 8 month you are going to have to REINSTALL
using fedora 21 ( fedora 19 will hit it's end of life 30 DAYS after 21 comes out )
( upgrading and SKIPPING a version has never been supported)
or
in about 90 days
UPGRADE the WHOLE lab to fedora 20 ( fedora 20 comes out in about 1 month )

fedora only supports any one version for 13 months

in comparison
RHEL6 has a 10 YEAR life span
10 years VS 13 months ???
i would assume a lab tech can keep fc-19 running smoothly for a few years.
 
1 members found this post helpful.
Old 11-25-2013, 07:19 PM   #18
pauldean
LQ Newbie
 
Registered: Nov 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Wink Sync time ...

Hi Selfprogrammed,
Hope you are well today. I appreciate the response, as always.

Quote:
Originally Posted by selfprogrammed View Post
Then you did not understand what I was telling you. And the rest is more confusing.
You are trying to make all your hard drives use NFS.
I do understand what you said said about kernel modifications.
But I am not trying to boot from an NFS file system, nor am I trying to use NFS filesystems for the linux file systems. I do not know what I wrote to give you the idea I wanted to boot from NFS. My apologies.
The only NFS filesystems will be for the iso image repository and the kickstart files, using as you indicated, using the boot option "repo={nfs|nfsiso}:server:/path". This is why I said I have no intention of modifying any kernels. No booting from NFS. Boot from DVD. No using NFS for linux file systems. I have plenty of local disk space for that. I'm just trying to follow the instructions in the Fedora-19 documentation, section 8.1.3. "Installing via NFS"

Quote:
Originally Posted by selfprogrammed View Post
I do not do network installs, so have no experience using Kickstart, or NFS repositories.
But I expect that it requires having one valid install to one of the machines first, in order to create the image that goes into the repository. If you have done this already I cannot tell.
1. Install to one of the machines
2. Create image of that install to repository.
3. Use repository image to install to other machines.
You seem to be starting at step 3, as far as I can tell.
The image I want installed on the target system is Fedora-19-i386-DVD.iso which I downloaded from fedoraproject.org, and have loaded onto the nfsserver.

I boot the target system from a DVD, made from the image Fedora-19-i386-netinst.iso.
Then, at the boot prompt I enter the ip= and repo= options to the linux command as shown here:

boot: linux ip=<ipaddress>:[<dnsserver>]:<gateway>:<netmask>:<hostname>:<network-interface>:off repo=nfsiso:options:nfsserver:/path

You know, going through all this again, I think I have been entering the ip= option incorrectly. I know I've seen it defined two different ways.
As for anaconda, I cannot seem to find the format of the nfs options anywhere. But I did just find a link to a list anconda options, maybe that will tell me.

Anyway, I'm going to try the repo=nfsios one more time, then I'll finish setting up the kickstart files and try that.
I'll keep yoiu posted.
 
Old 11-26-2013, 11:36 AM   #19
pauldean
LQ Newbie
 
Registered: Nov 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Short lifespans.

Quote:
Originally Posted by John VV View Post
now you are aware that in 7 to 8 month you are going to have to REINSTALL
using fedora 21 ( fedora 19 will hit it's end of life 30 DAYS after 21 comes out )
( upgrading and SKIPPING a version has never been supported)
or
in about 90 days
UPGRADE the WHOLE lab to fedora 20 ( fedora 20 comes out in about 1 month )

fedora only supports any one version for 13 months

in comparison
RHEL6 has a 10 YEAR life span
10 years VS 13 months ???
Thanks for the feedback.
Well, it is a lab environment. One system hasn't been touch for a while, it's at Fedora Core Release 6.
Another is at Release 11 and the rest are at Release 13. I would love to go with RHEL6.5 to match our one Enterprise server, but maybe I guess there's no budget for it. Not that I would know how much RHEL6 costs. I will have to research that today, when I get time.
 
Old 11-26-2013, 01:08 PM   #20
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
centos is a FREE rebuild of RHEL6.5
the current is centos 6.4

it is 99.99% the same as RHEL
 
1 members found this post helpful.
Old 11-26-2013, 03:53 PM   #21
pauldean
LQ Newbie
 
Registered: Nov 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Try Centos, Easy as candy.

Quote:
Originally Posted by John VV View Post
centos is a FREE rebuild of RHEL6.5
the current is centos 6.4

it is 99.99% the same as RHEL
In the immortal words of Johnny Carson, "I did not know that..."
But, then there's a lot about Linux I've not learned yet.
I guess I should check and see if Centos has the same lifespan
issues and then try to sell it to the powers that be.
Thanks!
 
Old 11-26-2013, 05:06 PM   #22
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
centos has a bit of a different life span
7 years ( minus the redhat 3 years of EXTENDED support )
and only supports the current minor version
so upgrades are needed

ScientificLinux 6.4 ( also a free rebuild ) dose support older versions but ONLY the security backports

but do to the nature of RHEL the major versions of programs will NOT change in the lifespan of the OS
 
Old 11-27-2013, 01:07 PM   #23
selfprogrammed
Member
 
Registered: Jan 2010
Location: Minnesota, USA
Distribution: Slackware 13.37, 14.2, 15.0
Posts: 635

Rep: Reputation: 154Reputation: 154
If SOLVED, then you must have got the IP addressing figured out.
An alternative would be to do tagged install. I don't know if Fedora supports it, but Slackware has an install method where a tag file indicates the components to install, and the admin only has to use the tag file to duplicate the install to other machines.
It requires a CDROM or DVD drive on the install machine.
I never had machines alike enough to use any of these, I just keep notes.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
new to linux, building a small lab... bellman LinuxQuestions.org Member Intro 3 02-26-2007 07:58 PM
Rewriting small method (Java) megabot Programming 11 02-13-2007 11:51 PM
So what is the Correct way to clone a HD in a LAB setting? knichel Linux - Software 2 09-14-2006 05:47 AM
setting up a server for a lab network installation scottie4442 Fedora 1 11-02-2004 07:03 PM
linux instead of Win2kS-AD in a small lab? toeknee Linux - General 5 08-01-2004 07:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration