<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>

<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1"/> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Hyper-convergence, Unified Storage, Thin Provisioning, WORM, Dedupe, backup, RAID,NAS,SAN, Fibre Channel, WORM, SCSI, SAN Gateway, data protection, disaster recovery, storage area networks, RAID, JBOD, 10 Gigabit Ethernet, business continuity, storage arrays, migration,volume migration" />
<meta name="keywords" content="Unified Storage, SAN Gateway, WORM, Thin Provisioning, Dedupe, backup, Data NAS,SAN, Fibre Channel, iSCSI, SAS, 3Gendata, 3Gendata.com, 3Gen" />
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta http-equiv="expires" content="-1"/> 





<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css"/>

<!--[if lt IE 9]>
	
  <script src="respond.min.js"></script>	
<![endif]--> 




<title>3Gen Data Systems: 3Gen V9000 series</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body id="bg">
  
	<div id="navmenu">
		<ul>
			<li>
				<a href="http://www.3gendata.com">
					<img alt="" style="position:absolute;left:0px; top:0px;" height="50" src="images/3Gen_Logo.svg" width="118" />
				</a>
			</li>
			<li><a href="company.asp">COMPANY</a>
			</li>
			<li id="tabs1"><a href="#" onclick="showTab(1,3)" class="dropbtn">HYPER-CONVERGENCE <span id="toggle1"><img alt="" src="images/Down.png">
		</span></a>
			</li>
			<li id="tabs2"><a href="#" onclick="showTab(2,3)" class="dropbtn">STORAGE<span id="toggle2"><img alt="" src="images/Down.png">
</span></a> 
			</li>
			<li id="tabs3"> <a href="#" onclick="showTab(3,3)" class="dropbtn">SUPPORT<span id="toggle3"><img alt="" src="images/Down.png">
</span> </a> 
			</li>
		</ul>
		<div>
			<div onclick="showTab(4,4);myFunction(this)" class="dropbtn mobileO" id="tabs4"></div>
			<a href="http://www.3gendata.com">
				<img alt="" height="50" src="images/3Gen_Logo.svg" width="118" style="float:left;  margin-top:5px;margin-left:100px;">
			</a>
		</div>
	</div>
	<div class="navParent">
		<ul id="tabsItems-1" class="navTab">
			<li><a href="V9000Pro_VSS.asp">vSever Pro</a>
			</li>
			<li><a href="vServerFT.asp">vServer Fault Tolerance</a>
			</li>
		</ul>
	</div>
	<div class="navParent">
		<ul id="tabsItems-2" class="navTab">
			<p class="TitleFont">SAN Virtualization Storages</p>
			<li><a href="V9000Pro_Storage_Gateway.asp">V9000 Pro SAN Gateway</a>
			</li>
			<li><a href="IntelliNASv9000.asp">V9000 Unified Storage</a>
			</li>
		</ul>
	</div>
	<div class="navParent">
		<ul id="tabsItems-3" class="navTab">
			<li><a href="support_plan.asp">Support Plans</a>
			</li>
			<li><a href="http://www.3gendata.com/alliancePortal/">Partner Alliance</a>
			</li>
			<li><a href="http://www.3gendata.com/PartnerRegistration.asp">New Partner registration</a>
			</li>
		</ul>
	</div>
	<!-- mobile dropdown -->
	<div id="mobileParent">
		<ul id="tabsItems-4" style="display:none;">
			<li><a href="company.asp">About us</a>
			</li>
			<p class="TitleFont">Hyper-Convergence</p>
			<li><a href="V9000Pro_VSS.asp">vSever Pro</a>
			</li>
			<li><a href="vServerFT.asp">vServer Fault Tolerance</a>
			</li>
			<p class="TitleFont">SAN Virtualization Storages</p>
			<li><a href="V9000Pro_Storage_Gateway.asp">V9080 SAN Gateway</a>
			</li>
			<li><a href="IntelliNASv9000.asp">V9000 Unified Storage</a>
			</li>
			<p class="TitleFont">Support</p>
			<li><a href="support_plan.asp">Support Plans</a>
			</li>
			<li><a href="http://www.3gendata.com/alliancePortal/">Partner Alliance</a>
			</li>
			<li><a href="http://www.3gendata.com/PartnerRegistration.asp">New Partner registration</a>
			</li>
		</ul>
	</div>
	<script type="text/javascript">
		function showTab(selected, total)
		{
		  	if(document.getElementById('tabsItems-' + selected).style.display=="block")
		  	{
		  		document.getElementById('tabsItems-' + selected).style.display = 'none';
		  		window.currentlyVisiblePopup = false;
			}
		  	else
		  	{
		  		document.getElementById('tabsItems-' + selected).style.display = 'block';
		  		window.currentlyVisiblePopup = selected;
			}
		  for(i = 1; i <= total; i += 1)
		  {
		    if(i == selected)
		    	continue;
		    document.getElementById('tabsItems-' + i).style.display = 'none';
		  }

		}
		
		// Close the dropdown if the user clicks outside of it
