In a computer system, a memory dump of a multi-threaded process can be created to contain information on all the threads without terminating the process, if the process uses user threads.

Patent
   9015534
Priority
Nov 08 2012
Filed
Nov 08 2012
Issued
Apr 21 2015
Expiry
Jul 10 2033
Extension
244 days
Assg.orig
Entity
Large
0
3
currently ok
9. A method for obtaining a memory dump for a first process executing on a computer system comprising one or more computer processors and a computer storage, the method comprising:
executing the first process by one or more of the computer processors, wherein the first process comprises a plurality of user threads, and executing the first process comprises executing a first user thread of the first process;
wherein computer instructions associated with the first user thread comprise a call to a first predefined function which is followed by a dump-creating operation, wherein the first predefined function causes an operating system in said computer system to create a second process whose code and data duplicate the first process with all the user threads of the first process, wherein the second process is to start execution from an instruction following a duplicated call to the first predefined function in the second process;
wherein executing the first user thread comprises executing said call to the first predefined function to create the second process;
wherein executing the second process comprises executing a duplicated dump-creating operation which causes a memory dump of the second process to be created, the memory dump of the second process comprising information on all the user threads of the second process and being substantially identical to the memory dump of the first process;
wherein the computer instructions associated with the first user thread require the dump-creating operation to be performed conditionally so as not to be performed in the first process but to be performed in the second process.
17. A non-transitory computer readable medium comprising computer code for obtaining a memory dump for a first process executing on a computer system comprising one or more computer processors and a computer storage;
wherein the computer code comprises computer code for the first process to be executed by one or more of the computer processors, wherein the first process is to have a plurality of user threads comprising at least a first user thread;
wherein computer code associated with the first user thread comprises a call to a first predefined function which is followed by a dump-creating operation, wherein the first predefined function is to cause an operating system in said computer system to create a second process whose code and data duplicate the first process with all the user threads of the first process, wherein the second process is to start execution from an instruction following a duplicated call to the first predefined function in the second process;
wherein the first user thread is to execute said call to the first predefined function to create the second process;
wherein the second process is to execute a duplicated dump-creating operation which is to cause a memory dump of the second process to be created, the memory dump of the second process comprising information on all the user threads of the second process and being substantially identical to the memory dump of the first process;
wherein the computer instructions associated with the first user thread require the dump-creating operation to be performed conditionally so as not to be performed in the first process but to be performed in the second process.
1. A method for obtaining a memory dump for a first process executing on a computer system comprising one or more computer processors and a computer storage, the method comprising:
executing a process management program by the computer system, the process management program being operable to create a corresponding new process (child process) in response to a call to a first predefined function by another process (parent process), wherein if the parent process comprises a plurality of user threads then the child process comprises duplicates of the parent process's user threads;
executing the first process by one or more of the computer processors, wherein the first process comprises a plurality of user threads, and executing the first process comprises executing a first user thread of the first process;
wherein computer instructions associated with the first user thread comprise a call to the first predefined function which is followed by a dump-creating operation, wherein the first predefined function causes the process management program to create a second process as the corresponding child process whose code and data duplicate the first process with all the user threads of the first process, wherein the second process is to start execution from an instruction following a duplicated call to the first predefined function in the second process;
wherein in the computer instructions associated with the first user thread, the call to the first predefined function is preceded by one or more first instructions impeding access to at least some of the first process's resources by the second process;
wherein executing the first user thread comprises executing said one or more first instructions and then executing said call to the first predefined function to create the second process;
wherein executing the second process comprises executing a duplicated dump-creating operation which causes a memory dump of the second process to be created, all the user threads of the second process being presented in the memory dump of the second process;
wherein executing the duplicated dump-creating operation causes termination of the second process.
13. A non-transitory computer readable medium comprising computer code for obtaining a memory dump for a first process executing on a computer system comprising one or more computer processors and a computer storage together with a process management program, the process management program being operable to create a corresponding new process (child process) in response to a call to a first predefined function by another process (parent process), wherein if the parent process comprises a plurality of user threads then the child process comprises duplicates of the parent process's user threads;
wherein the computer code comprises computer code for the first process to be executed by one or more of the computer processors, wherein the first process is to have a plurality of user threads comprising at least a first user thread, the computer code for the first process comprising computer code associated with the first user thread;
wherein the computer code associated with the first user thread comprises a call to the first predefined function which is followed by a dump-creating operation, wherein the first predefined function is to cause the process management program to create a second process as the corresponding child process whose code and data duplicate the first process with all the user threads of the first process, wherein the second process is to start execution from an instruction following a duplicated call to the first predefined function in the second process;
wherein in the computer code associated with the first user thread, the call to the first predefined function is preceded by one or more first instructions impeding access to at least some of the first process's resources by the second process;
wherein the first user thread is to execute said one or more first instructions and then execute said call to the first predefined function to create the second process;
wherein the second process is to execute a duplicated dump-creating operation which is to cause a memory dump of the second process to be created, all the user threads of the second process being presented in the memory dump of the first process;
wherein executing the duplicated dump-creating operation causes termination of the second process.
2. The method of claim 1 wherein executing the duplicated dump-creating operation in the second process is performed by a user thread which duplicates the first user thread in the first process.
3. A computer system comprising one or more processors and computer storage, the computer system being programmed to perform the method of claim 2.
4. The method of claim 1 wherein executing the duplicated dump-creation operation by the second process comprises transferring control to the operating system to create the memory dump of the second process.
5. A computer system comprising one or more processors and computer storage, the computer system being programmed to perform the method of claim 4.
6. A computer system comprising one or more processors and computer storage, the computer system being programmed to perform the method of claim 1.
7. The computer system of claim 6 wherein if the first predefined function is called by a parent process comprising a plurality of non-user threads, then the corresponding child process comprises only one non-user thread which is a duplicate of the parent process's non-user thread that called the first predefined function.
8. The method of claim 1 wherein if the first predefined function is called by a parent process comprising a plurality of non-user threads, then the corresponding child process comprises only one non-user thread which is a duplicate of the parent process's non-user thread that called the first predefined function.
10. The method of claim 9 wherein executing the duplicated dump-creating operation causes termination of the second process.
11. A computer system comprising one or more processors and computer storage, the computer system being programmed to perform the method of claim 10.
12. A computer system comprising one or more processors and computer storage, the computer system being programmed to perform the method of claim 9.
14. The computer readable medium of claim 13 wherein executing the duplicated dump-creating operation in the second process is to be performed by a user thread which duplicates the first user thread in the first process.
15. The computer readable medium of claim 13 wherein executing the duplicated dump-creation operation by the second process comprises transferring control to the operating system to create the memory dump of the second process.
16. The computer readable medium of claim 13 wherein if the first predefined function is called by a parent process comprising a plurality of non-user threads, then the corresponding child process comprises only one non-user thread which is a duplicate of the parent process's non-user thread that called the first predefined function.
18. The computer readable medium of claim 17 wherein executing the duplicated dump-creating operation causes termination of the second process.

