Enhancing Student Learning Experience by Upgrading CS File Service System

Size: px
Start display at page:

Download "Enhancing Student Learning Experience by Upgrading CS File Service System"

Transcription

1 Enhancing Student Learning Experience by Upgrading CS File Service System Project description The Computer Science department offers about 60 courses and 200 course sections (excluding Computer Literacy) each semester. Total undergraduate and graduate enrollment in Computer Science courses each academic year is about The department provides computing resources to 30 faculty members and 1500 students. Among 1500 students, approximately 900 are undergraduate CS major students, 350 are graduate students, and 260 are non-major students. All students have CS accounts to access specially designed computing resources and programming environments, such as C, C++, and Java compilers, high performance computing GPU programming, website design, and database design. Students create and compile class projects using various programming servers. Their projects are saved to a dedicated file server. The file server serves user files through Network File System (NFS) services. The NFS server hosts all user files. Students can access their files through general purpose servers, programming servers, and lab computers that have both Windows and Linux operating systems installed. Students can program and compile their course projects using programming servers, and then use lab computers to document their project and the general servers to submit their projects to professors. There are three main problems with our file service: too little disk space, the backups run too slowly, and we only have one NFS server (so if it dies then we have major issues). NFS allows files to be stored on one server, yet used on many other servers as if those files existed on each. Because we have several servers available to our students, we use NFS to allow students to conveniently access their files from any server. Instead of having to manually copy files back and forth from server to server, any new files or changes to files are immediately visible across all servers. Our NFS server has a disk capacity of 1 TB. Divided by the 1500 students with Computer Science accounts, that leaves 700 MB per student. However, faculty also store their data on our server, and because they have much more data to store from their teaching and research than students do, we don't limit how much they can store. Once the faculty have taken their chunk, we are left with much less space, and have to place disk usage limits (known as disk quotas) on students so that our server doesn't run out of space. Graduate CS majors get 300 MB, undergraduate CS majors get 200 MB, and non-majors who are taking CS classes get 100 MB. This is an extremely small amount of space, and students are always running into their disk quota because they work on uncompressed images for the Computer Graphics class, or OpenStreetMaps data for Advanced Algorithms, or record their own video presentations for class. It's accepted by now that most student data has to be stored off the server, because there just isn't enough space. But then they're back to copying the data back and forth between their computers because they don't have NFS, and they don't have the automatic backups that we provide. Also, if they run over the disk quota, they risk losing any open file 1

2 because the file server refuses to save a file if the user has exceeded his/her disk quota. Usually the result is that the file is corrupted or deleted. Losing up to a day of work (since the last backup) is obviously extremely frustrating. While we could buy more disks, there's another problem. Our current backup rate is 8 MB/s, so backing up the 650 GB used on our NFS server (not including the other servers we have to backup) at 8 MB/s takes about 23 hours. Backups make accessing files very slow, so we can only run them for a few hours in the middle of the night when very few people are working. Even if we had more disk space on the server, we still might not be able to backup files fast enough and our backup jobs would get further and further behind. So it really is important that we get a faster backup system, but with a faster backup system we could take advantage of more disk space (that we don't have). We have only one server for our NFS file service. In addition to the disk space issue, having one server means that its failure would bring down the whole file service. Although the server has some redundant parts (meaning that if a hard disk fails, it still has another one to use), the server's motherboard failed last month and it has no redundant motherboard. Since the server is out of warranty, we had to order a motherboard from the manufacturer, but it has been over a month now and the motherboard is still on back order. We had to temporarily convert our database server to host both our file service and our database service, but this double-duty is hurting database performance for our Databases class and increasing the risk that the database server will fail from the extra load. The two tape autoloaders (used for our backup system) have been discontinued by the manufacturers and have been out of warranty for three years. One of the tape devices had its power supply fail last month. The manufacturer no longer carries the power supply, so, as a makeshift solution, we hung a regular PC power supply out the side of the device and propped it up. Needless to say, this strategy isn't sustainable in the long-term. This project seeks funding to upgrade the file system and the backup system. Impact of this project All students taking Computer Science courses are provided with file and backup services. In the Spring and Fall semesters the student enrollment in Computer Science undergraduate courses (excluding Computer Literacy) is around 1500 in 200 class sections. Summer semesters enrollment is about 600. Total undergraduate and graduate enrollment in Computer Science courses each academic year is about All Computer Science courses have multiple individual or group project assignments throughout a semester. Hundreds of undergraduate students taking Computer Science courses use the file server to complete individual and group class projects. The availability of the file service is critical to all students. 2

3 We plan to implement high capacity, high availability NFS servers and disk storage for our file service system. The proposed file system consists of two PowerEdge R710 servers and one PowerVault MD3200i disk storage. Total effective disk capacity will be 10 TB. The backup system consists of one Dell PowerEdge R910 server and one PowerVault TL4000 tape autoloader. The R910 server has total 10 TB effective disk space and autoloader has 72 TB tape space with LTO5 technology. Backup speed will be 100 MB/s. With significantly improved disk capacity and backup speed, we plan to raise disk quota for undergrads from 200 MB to 1 GB and for graduate students from 300 MB to 2 GB. The mailbox quota will be increased to 1 GB. Having two servers for our file system will also improve reliability because there will be a backup if one of the servers goes down. We believe that this project will open up several new opportunities for students because they can do work in computer graphics, animation, and advanced algorithms on large images, videos, and datasets that were previously too large to store on our file server. Project plan The Department of Computer Science would like to use a portion of the Students Technology Fee to purchase: 1. Two file servers and one disk storage: The two file servers are Dell PowerEdge R710 servers with two Intel Xeon x5650 processors and 12 GB RAM. The disk storage is Dell PowerVault MD3200i. It has 12 disk slots with effective disk capacity of 10 TB. PowerVault MD3200i has two hot pluggable controllers, two hot pluggable power supplies, four tape drives, and RAID6 disk redundancy. The dual controllers minimize the possible downtime that a failed motherboard would bring. The disk storage also allows us to move mailboxes and other file systems such as Windows file system into the array to maximize the backup efficiency. The disk storage is managed by a management server. The CS department will provide the management server. 2. Backup server and tape autoloader: The backup system consists of one Dell PowerEdge R910 server and one Power Vault TL4000 tape autoloader. The R910 server has total 10TB effective disk space and autoloader has 72 TB tape space with LTO5 technology. This will give us three weeks full backup rotation space and two backup media. We plan to configure two file servers using High Availability (HA) technology. With HA, one server serves NFS to client computers. The other server stands by and constantly syncs data changes from the master server. If the master server goes down, the standby server takes over immediately, providing nonstop file services. For the backup system, we will install Windows Server 2008 and Backup Exec version 12 software on the backup server. The backup server drives the tape autoloader, communicates 3