document.onclick = function(e) {
if (!e.target.matches('.dropbtn')) {
  if (window.currentlyVisiblePopup) {
    document.getElementById('tabsItems-' + window.currentlyVisiblePopup).style.display = 'none';
    document.getElementById("tabs4").className="dropbtn mobileO";
    window.currentlyVisiblePopup = false;
  }
  }
}
	</script>
	<script>
		function myFunction(x) {
		    //alert(x.className);
			if(x.className=="dropbtn mobileC")
		    	x.className="dropbtn mobileO";
		    else
		    	x.className="dropbtn mobileC";
		}
	</script>

 <div id="wrapper"> 
  

 <div  id="content" style="left: 0px; top: 0px"> 

<div  id="breadcrumb" style="width:100%; left: 0px; top: 0px;">
    <a  id="breadcrumbfont"  href="http://www.3gendata.com">Home</a>  <a id="breadcrumbfont" href="IntelliNASv9000Pro_VSS.asp"> &nbsp; -Solutions 
			</a><a id="breadcrumbfont" href="IntelliNASv9000Pro_VSS.asp">&nbsp; - VServer Pro</a> Vserver </div>

<span class="TitleFont">VServer Pro Hyper-Convergence solution</span>

<script type="text/javascript">
function ShowHideTab(tabName) 
{
    var pageTabs = ["Overview", "Datasheet", "Specifications"];
    for (var i=0; i < pageTabs.length; i++)  
	{
       if (tabName == pageTabs[i]) 
		{
  	 		document.getElementById(pageTabs[i]).className ='selected';
            
	 		document.getElementById(pageTabs[i]+"Container").style.display='block';
     	}
        else 
		{
            document.getElementById(pageTabs[i]).className ='greyOut';
            document.getElementById(pageTabs[i]+"Container").style.display='none';
        }
	}    
	return false;
}
</script>


<table style="margin:0 auto; width:100%;">
        <tr>
          <td  id="Overview" class="selected" style="width:33%;"><a class="Fontstyle1" href="#" onclick="ShowHideTab('Overview');">Overview</a></td>
          <td id="Datasheet" class="greyOut"  style="width:33%;"><a class="Fontstyle1" href="#" onclick="ShowHideTab('Datasheet');">Datasheet</a></td>
          <td  id="Specifications" class="greyOut"  style="width:32%;"><a class="Fontstyle1" href="#" onclick="ShowHideTab('Specifications');">Specifications</a></td>
        </tr>
</table>

 

<div id="OverviewContainer" style=" background-image:url('images/Virtualized_Server.jpg' ); background-repeat: no-repeat;background-position:0px 50px; display:block;  height: 450px; width: 100%; ">
  <div  style="float:right; width:60%; padding-right:20px"> 
      <ul>
          <li class="plaintText"><span class="Fontstyle1">Consolidate Server, Desktop, Application and Storage into one appliance with 3X TCO savings.</span><br/>
              The need to constrain and control large amounts of virtualized environments while restraining storage footprint had never been greater.  VServer Solution enables accelerated, non-disruptive VM deployments without sacrificing storage and application needs within a single unified architecture.</li>
		
		 
      
          <li class="plaintText"><span class="Fontstyle1">No fuss scalability</span><br/>
             VServer Pro Solution allows easy expansion and shrinkage of systems and data volumes.  Each node supports a large number of fully protected VMs, with the networked collection of nodes at both local and remote sites managed as single entity.	  </li>
   
          <li class="plaintText"><span class="Fontstyle1">Simple to use and manage  </span><br/>
          VServer Pro Solution is a purpose-built and self-tuned enterprise-ready solution with automated load balancing and redundant hardware to ensure continuous, uninterrupted operation.</li>
          <li class="plaintText"><span class="Fontstyle1">Upgradeable to 8Gb/16Gb FC ports and 10Gb 
		  Ethernet ports </span>  <br/>
               Standard with 4 independent Gb Ethernet ports
           </li>
          <li class="plaintText"><span class="Fontstyle1">Performance that exceed your applications 
		  demands  </span><br/>
         Outstanding file-based and transaction based performance with high bandwidth,
      64-bit architecture, and industry leading memory and flash caching
      I/O technologies
 </li>           
            
         <li class="plaintText"><span class="Fontstyle1">Efficiency for the entire data lifecycle</span><br/>
         VServer Pro achieves a 50 to 1 data efficiency while simultaneously increasing application performance by  de-duplicating, compressing and optimizing all data inline, in real time, at inception, once and forever across all stages of the data lifecycle.</li>
         
         <li class="plaintText"><span class="Fontstyle1">Speedy Natural Disaster Recovery via Remote Volume Mirroring </span>  <br/>
            Ability to mirror critical data to remote location via FC and/or ISCSI  </li>
             
             <li class="plaintText"><span class="Fontstyle1">5X faster performance than other competitive products </span><br/>
               Outstanding file-based and transaction based performance with high bandwidth, 64-bit architecture, and the latest I/O technologies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
		</li>  
		   <li class="plaintText"><span class="Fontstyle1">Lock tight security for all IT data and assets </span><br/>
              Best in class security incorporated into every step of the product lifecycle from development to deployment and operation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
		</li> 
        
          
      </ul>
  </div>