The present invention relates to computer systems, and more particularly to monitoring and debugging of computer systems.

A computer system is a complex machine, and problem diagnostics and other monitoring and debugging operations of such a system can be complicated. FIG. 1 illustrates an exemplary computer system 110 having one or more processors 120, a memory 130, and ports 140. Each processor 120 executes computer programs stored in memory 130. All or part of memory 130 and ports 140 may (or may not) be integrated with one or more processors 120 into a single chip. Ports 140 can be connected to external devices 142 such as network links, keyboards, computer monitors, printers, etc. The ports may be wired or wireless.

Each processor 120 includes registers 150 which store data used by a computer program executed by the processor. Registers 150 also store state information for the computer program. The state information may include, for example, the program counter which stores a memory 130 address of a memory location containing the instruction being executed or to be executed by the processor. The state information may include flags indicating whether the result of the most recent arithmetic instruction was positive, negative, or zero. Other information may also be stored in the registers.

Multiple computer programs can be executed in parallel. When a processor 120 switches from one computer program to another, the processor's registers 150 are saved in memory 130, and the other program's values are loaded into the registers.

Each computer program is represented as one or more processes 154 (FIG. 1 shows processes 154.1, 154.2, 154.S). Each process 154 is associated with resources identified by data stored in memory 130. In particular, data 154M describes the memory area 158 allocated for the process in memory 130. Data 154F identifies files (e.g. disk files) opened by the process. Data 154R identify the contents of registers 150: when a processor 120 interrupts execution of the process to execute another process, the processor's registers are stored as data 154R (in the process's stack in the corresponding area 158 for example); when the process execution is resumed by some processor 120, the data 154R are loaded into the processor's registers 150. Other resources may include locks used by the process to control access to other resources.