4 with the backup agents installed on the NFS file servers, web servers, and mail servers to perform backup jobs to the tapes. The tape autoloader has four tape drives and can perform four concurrent backup jobs at same time. Once the funds become available, we will start to purchase servers, disk storage, tape autoloader, and the software. It takes two to four weeks to receive the hardware and software. We will set up file servers and disk storage and then migrate all user data onto the new system. We will select a least busy time to switch over to the new NFS system. At the same time, we will configure backup server and tape autoloader. When systems are tested and ready, we will update backup agents on client servers and roll in the new backup system. The estimated time to finish the project will be around 60 days. Relationship of this project to other university activities Computer Science Department has guest accounts from Mathematics, Physics, Meteorology, and various Engineering departments. The improved file system and backup system will benefit them as well. All students from other majors taking CS courses will also benefit from the new file and backup system. Ongoing support Each file server costs $6,230 and the disk storage costs $11,700. The backup server costs $13,745 and the tape autoloader costs $24,060. The backup software costs $7,350. The project costs $69,315 total. Hardware installation and technical support will be provided by the Computer Science Department. There will be no recurring costs or technical support costs for this project. Description of the project team The project team consists of the Systems Group led by Randolph Langley and Yu Wang. Both have Master's Degrees in Computer Science and years of experience administering large complex computer systems. Budget justification Please see Student Technology Fee Budget Template for Fall 2011 Project Funding Proposal in Supporting documents section. Supporting documents 1. Photos of the current backup system with patched power supply 4

5 A PC power supply attached externally to the tape autoloader in place a failed internal mini power supply Price quotes on file servers and disk storage Price quotes on backup server and tape autoloader Price quotes on backup software Student Technology Fee Budget Template for Fall 2011 Project Funding Proposal 5

6 Find a Laptop, Notebook, Desktop, Server, Printer, Software, Service, Monitor or TV at... Page 1 of 2 11/23/2011 Dell recommends Windows 7. Print Page Florida State University [Buyer] E-quote Number: E-quote Name Storage + NFS servers E-Quote Description MD3200i + PE R710 Saved By: Yu Wang Phone Number: (850) yuwang@cs.fsu.edu Purchasing Agent: Saved On: Wednesday, November 23, 2011 Notes/Comments: Expires On: Saturday, January 07, 2012 Additional Comments: Premier Page Name Florida State University [Buyer] Description Dell PowerEdge R710 - Enhanced Date & Time: November 23, :45 PM CST SYSTEM COMPONENTS Dell PowerEdge R710 - Enhanced Qty 2 Chassis for Up to 6, 3.5-Inch Hard Drives, No Operating System Unit Price $6, Catalog Number: 25 E1481 Module Description Show Details PowerEdge R710 Operating System SHIP Memory Feature Upgrades for Embedded NIC Ports Processor Additional Processor 1st Hard Drive Internal Controller BIOS Setting Network Adapter Embedded Management Internal Optical Drive Bezel Riser Card System Documentation Hard Drive Configuration Rails Chassis for Up to 6, 3.5-Inch Hard Drives No Operating System PowerEdge R710 Shipping 12GB Memory (6x2GB), 1333MHz Single Ranked LV RDIMMs for 2 Procs, Optimized Embedded NICs are TOE Ready with iscsi Offload Enabled Intel Xeon X5650, 2.66Ghz, 12M Cache,Turbo, HT, 1333MHz Max Mem Intel Xeon X5650, 2.66Ghz, 12M Cache,Turbo, HT, 1333MHz Max Mem HD Multi-Select PERC H700 Integrated RAID Controller, 512MB NV Cache, x6 Power Saving BIOS Setting 2x Broadcom 5709 Dual Port 1GbE NIC w/toe iscsi, PCIe-4 idrac6 Enterprise DVD+/-RW, SATA, Internal Bezel Riser with 1 PCIe x PCIe x4 Slot Electronic System Documentation and OpenManage DVD Kit RAID 1 for H700, PERC 6/i, H200 or SAS 6/iR Controllers ReadyRails Sliding Rails Without Cable Management Arm

7 Find a Laptop, Notebook, Desktop, Server, Printer, Software, Service, Monitor or TV at... Page 2 of 2 11/23/2011 Hardware Support Services Installation Services Power Supply Power Cords Power Cords Power Cords Hard Drives 5Yr Basic HW Warranty Repair with SATA Ext: 5x10 HW-Only, 5x10 NBD Onsite No Installation High Output Power Supply, Redundant, 870W No Additional Power Cords NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord 2x 10 feet (3m) Power Cords, 125 volt 15 AMP NEMA 5-15P to C13 Wall Plug (2) 600GB 15K RPM Serial-Attach SCSI 6Gbps 3.5in Hotplug Hard Drive TOTAL: $12, Dell PowerVault MD3200I - New! Date & Time: November 23, :45 PM CST SYSTEM COMPONENTS Dell PowerVault MD3200I - New! Qty 1 PV MD3200i,RKMNT,iSCSI, 12 Bay, Dual Controller Unit Price $11, Catalog Number: 25 E1691 Module Description Show Details PowerVault MD3200I Hard Drives Bezel Software Data Protection and Performance Features Rails Hardware Support Services Installation Services Proactive Maintenance Power Cords PV MD3200i,RKMNT,iSCSI, 12 Bay, Dual Controller HD Multi-Select Bezel Option, MD3200i No data protection software Rapid Rails for Dell Rack 5Yr Basic Hardware Warranty Repair: 5x10 HW-Only, 5x10 NBD Onsite No Installation ProActive Maintenance Declined 2x Power Cord, NEMA 5-15P to C14, 15 amp, wall plug, 6 feet / 2 meter Hard Drives (12) 1TB NLSAS 6GB, 7.2K, 3.5 HDD TOTAL: $11, Total Price Sub-total $24, Tax Dell For customers of the 50 United States and the District of Columbia only. Site Terms Terms of Sale Privacy Feedback Large Text sncm55

8 Find a Laptop, Notebook, Desktop, Server, Printer, Software, Service, Monitor or TV at... Page 1 of 2 11/23/2011 Dell recommends Windows 7. Print Page Florida State University [Buyer] E-quote Number: E-quote Name Backup server and tape loader E-Quote Description Saved By: Yu Wang Phone Number: (850) yuwang@cs.fsu.edu Purchasing Agent: Wednesday, November 23, Saved On: Notes/Comments: 2011 Saturday, January 07, Additional Expires On: 2012 Comments: Premier Page Name Description Florida State University [Buyer] Dell PowerEdge R910 Date & Time: November 23, :29 PM CST Proposed backup system for CS with tape loader and server SYSTEM COMPONENTS Dell PowerEdge R910 Qty 1 R910 Chassis for up to Sixteen 2.5-Inch Hard Drives, No Operating System Unit Price $13, Catalog Number: 25 E1285 Module Description Show Details PowerEdge R910 Operating System SHIP Memory Embedded NIC with ISOE Processor Additional Processor Hard Drives Internal Controller BIOS Setting Embedded Management Optional Optical Drive Bezel System Documentation External Controller and PCIE Solid State Storage RAID Configuration R910 Chassis for up to Sixteen 2.5-Inch Hard Drives No Operating System PowerEdge R910 Shipping 16GB Memory (4x4GB), 1066MHz, Dual Ranked LV RDIMMs for 2 Processors, Power Optimized Dual Two-Port Embedded Broadcom NetXtreme II 5709 Gigabit Ethernet Controllers 2x Intel Xeon E GHz, 18M cache, 6.40 GT/s QPI, Turbo, HT, 6C, 1066MHz Max mem Dual Processors Only HD Multi-Select PERC H700 Integrated RAID Controller, 512MB Cache Performance BIOS Setting idrac6 Enterprise DVD-ROM Drive, Internal PowerEdge R910 Bezel Electronic System Documentation and OpenManage DVD Kit SAS 6Gbps HBA External Controller RAID 6 for PERC H700 Controller (Non-Mixed Drives)