</div>
<br/>
	<!-- end of overviewcontainer -->

 <div id="DatasheetContainer" style="width:100%; display: none"> 
          <span style="float:right;margin-right:100px"> <img src="images/DownloadArrow.png" width="13px" height="19px"/><a target="_blank"  id="breadcrumbfont" href="datasheets/VServerPro.pdf">Download Datasheet and Specifications</a></span> 
          <span class="Fontstyle1"> High Value with unbeatable ROI</span>
              <p class="plaintText">Today's data centers demand innovation and increasing flawless execution in all virtualized environments.  3Gen VServer Pro is capable of handling application, server, desktop and storage tasks within a single footprint.   Packed with enterprise features and protected with a 3 year warranty.  VServer Pro delivers integrated desktop/server provisioning, lowers cost of deploying new applications and improves data integrity via 3Gen's advanced High Availability technology.     </p>
              
              <span class="Fontstyle1">High Availability and Advanced Data 
			  Protection</span><br/>
              <p class="plaintText">VServer Pro Solution delivers an enterprise cloud platform that converges server, desktop, storage and virtualization into a resilient, software-defined solution that powers mission-critical workloads at any scale.   All systems include hot swap technology and block level volume cloning software for maximum data protection.   3Gen VServer provides automatic backup/restore with file level asynchronous remote data mirroring and block level sync/async volume mirroring.  Effortlessly optimize security and capacity with a full suite of enterprise software such as Global Clustering (Active-Active and Active-Passive), WORM, real-time Volume Encryption, dynamic Thin Provisioning and block level data de-duplication( with 70% capacity savings).   50% power and cooling savings over systems requiring physical servers and physical SANs and/or NAS storage devices enables data centers achieve an even lower carbon footprint.           
               </p>
               
              <span class="Fontstyle1">High Usability</span> <br/>
              <p class="plaintText">VServer Pro has a web based interface can be installed in just 15 minutes with plug-and-play network. IT administrators can finally eliminate stranded storage with 3Gen Thin Provisioning. Preserving investment in staff expertise and capital equipment is easy because with 3Gen's virtualized computing solution, data centers can reduce infrastructure costs and administrative support of physical servers and desktops to just one platform.</p>
              
              <span class="Fontstyle1">High Standardization and Security </span><br/>
              <p class="plaintText">A loss of a device no longer means a catastrophic data loss because VServer Pro has a centralized computing format that provides for consistent standards and security across all applications, desktops and servers as well as facilitates remote office support and rollout of application. </p>
              
              </div>

<div id="SpecificationsContainer" style="display: none"> <!-- start of specificationscontainer -->
<span style="float:right;margin-right:100px"> <img src="images/DownloadArrow.png" width="13px" height="19px"/>
            <a target="_blank"  id="breadcrumbfont"  href="datasheets/VServerPro.pdf">Download Datasheet and Specifications</a></span><br/>
	<table style="width:100%">
     <tr >
          <td style="width: 372px"></td>
          <td class="Fontstyle3">V9040 VServer Pro,  V9080 VServer Pro, V9120 VServer Pro,  V9120 VServer Pro DC   