The processes are managed by the operating system, which itself is a computer program having one or more processes 154. In the example of FIG. 1, the process 154.S is an operating system process. Its memory area 158 includes process management module 156 with code and data for creating and terminating other processes 154, scheduling the other processes for execution on processors 120, maintaining process-related information including the process data 154M and 154F (which can be stored in module 156), and performing other process management tasks.

To monitor or debug the computer system, a computer developer may want to stop the computer system at any given time to examine the memory 130 and registers 150. However, in a production environment, the developer may want to monitor or debug the system 110 without stopping the system. Some computer systems allow the developer to get a snap shot of the memory area 138 occupied by any given process 154. For example, in some Unix-like operating systems, the developer may use a fork-and-kill method to generate a “core dump” file 160 for a process 154 without stopping the process.

Core dump 160 is a disk file created on a device 142, which may include a computer disk or some other storage. Core dump 160 contains the image of the memory area 158 and processor registers 150 for one process 154. The fork-and-kill method involves UNIX functions fork( ) and kill( ).

The fork( ) function, when called by any process 154, causes the operating system to create a new process (“child” process) identical to the calling process. FIG. 2 illustrates an example which initially included just two processes 154.1 and 154.2. Process 154.1 corresponds to memory area 158.1. The memory area of process 154.2 is not shown. Process 154.S includes memory management module 156 which implements the fork( ) and kill( ) functions as shown respectively at 180 and 190.

When process 154.1 calls fork( ) a child process 154.3 is created. Memory area 158.3 is allocated for the child process. Memory area 158.1 is copied to memory area 158.3, and is identical to memory area 158.1 except possibly as needed to update the memory references in the memory area. (The memory copying may be delayed under the “copy-on-write” paradigm, but will be performed when the core file 160 is created by the child process 154.3 as described below.)

The fork( ) implementation 180 also creates the data such as 154M, 154F, 154R for process 154.3 in suitable memory areas.

The fork( ) function can generally be used for many purposes unrelated to core dumps. For example, if computer system 110 is a network switch or router, then a new child process (such as 154.3) may be created by fork( ) for each incoming packet. The new process inherits the packet-processing code and data from the fork-calling process (such as 154.1), so only minimal initialization for the new process may be needed. When the new process finishes the packet processing, the new process may terminate using the exit( ) function call. The exit( ) function does not create a core dump.

In the example of FIG. 2, the child process 154.3 terminates with a kill( ) function call. This function, when executed by module 190, creates the core dump 160. The kill( ) function is called only by the child process 154.3, not by the parent process 154.1.

This fork-and-kill method is limited however when applied to multithreaded processes. A multithreaded process includes multiple threads 210 (FIG. 3) which compete for processors 120. Each thread 210 is associated with the same memory, files, and possibly other resources as the corresponding process 154, but each thread 210 has its own copy of processor registers 154R. The operating system's process and thread management module 156 schedules individual threads 210, not processes 154, for execution on processors 120. In FIG. 3, process 154.1 has two threads 210.1, 210.2. (The threads are managed by the operating system's process and thread management module 156.)

When a processor 120 is executing a thread 210 (say 210.1) and the thread calls fork( ) the operating system's fork( ) function 180 creates a new process, say 154.3, like in FIG. 2. However, only one thread 210 is created for the new process, which is a copy of the calling thread 210.1. The other threads are not replicated in order to simplify synchronization between the new process 154.3 and the threads of process 154.1. Therefore, when thread 210.1 of process 154.3 calls kill( ) in the fork-and-kill method, the core dump file 160 will contain the registers 154R for only the calling thread 210.1 of process 154.3 (which are the same or almost the same as the registers 154R of thread 210.1 of process 154.1). The registers 154R of the other threads of process 154.1 will be unavailable in the core dump.

