Studio Press

Just another Blogger Blog

Small Business Server Support
Showing posts with label windows file server. Show all posts
Showing posts with label windows file server. Show all posts

Configuring a Windows Server 2003 File Server

One of the most common reasons for setting up a server and computer network is to set the server up as a file server.

Adding the File Server Role

Luckily, Microsoft Windows Server includes an easy to use Wizard to help you set up your server as a file server.

# Go to Start, Control Panel, Administrative Tools, Manage Your Server.
# Click the “Add or Remove a Role” link.
# On the Preliminary Steps screen, click Next.
# Under the Server Role heading, Click File Server and then click Next (Figure 1).
# On the summary screen, review the information and then click Next.
# The Add File Server Role Wizard will start. Click Next.
# Click next when prompted to install additional options. The Wizard will start configuring your server.
# After the configuration is complete, you will be prompted to reboot. Proceed and reboot the server to continue.

Configuring the Server

After the server restarts, you’ll want to set up some file shares and set permissions.

1. Log back into Windows.
2. Go to Start, Control Panel, Administrative Tools, File Server Management (Figure 2).
3. Expand Share Folder Management, Shared Folders, Shares.
4. You should notice a few Shares already exist – these are on all default installations of Windows. Under the Action Menu, select New Share.
5. Once the Share a Folder Wizard starts, click Next.
6. Select a location for the folder share and click Next.
7. Enter the name for your share and a description if you’d like. Click Next.
8. On the Permissions page, select the option you’d like – by default, you may choose to leave all readers with Read access.
9. Click Finish and then Close.

You’ve now shared your first user folder. End users can access this share by going to \\\ where is the name of your computer and is the name you gave the share in step 7 above.

From:http://www.brighthub.com/computing/windows-platform/articles/39793.aspx

AutoVirt to Demonstrate Windows File Server Virtualization

AutoVirt, the emerging leader in fully automated online data migration solutions for mid-range Windows environments (www.autovirt.com). (PRNewsFoto/AutoVirt, Inc.)

Will Highlight AutoMove(TM) Automated Data Migration, AutoClone(TM) Lightening Fast Data Replication, and AutoMap(TM) Network Discovery and Mapping

NASHUA, N.H., May 18 /PRNewswire/ --

When: Wednesday, May 20, from 10:00 a.m. - 6:00 p.m. EDT

