Skip to main content

File-server-windows

 The operating system used is windows server and it is applicable to most versions of windows server operating system.


1 Frist  of all I set up a static IP  address for the server , in this example the server IP address is 192.168.1.254



AFTER Setting the static ip address i changed the server name

In This Example the server name is sv1, 



 
You will be asked to restart the server after renaming, next install some more things for the server 
The purpose I will Trun the server into a Domain controller. Then make it a file server





And for easier resource management,, i install additional File server resource manager
Upgrading a Server to a Domain controller requires domain configuration.


you set up the domain according to your company or organization



Set recovery password





Then follow the steps adobe to complete the setup




The server will automatically restart and join the newly created domain

IP ADRESS

I Set the DNS address to be the  servers IP address

I set the DNS address to be the server's IP address


DNS 

Next you set up DNS as Adobe for the server .The purpose is the mapping between IP address and hostname.

will map between IP address 192.168.1.254 and hostname is sv1,will map between IP address 192.168.1.254 and hostname is sv1.





User Command Prompt To Check DNS settings, That 's IT,DNS as been set up for the server .


That's it, DNS has been set up for the server

ORGANIZATION

To divide resources for everyone in your company, divide them into Organizational Units, groups, and users
Then create accounts for each person, Everyone will be in a certain group


IN this example i add a new organizational unit name new York



Next i created two more groups named it and sale, The iT team has 2 members deep and Rahul
Members of the IT group cannot access the data of the sales group and vice versa 

Sharing

Next i set up sharing of the server hosting resources of the groups and their members.
the server has two hard drive one of which stores the windows operating system, The remaining hard drivee is used to store data  IT and sales group




The remaining hard drive is used to store data of IT and Sales groups ,This is a new unpartitioned hard drive so i initialized and partitioned It,i formatted it as NTFS and it Storage



Next I set up shared hosting as Adove,Ichose partition D to share for IT and sales group, This is the path for user to access the shared folder, you set it up so that user who don't have permission to the folder wont discover the folder over the network.



FOLDERS

Having set up sharing next i create folders for each group, IN the folder name DATA I create a new folder IT and folder sale. For the folder named it i set  the edit permission to the IT group
SO deep and Rahul have edit right permission to the IT group, SO deep and Rahul have edit right to this folder, Sales group members do not have permission to Access the data of the folder it.




similar to the folder named sale ,deep and Rahul cannot access the folder name sale. This  protects the privacy of groups within the same company or organization.
in addition it also make data management easier ,Next i will introduce one advantage when deploying  domain 
The IT folder will automatically map to the computers of the members of the IT group
You don't need to create a network drive map on the client side it will automatically generate the corresponding username



TO do that you create a new group policy as adove ,user configuration, preference ,windows settings drive Maps new .next you set the path chose the character for the drive Reconnect.

Join Domain

you update the setting with the Adove commend Time to check basic Setting, From a client i deep the domain if you want to join a domain ,you need to set up a static Ip address for it 
you set DNS IP address to be the server ip address 192.168.1.254, After setting up a static ip address i joined the domain
you will be asked to restart your windows computer to  ensure successful domain join



Set a limit

you now use deep username ad password to log in to your computer and Rahul the domain

Something interesting is about to happen , your computer will appear a new drive , so your file server is up and running , deep can create new files and upload files to the server

it bad id Rahul uploads a lot of large files and take up ,all of the server's resource

That's undesirable so I'll set a limit for groups There are several limit templates for you to use, you use one of them or create a new one if you want Here i will use an existing template and set it up for the server resources

that's undesirable so i ll set a limit for groups There are several limit templates for you to use you use one of them or create a new one if you want 


Here I will use an existing template and set it up for the IT group, deep and rahul can only upload up to 10GB of  data. I also prevent them from uploading executables against a folder called IT.You set a limit for the folder named Sale if you want


the drive has only 10GB capacity, just like the limit I set up, Here I have introduced the basic steps to create a file server for small organization, I set up a report for a folder called DATA to monitor the server's resources





Thanks to the report, you will know how much storage resources are used by teams and plan to
 upgrade if resources are running Low.I want to get the report twice in a week.



Conclusion

I then edited the DNS settings to make sure the clients could access the internet. Thus I have introduced the basic steps for you to create a file server for small company.




From here you will have advanced steps to deploy the server for your company



Comments

Popular posts from this blog

Microsoft-windows-server-2019 New-Features

 windows server 2019is that latest windows server operating system till date and provides the best windows server  operating system for cloud solutions and provides the best integration with Azure  when compared to windows server 2016. The current version of windows server 2019 improves on the previous windows 2016 version in regards with better performance, improved security. better hyper-convergence and outstanding optimizations for hybrid integration. New Features in windows server 2019 Hybrid cloud option: windows 2019 server support Hybrid Cloud, Both on-premise and cloud solutions work together option. the cloud solution can work simultaneously with the on-premise version. New Features in windows server 2019 Storage Migration Service: storage Migration is a new feature/tool that helps migrate date from the legacy plat from to the new 2019 plat from. storage Migration services supports migrating data all the way from windows server 2023 to windows server 2019. it enables the inv

