A whole lot of help with a new big NAS


Recommended Posts

im moving up the ranks in my school, even though im still actually studying here, i've gotten some respect getting some servers up and running, now this is the biggest thing yet.

my school is starting a project, and im helping the tech dudes. we have a big budget, and if we need things, stuff. recommend.

the project will mainly start in summer vication, since all computers in school are running novell 5, the techs want out, its a big mess. they're throwing the novell server, and reformatting 500 computers, sucks for them eh?.

the novell server was responsible on a file storage, which was tunneled through a modem, to a firewall, to a bunch of hoops and switches to a network in school responsible of most computers, which have novell client on them, the students can log in, and have folders of their own.

the system in last 3 years, became an hell for everyone, they're getting rid of it.

now i need some VERY STABLE this is extremely important, i cant stress this part out enough, if this becomes unavailble, this means many teachers woulden't be able to do anything.

easy to learn and handle and simple.

it will need to jump through a bunch of hoops and serve files to computers that 95% of them are running XP.

The problem is, we need some kind of premission system's, and something simple, so teachers could do some login or something and have a new drive mounted, or something, for storage, up until now novell served everyone, students would get users and everything, they're getting rid of it, and we need space just for teachers and stuff.

ill try to draw this for you

ok, over heres the internet, internet goes into a modem, which makes everything inside the school have an internal ip of 192.168.* (inside the network)

this goes to a firewall, which splits into a network called DMZ, and Users.

DMZ is where most computers sit, its the server's area, they have port 80,22, and more open.

i need a server, from DMZ, to reach the users through the firewall, and be able to serve files, with a basic use.

like them having to open a file, and a drive would be mounted.

i want to keep FTP off the table now, many teachers barely know how to use computers, but heavily depend on them, FTP would make this mess a hell.

and make it simple for the techs to manage. to delete, expand and more features to adjust the "users" in this software/whatever enviorment.

so, im in need for a OS, and a Software mainly.

i know this is something which requires heavy jobs, theres over 5 months to plan this, but we need a starting point, help me here. if i manage to help the school lead this project, you have no IDEA what this means for me in the school, i would get a godlike position among everyone :p

congrats on getting up in ranks :) you will do lots of progress.

if you still on novell info, try to search at novell wiki's like http://developer.novell.com/wiki/index.php/Developer_Home

and i suggest you take a look at FreeNAS http://www.freenas.org/

http://developer.novell.com/wiki/index.php...Install_FreeNAS

novell is being kicked out of the door.

edit: okay i looked at it bit, i didn't get what its about, a system based on freebsd? also, looks a bit puzzling. it seems like freebsd with a skirt, i would prefer having a naked OS and dressing it up instead of getting something extremely handicapped incase of.

Edited by Matan Mates

ya, basically if you take off the skirt you see freebsd shedevil :p

http://www.howtoforge.com/network_attached...ge_with_freenas , you cant go much wrong, you can search for other options too but i have tried freenas (but some 2-3 years ago and things might have changed) and its very good for NAS option.

i saw that, now, okay, say i install that and everything, can anyone here help me brain storm how can i make the computers on start up run a batch script (yeah, i know how to make them run the actual script, just how to make it i don't know)

to make it use something like SCP to mount it after confirmation. something like this

teacher comes to a computer, on the desktop he has a link he knows will prompt him for user and password, then it automatically mounts it on my computer, after he validates. no, it cant be the SCP, it needs to be just enter password and user, and automatically mount their folder, how do i do that with the freenas + SCP, i saw the last chapter, which gave me this idea, but i need them to use some script which asks for user and password then mounts it, how do i do this. brainstorm folks.

You need/should be running a proper server in the school that will handle all the user accounts/permissions ect and have the NAS separate and have it use the permissions based on the user accounts and their groups, the server would aslo be able to have the client run scripts on login ect as well. You need something as the backbone, not just a NAS.

I would have all the computers running in the network area and then have the internet come into firewall and that directly into the server to share it out, which sorts out those problems as well.

On a side note: Novell is actually very stable. We are running a Novell network, but it is 6.5. You can do a lot of things with Novell and Zenworks. It's a beautiful thing. You can image all your machines, set group policies, etc.

On-topic. You should do what Peachey said and have your NAS separate from your main server which will handle the authentication, etc.

Here is a quick link regarding OpenLDAP http://www.linux.com/feature/114074

  • 2 weeks later...

If you're going to be running a network with 500 windows clients, I'd STRONGLY recommend buying AT LEAST THREE machines with Windows Server 2003. All three will be your domain domain controllers - one as a primary, one as a backup, and the third as a tertiary backup which you can use to test things like updates or important driver/bios updates. They'll handle domain policy, accounting, all that jazz, but NOT act as fileservers. Put everything Windows behind the firewall. You might even consider denying your Windows servers access to the internet completely (yes, you'd need to install updates by hand then).