9 Find a Laptop, Notebook, Desktop, Server, Printer, Software, Service, Monitor or TV at... Page 2 of 2 11/23/2011 Rails Hardware Support Services Installation Services ReadyRails Sliding Rails Without Cable Management Arm 5Yr Basic HW Warranty Repair with SATA Ext: 5x10 HW-Only, 5x10 NBD Onsite No Installation Power Supply High Output Power Supply (1100W), Fail-over configuration (2+1) Power Cords Uninterruptible Power Supplies and Accessories Hard Drives (3) NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord Dell UPS,Rack/Tower,2700W,3U,120V,with L5-30P,2m cord & 3U 96V EBM (12) 1TB 7.2K RPM SATA 2.5in HotPlug Hard Drive TOTAL: $13, Power Vault TL4000 Date & Time: November 23, :29 PM CST SYSTEM COMPONENTS Power Vault TL4000 Qty 1 PVTL4000,4U,LTO5-140,4 SAS Unit Price $24, Catalog Number: 25 E1886 Module Description Show Details TL4000 Controllers Cables Hardware Support Services Installation Services Tape Media PVTL4000,4U,LTO5-140,4 SAS 6Gb SAS HBA, Dual Port Qty 4 6Gb SAS 2M Cable 5 Year ProSupport for your Enterprise: Mission Critical 4HR 7x24 Pack PowerVault Installation Declined LTO5 Media 50PK TOTAL: $24, Total Price Sub-total $37, Tax Dell For customers of the 50 United States and the District of Columbia only. Site Terms Terms of Sale Privacy Feedback Large Text sncm56

10 Shopping Cart Symantec Business Store 1 of 2 11/23/ :13 PM Symantec.com > Business Store > Shopping Cart Cart # Remove Item Detail Unit Price (USD) Quantity Total Price (USD) Symantec Backup Exec 2010 License + 12 Months Basic Support SKU: Software for Download Symantec Backup Exec 2010 Agent for Microsoft Active Directory License + 12 Months Basic Support SKU: Software for Download Symantec Backup Exec 2010 Agent for Microsoft Exchange License + 12 Months Basic Support SKU: Software for Download Symantec Backup Exec 2010 Agent for Windows Systems License + 12 Months Basic Support SKU: Software for Download Symantec Backup Exec 2010 Remote Agent for Linux or UNIX Servers License + 12 Months Basic Support SKU: Software for Download 1, , , , , , , Apply a Promo Code: Please click the Apply button to apply the Promo Code. Only one Promo Code per transaction allowed. Continue Shopping Total (USD): 7, Prices displayed on this page are based on MSRP Express volume discount program. The subtotal does not include any Brokerage Fees, Customs Fees or Taxes that you may be charged. U.S./Canada Sales Only Purchases made from the Symantec U.S. Store are licensed to only be used in the United States, its territories and Canada and are not available for use in any other location. Symantec may use technologies to verify such compliance. For customers outside the U.S. and Canada, please click here Shopping at the Symantec Store All products sold in the Symantec Store must be downloaded The U.S./Canadian Symantec.com Small Business Store will not ship any physical products. You will receive your license key via to download your product(s) once we verify your payment method. Tax Information Sales taxes will be charged in all states where applicable. Canada GST/HST/PST tax will be charged for all Canada orders as applicable Symantec Corporation About Site Map Legal Notices License Agreements Repository this Page Print We're here to help

11 Shopping Cart Symantec Business Store 2 of 2 11/23/ :13 PM Legal Privacy Norton Support Business Support Business Sales Corporate Information Contact RSS

12 Student Technology Fee Budget Template for Project Funding Proposal Project Title: Organization or College: Department or Unit: File and backup system upgrade for Computer Science Department Arts and Sciences Computer Science Project Period Start Date: 4/15/2012 End Date: 6/15/2012 I. Senior/Key Personnel List senior and / or key personnel whose compensation will be funded through project non-recurring funds Requested First Name Middle Name Last Name Project Role Salary Fringe Benefits Funds Requested A. B. C. D. Total Funds Requested for Senior/Key Personnel $ - II. Student & Other Personnel Graduate Students Undergraduate Students Other Personnel Total Funds Requested for Students & Other Personnel Requested Salary Fringe Benefits FTE Funds Requested $ - Total Salaries, Wages & Benefits $ -

13 Student Technology Fee Budget Template for Project Funding Proposal III. Equipment List items and dollar amounts for each item, including software, (or multiple items of the same type with a total cost of) over $2,000 - add lines as needed Item Description Funds Requested A. Dell PowerEdge R710 and R910 servers $ 26, B. Dell PowerVault MD3200i disk storage $ 11, C. Dell PowerVault TL4000 tape autoloader $ 24, D. Beckup Exec software $ 7, Total for items over $2,000 $ 69, Total for Additional items (less that $2,000 each) Total Equipment Costs $ 69, IV. Other Costs Materials & Supplies Consultant Services Equipment or Facility Rental/Use Fees Additional Project Costs (describe in budget justification) Total for Others Costs Funds Requested $ - Total Project Cost $ 69,306.27

http://premierecomm.dell.com/dellstore/equote.aspx?itemtype=&s=k12&l=en&cs=rc974...

http://premierecomm.dell.com/dellstore/equote.aspx?itemtype=&s=k12&l=en&cs=rc974... Page 1 of 2 10/27/2009 United States Buy Online or Call 1-888-893-1738 ERIE 1 BOCES Logout My Cart Quick Links Shop Support My Premier Keyword Search Systems Software & Peripherals Solutions Services View

More information

Part-1: SERVER AND PC

Part-1: SERVER AND PC Part-1: SERVER AND PC Item Item Details Manufacturer Quantity Unit Price Total Dell server or equivalent Intel Xeon E5-2420 1.90GHz, 15M Cache, 7.2GT/s QPI, Turbo, 6C, 95W or equivalent PCIE Riser for

More information

1 of 10 12/29/2015 11:40 AM

1 of 10 12/29/2015 11:40 AM PowerEdge T320 Tower Server Starting Price $4,101.99 Instant Savings $1,254.72 Subtotal $2,847.27 As low as $86.00 /month^ Dell Business Credit Apply Discount Details Ships in 2-4 Business Days My Selections

More information

REQUEST FOR QUOTE. All out of date servers contain approximately 1 TB of data that needs to be migrated to the new Windows domain environment.

REQUEST FOR QUOTE. All out of date servers contain approximately 1 TB of data that needs to be migrated to the new Windows domain environment. REQUEST FOR QUOTE The Housing Authority of the City of Hartford is seeking quotations for the following project: Systems Department Enterprise Technology Enhancements The current infrastructure consists

More information

Räkki ja UPS. Virtualisointipalvelimet: Terve,

Räkki ja UPS. Virtualisointipalvelimet: Terve, Terve, Ja nyt vielä tuo vanha paketti korotetulla tukitasolla, sekä levyjärjestelmän osalta kapasiteetin (12x1.8TB + 7 x 3.84TB) paremmin täyttävällä kokoonpanolla. Mukana myös tuo 42U räkki joka vaihdettiin.

More information

Hardware & Software Specification i2itracks/popiq

Hardware & Software Specification i2itracks/popiq Hardware & Software Specification i2itracks/popiq 3663 N. Laughlin Rd., Suite 200 Santa Rosa, CA 95403 866-820- 2212 www.i2isys.com 1 I2iSystems Hardware and Software Specifications Revised 04/09/2015

More information

This Request for Proposal consists of providing the IT Server requirements outlined in this RFP.

This Request for Proposal consists of providing the IT Server requirements outlined in this RFP. August 25 th, 2015 Subject: Philadelphia Works To All Interested Vendors: Philadelphia Works ( Client ) has retained Watchdog Real Estate Project Managers ( Watchdog ) in connection with the construction/renovation

More information

PowerEdge 1900 Starting Price $2,701 Instant Savings $200

PowerEdge 1900 Starting Price $2,701 Instant Savings $200 1 of 14 5/17/2008 1:23 PM Print this page Close PowerEdge 1900 Starting Price $2,701 Instant Savings $200 Subtotal $2,501 As low as $63/mo. 1 60 Days To Pay! Apply No Interest, No Payments for 60 days!

More information

814368 814369 814370

814368 814369 814370 Referencia: 814368 Dell P/Edge 2900 Q/Core X 1600 Nettó ár: 598.250.- Db: 1 Tag Number: DR5J93J PE2900 Quad-Core Xeon E5310 1.6GHz/2x4MB CD-RW/DVD Combo Drive 300GB SAS (10,000rpm) 3.5 inch Hard Drive

More information

2.1.15 or later 1.4.0 or later. 2.4.3 or later. 1.5.1 or later

2.1.15 or later 1.4.0 or later. 2.4.3 or later. 1.5.1 or later Dell PowerVault Backup to Disk Appliance Interoperability Guide This document provides information about the supported hardware and software versions for the Dell PowerVault Backup to Disk Appliance system.

More information

F5LA Dedicated and Managed Proposal (1 Server Spiderlink Owned Server)

F5LA Dedicated and Managed Proposal (1 Server Spiderlink Owned Server) Providing colocation, management and administration services for your Windows systems Spiderlink Web Services 317 North Broadway #9 Redondo Beach, CA 90277 310-379-6429 http://www.spiderlink.com support@spiderlink.com

More information

Referencia: 814956 Dell PowerEdge SC1435-37YMJ3J Nettó Ár: 190.900.- Db: 1 Tag Number: 37YMJ3J

Referencia: 814956 Dell PowerEdge SC1435-37YMJ3J Nettó Ár: 190.900.- Db: 1 Tag Number: 37YMJ3J Referencia: 84956 Dell PowerEdge SC435-37YMJ3J Nettó Ár: 90.900.- Db: Tag Number: 37YMJ3J SC435 Opteron 222 2.0GHz/2M 95W 250GB SATA (7, 200rpm) 3.5inchDrive (non hot-plug) 250GB SATA (7, 200rpm) 3.5inchDrive

More information

Referencia: 814955 Dell PowerEdge SC1430-2GB9L3J Nettó ár: 226.410.- Db: 1 Tag Number: 2GB9L3J

Referencia: 814955 Dell PowerEdge SC1430-2GB9L3J Nettó ár: 226.410.- Db: 1 Tag Number: 2GB9L3J Referencia: 84955 Dell PowerEdge SC430-2GB9L3J Nettó ár: 226.40.- Tag Number: 2GB9L3J PE SC430 Quad-Core Xeon E5335 2.0GHz 250GB, SATA, 3.5-inch, 7.2K rpm, st HD 250GB, SATA, 3.5-inch, 7.2K rpm, Additional

More information

Schedule for supply of Server, Multifunction Printer, Laptop, Computer, Monitor and UPS:

Schedule for supply of Server, Multifunction Printer, Laptop, Computer, Monitor and UPS: Date:.0.0 Schedule for supply of Server, Multifunction Printer, Laptop, Computer, and UPS: 0. Name and Address of the Company:... 0. Contact Telephone Number:... Sl. No. Product Description Server (with

More information

Referencia: 814955 Dell PowerEdge SC1430-2GB9L3J Nettó ár: 226.410.- Db: 1 Tag Number: 2GB9L3J

Referencia: 814955 Dell PowerEdge SC1430-2GB9L3J Nettó ár: 226.410.- Db: 1 Tag Number: 2GB9L3J Referencia: 84955 Dell PowerEdge SC430-2GB9L3J Nettó ár: 226.40.- Tag Number: 2GB9L3J PE SC430 Quad-Core Xeon E5335 2.0GHz 250GB, SATA, 3.5-inch, 7.2K rpm, st HD 250GB, SATA, 3.5-inch, 7.2K rpm, Additional

More information

TREND MICRO SOFTWARE APPLIANCE SUPPORT

TREND MICRO SOFTWARE APPLIANCE SUPPORT TREND MICRO SOFTWARE APPLIANCE SUPPORT What Trend Micro solutions support Software Appliance deployments? The following solutions support the software appliance form factor, and the subsequent hardware

More information

Visual UpTime Select Server Specifications

Visual UpTime Select Server Specifications Visual UpTime Select Server Specifications Visual Networks offers two Visual UpTime Select server solutions to meet your organization s needs. Please click the link below to view the required hardware

More information

Rethink medication delivery. UNIFIED ACCESS YSTEM

Rethink medication delivery. UNIFIED ACCESS YSTEM Rethink medication delivery. UNIFIED YSTEM TM Metro AccessPoint Rx MD UNIFIED SYSTEM CLOSING THE LOOP OF MEDICATION DELIVERY BETWEEN PHARMACY AND THE PATIENT BEDSIDE. ns Whether medications are stored

More information

Minimum Hardware Specifications Upgrades

Minimum Hardware Specifications Upgrades Minimum Hardware Specifications Upgrades http://www.varian.com/hardwarespecs Eclipse TM treatment planning system Hardware V 11.0 1 TPS Version 11.0 Minimum Hardware Specifications [DELL OS supported upgrade

More information

Bid 02-122 Tape Drives, Servers & Network Storage

Bid 02-122 Tape Drives, Servers & Network Storage e 1650-Tape Backup Bid 02-122 Tape Drives, Servers & Network Storage Marketing QA Systems Texas Procurement Avnet Direct, Inc. Product Number Bid Bid Bid Bid HP e 1650 Base, P, 1.26 GHz w/512k Cache Single

More information

DeltaV Virtualization Hardware

DeltaV Virtualization Hardware DeltaV Distributed Control System Product Data Sheet September 2015 DeltaV Virtualization Hardware The DeltaV Virtualization Hardware is fully tested and supported for virtual DeltaV solutions. Fully tested

More information

HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS)

HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS) HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS) Building blocks at 1000, 3000, and 5000 mailboxes Table of contents Executive summary...

More information

City of Montpelier Requests for Proposal. Purchase of Onsite and Remote File / Data Backup Devices

City of Montpelier Requests for Proposal. Purchase of Onsite and Remote File / Data Backup Devices City of Montpelier Requests for Proposal Purchase of Onsite and Remote File / Data Backup Devices Issued by the City of Montpelier, Vermont Finance Department September 26, 2011 Purpose This document provides

More information

Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract

Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract Upgrade to Microsoft Windows Server 2012 R2 on Dell PowerEdge Servers Abstract Microsoft Windows Server 2012 R2, is Microsoft s latest version of Windows for Servers. This R2 release brings exciting new

More information

Out-of-box comparison between Dell and HP blade servers

Out-of-box comparison between Dell and HP blade servers Out-of-box comparison between and blade servers TEST REPORT JUNE 2007 Executive summary Inc. () commissioned Principled Technologies (PT) to compare the out-of-box experience of a PowerEdge 1955 Blade

More information

CORRIGENDUM TO TENDER FOR HIGH PERFORMANCE SERVER

CORRIGENDUM TO TENDER FOR HIGH PERFORMANCE SERVER CORRIGENDUM TO TENDER FOR HIGH PERFORMANCE SERVER Tender Notice No. 3/2014-15 dated 29.12.2014 (IIT/CE/ENQ/COM/HPC/2014-15/569) Tender Submission Deadline Last date for submission of sealed bids is extended

More information

Sun Microsystems Special Promotions for Education and Research January 9, 2007

Sun Microsystems Special Promotions for Education and Research January 9, 2007 Sun Microsystems Special Promotions for Education and Research Solve big problems on a small budget with Sun-Education s trusted partner for cutting-edge technology solutions. Sun solutions help your campus

More information

QUESTIONS & ANSWERS. ItB tender 72-09: IT Equipment. Elections Project

QUESTIONS & ANSWERS. ItB tender 72-09: IT Equipment. Elections Project QUESTIONS & ANSWERS ItB tender 72-09: IT Equipment. Elections Project In lot 1, position 1 - Server for Data Base 1. Q: You order Microsoft Windows Server 2008, 64 bit, Enterprise, License with 25 or more

More information

Terms of Reference Microsoft Exchange and Domain Controller/ AD implementation

Terms of Reference Microsoft Exchange and Domain Controller/ AD implementation Terms of Reference Microsoft Exchange and Domain Controller/ AD implementation Overview Maldivian Red Crescent will implement it s first Microsoft Exchange server and replace it s current Domain Controller

More information

IP Video Surveillance Certified Global OEM. Directory Servers. Archive Servers. Catalog

IP Video Surveillance Certified Global OEM. Directory Servers. Archive Servers. Catalog IP Video Surveillance Certified Global OEM Directory Servers Archive Servers Catalog Tower Video Recording Platform (VRP) Part Number BCD310E8-M-SATA-VRP-C The BCDVideo Nova Series is manufactured specifically

More information

QuickSpecs. HP 200 G1 Microtower Business PC. HP 200 G1 Microtower Business PC. Overview

QuickSpecs. HP 200 G1 Microtower Business PC. HP 200 G1 Microtower Business PC. Overview Overview Front 1. Power Button 2. Power Indicator Light 3. Hard Disk Drive Indicator Light 4. Optical Disk Drive Ejection Button 5. Media Card Reader Indicator Light 6. 7-in-1 Media Card Reader (optional)

More information

Figure 1A: Dell server and accessories Figure 1B: HP server and accessories Figure 1C: IBM server and accessories

Figure 1A: Dell server and accessories Figure 1B: HP server and accessories Figure 1C: IBM server and accessories TEST REPORT SEPTEMBER 2007 Out-of-box comparison between Dell, HP, and IBM servers Executive summary Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare the out-of-box experience of a

More information

Notice. RuffaloCODY 65 Kirkwood North Road SW Cedar Rapids, Iowa 52404

Notice. RuffaloCODY 65 Kirkwood North Road SW Cedar Rapids, Iowa 52404 Notice The information in this document is the sole property RuffaloCODY. All rights to this publication are reserved. This document shall not be reproduced, copied or disclosed without the express written

More information

Storage Infrastructure as a Service! Andres Rodriguez, CEO

Storage Infrastructure as a Service! Andres Rodriguez, CEO Storage Infrastructure as a Service Andres Rodriguez, CEO Storage for the Distributed Enterprise Do-it-yourself Storage Infrastructure Resource intensive components Inflexible infrastructure Inefficient

More information

Appendix 3. Specifications for e-portal

Appendix 3. Specifications for e-portal Appendix 3. Specifications for e-portal 1. e-portal H/W and S/W No Equipment Specification Unit Q'ty 1 Web Server for users and administrator 2 WAS Server 3 LMS Server 4 DB Server 4U Rack Type 8 Core Intel

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

Enhancing the Dell iscsi SAN with Dell PowerVault TM Tape Libraries and Chelsio Unified Storage Router iscsi Appliance

Enhancing the Dell iscsi SAN with Dell PowerVault TM Tape Libraries and Chelsio Unified Storage Router iscsi Appliance Enhancing the Dell iscsi SAN with Dell PowerVault TM Tape Libraries and Chelsio Unified Storage Router April 12, 2012 Table of Contents 1.0 Introduction... 4 2.0 Chelsio Unified Storage Router (USR) SAS-to-...

More information

Configuration Guide February 2015

Configuration Guide February 2015 Configuration Guide February 2015 1 For the latest version of this document, please go to: http://www.overlandstorage.com//pdfs/snapserver_xsr_config_guide.pdf 2015 Overland Storage. All trademarks and

More information

SAN TECHNICAL - DETAILS/ SPECIFICATIONS

SAN TECHNICAL - DETAILS/ SPECIFICATIONS SAN TECHNICAL - DETAILS/ SPECIFICATIONS Technical Details / Specifications for 25 -TB Usable capacity SAN Solution Item 1) SAN STORAGE HARDWARE : One No. S.N. Features Description Technical Compliance

More information

VTrak 15200 SATA RAID Storage System

VTrak 15200 SATA RAID Storage System Page 1 15-Drive Supports over 5 TB of reliable, low-cost, high performance storage 15200 Product Highlights First to deliver a full HW iscsi solution with SATA drives - Lower CPU utilization - Higher data

More information