Crontab in linux- Examples and Command

A cron job in Linux is a time-based job scheduler. It is a utility that allows you to schedule and automate the execution of scripts, commands, or programs at specific intervals or at predetermined times. Cron jobs are commonly used in Linux and other Unix-like operating systems to automate repetitive tasks, such as system maintenance, log rotation, backups, and periodic data processing. The cron service is responsible for running these scheduled tasks. It reads a configuration file called the "crontab" (short for cron table) to determine when and which commands to execute. Each user on a Linux system can have their own crontab file, which lists the cron jobs specific to that user The crontab file uses a specific format to define the schedule of a cron job. It consists of six fields that specify the timing of the job: scss * * * * * command_to_be_executed | | | | | | | | | +----- Day of the Week ( 0 - 7 ) (Sunday = 0 or 7 ) | | | +------- Month ( 1 - 12 ) | | +--

How TO Manage Groups Ad User on linux

Linux Admin - User Managemen When discussing user management, we have three important terms to understand − Users   Groups Permissions We have already discussed in-depth permissions as applied to files and folders. In this chapter, let's discuss about users and groups. CentOS Users In CentOS, there are two types accounts –  System accounts − Used for a daemon or other piece of software .   Interactive accounts − Usually assigned to a user for accessing system resources . The main difference between the two user types is − System accounts are used by daemons to access files and directories. These will usually be disallowed from interactive login via shell or physical console login .. Interactive accounts are used by end-users to access computing resources from either a shell or physical console login. With this basic understanding of users, let's now create a new user for Bob Jones in the Accounting Department. A new user is added with the adduser command. Following

User quota in Linux step by step

  Linux Admin – Quota Management As a Linux administrator, quota management is an important aspect of managing file systems and controlling disk usage by users. Quotas allow you to set limits on the amount of disk space a user or a group can consume. Here's a general guide on how to manage quotas in Linux:                Enabling Quota Management in C Linux is basically a 4 step process – Step 1  − Enable quota management for groups and users in /etc/fstab. Step 2  − Remount the filesystem. Step 3  − Create Quota database and generate disk usage table. Step 4  − Assign quota policies. Enable Quota Management in /etc/fstab First, we want to backup our /etc/fstab filen − [root@localhost ~]#   cp -r /etc/fstab ./ We now have a copy of our  known working  /etc/fstab in the current working directory. We made the following changes in the options section of  /etc/fstab  for the volume or Label to where quotas are to be applied for users and groups. usrquota grpquota  As you can see, we

Why use vSAN in VMware?

 VMware vSAN, which stands for VMware Virtual SAN, is a software-defined storage solution offered by VMware. It is a component of VMware's vSphere virtualization platform and is designed to provide highly scalable, high-performance shared storage for virtual machines (VMs) in a vSphere environment. vSAN allows you to pool together the direct-attached storage devices (such as hard drives or solid-state drives) from multiple servers in a vSphere cluster and create a distributed storage infrastructure. By aggregating the storage resources from these servers, vSAN creates a shared storage pool that can be utilized by VMs running on those servers. Key features and benefits of VMware vSAN include: Hyperconverged Infrastructure (HCI): vSAN is a key component of VMware's HCI solution. It combines compute, storage, and virtualization resources into a single software-defined platform, simplifying data center operations and reducing hardware costs. Highly scalable and elastic : vSAN a

how to install VMware esxi tools in windows server 2019 step by step

To install VMware Tools on a Windows Server 2019 virtual machine running on VMware esxi, you can follow these step-by-step instructions: Start the Windows Server 2019 virtual machine. 2. From the VMware menu, go to VM -> Guest -> Install/Upgrade VMware Tools. This will mount the VMware Tools ISO to the virtual machine 3. Open File Explorer on the Windows Server 2019 virtual machine.  4.  Locate the CD/DVD drive, which should show the VMware Tools disc icon. 5. Right-click the CD/DVD drive and select "Open" or double-click it to open the contents. 6. Run the "setup.exe" file to begin the VMware Tools installation. 7. If prompted by User Account Control (UAC), click "Yes" to allow the installation to proceed. 8. The VMware Tools installation wizard will appear. Click "Next" to proceed. 9.  On the next screen, select the desired installation options. The default options are usually suitable for most installations,

What is? Dhcp Server In-Networking

 A DHCP (Dynamic Host Configuration Protocol) server is a network service that automatically assigns IP addresses and other related network configuration parameters to devices on a network. It simplifies the process of network configuration by dynamically allocating IP addresses to devices as they connect to the network. PLAN the IP Address Range and Exclusions Besides degerming how to places the DHCP server into the network  structure, you also to plan the ip address ranges you" ii use as well as which ip addresses to reserve or exclude from this pool of addresses. use the following list to help plan the IP address ranges to use and exclude . . Determine the range of ip addresses that the DHCP server will manage. Most likely, this will be private address range such as 10.x.x.x or 192.168.x.x, or a site-local addresses such as FEC::/10. .Make a list of any IP addresses to exclude to support hosts with static IP addresses. only DHCP server and hosts that don't' works as