This section summarizes some features of the invention. Other features may be described in the subsequent sections. The invention is defined by the appended claims, which are incorporated into this section by reference.

Some embodiments of the present invention obtain a core dump with all the threads.

The invention is not limited to the features and advantages described above except as defined by the appended claims.

Each of FIGS. 1, 2, 3 is a block diagram showing features of hardware and software architecture of multi-processing computer systems according to prior art.

Each of FIGS. 4A and 4B is a block diagram showing features of hardware and software architecture of multi-processing computer systems according to some embodiments of the present invention.

FIGS. 5A-5E illustrate programming code according to prior art which is used in some embodiments of the present invention.

The embodiments described in this section illustrate but do not limit the invention. The invention is defined by the appended claims.

Some embodiments of the present invention take advantage of user threads 210U (FIG. 4A) to obtain a core dump with all the threads. User threads 210U are threads implemented by “user” computer programs, i.e. computer programs other than the operating system. User threads 210U are managed by the user processes 154. FIG. 4A illustrates user thread management module 156U in memory area 138.1 of process 154.1. User threads 210U can be implemented regardless of whether or not the operating system provides thread management of FIG. 3. The threads 210 of FIG. 3 are sometimes called “kernel” threads. For example, the operating system NetBSD 5.1 provides for kernel threads as described above in connection with FIG. 3, but also allows user thread implementation as in FIG. 4A. In some embodiments, the module 156U is part of a library linked with the user computer programs that wish to use user threads.

By analogy with fork( ) function 180, user thread management module 156U provides a u_fork( ) function 180U which creates a new child process with just one user thread—the thread which called u_fork( ). The remaining user threads are not reproduced in the child process in order to simplify synchronization between the child process and the parent's user threads 210U.

FIG. 4A illustrates implementation 180U of such a u_fork( ) function. The u_fork( ) functions calls fork( ) to cause the operating system's process and thread management module 156 to create a child process 154.3. The child process is a copy of the parent process 154.1, with a copy of all the user threads 210U of process 154.1.

Then the u_fork( ) function removes all the user threads 210 from the child process 154.3 except for the copy of the calling user thread 210U.1 in order to avoid problems that may arise in synchronizing the process 154.3 with the user threads 210U of the parent process 154.1.

FIGS. 5A-5E show one existing u_fork( ) implementation 180U in programming language C. In these figures, “u_fork” is shown as “fork”; see FIG. 5B. The operating system's function “fork” is shown as “_thread_sys_fork_” in FIG. 5B.

If the “thread-and-kill” method is used with u_fork instead of fork (see FIG. 4A), the resulting core dump 160 will contain only the calling user thread 210U.1. As noted above, this is unsatisfactory.

The inventor has observed that all the user threads can be presented in the core dump if the thread-and-kill method is modified to use fork instead of u_fork. This is illustrated in FIG. 4B. This method thus bypasses the fork and u_fork attempt to destroy all the threads except the calling thread.

The implementation of FIGS. 5A-5E is used in the operating system of type NetBSD 5.1.

Appendix A below, before the claims, shows one embodiment of the code of the thread-and-kill method of FIG. 4B in programming language C. The method is presented in a function “fl0livecore( )”. This function can be called in response to a signal (an inter-process message) from another process, or in response to user input, or possibly in some other way. In some embodiments, after calling kill( ) this function waits for an indication that the core dump generation is finished, and returns an error code indicating whether or not the core dump was successfully obtained. In some embodiments, a separate user or kernel thread is created to call this function so that this function would not block any other user or kernel thread of the calling process 154.1. This separate thread may be given a high priority, possibly higher than any other user or kernel thread of process 154.1, but the other threads can run while this function waits for the core dump to be generated because this function calls waitpid to wait for the core dump. Not blocking other threads can be important in production environment.

The invention is not limited to the embodiments described above. In particular, the invention is not limited to any operating system, any implementation of any function, or any programming language except as specified by the appended claims. In some embodiments, the operating system is unaware of user threads. In other embodiments, the operating system is aware of user threads so that if a user thread is blocked, the operating system informs the user thread's process rather than blocking the process, to allow the user thread management module 156U to schedule another user thread or threads of for execution. In some such embodiments, the operating system does not itself schedule user threads for execution and does not keep track of particular resources (e.g. locks) held by individual user threads; such tasks are performed by user thread management module 156U of the computer program (each computer program with user threads may have its own user thread management module 156U).

