WO2004090675A2 - System and method for performing storage operations through a firewall - Google Patents

System and method for performing storage operations through a firewall Download PDF

Info

Publication number
WO2004090675A2
WO2004090675A2 PCT/US2004/010665 US2004010665W WO2004090675A2 WO 2004090675 A2 WO2004090675 A2 WO 2004090675A2 US 2004010665 W US2004010665 W US 2004010665W WO 2004090675 A2 WO2004090675 A2 WO 2004090675A2
Authority
WO
WIPO (PCT)
Prior art keywords
ports
firewall
storage
network
storage operation
Prior art date
Application number
PCT/US2004/010665
Other languages
French (fr)
Other versions
WO2004090675A3 (en
Inventor
Andrei Erofeev
Original Assignee
Commvault Systems, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Commvault Systems, Inc. filed Critical Commvault Systems, Inc.
Publication of WO2004090675A2 publication Critical patent/WO2004090675A2/en
Publication of WO2004090675A3 publication Critical patent/WO2004090675A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/029Firewall traversal, e.g. tunnelling or, creating pinholes

Abstract

The present invention provides systems and methods for performing storage operations through a firewall. Methods are provided that include, in a networked computer system, identifying, based on configuration data (200), whether each of a set of network elements is within a trusted network or not within the trusted network (205). Traffic between elements within the trusted network and elements not within the trusted network must pass through a firewall. The methods also include, prior to performing a storage operation through the firewall, allocating a specific set of ports, in accordance with at least one security parameter (215), for use in performing the storage operation. Methods are also provided which include monitoring traffic through the specific ports (220), and, if traffic is determined to be inactive through a first port of the specific ports(225), sending a packet through the first port (230).

Description

SYSTEM AND METHOD FOR PERFORMING STORAGE OPERATIONS
THROUGH A FIREWALL
COPYRIGHT NOTICE
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosures, as it appears in the Patent and Trademark Office patent files or records, but otherwise reserves all copyright rights whatsoever.
RELATED APPLICATIONS
This application claims priority to Provisional Application number 60/460,183, filed April 3, 2003, the entirety of which is hereby incorporated by reference.
This application is also related to the following patents and pending applications, each of which is hereby incorporated herein by reference in its entirety:
o U.S. Patent No. 6,418,478, titled PIPELINED HIGH SPEED DATA TRANSFER MECHANISM, issued July 9, 2002, attorney docket number 4982/6;
• Application Serial No. 09/610,738, titled MODULAR BACKUP AND RETRIEVAL SYSTEM USED IN CONJUNCTION WITH A STORAGE AREA NETWORK, filed July 6, 2000, attorney docket number 4982/8;
• Application Serial No. 09/744,268, titled LOGICAL VIEW AND ACCESS TO PHYSICAL STORAGE IN MODULAR DATA AND STORAGE MANAGEMENT SYSTEM, filed January 30, 2001, attorney docket number 4982/10;
• Application Serial No. 60/409, 183, titled DYNAMIC STORAGE DEVICE POOLING IN A COMPUTER SYSTEM, filed September 9, 2002, attorney docket number 4982/18PROV; and
• Application Serial No. 60/460,234, titled SYSTEM AND METHOD FOR PERFORMING STORAGE OPERATIONS IN A STORAGE NETWORK, filed April 4, 2003, attorney docket number 4982/35P.
BACKGROUND OF THE INVENTION The invention disclosed herein relates generally to performing storage operations through a firewall. More particularly, the present invention relates to providing a limited number of ports in a firewall for performing secure storage operations between components in a computer network.
Firewalls reside between components in a computer network and generally function to prevent unauthorized access to the network by evaluating which communications should be allowed to pass between the firewall's network and other networks or network components. A firewall thus divides a network into two parts: a friendly/secure side and a hostile side, wherein computers inside the firewall on the friendly side are protected from computers outside the firewall on the hostile side. A firewall evaluates whether network traffic such as data streams, control messages, application data, communications packets, and other data meets specified security criteria and should be allowed to pass between components of the network. Data that does not meet the security criteria is generally discarded or otherwise blocked from passing between components. A firewall may comprise hardware elements, software components, or any combination thereof. Exemplary firewalls include packet filters, bastion hosts, application or circuit-level gateways, and proxy servers.
One method used by firewalls to prevent unauthorized communications is to restrict network communications to specified ports. A port is generally used by TCP/JP. UDP, and other communication protocols to represent the logical endpoint of a particular connection. For example, HTTP traffic associated with a particular computer might be routed through port 80. Various programs, services, and other applications on a computer often run listening processes for network traffic directed to a particular port. Limiting network communications to specific ports and closing all unused ports generally reduces the risk of unauthorized access to a computer since these programs, services, and other applications could be compromised or otherwise exploited by a hacker to gain access to the computer.
Firewalls provide additional security by timing out network sessions beyond a specified time period. Thus, ports do not remain unnecessarily open in the event of network connection failures, slowdowns, or other events which might create vulnerabilities. For example, any network sessions that become idle beyond a preconfigured timeout period are automatically disconnected without warning. Further, after making a new connection, a first packet must be sent within a timeout period or the connection is also disconnected.
Existing storage management systems, however, use many thousands of ports to conduct storage operations through a firewall. Typically, these systems keep large sets of known ports open during backups and restores. Each of the streams of data sent as part of a backup, a restore, or other storage operation must have a port open in the firewall to pass the data. For example, data pieces come through multiple streams, control signals come through other streams, status messages come yet other streams, etc. The head end (sender) and tail end (receiver) of existing systems, however, do not know which ports all of the data is coming through, so they generally reserve large blocks of ports in the firewall to accommodate the various streams of data that they anticipate. Furthermore, these systems also must keep many ports open since slow network connections and other factors may cause a connection to timeout and the firewall to close an intended port thus requiring data to be resent to another port. Opening thousands of ports in this manner, however, renders a firewall more like a switch than a firewall and severely compromises network security.
There is thus a need for systems and methods which reduce the number of open ports required in a firewall to perform storage operations in a computer network.
SUMMARY OF THE INVENTION
In some embodiments, the present invention provides systems and methods for performing storage operations through a firewall.
In one embodiment, the invention provides a method for performing storage operations through a firewall in a networked computer system, including identifying, based on configuration data, whether each of a set of network elements is within a trusted network or not within the trusted network. Traffic between elements within the trusted network and elements not within the trusted network must pass through the firewall. The method further includes, prior to performing a storage operation through the firewall, allocating a specific set of ports, in accordance with at least one security parameter, for use in performing the storage operation.
In another embodiment, the invention provides a method for performing storage operations through a firewall in a networked computer system, including identifying, based on configuration data, a first set of network elements which are within a trusted network and a second set of network elements which are not within the trusted network. Traffic between elements within the trusted network and elements not within the trusted network must pass through the firewall. The invention further includes, prior to performing a storage operation through the firewall, allocating a specific set of ports, according to at least one security parameter, for use in performing the storage operation. The method further includes, during the storage operation, monitoring traffic through each of the specific ports. The method further includes, if, through the monitoring, traffic is determined to be inactive through a first port of the specific ports for a specified time period, sending a packet through the first port.
In another embodiment, the invention provides a system for performing storage operations through a firewall in a networked computer system. The system includes a firewall and a plurality of network elements, including one or more client computers and one or more storage devices. The system further includes a storage manager. The system further includes one or more media agents which conduct data between the one or more client computers and the one or more storage devices under the direction of the storage manager. The storage manager identifies, based on configuration data, a first set of network elements which are within a trusted network and a second set of network elements which are not within the trusted network. Traffic between elements of the trusted network and elements not within the trusted network must pass through the firewall. Further, the storage manager, prior to performing a storage operation through the firewall, allocates a specific set of ports, according to at least one security parameter, for use in performing the storage operation. During a storage operation, the firewall opens ports in accordance with the allocation.
BRIEF DESCRIPTION OF THE DRAWINGS
The invention is illustrated in the figures of the accompanying drawings which are meant to be exemplary and not limiting, in which like references are intended to refer to like or corresponding parts, and in which:
Fig. 1 is a block diagram of a network architecture for a system to perform storage operations through a firewall according to an embodiment of the invention; and
Fig. 2 is a flow diagram of a method of performing storage operations through a firewall according to an embodiment of the invention.
DETAILED DESCRIPTION
With reference to Fig. 1 embodiments of the invention are presented. Fig. 1 presents a block diagram of a network architecture for a system to perform storage operations on electronic data in a computer network according to an embodiment of the invention. As shown, the system includes a storage manager 115 and one or more of the following: a data agent 100, a client 105, an information store 110, an index cache 120, a firewall 125, a media agent 130, and a storage device 135. The system and elements thereof are exemplary of a three-tier backup system such as the CommVault Galaxy backup system, available from CommVault Systems, Inc. of Oceanport, NJ, and further described in Application Number 09/610,738 which is incorporated herein by reference in its entirety.
A data agent 100 is generally a software module that is generally responsible for archiving, migrating, and recovering data of a client computer 105 stored in an information store 110 or other memory location. Each client computer 105 has at least one data agent 100 and the system can support many client computers 107. The system provides a plurality of data agents 100 each of which is intended to backup, migrate, and recover data associated with a different application. For example, different individual data agents 100 maybe designed to handle Microsoft Exchange data, Lotus Notes data, Microsoft Windows 2000 file system data, Microsoft Active Directory Objects data, and other types of data known in the art.
If a client computer 105 has two or more types of data, one data agent 100 is generally required for each data type to archive, migrate, and restore the client computer 105 data. For example, to backup, migrate, and restore all of the data on a Microsoft Exchange 2000 server, the client computer 105 would use one Microsoft Exchange 2000 Mailbox data agent 100 to backup the Exchange 2000 mailboxes, one Microsoft Exchange 2000 Database data agent 100 to backup the Exchange 2000 databases, one Microsoft Exchange 2000 Public Folder data agent 100 to backup the Exchange 2000 Public Folders, and one Microsoft Windows 2000 File System data agent 100 to backup the client computer's 105 file system. These data agents 100 would be treated as four separate data agents 100 by the system even though they reside on the same client computer 105.
The storage manager 115 is generally a software module or application that coordinates and controls the system. The storage manager 115 communicates with all elements of the system including data agents 100, client computers 105, firewalls 125, media agents 130, and storage devices 135, to initiate and manage system backups, migrations, and recoveries, as well as perform other storage-related operations.
A media agent 130 is generally a media management software module that conducts data, as directed by the storage manager 115, between the client computer 105 and one or more storage devices 135 such as a tape library, a magnetic media storage device, an optical media storage device, or other storage device. The media agent 130 is communicatively coupled with and controls the storage device 135. For example, the media agent 130 might instruct the storage device 135 to use a robotic arm or other means to load or eject a media cartridge, and to archive, migrate, or restore application specific data. The media agent 130 generally communicates with the storage device 135 via a local bus such as a SCSI adaptor. In some embodiments, the storage device 135 is communicatively coupled to the data agent 130 via a Storage Area Network ("SAN"),
Each media agent 130 maintain an index cache 120 which generally stores index data the system generates during backup, migration, and restore storage operations as further described herein. For example, storage operations for Microsoft Exchange data generate index data such as file names, file locations, media identifiers, and other information. Index data provides the system with an efficient mechanism for locating user files for recovery operations. This index data is generally stored with the data backed up to the storage device 135, and the media agent 130 that controls the storage operation also writes an additional copy of the index data to its index cache 120. The data in the media agent 130 index cache 120 is thus readily available to the system for use in storage operations and other activities without having to be first retrieved from the storage device 135.
The storage manager 115 also maintains an index cache 120. Index data is also used to indicate logical associations between components of the system, user preferences, management tasks, network pathways, data associations, storage policies, user preferences, and other useful data. For example, the storage manager 115 might use its index cache 120 to track logical associations between media agents 130 and storage devices 135.
Index caches 120 typically reside on their corresponding storage component's hard disk or other fixed storage device. Like any cache, the index cache 120 has finite capacity and the amount of index data that can be maintained directly corresponds to the size of that portion of the disk that is allocated to the index cache 120. In one embodiment, the system manages the index cache 120 on a least recently used ("LRU") basis as known in the art. When the capacity of the index cache 120 is reached, the system overwrites those files in the index cache 120 that have been least recently accessed with the new index data. In some embodiments, before data in the index cache 120 is overwritten, the data is copied to an index cache 120 copy in a storage device 135. If a recovery operation requires data that is no longer stored in the index cache 120, such as in the case of a cache miss, the system recovers the index data from the index cache 120 copy stored in the storage device 135.
As previously discussed, firewalls 125 reside between components of the system and generally function to prevent unauthorized access to the system. Thus, for example, a firewall 125 may reside between a client 105 and the storage manager 125, between the storage manager 125 and a media agent 130, or between other system components. For example, a remote client 105 across the Internet or other wide area network may pass traffic associated with storage operations and other operations to the system via a firewall 125. As another example, the system may perform remote storage operations, such as remote disaster recovery operations or other operations, and pass traffic associated with storage operations from the storage manager 125 across the Internet or other wide area network to a remote media agent 130. These examples are not intended to be limiting and other useful configurations will be readily apparent to those skilled in the art.
In some embodiments, components of the system may reside and execute on the same computer. In some embodiments, a client computer 105 component such as a data agent 100, a media agent 130, or a storage manager 115 coordinates and directs local archiving, migration, and retrieval application functions as further described in Application Number 09/610,738. This client computer 105 component can function independently or together with other similar client computer 105 components.
The system increases security of storage operations through a firewall 125 by, among other things, drastically reducing the number of ports required as compared to existing storage management systems. The system negotiates a limited number of ports in advance, so that only certain pre-established ports need be open to storage operation traffic. The system also provides a built-in timeout value which is less than the firewall 125 timeout value to eliminate firewall 125 timeouts requiring further renegotiation to open another port.
A port configuration file specifying the ports to open for each system computer is stored in the index cache 120 or other memory of each machine. In some embodiments, the storage manager 115 index cache 120 also contains a master list of all open ports for all computers in the system which can be accessed by and distributed to other machines in the system as necessary. For example, a port configuration file may specify that only ports 8600 to ports 8620 should be opened for use by the system. System hardware and software modules will thus only listen to those ports and all other available ports will remain closed unless requested by some other application, service, process, etc. The system reserves and also limits the number of ports used by each system component such as the storage manager 115, data agents 100, and media agents 130. hi one embodiment, port limitations are based on the minimal number of ports required to conduct storage operations.
For example, the storage manager 115 is allocated seven ports. Three ports carry control data such as start and stop messages, control checksums, parity blocks, and other control data. Three additional ports serve as reserve ports and may be used to support traffic overflow or additional control signals. The final port is used to conduct traffic associated with a graphical user interface ("GUI"). For example, in some embodiments, users at client computers 105 can remotely access the storage manager 115 control GUI and other GUI interfaces. The final port is used to carry signals associated with remote access to the GUI. As another example, the final port also carries signals associated with a user at the storage manager 115 remotely accessing GUIs at clients 115 and media agents 130. Media agents 115 and data agents 100 are allocated two ports each: one port sends data upstream from the component to the storage manager 115 and one port receives data sent downstream from the storage manager 115 to the component. In some embodiments, media agents 115 and data agents 100 are allocated two additional ports to communicate upstream and downstream with other media agents 115 or data agents 100. Additional pairs of ports can be allocated to media agents 115 and data agents 100 to provide increased bandwidth, such as for additional backup streams or restore streams.
A "hostile computer" configuration file specifying a list of "hostile" computers is also stored in the index cache 120 or other memory of each machine. In some embodiments, the storage manager 115 index cache 120 also contains a master list of all "hostile" computers in the system which can be accessed by and distributed to other machines in the system as necessary. In some embodiments, a "friendly computer" configuration file specifying a list of "friendly computers is used instead of or concurrently with a "hostile computer" configuration file.
This second configuration file enables, among other thing, the system to determine which computers should pass traffic through the listed firewall 125 ports in the port configuration file and which computers are exempt from passing traffic through the firewall 125. For example, computers behind the firewall 125 can pass traffic through any ports since they are within the "trusted" network and thus their network traffic does not need to be evaluated by the firewall 125. Conversely, when one computer is behind the firewall 125 and one computer is not, then traffic between those computers must pass through the firewall 125 via the ports specified in the ports configuration file.
According to one embodiment of the invention, the "hostile computer" configuration file specifying the list of "hostile" computers lists all computers which are on the other side or "hostile" side of the firewall 125 from the computer on which the second configuration file is stored. Traffic with computers not on the list (e.g. - "friendly" computers) is routed directly, however, traffic with computers on the list (e.g. - "hostile" computers) is routed through the firewall 125. Thus if the storage manager 115 and a media agent 130 are on the "friendly" side of the firewall 125 and a data agent 100 is on the "hostile" side, the storage manager 125 and the media agent 130 configuration files would each list the data agent 100, and the data agent 100 configuration file would list both the storage manager 125 and the media agent 130. Computers identified on the second configuration file list are identified according to a network address, an D? address, a DNS entry, a UNC pathway, or other network identifier known in the art. At startup, system components, such as data agents 100, data agents 130, and the storage manager 115 access their ports configuration files and the "hostile computer" configuration files. Data is thus routed through ports in the firewall 125 as appropriate and according to security parameters set forth in the configuration files.
The system also stores a "keep alive" value or key in the index cache 120 or other memory of each machine. The "keep alive" value is generally a value that is less than the connection timeout value specified in the firewall 125 configuration files. The system uses the "keep alive" value, among other things, to prevent the firewall 125 from timing out connections or otherwise closing ports due to network connection failures, slowdowns, or other events which might create vulnerabilities. The system tracks the time period that a connection between a system component, as a data agent 100, and a firewall 125 has remained idle. If the connection remains idle for a period of time equal or greater than the "keep alive" value, then the system sends a "dummy" packet or other similar packet to the firewall 125 to refresh the connection and restart the timer on the firewall connection timeout value.
In some embodiments, it may be necessary or desirable that chunk creation time be less than a firewall time-out interval, to prevent firewall time-out from occurring. Therefore, if chunk creation time is greater than the firewall time-out interval, then chunk size may be reduced, such as by the storage manager, as necessary to reduce chunk creation time to less than that of the firewall time-out interval.
Fig. 2 presents a flow diagram of a method of performing storage operations through a firewall according to an embodiment of the invention. The system accesses configuration data, step 200. For example, in some embodiments, the system loads a configuration file specifying system components as hostile or trusted. The system checks the status of a component, step 205. If a system component is trusted, then traffic is permitted without having to pass through the firewall, step 210. For example, trusted components inside the firewall may not be required to pass traffic through the firewall. If a component is not trusted, the system allocates one or more specified ports to that component according to security preferences, step 215. The system monitors ports allocated to components, step 220, and determines whether a time period, for example a firewall timeout setting, has been exceeded, step 225. hi some embodiments, the system monitors to determine whether traffic has passed through an allocated port within the time period. If the time period has not been exceeded, control returns to step 220 and the system continues to monitor traffic. Otherwise, if the time period has been exceeded, the system sends a packet, such as a dummy packet to prevent a port closing, through the port, step 230, and control returns to step 220.
Systems and modules described herein may comprise software, firmware, hardware, or any combination(s) of software, firmware, or hardware suitable for the purposes described herein. Software and other modules may reside on servers, workstations, personal computers, computerized tablets, PDAs, and other devices suitable for the purposes described herein. Software and other modules may be accessible via local memory, via a network, via a browser or other application in an ASP context, or via other means suitable for the purposes described herein. Data structures described herein may comprise computer files, variables, programming arrays, programming structures, or any electronic information storage schemes or methods, or any combinations thereof, suitable for the purposes described herein. User interface elements described herein may comprise elements from graphical user interfaces, command line interfaces, and other interfaces suitable for the purposes described herein. Screenshots presented and described herein can be displayed differently as known in the art to input, access, change, manipulate, modify, alter, and work with information.
While the invention has been described and illustrated in connection with preferred embodiments, many variations and modifications as will be evident to those skilled in this art may be made without departing from the spirit and scope of the invention, and the invention is thus not to be limited to the precise details of methodology or construction set forth above as such variations and modification are intended to be included within the scope of the invention.

Claims

CLAIMS:
1. A method for performing storage operations through a firewall in a networked computer system, the method comprising: identifying, based on configuration data, whether each of a set of network elements is within a trusted network or not within the trusted network, wherein traffic between elements within the trusted network and elements not within the trusted network must pass through the firewall; and prior to performing a storage operation through the firewall, allocating a specific set of ports, in accordance with at least one security parameter, for use in performing the storage operation.
2. The method of claim 1 , wherein ports to be utilized during the storage operation are limited to the specific set of ports.
3. The method of claim 1, wherein the set of ports allocated according to the at least one security parameter is a minimal number of ports needed to conduct the storage operation.
4. The method of claim 1 , wherein traffic between network elements within the trusted network does not pass through the firewall.
5. The method of claim 1 , wherein the configuration data resides in a port configuration file.
6. The method of claim 5, wherein allocating the specific set of ports comprises reading the port configuration file.
7. The method of claim 1, comprising a storage manager allocating the specific set of ports.
8. The method of claim 1, comprising a storage manager allocating one or more of the specific ports for each of one or more media agents, and the storage manager allocating one or more of the specific ports for each of one or more data agents.
9. The method of claim 1 , comprising reducing chunk size to be utilized during the storage operation as necessary to cause chunk creation time to be less than a firewall time-out interval.
10. A method for performing storage operations through a firewall in a networked computer system, the method comprising: identifying, based on configuration data, a first set of network elements which are within a trusted network and a second set of network elements which are not within the trusted network, wherein traffic between elements within the trusted network and elements not within the trusted network must pass through the firewall; prior to performing a storage operation through the firewall, allocating a specific set of ports, according to at least one security parameter, for use in performing the storage operation; during the storage operation, monitoring traffic through each of the specific ports; and if, through the monitoring, traffic is determined to be inactive through a first port of the specific ports for a specified time period, sending a packet through the first port.
11. The method of claim 10, wherein ports to be utilized during the storage operation are limited to the specific set of ports.
12. The method of claim 10, wherein the set of ports allocated according to the at least one security parameter is a minimal number of ports needed to conduct the storage operation.
13. The method of claim 10, wherein sending the packet comprises sending a dummy packet.
14. The method of claim 10, wherein the packet is sent to prevent closing of the first port due to a firewall time-out.
15. The method of claim 10, wherein the specified time period is less than a firewall time-out period.
16. A system for performing storage operations through a firewall in a networked computer system, the system comprising: a firewall; a plurality of network elements, comprising: one or more client computers; and one or more storage devices; a storage manager; and one or more media agents which conduct data between the one or more client computers and the one or more storage devices under the direction of the storage manager; wherein the storage manager: identifies, based on configuration data, a first set of network elements which are within a trusted network and a second set of network elements which are not within the trusted network, wherein traffic between elements of the trusted network and elements not within the trusted network must pass through the firewall; and prior to performing a storage operation through the firewall, allocates a specific set of ports, according to at least one security parameter, for use in performing the storage operation; and wherein, during a storage operation, the firewall opens ports in accordance with the allocation.
17. The system of claim 16, wherein ports to be utilized during the storage operation are limited to the specific set of ports.
18. The system of claim 16, wherein the set of ports allocated according to the at least one security parameter is a minimal number of ports needed to conduct the storage operation.
19. The system of claim 16, wherein the configuration data resides in a port configuration file.
20. The system of claim 19, wherein allocating the specified ports comprises reading the port configuration file.
21. The system of claim 16, wherein the storage manager: during the storage operation, causes monitoring of traffic through each of the specific ports; and if, through the monitoring, traffic is determined to be inactive through a first port of the specific ports for a specified time period, causing a packet to be sent through the first port.
22. The system of claim 21 , wherein the packet is sent to prevent closing of the first port due to a firewall time-out.
23. The system of claim 21 , wherein the specified time period is less than a firewall time-out period.
PCT/US2004/010665 2003-04-03 2004-04-05 System and method for performing storage operations through a firewall WO2004090675A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US46018303P 2003-04-03 2003-04-03
US60/460,183 2003-04-03

Publications (2)

Publication Number Publication Date
WO2004090675A2 true WO2004090675A2 (en) 2004-10-21
WO2004090675A3 WO2004090675A3 (en) 2005-10-13

Family

ID=33159739

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/010665 WO2004090675A2 (en) 2003-04-03 2004-04-05 System and method for performing storage operations through a firewall

Country Status (2)

Country Link
US (1) US7631351B2 (en)
WO (1) WO2004090675A2 (en)

Families Citing this family (89)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6674758B2 (en) * 2002-06-06 2004-01-06 Clinton Watson Mechanism for implementing voice over IP telephony behind network firewalls
US7483437B1 (en) * 2003-11-20 2009-01-27 Juniper Networks, Inc. Method of communicating packet multimedia to restricted endpoints
US7490207B2 (en) * 2004-11-08 2009-02-10 Commvault Systems, Inc. System and method for performing auxillary storage operations
JP2006252019A (en) * 2005-03-09 2006-09-21 Hitachi Ltd Storage network system
US7970899B2 (en) * 2006-03-03 2011-06-28 Barracuda Networks Inc Integrated data flow packet admission and traffic management apparatus
US8655914B2 (en) 2006-10-17 2014-02-18 Commvault Systems, Inc. System and method for storage operation access security
US7853992B2 (en) * 2007-05-31 2010-12-14 Microsoft Corporation Configuring security mechanisms utilizing a trust system
CN103279181A (en) 2007-08-28 2013-09-04 Commvault系统公司 Power management of data processing resources, such as power adaptive management of data storage operations
US20090129301A1 (en) * 2007-11-15 2009-05-21 Nokia Corporation And Recordation Configuring a user device to remotely access a private network
US8335776B2 (en) 2008-07-02 2012-12-18 Commvault Systems, Inc. Distributed indexing system for data storage
US8271659B2 (en) * 2008-09-04 2012-09-18 Oracle International Corporation Methods and systems for automatic removal and replacement of connections in a pool rendered stale by a firewall
US8307177B2 (en) 2008-09-05 2012-11-06 Commvault Systems, Inc. Systems and methods for management of virtualization data
US8943183B2 (en) * 2008-12-10 2015-01-27 Commvault Systems, Inc. Decoupled installation of data management systems
WO2010068949A2 (en) * 2008-12-12 2010-06-17 Tekelec Methods, systems, and computer readable media for regulating network address translator (nat) and firewall pinhole preservation traffic in a session initiation protocol (sip) network
US8612439B2 (en) 2009-06-30 2013-12-17 Commvault Systems, Inc. Performing data storage operations in a cloud storage environment, including searching, encryption and indexing
US8706867B2 (en) 2011-03-31 2014-04-22 Commvault Systems, Inc. Realtime streaming of multimedia content from secondary storage devices
KR101070614B1 (en) * 2009-12-18 2011-10-10 한국인터넷진흥원 Malicious traffic isolation system using botnet infomation and malicious traffic isolation method using botnet infomation
WO2011119137A1 (en) 2010-03-22 2011-09-29 Lrdc Systems, Llc A method of identifying and protecting the integrity of a set of source data
US8572719B2 (en) * 2010-05-28 2013-10-29 Commvault Systems, Inc. Firewall proxy systems and methods in a backup environment
US11449394B2 (en) 2010-06-04 2022-09-20 Commvault Systems, Inc. Failover systems and methods for performing backup operations, including heterogeneous indexing and load balancing of backup and indexing resources
EP2622469B1 (en) 2010-09-30 2019-11-13 Commvault Systems, Inc. Efficient data management improvements, such as docking limited-feature data management modules to a full-featured data management system
US9116633B2 (en) 2011-09-30 2015-08-25 Commvault Systems, Inc. Information management of virtual machines having mapped storage devices
US9461881B2 (en) 2011-09-30 2016-10-04 Commvault Systems, Inc. Migration of existing computing systems to cloud computing sites or virtual machines
US9372827B2 (en) 2011-09-30 2016-06-21 Commvault Systems, Inc. Migration of an existing computing system to new hardware
US8950009B2 (en) 2012-03-30 2015-02-03 Commvault Systems, Inc. Information management of data associated with multiple cloud services
US9262496B2 (en) 2012-03-30 2016-02-16 Commvault Systems, Inc. Unified access to personal data
US9118707B2 (en) * 2012-12-14 2015-08-25 Verizon Patent And Licensing Inc. Methods and systems for mitigating attack traffic directed at a network element
US9286086B2 (en) 2012-12-21 2016-03-15 Commvault Systems, Inc. Archiving virtual machines in a data storage system
US20140181046A1 (en) 2012-12-21 2014-06-26 Commvault Systems, Inc. Systems and methods to backup unprotected virtual machines
US10346259B2 (en) 2012-12-28 2019-07-09 Commvault Systems, Inc. Data recovery using a cloud-based remote data recovery center
US9378035B2 (en) 2012-12-28 2016-06-28 Commvault Systems, Inc. Systems and methods for repurposing virtual machines
US20140196038A1 (en) 2013-01-08 2014-07-10 Commvault Systems, Inc. Virtual machine management in a data storage system
US20140201151A1 (en) 2013-01-11 2014-07-17 Commvault Systems, Inc. Systems and methods to select files for restoration from block-level backup for virtual machines
US9286110B2 (en) 2013-01-14 2016-03-15 Commvault Systems, Inc. Seamless virtual machine recall in a data storage system
US9130896B2 (en) * 2013-03-08 2015-09-08 Hewlett-Packard Development Company, L.P. Distributed functionality across multiple network devices
US9939981B2 (en) 2013-09-12 2018-04-10 Commvault Systems, Inc. File manager integration with virtualization in an information management system with an enhanced storage manager, including user control and storage management of virtual machines
US9563518B2 (en) 2014-04-02 2017-02-07 Commvault Systems, Inc. Information management by a media agent in the absence of communications with a storage manager
US9848045B2 (en) 2014-05-27 2017-12-19 Commvault Systems, Inc. Offline messaging between a repository storage operation cell and remote storage operation cells via an intermediary media agent
US20160019317A1 (en) 2014-07-16 2016-01-21 Commvault Systems, Inc. Volume or virtual machine level backup and generating placeholders for virtual machine files
US9417968B2 (en) 2014-09-22 2016-08-16 Commvault Systems, Inc. Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
US9436555B2 (en) 2014-09-22 2016-09-06 Commvault Systems, Inc. Efficient live-mount of a backed up virtual machine in a storage management system
US9710465B2 (en) 2014-09-22 2017-07-18 Commvault Systems, Inc. Efficiently restoring execution of a backed up virtual machine based on coordination with virtual-machine-file-relocation operations
WO2016048295A1 (en) * 2014-09-24 2016-03-31 Hewlett Packard Enterprise Development Lp Assigning a document to partial membership in communities
US9609058B2 (en) 2014-10-13 2017-03-28 Commvault Systems, Inc. Storage management operations based on executable files served on demand to storage management components
US10776209B2 (en) 2014-11-10 2020-09-15 Commvault Systems, Inc. Cross-platform virtual machine backup and replication
US20160142485A1 (en) 2014-11-19 2016-05-19 Commvault Systems, Inc. Migration to cloud storage from backup
US9983936B2 (en) 2014-11-20 2018-05-29 Commvault Systems, Inc. Virtual machine change block tracking
US10313243B2 (en) * 2015-02-24 2019-06-04 Commvault Systems, Inc. Intelligent local management of data stream throttling in secondary-copy operations
US10956299B2 (en) 2015-02-27 2021-03-23 Commvault Systems, Inc. Diagnosing errors in data storage and archiving in a cloud or networking environment
US9710253B2 (en) 2015-04-16 2017-07-18 Commvault Systems, Inc. Managing a software-patch submission queue
US9948786B2 (en) * 2015-04-17 2018-04-17 Cisco Technology, Inc. Handling conferences using highly-distributed agents
US10084873B2 (en) 2015-06-19 2018-09-25 Commvault Systems, Inc. Assignment of data agent proxies for executing virtual-machine secondary copy operations including streaming backup jobs
US9563514B2 (en) 2015-06-19 2017-02-07 Commvault Systems, Inc. Assignment of proxies for virtual-machine secondary copy operations including streaming backup jobs
US9900285B2 (en) * 2015-08-10 2018-02-20 International Business Machines Corporation Passport-controlled firewall
US10565067B2 (en) 2016-03-09 2020-02-18 Commvault Systems, Inc. Virtual server cloud file system for virtual machine backup from cloud operations
US10747630B2 (en) 2016-09-30 2020-08-18 Commvault Systems, Inc. Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, including operations by a master monitor node
US10162528B2 (en) 2016-10-25 2018-12-25 Commvault Systems, Inc. Targeted snapshot based on virtual machine location
US10152251B2 (en) 2016-10-25 2018-12-11 Commvault Systems, Inc. Targeted backup of virtual machine
US10678758B2 (en) 2016-11-21 2020-06-09 Commvault Systems, Inc. Cross-platform virtual machine data and memory backup and replication
US10516675B2 (en) 2017-01-17 2019-12-24 Microsoft Technology Licensing, Llc Altering application security to support just-in-time access
US11032350B2 (en) 2017-03-15 2021-06-08 Commvault Systems, Inc. Remote commands framework to control clients
US10949308B2 (en) 2017-03-15 2021-03-16 Commvault Systems, Inc. Application aware backup of virtual machines
US20180276022A1 (en) 2017-03-24 2018-09-27 Commvault Systems, Inc. Consistent virtual machine replication
US11108858B2 (en) 2017-03-28 2021-08-31 Commvault Systems, Inc. Archiving mail servers via a simple mail transfer protocol (SMTP) server
US11074138B2 (en) 2017-03-29 2021-07-27 Commvault Systems, Inc. Multi-streaming backup operations for mailboxes
US10387073B2 (en) 2017-03-29 2019-08-20 Commvault Systems, Inc. External dynamic virtual machine synchronization
US10853195B2 (en) 2017-03-31 2020-12-01 Commvault Systems, Inc. Granular restoration of virtual machine application data
US10552294B2 (en) 2017-03-31 2020-02-04 Commvault Systems, Inc. Management of internet of things devices
US11294786B2 (en) 2017-03-31 2022-04-05 Commvault Systems, Inc. Management of internet of things devices
US11221939B2 (en) 2017-03-31 2022-01-11 Commvault Systems, Inc. Managing data from internet of things devices in a vehicle
US10599856B2 (en) * 2017-06-07 2020-03-24 International Business Machines Corporation Network security for data storage systems
US10877928B2 (en) 2018-03-07 2020-12-29 Commvault Systems, Inc. Using utilities injected into cloud-based virtual machines for speeding up virtual machine backup operations
US10891198B2 (en) 2018-07-30 2021-01-12 Commvault Systems, Inc. Storing data to cloud libraries in cloud native formats
US11200124B2 (en) 2018-12-06 2021-12-14 Commvault Systems, Inc. Assigning backup resources based on failover of partnered data storage servers in a data storage management system
US10768971B2 (en) 2019-01-30 2020-09-08 Commvault Systems, Inc. Cross-hypervisor live mount of backed up virtual machine data
US10996974B2 (en) 2019-01-30 2021-05-04 Commvault Systems, Inc. Cross-hypervisor live mount of backed up virtual machine data, including management of cache storage for virtual machine data
US11494273B2 (en) 2019-04-30 2022-11-08 Commvault Systems, Inc. Holistically protecting serverless applications across one or more cloud computing environments
US11461184B2 (en) 2019-06-17 2022-10-04 Commvault Systems, Inc. Data storage management system for protecting cloud-based data including on-demand protection, recovery, and migration of databases-as-a-service and/or serverless database management systems
US20210011816A1 (en) 2019-07-10 2021-01-14 Commvault Systems, Inc. Preparing containerized applications for backup using a backup services container in a container-orchestration pod
US11223535B2 (en) 2019-12-31 2022-01-11 Commvault Systems, Inc. Smart network topology systems and methods
US11467753B2 (en) 2020-02-14 2022-10-11 Commvault Systems, Inc. On-demand restore of virtual machine data
US11321188B2 (en) 2020-03-02 2022-05-03 Commvault Systems, Inc. Platform-agnostic containerized application data protection
US11422900B2 (en) 2020-03-02 2022-08-23 Commvault Systems, Inc. Platform-agnostic containerized application data protection
US11442768B2 (en) 2020-03-12 2022-09-13 Commvault Systems, Inc. Cross-hypervisor live recovery of virtual machines
US11099956B1 (en) 2020-03-26 2021-08-24 Commvault Systems, Inc. Snapshot-based disaster recovery orchestration of virtual machine failover and failback operations
US11500669B2 (en) 2020-05-15 2022-11-15 Commvault Systems, Inc. Live recovery of virtual machines in a public cloud computing environment
US11314687B2 (en) 2020-09-24 2022-04-26 Commvault Systems, Inc. Container data mover for migrating data between distributed data storage systems integrated with application orchestrators
US11656951B2 (en) 2020-10-28 2023-05-23 Commvault Systems, Inc. Data loss vulnerability detection
US11604706B2 (en) 2021-02-02 2023-03-14 Commvault Systems, Inc. Back up and restore related data on different cloud storage tiers

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020078377A1 (en) * 2000-12-15 2002-06-20 Ching-Jye Chang Method and apparatus in an application framework system for providing a port and network hardware resource firewall for distributed applications
US20030065944A1 (en) * 2001-09-28 2003-04-03 Mao Yu Ming Method and apparatus for implementing a layer 3/layer 7 firewall in an L2 device
US20030115447A1 (en) * 2001-12-18 2003-06-19 Duc Pham Network media access architecture and methods for secure storage
US20040078599A1 (en) * 2001-03-01 2004-04-22 Storeage Networking Technologies Storage area network (san) security

Family Cites Families (87)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4686620A (en) * 1984-07-26 1987-08-11 American Telephone And Telegraph Company, At&T Bell Laboratories Database backup method
GB8622010D0 (en) 1986-09-12 1986-10-22 Hewlett Packard Ltd File backup facility
US5193154A (en) * 1987-07-10 1993-03-09 Hitachi, Ltd. Buffered peripheral system and method for backing up and retrieving data to and from backup memory device
US5005122A (en) * 1987-09-08 1991-04-02 Digital Equipment Corporation Arrangement with cooperating management server node and network service node
JPH0743676B2 (en) * 1988-03-11 1995-05-15 株式会社日立製作所 Back-up data dump control method and device
US4995035A (en) * 1988-10-31 1991-02-19 International Business Machines Corporation Centralized management in a computer network
US5093912A (en) * 1989-06-26 1992-03-03 International Business Machines Corporation Dynamic resource pool expansion and contraction in multiprocessing environments
DE69029289T2 (en) 1989-06-30 1997-06-26 Digital Equipment Corp Method and arrangement for controlling shadow memories
US5133065A (en) * 1989-07-27 1992-07-21 Personal Computer Peripherals Corporation Backup computer program for networks
US5321816A (en) * 1989-10-10 1994-06-14 Unisys Corporation Local-remote apparatus with specialized image storage modules
US5504873A (en) * 1989-11-01 1996-04-02 E-Systems, Inc. Mass data storage and retrieval system
US5276867A (en) * 1989-12-19 1994-01-04 Epoch Systems, Inc. Digital data storage system with improved data migration
US5276860A (en) * 1989-12-19 1994-01-04 Epoch Systems, Inc. Digital data processor with improved backup storage
GB2246218B (en) 1990-07-18 1994-02-09 Stc Plc Distributed data processing systems
US5239647A (en) * 1990-09-07 1993-08-24 International Business Machines Corporation Data storage hierarchy with shared storage level
US5544347A (en) * 1990-09-24 1996-08-06 Emc Corporation Data storage system controlled remote data mirroring with respectively maintained data indices
US5212772A (en) * 1991-02-11 1993-05-18 Gigatrend Incorporated System for storing data in backup tape device
US5287500A (en) * 1991-06-03 1994-02-15 Digital Equipment Corporation System for allocating storage spaces based upon required and optional service attributes having assigned piorities
US5333315A (en) * 1991-06-27 1994-07-26 Digital Equipment Corporation System of device independent file directories using a tag between the directories and file descriptors that migrate with the files
US5347653A (en) * 1991-06-28 1994-09-13 Digital Equipment Corporation System for reconstructing prior versions of indexes using records indicating changes between successive versions of the indexes
US5410700A (en) * 1991-09-04 1995-04-25 International Business Machines Corporation Computer system which supports asynchronous commitment of data
US5241668A (en) * 1992-04-20 1993-08-31 International Business Machines Corporation Method and system for automated termination and resumption in a time zero backup copy process
US5263154A (en) * 1992-04-20 1993-11-16 International Business Machines Corporation Method and system for incremental time zero backup copying of data
US5241670A (en) * 1992-04-20 1993-08-31 International Business Machines Corporation Method and system for automated backup copy ordering in a time zero backup copy session
JP3130536B2 (en) * 1993-01-21 2001-01-31 アップル コンピューター インコーポレーテッド Apparatus and method for transferring and storing data from multiple networked computer storage devices
EP0681721B1 (en) * 1993-02-01 2005-03-23 Sun Microsystems, Inc. Archiving file system for data servers in a distributed network environment
JPH0721135A (en) * 1993-07-02 1995-01-24 Fujitsu Ltd Data processing system with duplex monitor function
US5544345A (en) * 1993-11-08 1996-08-06 International Business Machines Corporation Coherence controls for store-multiple shared data coordinated by cache directory entries in a shared electronic storage
JPH09509768A (en) 1993-11-09 1997-09-30 シーゲート テクノロジー,インコーポレイテッド Data backup and restoration system for computer networks
US5495607A (en) * 1993-11-15 1996-02-27 Conner Peripherals, Inc. Network management system having virtual catalog overview of files distributively stored across network domain
US5491810A (en) * 1994-03-01 1996-02-13 International Business Machines Corporation Method and system for automated data storage system space allocation utilizing prioritized data set parameters
US5673381A (en) * 1994-05-27 1997-09-30 Cheyenne Software International Sales Corp. System and parallel streaming and data stripping to back-up a network
US5638509A (en) * 1994-06-10 1997-06-10 Exabyte Corporation Data storage and protection system
US5574906A (en) * 1994-10-24 1996-11-12 International Business Machines Corporation System and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US5559957A (en) * 1995-05-31 1996-09-24 Lucent Technologies Inc. File system for a data storage device having a power fail recovery mechanism for write/replace operations
US5699361A (en) * 1995-07-18 1997-12-16 Industrial Technology Research Institute Multimedia channel formulation mechanism
US5813009A (en) * 1995-07-28 1998-09-22 Univirtual Corp. Computer based records management system method
US5619644A (en) * 1995-09-18 1997-04-08 International Business Machines Corporation Software directed microcode state save for distributed storage controller
US5819020A (en) * 1995-10-16 1998-10-06 Network Specialists, Inc. Real time backup system
US5778395A (en) * 1995-10-23 1998-07-07 Stac, Inc. System for backing up files from disk volumes on multiple nodes of a computer network
US5729743A (en) * 1995-11-17 1998-03-17 Deltatech Research, Inc. Computer apparatus and method for merging system deltas
US5761677A (en) * 1996-01-03 1998-06-02 Sun Microsystems, Inc. Computer system method and apparatus providing for various versions of a file without requiring data copy or log operations
KR970076238A (en) * 1996-05-23 1997-12-12 포만 제프리 엘 Servers, methods and program products thereof for creating and managing multiple copies of client data files
US5889935A (en) * 1996-05-28 1999-03-30 Emc Corporation Disaster control features for remote data mirroring
US5812398A (en) * 1996-06-10 1998-09-22 Sun Microsystems, Inc. Method and system for escrowed backup of hotelled world wide web sites
US5758359A (en) * 1996-10-24 1998-05-26 Digital Equipment Corporation Method and apparatus for performing retroactive backups in a computer system
US5875478A (en) * 1996-12-03 1999-02-23 Emc Corporation Computer backup using a file system, network, disk, tape and remote archiving repository media system
US6131095A (en) * 1996-12-11 2000-10-10 Hewlett-Packard Company Method of accessing a target entity over a communications network
WO1998033113A1 (en) * 1997-01-23 1998-07-30 Overland Data, Inc. Virtual media library
US6658526B2 (en) * 1997-03-12 2003-12-02 Storage Technology Corporation Network attached virtual data storage subsystem
US5924102A (en) * 1997-05-07 1999-07-13 International Business Machines Corporation System and method for managing critical files
US6094416A (en) * 1997-05-09 2000-07-25 I/O Control Corporation Multi-tier architecture for control network
US5887134A (en) * 1997-06-30 1999-03-23 Sun Microsystems System and method for preserving message order while employing both programmed I/O and DMA operations
EP0899662A1 (en) 1997-08-29 1999-03-03 Hewlett-Packard Company Backup and restore system for a computer network
WO1999012098A1 (en) 1997-08-29 1999-03-11 Hewlett-Packard Company Data backup and recovery systems
US5950205A (en) * 1997-09-25 1999-09-07 Cisco Technology, Inc. Data transmission over the internet using a cache memory file system
US6275953B1 (en) * 1997-09-26 2001-08-14 Emc Corporation Recovery from failure of a data processor in a network server
US6052735A (en) * 1997-10-24 2000-04-18 Microsoft Corporation Electronic mail object synchronization between a desktop computer and mobile device
US6021415A (en) * 1997-10-29 2000-02-01 International Business Machines Corporation Storage management system with file aggregation and space reclamation within aggregated files
JPH11143754A (en) * 1997-11-05 1999-05-28 Hitachi Ltd Version information and constitution information display method and device therefor, and computer readable recording medium for recording version information and constitution information display program
US6131190A (en) * 1997-12-18 2000-10-10 Sidwell; Leland P. System for modifying JCL parameters to optimize data storage allocations
US6076148A (en) * 1997-12-26 2000-06-13 Emc Corporation Mass storage subsystem and backup arrangement for digital data processing system which permits information to be backed up while host computer(s) continue(s) operating in connection with information stored on mass storage subsystem
US6154787A (en) * 1998-01-21 2000-11-28 Unisys Corporation Grouping shared resources into one or more pools and automatically re-assigning shared resources from where they are not currently needed to where they are needed
US6260069B1 (en) * 1998-02-10 2001-07-10 International Business Machines Corporation Direct data retrieval in a distributed computing system
EP0945800B1 (en) * 1998-03-02 2003-07-16 Hewlett-Packard Company, A Delaware Corporation Data backup system
US6026414A (en) * 1998-03-05 2000-02-15 International Business Machines Corporation System including a proxy client to backup files in a distributed computing environment
US6161111A (en) * 1998-03-31 2000-12-12 Emc Corporation System and method for performing file-handling operations in a digital data processing system using an operating system-independent file map
US6167402A (en) * 1998-04-27 2000-12-26 Sun Microsystems, Inc. High performance message store
US6421711B1 (en) * 1998-06-29 2002-07-16 Emc Corporation Virtual ports for data transferring of a data storage system
US6269431B1 (en) * 1998-08-13 2001-07-31 Emc Corporation Virtual storage and block level direct access of secondary storage for recovery of backup data
GB2341249A (en) 1998-08-17 2000-03-08 Connected Place Limited A method of generating a difference file defining differences between an updated file and a base file
US6219706B1 (en) * 1998-10-16 2001-04-17 Cisco Technology, Inc. Access control for networks
US6487561B1 (en) * 1998-12-31 2002-11-26 Emc Corporation Apparatus and methods for copying, backing up, and restoring data using a backup segment size larger than the storage block size
US6212512B1 (en) * 1999-01-06 2001-04-03 Hewlett-Packard Company Integration of a database into file management software for protecting, tracking and retrieving data
US6324581B1 (en) * 1999-03-03 2001-11-27 Emc Corporation File server system using file system storage, data movers, and an exchange of meta data among data movers for file locking and direct access to shared file systems
US6389432B1 (en) * 1999-04-05 2002-05-14 Auspex Systems, Inc. Intelligent virtual volume access
US6519679B2 (en) * 1999-06-11 2003-02-11 Dell Usa, L.P. Policy based storage configuration
US6538669B1 (en) * 1999-07-15 2003-03-25 Dell Products L.P. Graphical user interface for configuration of a storage system
US6343324B1 (en) * 1999-09-13 2002-01-29 International Business Machines Corporation Method and system for controlling access share storage devices in a network environment by configuring host-to-volume mapping data structures in the controller memory for granting and denying access to the devices
US6564228B1 (en) * 2000-01-14 2003-05-13 Sun Microsystems, Inc. Method of enabling heterogeneous platforms to utilize a universal file system in a storage area network
US6356801B1 (en) * 2000-05-19 2002-03-12 International Business Machines Corporation High availability work queuing in an automated data storage library
US6330642B1 (en) * 2000-06-29 2001-12-11 Bull Hn Informatin Systems Inc. Three interconnected raid disk controller data processing system architecture
US7168093B2 (en) * 2001-01-25 2007-01-23 Solutionary, Inc. Method and apparatus for verifying the integrity and security of computer networks and implementation of counter measures
SE520437C2 (en) * 2001-03-22 2003-07-08 Columbitech Ab Method for minimizing the number of openings in a firewall located between a private and a public network
AU2002334947A1 (en) * 2001-06-14 2003-01-21 Cable And Wireless Internet Services, Inc. Secured shared storage architecture
US7152111B2 (en) * 2002-08-15 2006-12-19 Digi International Inc. Method and apparatus for a client connection manager
US20040133772A1 (en) * 2003-01-07 2004-07-08 Battelle Memorial Institute Firewall apparatus and method for voice over internet protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020078377A1 (en) * 2000-12-15 2002-06-20 Ching-Jye Chang Method and apparatus in an application framework system for providing a port and network hardware resource firewall for distributed applications
US20040078599A1 (en) * 2001-03-01 2004-04-22 Storeage Networking Technologies Storage area network (san) security
US20030065944A1 (en) * 2001-09-28 2003-04-03 Mao Yu Ming Method and apparatus for implementing a layer 3/layer 7 firewall in an L2 device
US20030115447A1 (en) * 2001-12-18 2003-06-19 Duc Pham Network media access architecture and methods for secure storage

Also Published As

Publication number Publication date
US7631351B2 (en) 2009-12-08
US20050039051A1 (en) 2005-02-17
WO2004090675A3 (en) 2005-10-13

Similar Documents

Publication Publication Date Title
US7631351B2 (en) System and method for performing storage operations through a firewall
US8769635B2 (en) Managing connections in a data storage system
US9251190B2 (en) System and method for sharing media in a computer network
US7975061B1 (en) System and method for performing multistream storage operations
US8527561B1 (en) System and method for implementing a networked file system utilizing a media library
US20060095705A1 (en) Systems and methods for data storage management
US8930423B1 (en) Method and system for restoring encrypted files from a virtual machine image
EP1770951A1 (en) Management of security in storage networks
WO2004023317A1 (en) Dynamic storage device pooling in a computer system
JP2008097578A (en) System and method for migration of cdp journal between storage subsystems
JP2009043236A (en) Method and device for nas/cas integrated storage system
US7487219B1 (en) Virtual storage device from multiple online accounts
US9760457B2 (en) System, method and computer program product for recovering stub files
US9063657B2 (en) Virtual tape systems using physical tape caching
US8315973B1 (en) Method and apparatus for data moving in multi-device file systems
TWI514178B (en) System for database, application, and storage security in software defined network
Leins et al. Using Tivoli Storage Manager in a SAN Environment

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase