+49 (7531) 364 49 80
skip to the main content area of this page
Storage Arrays
Overview
Product Configuration
Customer Services
How to Buy?


Click to enlarge

Enterprise Data Services Without Additional Cost

The PS5000XV has built-in storage features once relegated to top-tier data centers, enabling best practice storage for every size organization. EqualLogic PS Series arrays include the following enterprise data services and software features with no additional software licensing fees:

  • Auto-Replication
  • Writeable Snapshots
  • Automatic Load Balancing
  • Auto-Snapshot Manager2
  • Auto-Stat Disk Monitoring System
  • Multi-Path I/O1
  • PS Group Manager
  • Pooled and Tiered Storage
  • Snapshots and Scheduler
  • Smart Copy for Microsoft SQL Server and Windows File Systems
  • E-mail Home
  • Roles-based Administration
  • Storage Virtualization
  • Thin Provisioning
  • Volume Consistency Sets
  • Volume Cloning
  • Volume Management
  • Volume Snapshots

Flexibility With Low Cost Of Ownership

EqualLogic PS5000 Series arrays represent a breakthrough in storage economics, from purchase and setup to operation and upgrades. Unlike traditional SANs, the PS Series comes complete with all available software and applications expected from an enterprise-level SAN. The PS5000 series scales on-demand - and on-line - allowing storage growth without disrupting applications. As a result, EqualLogic PS5000 arrays provide exceptional flexibility at a low total cost of ownership.

Whether consolidating a direct-attached storage (DAS) infrastructure, migrating data from and existing SAN, streamlining data protection processes or simply adding storage capacity, the EqualLogic PS Series offers a family of proven, high-performance, self-managing storage arrays designed to meet the requirements of any SAN environment.
Content
 
Dell EqualLogic
PS5000E
PS5000X
PS5000XV

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>