( 2U, 3U, 4U and 4U dual controller)
</td>
          
     </tr>
     <tr  class="bar" >
            <td  colspan="2"class="whiteText">Configuration  
            </td>
     </tr>
     <tr  class="divider2">
            <td style="height: 27px; width: 372px;">Operating System</td>
			<td style="height: 27px"> 3GenOS 64bit and VServer</td>
     </tr>
     
     <tr class="divider">
            <td style="width: 372px"> CPU</td><td> Dual Xeon E5-2620 or higher</td>
     </tr>
     
     <tr class="divider2">
            <td style="width: 372px" >Memory</td><td >Up to 512GB ECC Registered Memory </td>
     </tr>
     
     <tr class="divider">
            <td style="width: 372px">Hard Drive Interface</td><td >Serial ATA III or SAS HDDs - 750 HDDs with optional JBOD </td>
     </tr>
     
     <tr class="divider2">
            <td style="width: 372px" >Maximum storage capacity</td><td>3,750 Terabytes, 5 TB per disk</td>
     </tr>
     
     <tr class="divider2">
            <td style="width: 372px" >6Gb SAS Storage</td><td>Yes (72Gb/s )</td>
     </tr>

     
     
     
     <tr class="bar"><td class="whiteText" style="width: 372px">VServer</td><td></td></tr>
     
     <tr class="divider2">
            <td style="width: 372px">Client OS (VM) creation, snapshot, cloning and recovery</td> <td >Yes</td>
     </tr>
         
     <tr class="divider2"><td style="height: 24px; width: 372px;">Resource scheduling </td>
		 <td style="height: 24px">Yes</td></tr>
          
     <tr class="divider">
            <td style="width: 372px">HBA FC and 10Gb pass-thru</td><td>Yes</td>
     </tr>
     
     <tr class="divider2">
            <td style="width: 372px">HBA Graphic card pass-thru</td>
            <td>Yes</td>
      </tr>
      
       <tr class="divider">
            <td style="width: 372px" >Create and upload client OS</td><td >Yes</td>
       </tr>
         
       <tr class="divider2">
            <td style="width: 372px">Live Migration of client OS</td><td>Optional</td>
       </tr>
       
        <tr class="divider">
          <td style="width: 372px"> Client OS High Availability (HA)</td><td>Optional</td>
         </tr>
         
         <tr class="divider">
          <td style="width: 372px"> Client OS Fault Tolerance (FT)</td><td>Optional</td>
         </tr>
         <tr class="divider">
          <td style="width: 372px"> Remote Disaster Recovery (DR)</td><td>Optional</td>
         </tr>


         
          <tr class="bar">
            <td colspan="2" class="whiteText">Data Protection and Reliability</td>
          </tr>
          
          <tr class="divider">
            <td style="width: 372px" >Hot or cold swap HDD</td><td >True Hot Swap</td>
          </tr>
                   
          <tr class="divider2">
            <td style="width: 372px">RAID</td><td >RAID 0, 1, 5, 6, 10, 50 and 60</td>
          </tr>
          
          <tr class="divider"><td style="width: 372px">Online Volume Expansion</td><td>Yes</td></tr>
          
          <tr class="divider2">
            <td style="height: 23px; width: 372px;">SnapBack / SnapQuick</td><td style="height: 23px" >Yes</td>
          </tr>
          
          <tr class="divider"><td style="width: 372px">Volume Cloning</td><td>Yes</td></tr>
          
          <tr class="divider2"><td style="width: 372px; height: 27px;">Redundant Cooling Fans</td>
			  <td style="height: 27px">3 hot swappable</td> </tr>
          
          <tr class="divider">
            <td style="width: 372px">Redundant Power Supply</td><td>2 hot swappable</td>
          </tr>
         
          <tr class="divider2">
            <td style="width: 372px">UPS and Environmental Support </td><td>Yes</td>
          </tr>
          
          <tr class="divider2" >
            <td style="width: 372px">Storage Gateway</td><td>Optional</td>
          </tr>
                  
           <tr class="divider">
            <td style="width: 372px">Auto-Tiering </td><td>Optional</td>
           </tr>
          
          <tr class="divider2"><td style="width: 372px">Block level Data De-duplication</td><td>Optional</td></tr>
                    
          <tr class="divider"><td style="width: 372px">Dynamic Thin Provisioning</td><td>Optional</td></tr>
          
		  <tr class="divider2">
            <td style="width: 372px">Data Mirroring</td><td>Optional</td>
          </tr>
          
           <tr class="divider"><td style="width: 372px" >Redundant OS</td><td >Optional</td></tr>
           <tr class="divider"><td style="width: 372px" >Performance Enhancing SSD</td><td >Optional</td></tr> 
                          
          <tr class="divider2"><td style="width: 372px">Clustering (Active-Active/Active-Passive Failover</td><td>Optional</td></tr>
           
          <tr class="divider"><td style="width: 372px">FileLock (WORM NAS)</td><td>Optional</td></tr>
          
          <tr class="divider2"><td style="width: 372px">Real Time Volume Encryption</td><td>Optional</td></tr>
          
        </table>

	

<!-- </div> Julia  -->
		  
			
</div>  <!-- End of datasheetcontainer -->

	<!-- end of specificationscontainer -->

</div>	 <!-- end of content div -->
</div> <!-- end of wrapper div -->
<table id="footer">
<tr>
	<td style="width:45%;" ><a href="http://www.3gendata.com" class="whiteText"> 3Gen Data Systems </a></td>
     <td style="width:30%; "><a class="redFooter" href="global_sites.asp"> Contact Us </a></td>     
</tr>
</table>
<script type="text/javascript" src="svgeezy.min.js"></script>
        <script>  svgeezy.init(false, 'png'); </script>
 
</body>

</html>