How To Compare Two Servers For A Test On A Poweredge R710 And Poweredge G5P (Poweredge) (Power Edge) (Dell) Poweredge Poweredge And Powerpowerpoweredge (Powerpower) G5I (

How To Compare Two Servers For A Test On A Poweredge R710 And Poweredge G5P (Poweredge) (Power Edge) (Dell) Poweredge Poweredge And Powerpowerpoweredge (Powerpower) G5I ( TEST REPORT MARCH 2009 Server management solution comparison on Dell PowerEdge R710 and HP Executive summary Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare server management solutions

More information

JKL Bahweting School. Request for Proposal. VDI Servers

JKL Bahweting School. Request for Proposal. VDI Servers JKL Bahweting School Request for Proposal VDI Servers Theresa Kallstrom School Superintendent Date: March 15, 2013 Prepared by: Matt Patzwald Technology Specialist 1.0 GENERAL INFORMATION 1.1 Scope of

More information

Out-of-box comparison between Dell, HP, and IBM blade servers

Out-of-box comparison between Dell, HP, and IBM blade servers Out-of-box comparison between Dell, HP, and IBM blade servers TEST REPORT DECEMBER 2007 Executive summary Dell Inc. (Dell) commissioned Principled Technologies (PT) to compare the out-of-box experience

More information

MedInformatix System Requirements

MedInformatix System Requirements MedInformatix System Requirements Acentec, Inc. A MedInformatix installation requires a workstation for each user who will access the system and a central server to store and process the data. A large

More information

NEC Express5800/R120f-2M System Configuration Guide

NEC Express5800/R120f-2M System Configuration Guide NEC Express5800/R120f-2M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

How To Run Apa Hadoop 1.0 On Vsphere Tmt On A Hyperconverged Network On A Virtualized Cluster On A Vspplace Tmter (Vmware) Vspheon Tm (

How To Run Apa Hadoop 1.0 On Vsphere Tmt On A Hyperconverged Network On A Virtualized Cluster On A Vspplace Tmter (Vmware) Vspheon Tm ( Apache Hadoop 1.0 High Availability Solution on VMware vsphere TM Reference Architecture TECHNICAL WHITE PAPER v 1.0 June 2012 Table of Contents Executive Summary... 3 Introduction... 3 Terminology...

More information

Priority Pro v17: Hardware and Supporting Systems

Priority Pro v17: Hardware and Supporting Systems Introduction Priority Pro v17: Hardware and Supporting Systems The following provides minimal system configuration requirements for Priority with respect to three types of installations: On-premise Priority

More information

Minimum Hardware Specifications Upgrades

Minimum Hardware Specifications Upgrades Minimum Hardware Specifications Upgrades http://www.varian.com/hardwarespecs ARIA for Medical Oncology, & ARIA for Radiation Oncology Version 13.0 1 ARIA Version 13.0 Minimum Hardware Specifications Minimum:

More information

Power Redundancy. I/O Connectivity Blade Compatibility KVM Support

Power Redundancy. I/O Connectivity Blade Compatibility KVM Support 1.Blade server Blade Chasis Specification Blade Chassis Form Factor 6U-10U rack mountable Chasis to House at least 6 or more Blade Servers Chasis Should be configured with 6 blades Network Redundancy I/O

More information

Előrendeléses viszonteladói árlista Dell Renew Szerverek 1. oldal

Előrendeléses viszonteladói árlista Dell Renew Szerverek 1. oldal Előrendeléses viszonteladói árlista Dell Renew Szerverek 1. oldal Referencia: 814368 Dell P/Edge 2900 Q/Core X 1600 Ár: 583.600.- Db: 1 Tag Number: DR5J93J PE2900 Quad-Core Xeon E5310 1.6GHz/2x4MB CD-RW/DVD

More information

1. Specifiers may alternately wish to include this specification in the following sections:

1. Specifiers may alternately wish to include this specification in the following sections: GUIDE SPECIFICATION Seneca is a leading US designer and manufacturer of xvault security and surveillance solutions. The xvault product line combines our IP expertise and solution partnerships with certified

More information

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...

More information

SUN/Oracle WSCA Price List. Please call (877) SUN-LATG (877) 786-5284 (504) 304-2505 Or Fax (504) 617 6670 Or e-mail wsca@latg.net

SUN/Oracle WSCA Price List. Please call (877) SUN-LATG (877) 786-5284 (504) 304-2505 Or Fax (504) 617 6670 Or e-mail wsca@latg.net SUN/Oracle WSCA Price List Please call (877) SUNLATG (877) 7865284 (504) 3042505 Or Fax (504) 617 6670 Or email wsca@latg.net WSCA Price List Updated January Item Item Description Named Product List Price

More information

JOLIET JUNIOR COLLEGE REQUEST FOR PROPOSAL PC & LAPTOP PURCHASE PROGRAM RFP

JOLIET JUNIOR COLLEGE REQUEST FOR PROPOSAL PC & LAPTOP PURCHASE PROGRAM RFP JOLIET JUNIOR COLLEGE REQUEST FOR PROPOSAL PC & LAPTOP PURCHASE PROGRAM Proposal Due Date: 03/20/2008 @ 2:00 P.M. CDT Please direct bid questions to: jmitchel@jjc.edu Questions will be compiled and answers

More information

UN 4013 V - Virtual Tape Libraries solutions update...

UN 4013 V - Virtual Tape Libraries solutions update... UN 4013 V - Virtual Tape Libraries solutions update... - a Unisys storage partner Key issues when considering virtual tape Connectivity is my platform supported by whom? (for Unisys environments, MCP,

More information

HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes

HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes HP recommended configuration for Microsoft Exchange Server 2010: ProLiant DL370 G6 supporting 1000-2GB mailboxes Table of contents Executive summary... 2 Introduction... 3 Tiered solution matrix... 3 Recommended

More information

MESOS CB220. Cluster-in-a-Box. Network Storage Appliance. A Simple and Smart Way to Converged Storage with QCT MESOS CB220

MESOS CB220. Cluster-in-a-Box. Network Storage Appliance. A Simple and Smart Way to Converged Storage with QCT MESOS CB220 MESOS CB220 Cluster-in-a-Box Network Storage Appliance A Simple and Smart Way to Converged Storage with QCT MESOS CB220 MESOS CB220 A Simple and Smart Way to Converged Storage Tailored for SMB storage

More information

5520UR 00UR 00UR 625UR 625URSAS 00UR URBRP 600URLX 625URLX

5520UR 00UR 00UR 625UR 625URSAS 00UR URBRP 600URLX 625URLX Intel Server Board S5520 5520UR Intel Server System SR600 00UR Intel Server System SR600 00UR URHS Intel Server System SR625UR Intel Server System SR625UR 625URSAS Intel Server System SR2600 00UR URBRP

More information

Certification Document macle GmbH Grafenthal-S1212M 24/02/2015. macle GmbH Grafenthal-S1212M Storage system

Certification Document macle GmbH Grafenthal-S1212M 24/02/2015. macle GmbH Grafenthal-S1212M Storage system macle GmbH Grafenthal-S1212M Storage system Executive summary After performing all tests, the macle GmbH Grafenthal-S1212M has been officially certified according to the Open-E Hardware Certification Program

More information

Vostro 15 3000 Series

Vostro 15 3000 Series Vostro 15 3000 Series Productivity meets Versatility. Feature packed 15.6 Laptop Performance that drives productivity The new Vostro 15 3000 Series is a feature-rich 15.6 laptop for small business and

More information

Cisco Unified Communications on the Cisco Unified Computing System

Cisco Unified Communications on the Cisco Unified Computing System Cisco Unified Communications on the Cisco Unified Computing System Cisco is introducing software application versions from the Cisco Unified Communications portfolio (Versions 8.0(2) and later) that are

More information

SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION

SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION AFFORDABLE, RELIABLE, AND GREAT PRICES FOR EDUCATION Optimized Sun systems run Oracle and other leading operating and virtualization platforms with greater

More information

FUJITSU Enterprise Product & Solution Facts

FUJITSU Enterprise Product & Solution Facts FUJITSU Enterprise Product & Solution Facts shaping tomorrow with you Business-Centric Data Center The way ICT delivers value is fundamentally changing. Mobile, Big Data, cloud and social media are driving

More information

IBM System x family brochure

IBM System x family brochure IBM Systems and Technology System x IBM System x family brochure IBM System x rack and tower servers 2 IBM System x family brochure IBM System x servers Highlights IBM System x and BladeCenter servers

More information

Cisco SmartPlay Select. Cisco Global Data Center Promotional Program

Cisco SmartPlay Select. Cisco Global Data Center Promotional Program Cisco SmartPlay Select Cisco Global Data Center Promotional Program SmartPlay Select Program Program Goals and Benefits UCS Promotional offers to accelerate new UCS customers acquisition by showcase Cisco

More information

ProLiant DL380p Gen8 Customer presentation

ProLiant DL380p Gen8 Customer presentation ProLiant DL380p Gen8 Customer presentation Agenda Family/product positioning Product overview Key features and benefits What s new Gen to gen compare System detail Competitive comparison (TBD after launch)

More information

Phone and Fax: (717) 762-7444 or Send Email to- sam@rose-computers.com On the Internet at http://www.rose-computers.com

Phone and Fax: (717) 762-7444 or Send Email to- sam@rose-computers.com On the Internet at http://www.rose-computers.com Rose Computers Custom configured complete systems, upgrades, individual components, and on-site service available. 14789 Wingerton Road Waynesboro, PA 17268 Phone and Fax: (717) 762-7444 or Send Email

More information

Frequently Asked Questions: EMC UnityVSA

Frequently Asked Questions: EMC UnityVSA Frequently Asked Questions: EMC UnityVSA 302-002-570 REV 01 Version 4.0 Overview... 3 What is UnityVSA?... 3 What are the specifications for UnityVSA?... 3 How do UnityVSA specifications compare to the

More information

Power Efficiency Comparison: Cisco UCS 5108 Blade Server Chassis and Dell PowerEdge M1000e Blade Enclosure

Power Efficiency Comparison: Cisco UCS 5108 Blade Server Chassis and Dell PowerEdge M1000e Blade Enclosure White Paper Power Efficiency Comparison: Cisco UCS 5108 Blade Server Chassis and Dell PowerEdge M1000e Blade Enclosure White Paper March 2014 2014 Cisco and/or its affiliates. All rights reserved. This

More information

Operating System Recommended Support Contract

Operating System Recommended Support Contract PowerEdge Nodes Dell PowerEdge with Oracle 10g Release 2 Database/RAC Standard Edition on Windows Server 2003 R2 SP2 Standard x64 Edition version 4.1 Updated 01/30/2009 Minimum Hardware/Software Requirements

More information

Orders: Order Number Product Description Est. Ship Date

Orders: Order Number Product Description Est. Ship Date United States Small Business Customer Service Rebates Warranty Technical Support My Account Contact Us Your recent purchase with Dell is being reviewed and will be processed once payment is authorized.

More information

INDIAN INSTITUTE OF TECHNOLOGY KANPUR Department of Mechanical Engineering

INDIAN INSTITUTE OF TECHNOLOGY KANPUR Department of Mechanical Engineering INDIAN INSTITUTE OF TECHNOLOGY KANPUR Department of Mechanical Engineering Enquiry No: Enq/IITK/ME/JB/02 Enquiry Date: 14/12/15 Last Date of Submission: 21/12/15 Formal quotations are invited for HPC cluster.

More information

Annex 1: Hardware and Software Details

Annex 1: Hardware and Software Details Annex : Hardware and Software Details Hardware Equipment: The figure below highlights in more details the relation and connectivity between the Portal different environments. The number adjacent to each

More information

DD670, DD860, and DD890 Hardware Overview

DD670, DD860, and DD890 Hardware Overview DD670, DD860, and DD890 Hardware Overview Data Domain, Inc. 2421 Mission College Boulevard, Santa Clara, CA 95054 866-WE-DDUPE; 408-980-4800 775-0186-0001 Revision A July 14, 2010 Copyright 2010 EMC Corporation.

More information

PRICE LIST Euros: CY 2011 Q4 IT PLATFORM SOLUTIONS

PRICE LIST Euros: CY 2011 Q4 IT PLATFORM SOLUTIONS PRICE LIST Euros: CY 2011 Q4 IT PLATFORM SOLUTIONS - Suggested end-user prices are subject to change without notice. - Prices are indicative unit prices excl. taxes (customs and others costs as freight.

More information

ITEM 683.1603 11-ITS ASSET INVENTORY MANAGEMENT(SYSTEM) ITEM 683.1604 11-ITS ASSET INVENTORY MANAGEMENT(TAGGING)

ITEM 683.1603 11-ITS ASSET INVENTORY MANAGEMENT(SYSTEM) ITEM 683.1604 11-ITS ASSET INVENTORY MANAGEMENT(TAGGING) DESCRIPTION This work shall consist of furnishing and installing a new, fully functional ITS Asset Inventory Management System capable of creating, updating, and maintaining RFID electronic records and

More information

Brainlab Node TM Technical Specifications

Brainlab Node TM Technical Specifications Brainlab Node TM Technical Specifications BRAINLAB NODE TM HP ProLiant DL360p Gen 8 CPU: Chipset: RAM: HDD: RAID: Graphics: LAN: HW Monitoring: Height: Width: Length: Weight: Operating System: 2x Intel

More information

How To Perform A File Server On A Poweredge R730Xd With Windows Storage Spaces

How To Perform A File Server On A Poweredge R730Xd With Windows Storage Spaces FILE SERVER PERFORMANCE ON THE INTEL PROCESSOR-POWERED DELL POWEREDGE R730XD WITH HYBRID STORAGE Storage constraints in your datacenter can put unnecessary limits on workload performance and affect user

More information

Parallels Cloud Storage

Parallels Cloud Storage Parallels Cloud Storage White Paper Best Practices for Configuring a Parallels Cloud Storage Cluster www.parallels.com Table of Contents Introduction... 3 How Parallels Cloud Storage Works... 3 Deploying

More information

Network Guidelines and Hardware Requirements

Network Guidelines and Hardware Requirements Network Guidelines and Hardware Requirements To optimize performance in the IntraVet program we suggest that your network and computers follow the recommendations listed below. Doing so will help ensure

More information

PC Desktop Specifications:

PC Desktop Specifications: PC Desktop Specifications: Processor: Intel Core i7-2600 Processor, 3.4GHz, 8M Cache Operating system: Windows 7 Professional 64 - English, with latest service pack System Recovery DVD: Genuine Windows

More information

H ARDWARE C ONSIDERATIONS

H ARDWARE C ONSIDERATIONS H ARDWARE C ONSIDERATIONS for Sidewinder 5 firewall software Compaq ProLiant ML370 G2 This document provides information on specific system hardware required for running Sidewinder firewall software on

More information

QuickSpecs. HP 280 G1 Microtower Business PC. Overview

QuickSpecs. HP 280 G1 Microtower Business PC. Overview Overview Front 1. Half-height Bay - supporting an optical disk drive (optional) 2. Power Button 3. PC Status LED 4. (2) USB 2.0 Ports 5. 3.5mm Microphone Jack 6. 3.5mm Headphone Output 7. 6-in-1 Media

More information

Tekla Structures 18 Hardware Recommendation

Tekla Structures 18 Hardware Recommendation 1 (5) Tekla Structures 18 Hardware Recommendation Recommendations for Tekla Structures workstations Tekla Structures hardware recommendations are based on the setups that have been used in testing Tekla

More information

QuickSpecs. What's New HP 750GB 1.5G SATA 7.2K 3.5" Hard Disk Drive. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview

QuickSpecs. What's New HP 750GB 1.5G SATA 7.2K 3.5 Hard Disk Drive. HP Serial-ATA (SATA) Hard Drive Option Kits. Overview Overview HP offers a variety of tested, HP-qualified, SMART* capable, SATA Hard Drives offering data integrity and availability in hotpluggable models. HP 3.5" and Small Form Factor (2.5") SATA drives

More information

Evaluation of Dell PowerEdge VRTX Shared PERC8 in Failover Scenario

Evaluation of Dell PowerEdge VRTX Shared PERC8 in Failover Scenario Evaluation of Dell PowerEdge VRTX Shared PERC8 in Failover Scenario Evaluation report prepared under contract with Dell Introduction Dell introduced its PowerEdge VRTX integrated IT solution for remote-office

More information

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Database Solutions Engineering By Murali Krishnan.K Dell Product Group October 2009

More information

Dell Fabric Manager Installation Guide 1.0.0

Dell Fabric Manager Installation Guide 1.0.0 Dell Fabric Manager Installation Guide 1.0.0 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

Symantec Management Platform Installation Guide. Version 7.0

Symantec Management Platform Installation Guide. Version 7.0 Symantec Management Platform Installation Guide Version 7.0 Symantec Management Platform Installation Guide The software described in this book is furnished under a license agreement and may be used only

More information

Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket server node for PRIMERGY CX420 cluster server

Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket server node for PRIMERGY CX420 cluster server Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket node for PRIMERGY CX420 cluster Data Sheet FUJITSU Server PRIMERGY CX272 S1 Dual socket node for PRIMERGY CX420 cluster Strong Performance and Cluster

More information

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide

Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Active Fabric Manager (AFM) Plug-in for VMware vcenter Virtual Distributed Switch (VDS) CLI Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Small Industries Development Bank of India Request for Proposal (RfP) For Purchase of Intel Servers for Various Locations

Small Industries Development Bank of India Request for Proposal (RfP) For Purchase of Intel Servers for Various Locations Small Industries Development Bank of India Request for Proposal (RfP) For Purchase of Intel Servers for Various Locations Tender : 400/2011/702/BYO/ISD dated February 25, 2011 PRE-BID CLARIFICATIONS Placed

More information

Cisco UCS C24 M3 High-Density Small Form Factor Rack-Mount Server

Cisco UCS C24 M3 High-Density Small Form Factor Rack-Mount Server Cisco UCS C24 M3 High-Density Small Form Factor Rack-Mount Server CISCO SYSTEMS PUBLICATION HISTORY 170 WEST TASMAN DR. SAN JOSE, CA, 95134 REV A.5 MARCH 20, 2013 WWW.CISCO.COM CONTENTS OVERVIEW...............................................

More information

TEST REPORT Dell PERC H700 average percentage win in IOPS over FEBRUARY 2006 Dell PERC 6/i across RAID 5 and RAID 10. Internal HDD tests

TEST REPORT Dell PERC H700 average percentage win in IOPS over FEBRUARY 2006 Dell PERC 6/i across RAID 5 and RAID 10. Internal HDD tests Dell 6Gbps vs. 3Gbps RAID controller performance comparison Test report commissioned by Dell Inc. January 2010 Executive summary We compared the performance of the 6Gbps Dell PowerEdge RAID Controller

More information

Solution Brief: Creating Avid Project Archives

Solution Brief: Creating Avid Project Archives Solution Brief: Creating Avid Project Archives Marquis Project Parking running on a XenData Archive Server provides Fast and Reliable Archiving to LTO or Sony Optical Disc Archive Cartridges Summary Avid

More information

How To Use Poweredge R520 (Poweredge) With Poweredge (Power Edge) And Poweredge V2 (Powertower) (Powerenerge) (Dell) (For A Poweredge) (Windows) (Amd) (

How To Use Poweredge R520 (Poweredge) With Poweredge (Power Edge) And Poweredge V2 (Powertower) (Powerenerge) (Dell) (For A Poweredge) (Windows) (Amd) ( PowerEdge R520 Technical Guide The Dell PowerEdge R520 2-socket, 2U rack server delivers balanced performance and storage expandability for data-intensive applications. This document is for informational

More information

How To Build A Scada System

How To Build A Scada System SECTION 17902 SCADA SYSTEMS PART 1 - GENERAL 1.01 SCOPE OF WORK A. The work of this section shall be performed by a qualified System Integrator and includes providing and installing SCADA computer system

More information

QuickSpecs. Models. HP StorageWorks Modular Smart Array 50 Enclosure. HP StorageWorks Modular Smart Array 50 Enclosure. Overview

QuickSpecs. Models. HP StorageWorks Modular Smart Array 50 Enclosure. HP StorageWorks Modular Smart Array 50 Enclosure. Overview Overview The MSA50 is a 1U Serial Attach SCSI(SAS) disk drive storage enclosure supporting Small Form Factor(SFF) SAS or Serial ATA(SATA) drives. This enclosure delivers industry-leading data performance,

More information

Anchor Bay School District. Network Attached Storage Server Request for Proposal (RFP) #NAS16

Anchor Bay School District. Network Attached Storage Server Request for Proposal (RFP) #NAS16 Anchor Bay School District Network Attached Storage Server Request for Proposal (RFP) #NAS16 May 16, 2016 Section A General Terms and Conditions 1.1 INTENT Anchor Bay School District (ABSD) is accepting

More information

3.5 Dual Bay USB 3.0 RAID HDD Enclosure

3.5 Dual Bay USB 3.0 RAID HDD Enclosure 3.5 Dual Bay USB 3.0 RAID HDD Enclosure User Manual August 11, 2011 v1.1 MFG Part # MT2U3-MP BARCODE Introduction 1 Introduction 1.1 System Requirements 1.1.1 PC Requirements Minimum Intel Pentium III

More information