US9152817B1 - Methods and systems for performing data protection operations - Google Patents
Methods and systems for performing data protection operations Download PDFInfo
- Publication number
- US9152817B1 US9152817B1 US11/932,216 US93221607A US9152817B1 US 9152817 B1 US9152817 B1 US 9152817B1 US 93221607 A US93221607 A US 93221607A US 9152817 B1 US9152817 B1 US 9152817B1
- Authority
- US
- United States
- Prior art keywords
- data protection
- node
- clustered database
- database
- physical
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active, expires
Links
- 238000000034 method Methods 0.000 title claims abstract description 56
- 239000011814 protection agent Substances 0.000 claims description 61
- 230000004044 response Effects 0.000 claims description 9
- 238000004891 communication Methods 0.000 description 40
- 238000010586 diagram Methods 0.000 description 19
- 238000004590 computer program Methods 0.000 description 6
- 230000008569 process Effects 0.000 description 6
- 238000011084 recovery Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 5
- 230000008901 benefit Effects 0.000 description 4
- 239000004744 fabric Substances 0.000 description 4
- 239000003795 chemical substances by application Substances 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 238000013523 data management Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000002411 adverse Effects 0.000 description 1
- 230000004931 aggregating effect Effects 0.000 description 1
- 230000001413 cellular effect Effects 0.000 description 1
- 238000004883 computer application Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000000835 fiber Substances 0.000 description 1
- 230000008595 infiltration Effects 0.000 description 1
- 238000001764 infiltration Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
- 230000003612 virological effect Effects 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
- G06F21/6227—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries
Definitions
- a backup computing system may store a copy of the data as it existed at a previous instant in time.
- the backup copy of the data may be periodically updated. More frequent updates tend to increase the freshness of the data at the backup computing system.
- the data at the primary computing system may become inaccessible or otherwise lost.
- the data may become corrupted due to a system failure or viral infiltration.
- Software such as the operating system, application, or drivers
- hardware needed to access the data may become damaged. After a system failure, data may be restored by replacing any damaged hardware and then copying data from the backup computing system to the primary computing system.
- Data protection applications may not be optimized to backup data controlled or stored by an application cluster.
- a data protection application may inadvertently backup multiple copies of the same data when backing up data associated with the application cluster.
- a data protection application may also fail to take advantage of various features of an application cluster.
- a method may comprise receiving a virtual node that identifies a plurality of physical nodes.
- the virtual node may be associated with a clustered database.
- the method may comprise receiving a request to perform a data protection operation on a clustered database.
- the method may also comprise using information from the virtual node to identify a first physical node in the plurality of physical nodes.
- the method may comprise attempting to perform the data protection operation on the database through the first physical node.
- the method may comprise connecting to the first physical node and determining whether a first instance of the clustered database is running on the first physical node. In some embodiments, the determining may comprise determining that the first instance of the clustered database is not running. According to certain embodiments, the method may further comprise updating the virtual node to exclude identification information of the first physical node after determining that the first instance of the clustered database is not running.
- the method may comprise using information from the virtual node to identify a second physical node in the plurality of physical nodes.
- the method may comprise determining that a second instance of the clustered database is running on the second physical node.
- the method may also comprise performing the data protection operation on the clustered database through the second physical node.
- the determining may further comprise determining that the first instance of the clustered database is running. In some embodiments, the method may further comprise performing the data protection operation on the clustered database through the first node. In at least one embodiment, the method may further comprise determining that the first physical node is not accessible and updating the virtual node to exclude identification information of the first physical node. The method may further comprise attempting to perform the data protection operation on the clustered database through a second physical node in the plurality of physical nodes.
- the method may comprise connecting to the first physical node and determining that a data protection module is not running on the first physical node.
- the method may further comprise updating the virtual node to exclude identification information of the first physical node.
- the data protection operation may comprise at least one of: a backup operation, a restoration operation, and/or a recovery operation.
- a method may comprise receiving a virtual node that identifies a plurality of physical nodes.
- the virtual node may be associated with a clustered database.
- the method may also comprise receiving a request to backup a clustered database.
- the method may further comprise using information from the virtual node to identify a first physical node in the plurality of physical nodes.
- the method may comprise attempting to backup the database through the first physical node and receiving a failure indication.
- the failure indication may indicate failure of the attempt to backup the database through the first physical node.
- the method may comprise using information from the virtual node to identify a second physical node in the plurality of physical nodes.
- the method may also comprise backing up the database through the second physical node.
- the method may comprise updating the virtual node to exclude identification information of the first physical node after determining that the first instance of the clustered database is not running.
- each node in the plurality of physical nodes, except the first physical node may comprise an instance of the clustered database.
- the method may further comprise connecting to the first physical node, determining that a backup module is not running on the first physical node, and updating the virtual node to exclude identification information of the first physical node.
- the method may comprise presenting a representation of each node in the plurality of physical nodes to a user and receiving, from the user, a selection of the first physical node.
- a computer-readable medium may comprise a first computer-executable instruction operable to receive a virtual node that identifies a plurality of physical nodes.
- the virtual node may be associated with a clustered database.
- the computer-readable medium may also comprise a second computer-executable instruction operable to receive a request to backup a clustered database.
- the computer-readable medium may further comprise a third computer-executable instruction operable to use information from the virtual node to identify a first physical node in the plurality of physical nodes.
- the computer-readable medium may comprise a fourth computer-executable instruction operable to attempt to perform a data protection operation on the clustered database through the first physical node.
- the computer-readable medium may comprise a fifth computer-executable instruction operable to determine that the data protection operation cannot be performed through the first physical node.
- a computer-readable medium may comprise a sixth computer-executable instruction operable to use information from the virtual node to identify a second physical node in the plurality of physical nodes.
- the computer-readable medium may also comprise a seventh computer-executable instruction operable to determine that a second instance of the clustered database is running on the second physical node.
- the computer-readable medium may comprise an eighth computer-executable instruction operable to backup the clustered database through the second physical node.
- the computer-readable medium may comprise a ninth computer-executable instruction operable to determine whether an instance of the clustered database is running on the first physical node. In some embodiments, the computer-readable medium may comprise a ninth computer-executable instruction operable to determine whether the first physical node is accessible. In some embodiments, the computer-readable medium may comprise a ninth computer-executable instruction operable to determine whether a data protection module is running on the first physical node.
- FIG. 1 is a block diagram of an exemplary network according to certain embodiments.
- FIG. 2 is a flow diagram of exemplary communications between a data protection agent and an instance of a clustered application according to certain embodiments.
- FIG. 3 is a block diagram of an exemplary virtual node in a cache according to certain embodiments.
- FIG. 4 is a block diagram of an exemplary graphical user interface according to certain embodiments.
- FIG. 5 is a flow diagram of an exemplary method of creating a virtual node according to certain embodiments.
- FIG. 6 is a flow diagram of an exemplary method for advertising a virtual node to a data protection server according to certain embodiments.
- FIG. 7 is a flow diagram of an exemplary method of performing a data protection operation on a database according to certain embodiments.
- FIGS. 8A and 8B are flow diagrams of an exemplary method of backing up a database through a virtual node according to certain embodiments.
- FIG. 9 is a flow diagram of another exemplary method of backing up a database through a virtual node according to certain embodiments.
- FIG. 10 is a block diagram of an exemplary computing system capable of implementing one or more of the embodiments described and/or illustrated herein.
- FIG. 11 is a block diagram of an exemplary network capable of implementing one or more of the embodiments described and/or illustrated herein.
- Embodiments of the present disclosure may improve communication between a data protection module and an application cluster.
- a data protection module may be a module or application capable of backing up data, restoring data, repairing data, recovering data, and/or providing any other data protection function.
- An application cluster may be an application capable of being simultaneously accessed by multiple nodes.
- An example of an application cluster is a clustered database (e.g., ORACLE REAL APPLICATION CLUSTER). Protecting data associated with an application cluster may present several unique challenges.
- an application cluster may be a clustered database.
- a clustered database may allow database management software running on multiple computers to simultaneously access a single database. In other words, two or more computers, each with a database instance, may concurrently access a single database.
- a computing device running an instance may be referred to as a node or a physical node.
- a node may be a computing device with an object, a module, or any other suitable access point for data associated with an application cluster.
- a clustered database may have many advantages over a non-clustered database. For example, a clustered database may provide high availability for the database. Also, data architects may be able to use a clustered database to create database infrastructures without single points-of-failure by employing redundancy. Redundancy may reduce the chance that any set of simultaneous failures will cause a loss of connectivity to the database. Also, a clustered database may be more scalable that a single-instance database.
- a clustered database may also have some disadvantages over other types of databases, particularly with respect to backing up the database.
- a clustered database may be accessible through several nodes. A user may not realize that each of these nodes are connected to the same database and may select all the nodes for backup. As a result, data from the database may be backed up multiple times, which may waste time and resources. Furthermore, having multiple backup copies of the same database may create confusion for a network administrator during a restoration or recovery process.
- a network administrator may select only a single node for backing up a database. If the selected node is inoperable, the backup operation may fail even if another node associated with the database is running and available.
- Another problem with backing up and restoring data in a clustered database is that cataloging of backup data is typically tied to the computer where the data lies. If a network administrator attempts to backup a clustered database from different nodes at different points in time and then presents them as one database under different nodes, users may become confused. Embodiments of the present disclosure may address one or more of these problems and may provide various other features and advantages.
- FIG. 1 illustrates a network 100 .
- Network 100 may include a database protection server 110 .
- Database protection server 110 may be any suitable database protection application or module and may run on any suitable computing and/or storage device.
- database protection server 110 may be a media server.
- An application cluster may be any suitable application cluster, such as a clustered database.
- An application cluster may include several instances that run on different nodes.
- an application cluster may include an instance 122 , an instance 132 , an instance 142 , and an instance 152 .
- Database protection server 110 may be connected to a node 120 , a node 130 , a node 140 , and a node 150 .
- Nodes 120 , 130 , 140 , and 150 may be connected to database protection server 110 and storage 170 through a network.
- Storage 170 may be any suitable storage and/or computing device.
- Storage 170 may store data 172 .
- Data 172 may be a database or any other suitable data structure or compilation of data.
- Node 120 may include a data protection agent 124 and an instance 122 of the application cluster.
- Data protection agent 124 may be a backup agent, a restoration agent, a recovery agent, or any other suitable data protection application or module.
- Node 130 may include a data protection agent 134 and an instance 132 of the application cluster.
- Node 140 may include a data protection agent 144 and an instance 142 of the application cluster.
- Node 150 may include a data protection agent 154 and an instance 152 of the application cluster.
- Nodes 120 , 130 , 140 , and 150 may provide access to data 172 on storage 170 through instances 122 , 132 , 142 , and 152 .
- Data protection agents 124 , 134 , 144 , and 154 may be associated with data protection server 110 .
- a virtual node may also provide access to the application cluster.
- a virtual node may optimize backup, restore, and other data protection functions performed on data associated with an application cluster.
- FIG. 2 illustrates an exemplary process for creating and caching a virtual node.
- FIG. 2 illustrates an exemplary method that results in the creation and caching of a virtual node.
- FIG. 2 shows various communications between data protection agent 124 and instance 122 .
- data protection agent 124 may detect that it is running on a node of an application cluster (step 210 ). In other words, data protection agent 124 may detect that instance 122 is part of an application cluster. In some embodiments, data protection agent 124 may detect that the application cluster is a clustered database rather than a single-instance database.
- data protection agent 124 may request application cluster identification information from instance 122 (step 220 ).
- instance 122 may provide identification information to data protection agent 124 (step 230 ).
- Identification information may be a name of the application cluster, an identification number of the application cluster, and/or any other information that identifies the data protection agent.
- data protection agent 124 may request identification information of each node associated with the application cluster (step 240 ).
- a node may be referred to as being associated with an application cluster if the node is an access point for the application cluster.
- a node associated with an application cluster may also be referred to as a participating node.
- steps 220 and 240 may be performed simultaneously. In other words, data protection agent 124 may request application cluster identification information and node identification information at the same time.
- Instance 122 may provide node identification information for each participating node to data protection agent 124 .
- the instance may already have identification information for each participating node.
- Data protection agent 124 may obtain network addresses for each node associated with the application cluster (step 260 ). According to various embodiments, data protection agent 124 may obtain the network addresses by using the identification information for the node to find the network address. In other embodiments, data protection agent 124 may receive the network addresses of each of the nodes after requesting node identification information from instance 122 .
- a network address may be an Internet Protocol (IP) address or any other suitable network address.
- IP Internet Protocol
- data protection agent 124 may create a virtual node (step 270 ).
- a virtual node may be created by aggregating identification information for each node associated with an application cluster.
- a virtual node for an application cluster may contain identification information for each of nodes 120 , 130 , 140 , and 150 .
- An example of a virtual node is illustrated in FIG. 3 .
- data protection agent 124 may advertise the virtual node to database protection server 110 (step 280 ).
- Database protection server 110 may then store the virtual node in cache 112 .
- a virtual node may be created by modifying, adding, or deleting steps shown in FIG. 2 .
- data protection module 134 may each create a virtual node by communicating with their respective database instances.
- each of nodes 130 , 140 , and 150 may also create a virtual node by the same process described in FIG. 2 .
- FIG. 3 illustrates an exemplary virtual node 300 stored in cache 112 .
- virtual node 300 may comprise a machine name 302 and network addresses 304 .
- a machine name may include a name of an application cluster and an identification number of the application cluster.
- a machine name may also include any other suitable identification information.
- Network addresses 304 may include network addresses for each of nodes 120 , 130 , 140 , and 150 .
- each of nodes 130 , 140 , and 150 may receive the same information (i.e., identification information for the application cluster and for the nodes associated with application cluster) from the instances of the application cluster.
- each node would create virtual nodes with the same information without any intra-node communication.
- database protection server 110 will overwrite the preexisting data in cache 112 . In such embodiments it may be important for each node to advertise identification information for itself and every other node associated with the application cluster so that cache 112 will always have identification information for each participating node.
- a virtual node (e.g., identification information for all nodes associated with the application cluster) may allow the application cluster to be tied only to the virtual node rather than being tied to a specific physical node. This may ensure that the application cluster does not appear under each node for backup, recovery, or any other data protection operation.
- each node will not perform the backup because only a single node (i.e., the virtual node) is presented to data protection server 110 .
- a data protection server may use the virtual node to identify each physical node associated with a virtual node and may present the physical nodes to a user for selection. The user may select which node to use when performing a data protection operation.
- Data protection operations may include backing up data, restoring data, recovering data, or any other suitable operation.
- FIG. 4 illustrates a graphical user interface 400 that may be presented to a user for node selection.
- Graphical user interface 400 may allow a user to select from the nodes associated with the application cluster (e.g., nodes 120 , 130 , 140 , and 150 ).
- a virtual node may allow a user to see which physical nodes are associated with an application cluster.
- a virtual node may reduce user confusion by enabling a data protection server to present an application cluster as a single virtual node with underlying physical nodes.
- a user may select a node shown in graphical user interface 400 to use for backing up data 172 .
- data 172 may be backed up through node 120 .
- FIGS. 7-9 show additional examples of using a virtual node to backup data and perform other data protection operations on data.
- the identification information for the node associated with the instance may no longer be advertised. For example, if instance 152 is down (e.g., data 172 is not accessible through instance 152 ), the virtual node may no longer contain a network address of node 150 . Thus, if a data protection application attempts to backup data 172 of the application cluster through node 150 when instance 152 is down, the data protection module may select a different network address (i.e., a different node) from the virtual node and may attempt the backup again.
- a different network address i.e., a different node
- FIG. 5 is a flow diagram showing the steps of creating a virtual node and providing access to other nodes through the virtual node.
- a data protection module may identify a plurality of nodes associated with an application cluster (step 510 ). After identifying the plurality of nodes associated with the application cluster, the data protection module may create a virtual node that is associated with each node in the plurality of nodes (step 520 ). In some embodiments, a module or application other than a data protection module may perform either or both of the identifying and creating steps.
- the application cluster may provide a data protection server with access to at least one node in the plurality of nodes, the access being provided through the virtual node (step 530 ).
- FIG. 6 is a flow diagram illustrating exemplary steps of creating a virtual node for a clustered database.
- a data protection module may detect a clustered database (step 610 ) and query an instance of the clustered database to obtain identification information of the clustered database (step 620 ).
- An instance of the clustered database may be an instantiation of a database, and a clustered database may include multiple instances.
- the data protection module may also query the instance of the clustered database to obtain identification information of each node associated with the clustered database (step 630 ).
- the database protection module may advertise a virtual node to a data protection server (step 640 ), and the virtual node may comprise identification information of each node in the plurality of nodes.
- FIG. 7 is a flow diagram illustrating exemplary steps of attempting to perform a data protection operation on a database.
- a data protection operation may be a backup operation, a restoration operation, a recovery operation, or any other suitable operation for protecting data.
- a backup operation may be an operation that backs up the data stored in the database.
- a restoration operation may be an operation that restores data to a database after a database failure (or after any other event that adversely effects data from the database).
- the recovery operation may be any suitable operation for repairing and/or otherwise recovering data after a failure in the database.
- the steps illustrated in FIG. 7 may be performed by a data protection application or module running on a database protection server, such as database protection server 110 .
- the steps in FIG. 7 may also be performed by a data protection application that is running on any other suitable computing device.
- a data protection application may be any suitable set of computer-readable instructions for performing and/or coordinating one or more data protection operations (e.g., backing up data, restoring data, recovering data).
- the data protection application may receive a virtual node that identifies a plurality of physical nodes (step 710 ).
- the virtual node may be associated with a clustered database.
- the data protection application may receive the virtual node from a data protection agent running on a physical node associated with the clustered database.
- the data protection application may receive the virtual node from the physical node when the physical node advertises the virtual node, as previously discussed.
- the data protection application may receive a request to perform a data protection operation on the clustered database.
- the data protection request may be part of regularly scheduled maintenance, such as a scheduled backup.
- the request may also be a request received from a user.
- the data protection application may use information from the virtual node to identify a first physical node in the plurality of physical nodes (step 730 ).
- the information from the virtual node may be a machine name, a network address, or any other suitable identification information for a physical node or for a data protection agent running on a physical node.
- the information used to identify the physical node may also be information associated with an instance of the clustered database that is running on the physical node.
- the data protection application may attempt to perform the data protection operation on the database through the first physical node (step 740 ).
- the first physical node may need to be running in order for the data protection application to perform the data protection operation through the first physical node.
- the first physical node may be considered to be running if the first physical node is powered on and operational.
- the data protection operation may not be performed through the first physical node.
- a data protection agent may need to be running on the first physical node in order for the data protection operation to be performed through the first physical node.
- a data protection agent may be a software module or any other software application or computer-readable instructions that communicate with the data protection application.
- the data protection agent may provide communication between the data protection application and the database. Thus, if the data protection agent is not running on the first physical node, the data protection application may not be able to perform the data protection operation through the first physical node.
- An instance of the database may also need to be running on the first physical node in order for the data protection operation to be performed through the first physical node. If an instance of the database is not running on the first physical node, the data protection agent may not be able to communicate with the clustered database. If the data protection application is unable to perform the data protection operation on the database through the first physical node, the data protection application may use the virtual node to identify a second physical node and may perform the data protection operation on the second physical node.
- FIGS. 8A and 8B show an example of how a data protection application may attempt to use multiple physical nodes to perform a data protection operation.
- FIGS. 8A and 8B illustrate an exemplary method of performing a backup operation through a virtual node.
- Node 120 may advertise a virtual node to a data protection server 110 (step 805 ).
- Data protection server 110 may include a data protection application and node 120 may include data protection agent 124 .
- communications between node 120 and data protection server 110 may be facilitated by the data protection application and data protection agent 124 .
- data protection server 110 may receive a request to backup a clustered database (step 810 ). This request may come from a user or from any other application or network device. Data protection server 110 may identify a first physical node (step 815 ) after receiving the backup request.
- data protection server 110 may connect to a first data protection agent (e.g., data protection agent 124 ) and send a browse request to the first data protection agent (step 820 ).
- a first data protection agent e.g., data protection agent 124
- node 120 may determine whether a database instance is running on node 120 . In this example, node 120 may determine that a first database instance (e.g., instance 122 ) is not running (step 825 ). After determining that the first database instance is not running, node 120 may update the virtual node (step 830 ).
- Updating the virtual node may include removing any identification of node 120 from the virtual node so that protection server 110 does not attempt to perform the backup through node 120 . Updating the virtual node may also include editing the virtual node such that the virtual node indicates to data protection server 110 that node 120 is no longer available for performing data protection operations.
- the virtual node is updated after determining that a database instance is not running.
- a virtual node may also be updated to exclude identification information for a physical node after determining that a backup module is not running on a physical node.
- a virtual node may be updated to exclude identification information for a physical node after determining that the physical node is not running.
- a virtual node may be updated to exclude identification information for a physical node by excluding all or a portion of information that identifies the physical node. For example, a virtual node may be updated to exclude an IP address of the physical node, a name of the physical node, or any other information that identifies the physical node.
- Node 120 may advertise the virtual node to data protection server 110 (step 835 ). Node 120 may also send a report to data protection server 110 informing data protection server 110 that the first database instance is down (step 840 ). This report may be an error report or any other suitable report that lets data protection server 110 know that the backup operation cannot be performed through node 120 . After receiving the error report, data protection server 110 may remove the connection to the first data protection agent (step 845 ). In other embodiments, data protection server 110 may not remove the connection to the first data protection agent. Data protection server 110 may then identify a second physical node, such as node 130 (step 850 ).
- a second physical node such as node 130
- Data protection server 110 may perform the same operations on node 130 that it performed on node 120 .
- data protection server 110 may connect to a second data protection agent (e.g., data protection agent 134 ) and send a browse request to the second data protection agent (step 855 ).
- node 130 may determine that a second database instance is running on node 130 (step 860 ).
- Node 130 may report to data protection server 110 that the second database instance is up (step 865 ), and data protection server 110 may request data from the clustered database (step 870 ).
- the data from the clustered database may then be sent from node 130 to data protection server 110 (step 880 ) or any other suitable storage device.
- a virtual node may cycle through multiple physical nodes when attempting to perform a data protection operation. This process may increase the possibility that a data protection operation will be successful.
- FIGS. 8A and 8B show that a data protection operation is successfully performed on the second node.
- a data protection server may attempt to perform a data protection operation through any number of physical nodes before successfully completing the data protection operation.
- FIG. 9 is a flow diagram of another exemplary method of backing up a database using a virtual node.
- a data protection application may receive a virtual node that identifies a plurality of physical nodes (step 910 ).
- the virtual node may be associated with a clustered database.
- a virtual node may be considered to be associated with a clustered database if the virtual node includes information about physical nodes that are running instances of the clustered database.
- the data protection application may receive a request to backup a clustered database (step 920 ) and may use information from the virtual node to identify a first physical node in the plurality of physical nodes (step 930 ). The data protection application may also attempt to backup the database through the first physical node (step 940 ). If the first physical node is unavailable, the data protection application may receive a failure indication (step 950 ). The failure indication may indicate failure of the attempt to backup the database through the first physical node.
- the data protection application may use information from the virtual node to identify a second physical node in the plurality of physical nodes (step 960 ). If the second physical node is capable of performing backup operations on the clustered database, the clustered database may be backed up through the second physical node (step 970 ). A database may be backed up through a physical node when a data protection server uses the physical node as a point of contact with the database.
- FIG. 10 is a block diagram of an exemplary computing system 1010 capable of implementing one or more of the embodiments described and/or illustrated herein.
- Computing system 1010 broadly represents any single or multi-processor computing device or system capable of executing computer-readable instructions. Examples of computing system 1010 include, without limitation, workstations, laptops, client-side terminals, servers, distributed computing systems, handheld devices, or any other computing system or device. In its most basic configuration, computing system 1010 may comprise at least one processor 1014 and a system memory 1016 .
- Processor 1014 generally represents any type or form of processing unit capable of processing data or interpreting and executing instructions.
- processor 1014 may receive instructions from a software application or module. These instructions may cause processor 1014 to perform the functions of one or more of the exemplary embodiments described and/or illustrated herein.
- processor 1014 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the receiving, attempting, using, connecting, determining, updating, performing, and presenting steps described herein.
- Processor 1014 may also perform and/or be a means for performing any other steps, methods, or processes described and/or illustrated herein.
- System memory 1016 generally represents any type or form of volatile or non-volatile storage device or medium capable of storing data and/or other computer-readable instructions. Examples of system memory 1016 include, without limitation, random access memory (RAM), read only memory (ROM), flash memory, or any other suitable memory device. Although not required, in certain embodiments computing device 1010 may comprise both a volatile memory unit (such as, for example, system memory 1016 ) and a non-volatile storage device (such as, for example, primary storage device 1032 , as described in detail below).
- RAM random access memory
- ROM read only memory
- flash memory or any other suitable memory device.
- computing device 1010 may comprise both a volatile memory unit (such as, for example, system memory 1016 ) and a non-volatile storage device (such as, for example, primary storage device 1032 , as described in detail below).
- exemplary computing system 1010 may also comprise one or more components or elements in addition to processor 1014 and system memory 1016 .
- computing system 1010 may comprise a memory controller 1018 , an Input/Output (I/O) controller 1018 , and a communication interface 1022 , each of which may be interconnected via a communication infrastructure 1012 .
- Communication infrastructure 1012 generally represents any type or form of infrastructure capable of facilitating communication between one or more components of a computing device. Examples of communication infrastructure 1012 include, without limitation, a communication bus (such as an ISA, PCI, PCIe, or similar bus) and a network.
- Memory controller 1018 generally represents any type or form of device capable of handling memory or data or controlling communication between one or more components of computing system 1010 .
- memory controller 1018 may control communication between processor 1014 , system memory 1016 , and I/O controller 1020 via communication infrastructure 1012 .
- memory controller may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the steps or features described and/or illustrated herein, such as receiving, attempting, using, connecting, determining, updating, performing, and/or presenting.
- I/O controller 1020 generally represents any type or form of module capable of coordinating and/or controlling the input and output functions of a computing device.
- I/O controller may control or facilitate transfer of data between one or more elements of computing system 1010 , such as processor 1014 , system memory 1016 , communication interface 1022 , display adapter 1026 , input interface 1030 , and storage interface 1034 .
- I/O controller 1020 may be used, for example, to perform and/or be a means for performing, either alone or in combination with other elements, one or more of the receiving, attempting, using, connecting, determining, updating, performing, and/or presenting steps described herein.
- I/O controller 1020 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
- Communication interface 1022 broadly represents any type or form of communication device or adapter capable of facilitating communication between exemplary computing system 1010 and one or more additional devices.
- communication interface 1022 may facilitate communication between computing system 1010 and a private or public network comprising additional computing systems.
- Examples of communication interface 1022 include, without limitation, a wired network interface (such as a network interface card), a wireless network interface (such as a wireless network interface card), a modem, and any other suitable interface.
- communication interface 1022 may provide a direct connection to a remote server via a direct link to a network, such as the Internet.
- Communication interface 1022 may also indirectly provide such a connection through, for example, a local area network (such as an Ethernet network), a personal area network (such as a BLUETOOTH network), a telephone or cable network, a cellular telephone connection, a satellite data connection, or any other suitable connection.
- a local area network such as an Ethernet network
- a personal area network such as a BLUETOOTH network
- a telephone or cable network such as a cellular telephone connection, a satellite data connection, or any other suitable connection.
- communication interface 1022 may also represent a host adapter configured to facilitate communication between computing system 1010 and one or more additional network or storage devices via an external bus or communications channel.
- host adapters include, without limitation, SCSI host adapters, USB host adapters, IEEE 1394 host adapters, SATA and eSATA host adapters, ATA and PATA host adapters, Fibre Channel interface adapters, Ethernet adapters, or the like.
- Communication interface 1022 may also allow computing system 1010 to engage in distributed or remote computing. For example, communication interface 1022 may receive instructions from a remote device or send instructions to a remote device for execution.
- communication interface 1022 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the receiving, attempting, using, connecting, determining, updating, performing, and/or presenting steps disclosed herein.
- Communication interface 1022 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
- computing system 1010 may also comprise at least one display device 1024 coupled to communication infrastructure 1012 via a display adapter 1026 .
- Display device 1024 generally represents any type or form of device capable of visually displaying information forwarded by display adapter 1026 .
- display adapter 1026 generally represents any type or form of device configured to forward graphics, text, and other data from communication infrastructure 1012 (or from a frame buffer, as known in the art) for display on display device 1024 .
- exemplary computing system 1010 may also comprise at least one input device 1028 coupled to communication infrastructure 1012 via an input interface 1030 .
- Input device 1028 generally represents any type or form of input device capable of providing input, either computer or human generated, to exemplary computing system 1010 .
- Examples of input device 1028 include, without limitation, a keyboard, a pointing device, a speech recognition device, or any other input device.
- input device 1028 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the receiving, attempting, using, connecting, determining, updating, performing, and/or presenting steps disclosed herein.
- Input device 1028 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
- exemplary computing system 1010 may also comprise a primary storage device 1032 and a backup storage device 1033 coupled to communication infrastructure 1012 via a storage interface 1038 .
- Storage devices 1032 and 1033 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
- storage devices 1032 and 1033 may be a magnetic disk drive (e.g., a so-called hard drive), a floppy disk drive, a magnetic tape drive, an optical disk drive, a flash drive, or the like.
- Storage interface 1038 generally represents any type or form of interface or device for transferring data between storage devices 1032 and 1033 and other components of computing system 1010 .
- storage devices 1032 and 1033 may be configured to read from and/or write to a removable storage unit configured to store computer software, data, or other computer-readable information.
- suitable removable storage units include, without limitation, a floppy disk, a magnetic tape, an optical disk, a flash memory device, or the like.
- Storage devices 1032 and 1033 may also comprise other similar structures or devices for allowing computer software, data, or other computer-readable instructions to be loaded into computing system 1010 .
- storage devices 1032 and 1033 may be configured to read and write software, data, or other computer-readable information.
- Storage devices 1032 and 1033 may also be a part of computing system 1010 or may be a separate device accessed through other interface systems.
- the exemplary file systems disclosed herein may be stored on primary storage device 1032
- the exemplary file-system backups disclosed herein may be stored on backup storage device 1033 .
- Storage devices 1032 and 1033 may also be used, for example, to perform and/or be a means for performing, either alone or in combination with other elements, one or more of the receiving, attempting, using, connecting, determining, updating, performing, and/or presenting steps disclosed herein.
- Storage devices 1032 and 1033 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
- computing system 1010 may also employ any number of software, firmware, and/or hardware configurations.
- one or more of the exemplary embodiments disclosed herein may be encoded as a computer program (also referred to as computer software, software applications, computer-readable instructions, or computer control logic) on a computer-readable medium.
- computer-readable medium generally refers to any form of device, carrier, or medium capable of storing or carrying computer-readable instructions. Examples of computer-readable media include recordable media (such as floppy disks and CD- or DVD-ROMs), transmission-type media (such as carrier waves), electronic-storage media, magnetic-storage media, optical-storage media, and other distribution systems.
- the computer-readable medium containing the computer program may then be loaded into computing system 1010 . All or a portion of the computer program stored on the computer-readable medium may then be stored in system memory 1016 and/or various portions of storage devices 1032 and 1033 .
- a computer program loaded into computing system 1010 may cause processor 1014 to perform and/or be a means for performing the functions of one or more of the exemplary embodiments described and/or illustrated herein. Additionally or alternatively, one or more of the exemplary embodiments described and/or illustrated herein may be implemented in firmware and/or hardware.
- computing system 1010 may be configured as an application specific integrated circuit (ASIC) adapted to implement one or more of the exemplary embodiments disclosed herein.
- ASIC application specific integrated circuit
- FIG. 11 is a block diagram of an exemplary network architecture 1100 in which client systems 1110 , 1120 , and 1130 and servers 1140 and 1145 may be coupled to a network 1150 .
- Client systems 1110 , 1120 , and 1130 generally represent any type or form of computing device or system, such as exemplary computing system 1010 in FIG. 10 .
- servers 1140 and 1145 generally represent computing devices or systems, such as application servers or database servers, configured to provide various database services and/or to run certain software applications.
- Network 1150 generally represents any telecommunication or computer network; including, for example, an intranet, a wide area network (WAN), a local area network (LAN), a personal area network (PAN), or the Internet.
- WAN wide area network
- LAN local area network
- PAN personal area network
- one or more storage devices 1160 ( 1 )-(N) may be directly attached to server 1140 .
- one or more storage devices 1190 ( 1 )-(N) may be directly attached to server 1145 .
- Storage devices 1160 ( 1 )-(N) and storage devices 1190 ( 1 )-(N) generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
- storage devices 1160 ( 1 )-(N) and storage devices 1190 ( 1 )-(N) may represent network-attached storage (NAS) devices configured to communicate with servers 1140 and 1145 using various protocols, such as NFS, SMB, or CIFS.
- NAS network-attached storage
- Servers 1140 and 1145 may also be connected to a storage area network (SAN) fabric 1180 .
- SAN fabric 1180 generally represents any type or form of computer network or architecture capable of facilitating communication between a plurality of storage devices.
- SAN fabric 1180 may facilitate communication between servers 1140 and 1145 and a plurality of storage devices 1190 ( 1 )-(N) and/or an intelligent storage array 1195 .
- SAN fabric 1180 may also facilitate, via network 1150 and servers 1140 and 1150 , communication between client systems 1110 , 1120 , and 1130 and storage devices 1190 ( 1 )-(N) and/or intelligent storage array 1195 in such a manner that devices 1190 ( 1 )-(N) and array 1195 appear as locally attached devices to client systems 1110 , 1120 , and 1130 .
- storage devices 1160 ( 1 )-(N) and storage devices 1170 ( 1 )-(N) storage devices 1190 ( 1 )-(N) and intelligent storage array 1195 generally represent any type or form of storage device or medium capable of storing data and/or other computer-readable instructions.
- a communication interface such as communication interface 1022 in FIG. 10
- Client systems 1110 , 1120 , and 1130 may be able to access information on server 1140 or 1145 using, for example, a web browser or other client software.
- client software may allow client systems 1110 , 1120 , and 1130 to access data hosted by server 1140 , server 1145 , storage devices 1160 ( 1 )-(N), storage devices 1170 ( 1 )-(N), storage devices 1190 ( 1 )-(N), or intelligent storage array 1195 .
- FIG. 11 depicts the use of a network (such as the Internet) for exchanging data, the embodiments described and/or illustrated herein are not limited to the Internet or any particular network-based environment.
- all or a portion of one or more of the exemplary embodiments disclosed herein may be encoded as a computer program and loaded onto and executed by server 1140 , server 1145 , storage devices 1160 ( 1 )-(N), storage devices 1170 ( 1 )-(N), storage devices 1190 ( 1 )-(N), intelligent storage array 1195 , or any combination thereof. All or a portion of one or more of the exemplary embodiments disclosed herein may also be encoded as a computer program, stored in server 1140 , run by server 1145 , and distributed to client systems 1110 , 1120 , and 1130 over network 1150 .
- network architecture 1100 may perform and/or be a means for performing, either alone or in combination with other elements, one or more of the receiving, attempting, using, connecting, determining, updating, performing, and/or presenting steps disclosed herein.
- Network architecture 1100 may also be used to perform and/or be a means for performing other steps and features set forth in the instant disclosure.
- the exemplary file systems disclosed herein may be stored on client systems 1110 , 1120 , and/or 1130 .
- the exemplary file-system backups disclosed herein may be stored on server 1140 , server 1145 , storage devices 1160 ( 1 )-(N), storage devices 1170 ( 1 )-(N), storage devices 1190 ( 1 )-(N), intelligent storage array 1195 , or any combination thereof.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Bioethics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Health & Medical Sciences (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (20)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/932,216 US9152817B1 (en) | 2007-10-31 | 2007-10-31 | Methods and systems for performing data protection operations |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/932,216 US9152817B1 (en) | 2007-10-31 | 2007-10-31 | Methods and systems for performing data protection operations |
Publications (1)
Publication Number | Publication Date |
---|---|
US9152817B1 true US9152817B1 (en) | 2015-10-06 |
Family
ID=54203830
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/932,216 Active 2029-10-26 US9152817B1 (en) | 2007-10-31 | 2007-10-31 | Methods and systems for performing data protection operations |
Country Status (1)
Country | Link |
---|---|
US (1) | US9152817B1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220398346A1 (en) * | 2021-06-11 | 2022-12-15 | EMC IP Holding Company LLC | Method and system for managing data protection feature compatibility |
Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5918229A (en) | 1996-11-22 | 1999-06-29 | Mangosoft Corporation | Structured data storage using globally addressable memory |
US20040024833A1 (en) | 2002-07-31 | 2004-02-05 | Siddabathuni Ajoy C. | Key reuse for RDMA virtual address space |
US20040093358A1 (en) | 2000-08-01 | 2004-05-13 | Hitachi, Ltd. | File system for creating switched logical I/O paths for fault recovery |
US20050283481A1 (en) | 2002-10-28 | 2005-12-22 | Sphera Corporation | Hierarchical repository for configuration-related and performance-related information related to computerized systems |
US20060064400A1 (en) | 2004-09-21 | 2006-03-23 | Oracle International Corporation, A California Corporation | Methods, systems and software for identifying and managing database work |
US7120650B2 (en) | 2000-06-26 | 2006-10-10 | International Business Machines Corporation | Implementing data management application programming interface access rights in a parallel file system |
US20060282481A1 (en) | 2005-06-10 | 2006-12-14 | Microsoft Corporation | Implementing a tree data storage structure in a distributed environment |
US20070038888A1 (en) | 2005-08-15 | 2007-02-15 | Microsoft Corporation | Data protection management on a clustered server |
US7203700B1 (en) * | 2001-08-31 | 2007-04-10 | Oracle International Corporation | Online instance addition and deletion in a multi-instance computer system |
US20070203944A1 (en) | 2006-02-28 | 2007-08-30 | International Business Machines Corporation | Web services database cluster architecture |
US20070220059A1 (en) | 2006-03-20 | 2007-09-20 | Manyi Lu | Data processing node |
US7392421B1 (en) | 2002-03-18 | 2008-06-24 | Symantec Operating Corporation | Framework for managing clustering and replication |
US7444335B1 (en) * | 2001-02-28 | 2008-10-28 | Oracle International Corporation | System and method for providing cooperative resource groups for high availability applications |
US20080281938A1 (en) * | 2007-05-09 | 2008-11-13 | Oracle International Corporation | Selecting a master node in a multi-node computer system |
-
2007
- 2007-10-31 US US11/932,216 patent/US9152817B1/en active Active
Patent Citations (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5918229A (en) | 1996-11-22 | 1999-06-29 | Mangosoft Corporation | Structured data storage using globally addressable memory |
US7120650B2 (en) | 2000-06-26 | 2006-10-10 | International Business Machines Corporation | Implementing data management application programming interface access rights in a parallel file system |
US20040093358A1 (en) | 2000-08-01 | 2004-05-13 | Hitachi, Ltd. | File system for creating switched logical I/O paths for fault recovery |
US7444335B1 (en) * | 2001-02-28 | 2008-10-28 | Oracle International Corporation | System and method for providing cooperative resource groups for high availability applications |
US7203700B1 (en) * | 2001-08-31 | 2007-04-10 | Oracle International Corporation | Online instance addition and deletion in a multi-instance computer system |
US7392421B1 (en) | 2002-03-18 | 2008-06-24 | Symantec Operating Corporation | Framework for managing clustering and replication |
US20040024833A1 (en) | 2002-07-31 | 2004-02-05 | Siddabathuni Ajoy C. | Key reuse for RDMA virtual address space |
US20050283481A1 (en) | 2002-10-28 | 2005-12-22 | Sphera Corporation | Hierarchical repository for configuration-related and performance-related information related to computerized systems |
US20060064400A1 (en) | 2004-09-21 | 2006-03-23 | Oracle International Corporation, A California Corporation | Methods, systems and software for identifying and managing database work |
US20060282481A1 (en) | 2005-06-10 | 2006-12-14 | Microsoft Corporation | Implementing a tree data storage structure in a distributed environment |
US20070038888A1 (en) | 2005-08-15 | 2007-02-15 | Microsoft Corporation | Data protection management on a clustered server |
US20070203944A1 (en) | 2006-02-28 | 2007-08-30 | International Business Machines Corporation | Web services database cluster architecture |
US20070220059A1 (en) | 2006-03-20 | 2007-09-20 | Manyi Lu | Data processing node |
US20080281938A1 (en) * | 2007-05-09 | 2008-11-13 | Oracle International Corporation | Selecting a master node in a multi-node computer system |
Non-Patent Citations (6)
Title |
---|
Final Office Action Received in Related U.S. Appl. No. 11/864,956; May 11, 2010. |
Non-Final Office Action Received in Related U.S. Appl. No. 11/864,956; Aug. 6, 2010. |
Non-Final Office Action Received in Related U.S. Appl. No. 11/864,956; Oct. 28, 2009. |
Oracle, "Configuring Oracle Reports Servers for High Availability", http://docs.oracle.com/html/A96684-01/ofs-rep.htm, (1996, 2002). |
Sunhil Shah, et al; Methods and Systems for Application Cluster Virtual Nodes; U.S. Appl. No. 11/864,956, filed Sep. 29, 2007. |
Symantec, "Veritas Cluster Server User's Guide", http://www.symantec.com/business/support/index?page=content&id=TECH52406, Version 5.0, (2006). |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220398346A1 (en) * | 2021-06-11 | 2022-12-15 | EMC IP Holding Company LLC | Method and system for managing data protection feature compatibility |
US11972028B2 (en) * | 2021-06-11 | 2024-04-30 | EMC IP Holding Company LLC | Method and system for managing data protection feature compatibility |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11500669B2 (en) | Live recovery of virtual machines in a public cloud computing environment | |
US9372762B2 (en) | Systems and methods for restoring application data | |
US8688642B2 (en) | Systems and methods for managing application availability | |
US8281093B1 (en) | Systems and methods for creating consolidated backups of snapshot hierarchies | |
US8117168B1 (en) | Methods and systems for creating and managing backups using virtual disks | |
US9275060B1 (en) | Method and system for using high availability attributes to define data protection plans | |
US9298724B1 (en) | Systems and methods for preserving deduplication efforts after backup-job failures | |
US8244914B1 (en) | Systems and methods for restoring email databases | |
US9354907B1 (en) | Optimized restore of virtual machine and virtual disk data | |
US9979785B2 (en) | Systems and methods for restoring data from opaque data backup streams | |
US9658925B1 (en) | Systems and methods for restoring application data | |
US10127119B1 (en) | Systems and methods for modifying track logs during restore processes | |
EP2856317B1 (en) | System and method for disaster recovery of multi-tier applications | |
US9524215B1 (en) | Systems and methods for managing virtual machine backups | |
US7987325B1 (en) | Method and apparatus for implementing a storage lifecycle based on a hierarchy of storage destinations | |
US20130042139A1 (en) | Systems and methods for fault recovery in multi-tier applications | |
US9075809B1 (en) | Methods and systems for application cluster virtual nodes | |
US9311242B1 (en) | Systems and methods for enabling write-back-cache aware snapshot creation | |
US8707107B1 (en) | Systems and methods for proactively facilitating restoration of potential data failures | |
US9171024B1 (en) | Method and apparatus for facilitating application recovery using configuration information | |
US9003139B1 (en) | Systems and methods for recovering virtual machines after disaster scenarios | |
US8565545B1 (en) | Systems and methods for restoring images | |
US8677088B1 (en) | Systems and methods for recovering primary sites after failovers to remote secondary sites | |
US9367457B1 (en) | Systems and methods for enabling write-back caching and replication at different abstraction layers | |
US9152817B1 (en) | Methods and systems for performing data protection operations |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SYMANTEC CORPORATION, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SHAH, SUNIL;TSAUR, YNN-PYNG A.;SUBBARAO, SUDHIR;SIGNING DATES FROM 20071031 TO 20071111;REEL/FRAME:020108/0255 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: VERITAS US IP HOLDINGS LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SYMANTEC CORPORATION;REEL/FRAME:037697/0412 Effective date: 20160129 |
|
AS | Assignment |
Owner name: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT, CONNECTICUT Free format text: SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0726 Effective date: 20160129 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0001 Effective date: 20160129 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH Free format text: SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0001 Effective date: 20160129 Owner name: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATE Free format text: SECURITY INTEREST;ASSIGNOR:VERITAS US IP HOLDINGS LLC;REEL/FRAME:037891/0726 Effective date: 20160129 |
|
AS | Assignment |
Owner name: VERITAS TECHNOLOGIES LLC, CALIFORNIA Free format text: MERGER AND CHANGE OF NAME;ASSIGNORS:VERITAS US IP HOLDINGS LLC;VERITAS TECHNOLOGIES LLC;REEL/FRAME:038455/0752 Effective date: 20160329 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
AS | Assignment |
Owner name: WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT, DELAWARE Free format text: SECURITY INTEREST;ASSIGNOR:VERITAS TECHNOLOGIES LLC;REEL/FRAME:054370/0134 Effective date: 20200820 |
|
AS | Assignment |
Owner name: VERITAS US IP HOLDINGS, LLC, CALIFORNIA Free format text: TERMINATION AND RELEASE OF SECURITY IN PATENTS AT R/F 037891/0726;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS COLLATERAL AGENT;REEL/FRAME:054535/0814 Effective date: 20201127 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: ACQUIOM AGENCY SERVICES LLC, AS ASSIGNEE, COLORADO Free format text: ASSIGNMENT OF SECURITY INTEREST IN PATENT COLLATERAL;ASSIGNOR:BANK OF AMERICA, N.A., AS ASSIGNOR;REEL/FRAME:069440/0084 Effective date: 20241122 |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK. N.A., NEW YORK Free format text: SECURITY INTEREST;ASSIGNORS:VERITAS TECHNOLOGIES LLC;COHESITY, INC.;REEL/FRAME:069890/0001 Effective date: 20241209 |
|
AS | Assignment |
Owner name: VERITAS TECHNOLOGIES LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WILMINGTON TRUST, NATIONAL ASSOCIATION, AS NOTES COLLATERAL AGENT;REEL/FRAME:069634/0584 Effective date: 20241209 |
|
AS | Assignment |
Owner name: VERITAS TECHNOLOGIES LLC (F/K/A VERITAS US IP HOLDINGS LLC), CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:ACQUIOM AGENCY SERVICES LLC, AS COLLATERAL AGENT;REEL/FRAME:069712/0090 Effective date: 20241209 |