<!DOCTYPE html>
<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: IntelliNAS V9080 </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">
 

<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>

 

<p class="TitleFont">IntelliSAN Pro V9080 <a target="_blank" onclick="return confirm('Download datasheet and specifications');" href="datasheets/intellisanv9080.pdf">
</a>
</p>


<div id="OverviewContainer" class="Front3U" style="display:block">  <img src="images/Front3U.png" width="288" height="103"/>
       <ul class="ul-container">
             <li> Performance that meets your rigorous application demands. Data rate up to 
			   1,300MB per system</li>
              <li>Dual controllers for active-active workload and failover protection ensures data  
                is available for all critical applications.  </li>
              <li> Scalability to meet your diverse business needs. Field 
			  upgradeable to 110 SAS or SATA HDDs and 220 Terabytes</li>
              <li>
               Highly efficient storage utilization makes it possible for you to dramatically reduce
               your consumption of raw storage, power, cooling and space.
              </li>
              <li>
                Enterprise level of data protection. In addition to field proven RAID technology with RAID 0, 1, 5, 6 and 10
                to protect against data loss and system downtime. Snapshot is available for backup and disaster recovery.</li>
              <li>
               High System and Application Availability. All major components (HDDs, cooling fans and power supply) are hot swappable. </li>
              <li>
               Real time auto volume rebuilding and on-line volume migration with no system down-time. Minimize all unnecessary downtime to maximum data storage availability</li>
              <li>
              Centralized Management for all your storage needs. Web based management allows users to manage their system via remote
              Browsers from any place in the world and preserve investment in staff expertise by using same management tools.
              </li>
      </ul> 
</div> 	<!-- end of overviewcontainer -->

<div id="DatasheetContainer" style="width:100%; display:none"  >         
 			  <p> High Value with unbeatable ROI</p>
              <p>IntelliSAN Pro V9080 Network Storage Subsystem is an affordable SAN solution for all businesses.  With SAS platform, IntelliSAN Pro V9080 
                 can provide up to 110 HDD slots and can support up to 1024 LUNs.  Each storage volume can support sharing among 1024 hosts simultaneously.
                 Build-in cascade function on each port, allows SAN environment to be easily built with less effort.  IntelliSAN Pro V9080 is truly sophisticated, 
                 fully integrated storage solution with a price significantly less than competitive offerings. </p>
              
              <p>High Availability and Advanced Data Protection</p>
              <p>IntelliSAN Pro V9080 reliability is second to none.   In addition to dual active-active controller workload balancing and failover, it features
                 field proven RAID technology that supports RAID levels 0, 1, 5 and 6 protections. All systems include hot swap technology, which allows the 
                 HDD to be easily replaced and installed.  Simultaneous online volume capacity expansion and RAID level migration is available in all rackmount models. </p>
              <p>High Usability</p>
              <p>IntelliSAN Pro V9080 can be installed in just 15 minutes with plug-and-play network connectivity and intuitive installation tools. The web based management
                 software allows users to manage their storage systems via web browsers from any place in the world. Thin provisioning helps you to eliminate stranded storage.
                 Preserve investment in staff expertise and capital equipment with IntelliSAN Pro V9000 series that are based on industrial proven 3Gen software and using the same
                 management tools.   While 3Gen's products are always on the cutting-edge, our customers can rest assured that easy-to-use stays on top of 3Gen's design philosophy.
                 3Gen is committed to bringing advanced Information Life Cycle Management features to all businesses </p>
              <p>Storage Sharing and Access Control</p>
              <p>IntelliSAN Pro V9080 is highly efficient. Not only can one storage volume can be shared by 1024 hosts, but by sharing the virtualized central storage among all servers,
                 maximum ROI on disk utilization can be achieved.</p>
			
</div>  <!-- End of datasheetcontainer -->

<div id="SpecificationsContainer"   style="display:none"> <!-- start of specificationscontainer -->

<table class="specTable">
     <tr class="Fontstyle1"><td colspan="2" class="Fontstyle3">IntelliSAN Pro V9080 (3U)</td></tr>
     
     <tr ><td >Configuration</td><td ></td></tr>
     <tr><td >Operatin System</td><td> 3GenNAS operating system</td></tr>
     <tr><td>CPU</td><td> RISC AMCC 440SPe</td></tr>
     <tr><td>Memory</td><td>2GB up to 4GB per controller</td></tr>
     <tr ><td>Controller</td><td>Dual Active-Active Controllers</td></tr>
     <tr><td>Hard Drive Interface</td><td >SATA II, SAS</td></tr>
     
     <tr><td>Maximum storage capacity</td><td>220TB with 2TB per disk</td></tr>
     <tr><td>Host Interface</td><td>2 X 4Gb FC ports per controller</td></tr>
     <tr ><td>Management port</td><td>10/100/1000 Mb Ethernet, RS232</td></tr>
     
     <tr><td colspan="2" >Performance</td></tr>
     <tr><td>Bandwidth</td><td>1,300 MB/s per system</td></tr>
     <tr><td>IOPs</td><td>200,000 per system</td></tr>
          
     <tr><td colspan="2" >Data Protection And Reliability</td></tr>
     <tr><td>Hot swap HDD</td><td>True Hot Swap</td></tr>
     <tr><td>Logical Volumes (LUNs)</td><td>1024</td></tr>
     <tr><td>RAID</td><td>RAID 0, 1, 5, 6 and 10</td></tr>
     <tr><td>RAID Roaming</td><td>Yes</td></tr>
     <tr><td>Online Volume Expansion</td><td>Yes</td></tr>
     <tr><td>Dynamic I/O load balancing</td><td>Yes</td></tr>
     <tr><td>I/O path failover</td><td>Yes</td></tr>
     <tr><td>Global and Local Hot Spare</td><td> Yes</td></tr>
     <tr><td>Redundant Cooling Fans</td><td>Yes</td></tr>
     <tr><td>Redundant Power Supply</td><td>Yes</td></tr>
     <tr><td>Disk Monitoring / SMART</td><td>Yes</td></tr>
     <tr><td>UPS Support</td><td>Yes</td></tr>
     <tr><td>Environmental Monitor</td><td>Yes</td></tr>
     <tr><td>Remote Management</td><td>Yes</td></tr>
         
     <tr><td colspan="2" >Environmental</td></tr>
     <tr><td>Power Supply</td><td>500W dual redundant, hot swappable</td></tr>
     <tr><td>Cooling module</td><td>Dual redundant, hot swappable</td></tr>
     <tr><td>Temperature</td><td>Operating : 5 C to 45 C</td></tr>
     <tr><td></td><td>Non-operating: -25 C to 60 C</td></tr>
     <tr><td>Relative Humidity</td><td>20% to 80% non-condensing</td></tr>
</table>

</div>  <!-- end of specificationscontainer -->

</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>