If you really have a big budget, buy a REAL NAS solution and don't waste your time with something like FreeNAS (not that FreeNAS isn't a good hobbyist project, but if you're REALLY serious you'll want enterprise level support to cover your ass). You're going to have to do the leg work yourself and search around for NAS solutions. Get on the phone and call their reps. I suggest buying at least two of whatever you decide on so that you can hot mirror/create snapshots/have a failover/etc.

If you weren't dealing with 500 windows clients, I might suggest you spend time learning openldap, spend time learning kerberos, spend time learning samba, spend time learning freeNAS, etc, etc, but quite frankly, if you're under time constrainsts and aren't already an *expert* in those, it would be naive to think you can just jump in and have everything under control and I'd be a jerk for telling you to. I realize Linux and FreeBSD are tempting because they're free and for some peripheray services (such as gateways or NON-CRITICAL, small fileservers) they are good options. I realize the communtiy support /can/ be great. But on Sunday night when the **** hits the fan and your NAS is down, you're going to want to be able to call out a tech support rep to your site and have them fix it.

What most young system admins, especially those raised on Linux and BSD, don't realize is that management often wants a plan of action and/or someone to hold accountable. I should know, I went through that teething process. If your FreeNAS box hiccups for whatever reason, you DO NOT want your plan of action to read "post on the FreeNAS forums". That will make you look bad AND they'll hold you accountable for it. At least if you purchase a support contract, you can say "the NAS went down, Dell was contacted, a rep arrived an hour later and resolved the problem two hours after that."

But by all means, do start learning Linux, get familiar with all the tools and protocols. Get FreeNAS and play with it. Phase OSS in when you can and in a manner you can support. Test, test, and re-test EVERYTHING. Document EVERYTHING. If you're managing others, tell them that their tasks aren't done until they're documented. Getting a LAMP server with a wiki on it is a great way to get your hands dirty with Linux administration.

To all the people who are inevitably going to argue with me: if he were good enough to implement OSS in the manner required he sure as heck wouldn't need to post here asking how to do it.

  • 2 weeks later...
im moving up the ranks in my school, even though im still actually studying here, i've gotten some respect getting some servers up and running, now this is the biggest thing yet.

my school is starting a project, and im helping the tech dudes. we have a big budget, and if we need things, stuff. recommend.

the project will mainly start in summer vication, since all computers in school are running novell 5, the techs want out, its a big mess. they're throwing the novell server, and reformatting 500 computers, sucks for them eh?.

the novell server was responsible on a file storage, which was tunneled through a modem, to a firewall, to a bunch of hoops and switches to a network in school responsible of most computers, which have novell client on them, the students can log in, and have folders of their own.

the system in last 3 years, became an hell for everyone, they're getting rid of it.

now i need some VERY STABLE this is extremely important, i cant stress this part out enough, if this becomes unavailble, this means many teachers woulden't be able to do anything.

easy to learn and handle and simple.

it will need to jump through a bunch of hoops and serve files to computers that 95% of them are running XP.

The problem is, we need some kind of premission system's, and something simple, so teachers could do some login or something and have a new drive mounted, or something, for storage, up until now novell served everyone, students would get users and everything, they're getting rid of it, and we need space just for teachers and stuff.

ill try to draw this for you

ok, over heres the internet, internet goes into a modem, which makes everything inside the school have an internal ip of 192.168.* (inside the network)

this goes to a firewall, which splits into a network called DMZ, and Users.

DMZ is where most computers sit, its the server's area, they have port 80,22, and more open.

i need a server, from DMZ, to reach the users through the firewall, and be able to serve files, with a basic use.

like them having to open a file, and a drive would be mounted.

i want to keep FTP off the table now, many teachers barely know how to use computers, but heavily depend on them, FTP would make this mess a hell.

and make it simple for the techs to manage. to delete, expand and more features to adjust the "users" in this software/whatever enviorment.

so, im in need for a OS, and a Software mainly.

i know this is something which requires heavy jobs, theres over 5 months to plan this, but we need a starting point, help me here. if i manage to help the school lead this project, you have no IDEA what this means for me in the school, i would get a godlike position among everyone :p

Hi Matan,

My name is Steve and I work IBM. We do a lot of projects such as yours and I can help with some advice and technical information on the hardware and software you may be using. It looks to me you are just in the planning stages of this project at this time. I can provide some basic information for you right now about some of our product lines you may be interested in. We offer NAS products and also for monitoring and permissions we have software that can do that for you.

Here is some information on our NAS units:

http://www-03.ibm.com/systems/storage/netw...3000/appliance/