(Logo: http://www.newscom.com/cgi-bin/prnh/20081014/NETU030LOGO )

Where: To learn more, register and attend this live virtual event, please visit: https://www.techwebonlineevents.com/ars/eventregistration.do?mode=eventreg&F=1001561&K=MAA2.

What: AutoVirt will feature its industry leading data migration and replication solutions for Windows environments, including:

* AutoMove(TM) -- Automated File Server Virtualization Software: By leveraging advanced file virtualization technology, AutoMove, the industry's first continuous data migration (CDM) solution, allows IT management to fully-automate the data migration and management function across their entire Windows environment. By automating this process, businesses benefit from consistently optimized storage resources and the resulting dramatic decrease in capital and operational expenditures (CapEx and OpEx).
* AutoClone(TM) -- Fast and Efficient Windows Data Replication: AutoClone helps IT Management to dramatically increase the speed (up to 20 times faster than competitors) and efficiency of their Windows data replications, in order to ensure resource optimization, data protection, consistency and availability, as well as disaster recovery (DR) and business continuity.
* AutoMap(TM) -- Network Discovery and Mapping Tool: AutoMap helps IT Management discover under and over utilized Windows file server and network attached storage (NAS) resources, in physical, virtualized and mixed environments. Once identified, they are able to fine-tune these assets and defer additional server and NAS purchases.

Source:http://news.prnewswire.com/ViewContent.aspx?ACCT=109&STORY=/www/story/05-18-2009/0005028134&EDATE=

Beta of file-server backup

In a continuing bid to capture some of the tape-backup market, Microsoft on Wednesday released a beta version of the upgrade to its file-and-application server recovery software, which includes support for a wider range of the company's server products.

The product, System Center Data Protection Manager (DPM) 2006 version 2, builds upon a previous version of DPM released last year that marked the company's first move into the data-protection software market.

Version 2 employs a patent-pending technology that constantly monitors data changes and can recover the data with zero loss, Microsoft said. During recovery, the new version can also draw data from tape, a new capability, as well as from disks, Microsoft said.

DPM version 2 now supports Microsoft's Exchange Server, SQL Server and Office SharePoint Portal Server, plus the already-supported Windows 2000 and Windows 2003 servers.

DPM is a candidate to replace low-end tape products with centralized disk-to-disk backup, the research analyst company Gartner wrote in a November 2005 report.

Gartner wrote that Microsoft is expected to make gains in the field because of the wide use of Windows file servers and typically low use of file-protection software among small- to medium-size businesses.

Download from here

Source: http://www.infoworld.com/article/06/09/27/HNmsfileserverbackup_1.html?BACKUP%20AND%20RECOVERY

History of File Servers

In the mid-1980s enterprises became increasingly interested in ways to connect a rapidly growing population of personal computers. Novell proposed an approach using software to connect each workstation to a network file server that would manage both the network and access to network resources. At the same time 3Com Corporation was creating Ethernet adapter cards, building hardware connectivity needed for such approach.

Novell grew upon the strength of its Netware operating system, used for file serving, and by the late 1980s had a 50% market share of local area networks. Seeing the potential growth in this arena IBM and Microsoft both introduced their own file server strategies.

Twenty years after its peak, Novell and 3Com have virtually disappeared from the Server market; today disk servers (a NAS or a SAN) supplied by one of the leading vendors such as EMC or NetApp are typically attached to a file server running the Microsoft Windows or Linux operating systems. Large data centers, that serve millions of customers (such as Google's), run server farms on specialized equipment with large, complex operating systems.

Types of file servers

A file server may be dedicated or non-dedicated. A dedicated server is generally designed specifically for use as a file server, with workstations attached for reading and writing files and databases. A workstation may share files with other workstations on the network directly however by turning on its "Server" service and then by creating a "Share" -- this process creates a non-dedicated file server that is primarily being used as a workstation.

File servers may also be categorized by the method of access: Internet file servers are frequently accessed by File Transfer Protocol (FTP) or by HTTP (but are different from web servers, that often provide dynamic web content in addition to static files). Servers on a LAN are usually accessed by SMB/CIFS protocol or NFS protocol. Database servers, that provide access to a shared database via a database device driver, are not regarded as file servers. Most file servers are simultaneously print servers too, as they provide access to printers via network. A single file serving computer may be accessible by multiple means: it may run an FTP server, an CIFS server, etc., serving the same files.

Design of file servers

In modern businesses the design of file servers is complicated by competing demands for storage space, access speed, recoverability, ease of administration, security, and budget. This is further complicated by a constantly changing environment, where new hardware and technology rapidly obsoletes old equipment, and yet must seamlessly come online in a fashion compatible with the older machinery. To manage throughput, peak loads, and response time, vendors may utilize queuing theory to model how the combination of hardware and software will respond over various levels of demand. Servers may also employ dynamic load balancing scheme to distribute requests across various pieces of hardware.

The primary piece of hardware equipment for servers over the last couple of decades has proven to be the hard disk drive. Although other forms of storage are viable (such as magnetic tape and RAM) disk drives have continued to offer the best fit for cost, performance, and capacity.

Storage

Since the crucial function of a file server is storage, hardware has been developed to operate multiple disk drives together as a team, forming a disk array. A disk array typically has cache (temporary memory storage that is faster than the magnetic disks), as well as advanced functions like RAID and storage virtualization. Typically disk arrays increase level of availability by using redundant components other than RAID, such as power supplies. Disk arrays may be consolidated or virtualized in a storage area network (SAN).

Filers

In 1990s, introduction of specialized file serving devices, the NetApp filers, popularized the concept of network-attached storage (NAS). To this time, file servers were still implemented with general-purpose servers and OSes. NetApp changed this with introducing specialized network appliances, with a proprietary software and scalable to multiple disk enclosures holding tens or hundreds of disks grouped in multiple disk arrays. Filers later extended to non-file protocols, such as iSCSI, but still NAS is popularly perceived as mainly a file serving technology.

Security

File servers generally offer some form of system security to limit access to files to specific users or groups. In large organizations, this is a task usually delegated to what is known as directory services such as openLDAP, Novell's eDirectory or Microsoft's Active Directory.

These servers work within the hierarchical computing environment which treat users, computers, applications and files as distinct but related entities on the network and grant access based on user or group credentials. In many cases, the directory service spans many file servers, potentially hundreds for large organizations. In the past, and in smaller organizations, authentication can take place directly to the server itself.

Source: http://www.answers.com/topic/file-server

Microsoft delivers Small Business Server 2008

Microsoft has launched Windows Small Business Server 2008, which is aimed at companies with up to 75 employees.

The software includes copies of Sharepoint and Exchange Server, which offer company-wide email, remote access to desktop machines, backup and restoration services, as well as file and printer sharing.

Small Business Server also allows employees with Windows Mobile-based smartphones to access their email, contacts and calendar remotely.

Unsurprisingly, security figures prominently in the feature list, with customers receiving a 120-day evaluation copy of Windows Live OneCare, and Forefront Security for Exchange Server, which scans messages for viruses, spam and spyware.

There's also a premium version of Business Server called Essential Business Server aimed at companies with 300 or more employees.

Essential Business Server customers receive a copy of the SQL Server 2008 database management software, and a one-year subscription to Forefront Security for Exchange Server and Microsoft Forefront Threat Management Gateway.

Source:pcpro

Windows Server 2008 File and Print Server Features

Several features are present in Windows Server 2008 to enable faster, more seamless access to file and print services on your network. Although the infrastructure of the file and print systems has not been completely redesigned, it certainly has been modified to provide for ease-of-use enhancements, increased data integrity, automatic and assisted backup, and other key features, including the following:

Distributed File System (DFS)

DFS is a feature in Windows Server 2008 that permits an administrator to create one logical filesystem layout despite the fact that shares can be scattered across the network on different servers. This makes it easier for clients to find and store files consistently, and it allows for better equipment utilization. One server can host multiple DFS roots, which are "starting" points for a hierarchy of shared folders. In addition, a Windows Server 2008 server can use Active Directory site topology to route DFS requests from clients to the closest available server, increasing response time.

Encrypting File System (EFS)

Native encryption abilities are built into the NTFS filesystem used in Windows Server 2008. By simply checking a checkbox in the Properties sheet for a file, you can easily encrypt and decrypt files and folders to protect their integrity. This feature is particularly useful for mobile computers, which have a greater risk of data loss and capture than traditional corporate desktop
machines.

Volume shadow copy

The volume shadow copy feature is perhaps one of the most useful features of Windows Server 2008. The server will take snapshots of files at specific periods during the day, thereby making available a library of previous versions of a file. If a user accidentally overwrites a file, saves an incorrect version, or somehow destroys the primary copy, he can simply click Previous Versions in the Explorer view of the folder and access a shadow copy version.

Windows Search Service

The Windows Search Service, new to Windows Server 2008, catalogs and indexes the contents of server hard disks, enabling users to search in files in different formats and languages for the data they need. The engine has been enhanced over several revisions of the product to accelerate the search process and to use less processor time when cataloging and indexing files.

Source:computingtech.blogspot.com/2008/05/windows-server-2008-file-and-print.html

Use the Print Management console for Windows Server 2008 print server

Windows Server 2008’s print server role offers a new Print Management console. (An earlier form of the console was part of Windows Server 2003 R2.) The Windows Server 2008 version, which is provided to the server when the print server role is added, allows you to retrieve information and the state of printers and other print servers. For clean installations, you can also use the Print Management console to install printers to client systems via Group Policy.

After installing the print server role, the Print Management console appears and offers a central view for the printers and print servers. Figure A shows the main screen of the Print Management console.

Windows print Server

The Print Management console is one of the stronger features for Windows Server 2008 simply because of the deployment options of printers through Group Policy. For a printer deployed through Group Policy, the corresponding Group Policy Management configuration is shown in Figure B.

Print Server Tips

As with other Group Policy configurations, it can be applied to User or Computer objects. This flexibility can avoid risky scripts or inconsistent driver situations that can result from haphazard printer deployment.

You can apply the Print Management console to a permission model for delegated control so a help desk technician could clear a queue or even deploy the printer to a client. Printer drivers can also be managed within the Print Management console, avoiding issues where unnecessary printing features complicate the support of the solution.

Source:blogs.techrepublic.com.com/datacenter/?p=455

File & Print Server Monitoring

The Sentry-go Quick File & Print Monitor allows you to quickly & easily monitor your Windows File & Print server, including local printers & print queues, changes made to both local and remote files, the contents of those files, directory changes & structure modifications, entries written to local Event Logs.

If problems are detected, it can either take automatic action, or alert you before end-users are affected. Using it's in-built web-based reporting, you also have immediate access to monitored information direct from your web browser.

Monitoring Features
  • Monitor key services
  • You can monitor key Windows & Print Spooler services running on the local server out of the box. In addition, custom services can also be added, monitored & automatically restarted.
  • Check the status of local printers
  • Print monitoring allows you to check for & be alerted to errors on local printers such as paper jams, out of paper errors, attention required etc.
  • Check the status of local print queues
  • Printer queue monitoring & print monitoring allows you to check for & be alerted to problems associated with a local print queue - e.g. excessively high queue length, print job size (higher than expected no. pages or job size) etc.
  • Changes made to files & directories
  • By monitoring files & monitoring directories, you can be alerted to changes in files, directory structure or the underlying file system. For example, files added, deleted, when files have been updated or not updated, directory/file count, directory/file sizes etc.
  • Monitor Server & Print Spooler performance
  • Out of the box you can monitor the threshold of important Windows & Print Spooler performance counters such as CPU usage, queue lengths, print job errors etc.
  • Monitor errors written to the Windows Event Log
  • Sentry-go allows you to monitor messages written to the Windows Event Logs based on error type, event ID, source or keywords & phrases within the text.
  • Monitor messages written to custom log files
  • In addition to Event Logs, log file monitoring can easily be performed using Sentry-go. Using this, you can also monitor the entries written to text-based log files such as those used for custom applications, based on keywords or phrases within the text.
  • Ensure sufficient disk space is available
  • To print, the print spooler needs adequate free disk space. Sentry-go can check this for you, clearing down temporary files automatically if free space becomes limited.

Respond Automatically or Alert

Quick Monitors allow you to respond in a number of ways, in the event a fault is detected ...
  • Respond automatically by running a command, application, batch file or script
  • Automatically restart a failed Windows Service or reboot the server
  • Alert you via network messaging, standard or custom e-mails
  • Different alerting methods based on day of week and time of day
  • Alert you via the Quick Monitor Console
  • Alert you via your SMS pager gateway provider Interface with external systems via SMTP, HTTP, or scripting
  • Log details to a SysLog Server, database or text file

Web-based Reporting

The built-in web server provides access to the following information direct from your desktop browser ...

  • Standard reports - for recent alerts, current status & performance history
  • Real-time Printer & Print Queue Summary
  • Real-time Printer & Queue Status

Source:sentry-go.com/qm-file-print-server-monitoring.aspx


Microsoft Technologies

Is This for You? This document set is written to meet the requirements of IT professionals who are responsible for the planning, design, deployment, and operations of file and print services in an enterprise environment. The readers of this document set are expected to have an understanding of its technical details; however, service-level expertise is not needed to follow the enterprise-level discussions and to understand the decisions that are made.

Organizations need to share, store, retrieve, and print information in an efficient, cost-effective, secure, and reliable manner. Information may exist in the form of static files, such as large format architectural drawings and external brochures, software code and executable, plans and presentations, pictures and spreadsheets. Information may also take the form of dynamic data such as databases, event logs, or captured video streams. In each case, information exists as collections of files and is managed accordingly.

As the amount of data increases, the cost of storage and maintenance also increases due to administrative and hardware overheads. A number of studies have shown how data growth continues to be exponential while the resources available for managing data remain flat or the area reduced. It is important to ensure that users can access data quickly and easily and that it can be managed efficiently.

Organizations also need to be able to publish and print information in hard copy format, whether for legal, business, or personal requirements. They need to print on multiple devices having multiple attributes at different times of the day. They must also provide users with the ability to find and use printers easily without requesting assistance from the IT support organization.

In addition, printing assets need to be managed securely and kept online and available at the same time. File and print services are critical for users and applications within information technology (IT) environments. However, these services are often ignored during the IT infrastructure design phase, which leads to environments where printer and file repositories appear in ad hoc fashion without clear strategies for their management. Planning for these services is vital; requirements of the users and applications need to be assessed and available technologies matched to the requirements in order to provide a supportable package of technologies and services.

Windows File & Print Server

Over the weekend I installed the released version of Windows Server 2008 (after having worked with the release candidate previously), and the experience reminded how impressed I am by Win2008's ease of installation. I have a Intel quad-CPU set up, along with some 7200rpm drives because I do a lot of testing, and the 64-bit version Windows Server 2008 Standard Edition installation just flew onto my hard drive. Following that, deciding what you want your Win2008 to be in life is a relatively straightforward, guided process.

If you are new to Win2008, it includes something called Server Roles. What do you want this server to be? An Active Directory domain controller (called Domain Services), a file or print server, an IIS Web server, a combination, or maybe something else? Win2008 comes with some 17 Server Roles, each comprising a number of appropriate options. Let's say you want to set up a multipurpose server as a domain controller, DHCP server, file server, print server and Web server -- a configuration you might use in a smaller organization. Each of those functions are Server Roles within Win2008. Active Director Domain Services will also require you set up the server using the DNS Server role.

Each Server Role starts with a wizard for basic configuration information (like setting up scopes for the DHCP Server role, for example) and concludes with an installation step. If some feature selections within a Server Role have other software dependencies, those are shown with an easy-to-understand "okay" box to add those to the installation. If you are a beginner or don't happen to know about a certain feature set within a Server Role, help is there right upfront about what it does and the installation options that may be relevant to you (like setting up a new domain vs. adding a controller to an existing domain services forest).

You'll likely have to reboot Win2008 after most installation steps, so you'll want to get everything installed and configured before a bunch of users sign on. While there's a big difference in pricing, I've found Win2008 Standard Edition about as easy to set up as the Win2008 Small Business Edition. SBE obviously consolidates some steps, but Win2008 isn't all that hard to set up -- the basic stuff anyway. If you are going to exceed the license restrictions, don't fear setting up Win2008, as it's not that much harder.

iYogi Server Services

Labels