The invention is not limited to any particular functions. For example, in some operating systems, the kill function can be replaced by an illegal operation that causes termination of the calling process and creation of core dump 160. The illegal operation could, for example, be an operation that accesses a memory location unavailable to the child process. Thus, if the child process executes in a virtual memory environment in which a fault is generated when the child process attempts to access a memory location outside of the child process's address space, and if the fault causes the operating system to terminate the faulting process and create a memory dump of the faulting process, then the kill function could be replaced by an instruction accessing a memory location outside of the child process's address space.

The invention comprises computer readable media (e.g. disks and other) with computer instructions to implement the methods of the present invention. Other embodiments and variations are within the scope of the invention, as defined by the appended claims.

APPENDIX A
/* Copyright  © Dell Products L.P. 2011. All rights reserved.
 *
 * The f10livecore function will be invoked when SIGUSR2 is sent to the
 * process or when a variable is set by attaching to the ddb thread
 * (another highest priority thread is polling for this variable.)
 *
 * This function may also be invoked voluntarily from the code when
 * a process likes to coredump itself.
 */
/* F10EXTENSIONS BEGINS */
/* Generates the coredump of the process calling this function, by
 * forking and killing the child with SIGUSR2 with default action.
 * Returns −1 if the live coredump is known to have failed, 0 else.
 * This function is not exported in a header.
 */
int f10livecore(void);
int
f10livecore(void)
{
pid_t pid;
int ret = 0, wait_ret, status;
/* defer signals, as we don't want the child to access the
 * parent's resources, due to another thread being scheduled */
_thread_kern_sig_defer( );
/* create a copy of the calling process with all the user threads */
if ((pid = _thread_sys_fork( )) == 0) {
/* Create a coredump which will be identical to that
 * of the parent (except for SIGUSR2 disposition).
 * The default action for SIGUSR2 has been changed in
 * NetBSD kernel from SA_KILL to
 SA_KILL|SA_CORE.
 */
if (signal(SIGUSR2, SIG_DFL) != SIG_ERR)
(void)kill(getpid( ), SIGUSR2);
/* Shouldn't be reached */
exit(−1);
}
/* undefer in parent */
_thread_kern_sig_undefer( );
if (pid > 0) {
/* Using polling for waitpid, as blocking waitpid will only
work
 * if SIGCHLD isn't masked for the process, and it will
 be masked
 * if the process had been fork/execve'd from a thread
 that had
 * masked SIGCHLD - a uthread wart */
while (((wait_ret = waitpid(pid, &status,
WNOHANG|WUNTRACED)) == 0) ||
(wait_ret == −1 && errno == EINTR))
/* coredump not done yet, we take our sweet
time */
sleep(1);
if ((wait_ret > 0 && !((WIFSIGNALED(status) &&
WCOREDUMP(status)))) ||
(wait_ret == −1 && errno != ECHILD)) {
if(wait_ret > 0)
/* coredump failed, possibly no memory
*/
errno = ENOMEM;
/* else there is an unexpected error. Return −1 in
both cases
 */
ret = −1;
}
/* we return 0 if coredump succeeded, or if ECHILD (some
one
 * else reaped the child, and we don't know the coredump
 * status, which we optimistically assume to be successful)
 */
}
else /* fork failed */
 ret = −1;
return ret;
}
/* F10EXTENSIONS ENDS */

Gopalakrishnan, Narendran