ftp://ftp.software.ibm.com/common/ssi/pm/...SD03028USEN.PDF

Here is some info on our monitoring software named Tivoli:

http://www-01.ibm.com/software/tivoli/solutions/security/

We do not have our own OS unless you go into our power systems and mainframes. But anything anyone has recommended would be able to work with what I have suggested for the storage and security in regards to permissions and user management.

I hope this info helps and if you have any questions feel free to private message me or send me an email and I will do what I can to answer you're questions.

Cheers,

Steven

  • 4 weeks later...

Do you have a framed route for your net connection?

if you do, then:

I would have a one-to-one NAT to the server, that means that you'll have a local IP address but anything coming from the external IP address will go to that local IP address.

Think of it like an extra IP address on your router but forwarded to a local IP address.

Sorry as for the NAS I have no idea, Sorry!

  • 2 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I already have "Scareware blocker. Allow Microsoft to use AI to detect potential tech scams." which I've disabled in my private (home) version some time ago. It's in "Settings > Privacy, search, and services > Security".
    • just more excuse to get cameras on you to spy on you. Just like the phones.
    • Sorry I mean your back rest on your Herman, can you move the back say 2cm then lock it? Then realise 2cm isn’t enough and you want an extra 1cm then lock it into that position? Basically like in an older car seat, you turn the knob round until you get the back recline precisely where you want it, this is what I found the Herman wouldn’t do
    • WTF? I am not taking a video of myself to access a site or to create an account. What are they thinking? I don’t even have a webcam on my main desktop PC. The powers to be are really looking to normalize the taking of pics or submitting ID for everything. I afraid most people will end up just going along with it.
    • Free eBook: A Comprehensive Guide to the NIST Cybersecurity Framework 2.0 (worth $126.95) by Steven Parker Claim your complimentary copy (worth $126.95) of "A Comprehensive Guide to the NIST Cybersecurity Framework 2.0" for free, before the offer ends on July 8. (link below) Description The National Institute of Standards and Technology (NIST) Cybersecurity Framework, produced in response to a 2014 US Presidential directive, has proven essential in standardizing approaches to cybersecurity risk and producing an efficient, adaptable toolkit for meeting cyber threats. As these threats have multiplied and escalated in recent years, this framework has evolved to meet new needs and reflect new best practices, and now has an international footprint. There has never been a greater need for cybersecurity professionals to understand this framework, its applications, and its potential. A Comprehensive Guide to the NIST Cybersecurity Framework 2.0 offers a vital introduction to this NIST framework and its implementation. Highlighting significant updates from the first version of the NIST framework, it works through each of the framework’s functions in turn, in language both beginners and experienced professionals can grasp. Replete with compliance and implementation strategies, it proves indispensable for the next generation of cybersecurity professionals. A Comprehensive Guide to the NIST Cybersecurity Framework 2.0 readers will also find: Clear, jargon-free language for both beginning and advanced readers Detailed discussion of all NIST framework components, including Govern, Identify, Protect, Detect, Respond, and Recover Hundreds of actionable recommendations for immediate implementation by cybersecurity professionals at all levels A Comprehensive Guide to the NIST Cybersecurity Framework 2.0 is ideal for cybersecurity professionals, business leaders and executives, IT consultants and advisors, and students and academics focused on the study of cybersecurity, information technology, or related fields. How to download for free Please ensure you read the terms and conditions to claim this offer. Complete and verifiable information is required in order to receive this free offer. If you have previously made use of these offers, you will not need to re-register. A Comprehensive Guide to the NIST Cybersecurity Framework 2.0 Was $126.95, but is now FREE | Above link offer expires on July 8. The below offers are also available for free in exchange for your (work) email: View our recent time-limited free eBook offers The Complete Free AI Learning: Master ChatGPT, Claude, Gemini & More ($21 Value) now FREE How to Build an AI Design Workflow with Gamma ($21 Value) now FREE The Ultimate Linux Newbie Guide – Featured free content Python Notes for Professionals – Featured free content Learn Linux in 5 Days – Featured free content Quick Reference Guide for Cybersecurity – Featured free content We post these because we earn commission on each lead so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin The above deal not doing it for you, but still want to help? Check out the links below. Check out our partner software in the Neowin Store Buy a T-shirt at Neowin's Threadsquad Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: An account at Neowin Deals is required to participate in any deals powered by our affiliate, StackCommerce. For a full description of StackCommerce's privacy guidelines, go here. Neowin benefits from shared revenue of each sale made through the branded deals site.
  • Recent Achievements

    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
    • First Post
      carols23 earned a badge
      First Post
    • One Month Later
      Tom Willson earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      528
    2. 2
      +Edouard
      264
    3. 3
      PsYcHoKiLLa
      151
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!