<!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>About 3Gen Data Systems</title>
</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 showSmallTab(tabName) 
{
    var pageTabs = ["Overview", "Datasheet"];
    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  width="100%">
        <tr>
          <td  id="Overview" class="selected"><a class="Fontstyle1" href="#" onclick="showSmallTab('Overview');">Overview</a></td>
          <td id="Datasheet" class="greyOut"><a class="Fontstyle1" href="#" onclick="showSmallTab('Datasheet');">More</a></td>
        </tr>
</table>
 
 
<div id="OverviewContainer">
 <ul class="ul-container"><li>About us</li>
    <li>3Gen Data Systems is a leading developer of solutions that converge server, storage, virtualization and networking with resilient and automated self-tuning intelligence. 
    				<br/>            <br/>
                  3Gen's cloud platform solutions are known for their 
                  advanced, enterprise-class performance, extended reliability, 
                  and sophisticated ILM capabilities. 3Gen products feature 
                  easy-to-use centralized data management, just-in-time 
                  scalability, and high data availability. 3Gen technologies are 
                  installed in worldwide locations to handle mission critical 
                  applications, centralized backup, disaster recovery, and email 
                  storage.<br/>
                  <br/>
                  3Gen Data Systems, founded in 2006, is the brainchild of three prominent Cloud Platform industry leaders with over five decades of combined industry experience. They saw the labyrinth of hodgepodge platforms prevalent in IT rooms and saw the need for an integrated answer to current patchwork of servers, storage and network.<br/>
                  <br/>
                  3Gen's storage technology solutions are known for their advanced, enterprise-class performance, extended reliability, and sophisticated ILM capabilities. 3Gen products feature easy-to-use centralized management, just-in-time scalability, and high system availability. 3Gen technologies are installed in worldwide locations to handle mission critical applications, centralized backup, disaster recovery, and email storage. A single software fabric unifies all your private and public clouds, and delivers one-click simplicity in managing multi-cloud deployments.<br/>
                  <br/>
                <br/>
                  For more information, please contact
                  <a  class="Fontstyle10" href="&#109;&#097;&#105;&#108;&#116;&#111;:&#115;&#97;&#108;&#101;&#115;&#64;3&#103;&#101;&#110;&#100;&#97;&#116;&#97;&#46;&#99;&#111;&#109;">sales@3gendata.com</a>.
 </li>
 
                 <li><br/>Career opportunities</li>
                  <li> We at <span class="Fontsyle6">3Gen Data Systems</span> believe our people are the key assets behind our success. We 
              offer superior salaries and bonuses, world class benefits, and unparalleled growth and development opportunities. 
              <br/>
              Please send employment opportunity inquiries and application 
              materials to <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#104;&#114;&#64;3&#103;&#101;&#110;&#100;&#97;&#116;&#97;&#46;&#99;&#111;&#109;">hr@3gendata.com</a>
             
              
              </li> </ul>
              </div>
              
              
              <div id="DatasheetContainer" style="display:none;">  
             
               <p>Optimal data protection features for all businesses</p>
                       
              <p>At 3Gen Data Systems, we are committed to bringing first-class 
              data protection to businesses of all sizes, because at 3Gen, we 
              believe the integrity of your data should never be compromised, 
              regardless of your market capitalization. 
              <br/>
              Features such as RAID 6 support and subsystem snapshot capabilities protect your data against two 
              simultaneous HDD failures and allow you to complete required 
              snapshots without any involvement from the server host. At 3Gen we 
              have set a new standard for data protection, so you won't have to 
              compromise. From our business to your business, we invite you to 
              go ahead and treat yourself to the 3Gen way of data protection. 
              Never settle for less. Is your data 3Gen protected?
              </p>
              <p>The new paradigm in client-vendor 
              relationships</p>
            
              <p>3Gen Data Systems listens to our clients. We understand that 
              between meeting your deadlines and complying with regulatory 
              filings, you can't afford to be worried about whether your storage 
              technology investments will be there for you; It is with this in 
              mind that 3Gen Data Systems makes advanced storage solutions easy 
              to use, ILM enabled, and standard architecture compatible. We are 
              there for you every step of the way. When you business grows, we 
              make it easy to seamlessly integrate storage expansion into your 
              IT investments. After all, you have more important things to worry 
              about than your infrastructure.
              </p>
             <p>Taking high quality standards higher</p>
              
              <p>At 3Gen, we firmly believe in higher quality standards. Every new 
              product is implemented and tested in our own IT production 
              environment before it reaches the market. As part of 3Gen's 
              quality commitment, each product ships with the signature of a 
              quality assurance engineer who personally ensures that his team 
              performs to 3Gen's quality standards. 3Gen is a promise that every 
              product we make is fine tuned and designed to be reliable today, 
              tomorrow, and for years to come. <br/>
              </p>
               </div>          
            
              
           <p style="height:50px"></p>
              </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>