Patent Priority Assignee Title
Patent Priority Assignee Title
7114104, Feb 11 2003 BMC SOFTWARE, INC System and method of fault detection in a Unix environment
7383471, Dec 28 2004 VALTRUS INNOVATIONS LIMITED Diagnostic memory dumping
20090327815,
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Executed onAssignorAssigneeConveyanceFrameReelDoc
Nov 06 2012GOPALAKRISHNAN, NARENDRANDell Products L PASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS 0292750513 pdf
Nov 08 2012Dell Products L.P.(assignment on the face of the patent)
Oct 29 2013Dell Products L PBANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013DELL MARKETING L P BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013Dell IncBANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013DELL SOFTWARE INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013COMPELLENT TECHNOLOGIES, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013BOOMI, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013ASAP SOFTWARE EXPRESS, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013APPASSURE SOFTWARE, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013CREDANT TECHNOLOGIES, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013BOOMI, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013COMPELLENT TECHNOLOGIES, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013Perot Systems CorporationBANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013GALE TECHNOLOGIES, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013FORCE10 NETWORKS, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013Dell USA L PBANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013DELL SOFTWARE INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013Dell Products L PBANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013DELL MARKETING L P BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013CREDANT TECHNOLOGIES, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013Dell USA L PBANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013FORCE10 NETWORKS, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013DELL SOFTWARE INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013Dell USA L PBANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013FORCE10 NETWORKS, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013GALE TECHNOLOGIES, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013Perot Systems CorporationBANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013SECUREWORKS, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013WYSE TECHNOLOGY L L C BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013Dell IncBANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013Dell Products L PBANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013CREDANT TECHNOLOGIES, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013COMPELLENT TECHNOLOGIES, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013GALE TECHNOLOGIES, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013Perot Systems CorporationBANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013SECUREWORKS, INC BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013WYSE TECHNOLOGY L L C BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS FIRST LIEN COLLATERAL AGENTPATENT SECURITY AGREEMENT NOTES 0318970348 pdf
Oct 29 2013Dell IncBANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013APPASSURE SOFTWARE, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013ASAP SOFTWARE EXPRESS, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013BOOMI, INC BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013APPASSURE SOFTWARE, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013SECUREWORKS, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013ASAP SOFTWARE EXPRESS, INC BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Oct 29 2013DELL MARKETING L P BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPATENT SECURITY AGREEMENT ABL 0318980001 pdf
Oct 29 2013WYSE TECHNOLOGY L L C BANK OF AMERICA, N A , AS COLLATERAL AGENTPATENT SECURITY AGREEMENT TERM LOAN 0318990261 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTSECUREWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTASAP SOFTWARE EXPRESS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTDELL MARKETING L P RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTWYSE TECHNOLOGY L L C RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTSECUREWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTPerot Systems CorporationRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTFORCE10 NETWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTDELL SOFTWARE INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTAPPASSURE SOFTWARE, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTCOMPELLENT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTPerot Systems CorporationRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTFORCE10 NETWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTDELL SOFTWARE INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTDell USA L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTDell Products L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTDell IncRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTCREDANT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS COLLATERAL AGENTWYSE TECHNOLOGY L L C RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650618 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTDell USA L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTDell Products L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTDell USA L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTDELL SOFTWARE INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTDell Products L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTDell IncRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTCREDANT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTCOMPELLENT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTAPPASSURE SOFTWARE, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTASAP SOFTWARE EXPRESS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTFORCE10 NETWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTPerot Systems CorporationRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTASAP SOFTWARE EXPRESS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTDell IncRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTCREDANT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTCOMPELLANT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTAPPASSURE SOFTWARE, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS ADMINISTRATIVE AGENTDELL MARKETING L P RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400650216 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTWYSE TECHNOLOGY L L C RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTSECUREWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016BANK OF AMERICA, N A , AS COLLATERAL AGENTDELL MARKETING L P RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0400400001 pdf
Sep 07 2016FORCE10 NETWORKS, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016Aventail LLCCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016EMC CorporationTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016DELL SYSTEMS CORPORATIONTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016DELL SOFTWARE INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016DELL MARKETING L P THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016DELL INTERNATIONAL L L C THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016Dell USA L PTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016CREDANT TECHNOLOGIES, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016Aventail LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016EMC IP HOLDING COMPANY LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016Maginatics LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016CREDANT TECHNOLOGIES, INC CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016Dell USA L PCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016DELL INTERNATIONAL L L C CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016ASAP SOFTWARE EXPRESS, INC CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016WYSE TECHNOLOGY L L C THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016SCALEIO LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016MOZY, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016Spanning Cloud Apps LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016ASAP SOFTWARE EXPRESS, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016DELL SOFTWARE INC CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016EMC CorporationCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016Dell Products L PCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016DELL MARKETING L P CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016EMC IP HOLDING COMPANY LLCCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016FORCE10 NETWORKS, INC CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016Maginatics LLCCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016MOZY, INC CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016SCALEIO LLCCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016Dell Products L PTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSECURITY AGREEMENT0401360001 pdf
Sep 07 2016Spanning Cloud Apps LLCCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016WYSE TECHNOLOGY L L C CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Sep 07 2016DELL SYSTEMS CORPORATIONCREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENTSECURITY AGREEMENT0401340001 pdf
Mar 20 2019EMC IP HOLDING COMPANY LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019CREDANT TECHNOLOGIES, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019DELL MARKETING L P THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019EMC CorporationTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019Dell Products L PTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019Dell USA L PTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019FORCE10 NETWORKS, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019WYSE TECHNOLOGY L L C THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Mar 20 2019DELL INTERNATIONAL L L C THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0494520223 pdf
Apr 09 2020Dell Products L PTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020CREDANT TECHNOLOGIES INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020DELL INTERNATIONAL L L C THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020DELL MARKETING L P THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020EMC IP HOLDING COMPANY LLCTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020Dell USA L PTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020EMC CorporationTHE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020FORCE10 NETWORKS, INC THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Apr 09 2020WYSE TECHNOLOGY L L C THE BANK OF NEW YORK MELLON TRUST COMPANY, N A SECURITY AGREEMENT0535460001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchDELL MARKETING L P RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchDELL INTERNATIONAL, L L C RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchDell USA L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchCREDANT TECHNOLOGIES, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchAventail LLCRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchASAP SOFTWARE EXPRESS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchDell Products L PRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchDELL SOFTWARE INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchDELL SYSTEMS CORPORATIONRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchWYSE TECHNOLOGY L L C RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchSCALEIO LLCRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchFORCE10 NETWORKS, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchMOZY, INC RELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchMaginatics LLCRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchEMC IP HOLDING COMPANY LLCRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Nov 01 2021Credit Suisse AG, Cayman Islands BranchEMC CorporationRELEASE BY SECURED PARTY SEE DOCUMENT FOR DETAILS 0582160001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL MARKETING CORPORATION SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL MARKETING L P ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDell USA L PRELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL INTERNATIONAL L L C RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDell Products L PRELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL MARKETING CORPORATION SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC AND WYSE TECHNOLOGY L L C RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTEMC IP HOLDING COMPANY LLC ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTEMC CORPORATION ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL MARKETING CORPORATION SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL MARKETING L P ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDell USA L PRELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL INTERNATIONAL L L C RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDell Products L PRELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTDELL MARKETING CORPORATION SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC AND WYSE TECHNOLOGY L L C RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTEMC CORPORATION ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTEMC IP HOLDING COMPANY LLC ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSCALEIO LLCRELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 045455 0001 0617530001 pdf
Mar 29 2022THE BANK OF NEW YORK MELLON TRUST COMPANY, N A , AS NOTES COLLATERAL AGENTSCALEIO LLCRELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL FRAME 040136 0001 0613240001 pdf
Date Maintenance Fee Events
Mar 25 2015ASPN: Payor Number Assigned.
Sep 21 2018M1551: Payment of Maintenance Fee, 4th Year, Large Entity.
Sep 21 2022M1552: Payment of Maintenance Fee, 8th Year, Large Entity.


Date Maintenance Schedule
Apr 21 20184 years fee payment window open
Oct 21 20186 months grace period start (w surcharge)
Apr 21 2019patent expiry (for year 4)
Apr 21 20212 years to revive unintentionally abandoned end. (for year 4)
Apr 21 20228 years fee payment window open
Oct 21 20226 months grace period start (w surcharge)
Apr 21 2023patent expiry (for year 8)
Apr 21 20252 years to revive unintentionally abandoned end. (for year 8)
Apr 21 202612 years fee payment window open
Oct 21 20266 months grace period start (w surcharge)
Apr 21 2027patent expiry (for year 12)
Apr 21 20292 years to revive unintentionally abandoned end. (for year 12)