EP1348164A1 - Disk system adapted to be directly attached to network - Google Patents
Disk system adapted to be directly attached to networkInfo
- Publication number
- EP1348164A1 EP1348164A1 EP01272932A EP01272932A EP1348164A1 EP 1348164 A1 EP1348164 A1 EP 1348164A1 EP 01272932 A EP01272932 A EP 01272932A EP 01272932 A EP01272932 A EP 01272932A EP 1348164 A1 EP1348164 A1 EP 1348164A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- nad
- network
- disk
- host
- driver
- 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.)
- Withdrawn
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1097—Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/0626—Reducing size or complexity of storage systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0662—Virtualisation aspects
- G06F3/0664—Virtualisation aspects at device level, e.g. emulation of a storage device or system
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/067—Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]
Definitions
- This invention in general relates to computer systems. More specifically, this invention relates to a disk system or interface that can be directly attached to a network.
- a tape drive or a CD drive may be used to store such amount of data, but its performance and user convenience are not matched to those of a hard disk drive.
- increasing the capacity of a hard disk in a conventional server system presents some problems.
- NAS Network Attached Storage
- NFS Network File System
- CIFS Common Internet File System
- IP Internet Protocol
- the primary purpose of these protocols is to exchange files between independently operating computers. Therefore, the client using the NAS for file access experiences the difference between its local storage and the storage in the NAS systems.
- the NAS is basically a stripped-down version of a file server having mainly the functions of storing and retrieving files. Accordingly, increasing a disk capacity using a NAS product amounts to adding a separate file server in practice, which presents many shortcomings. Since an NAS disk is not seen as a local disk to the client, the installation, movement, and administration of an NAS disk should be done only through the operating system and software offered as part of the NAS system. An NAS disk is installed in the inside bus ofthe NAS system, leading to a limitation to the number of disks that can be installed. Since the NAS system has a hard disk under its own operating system, the client cannot use an arbitrary file system to access the hard disk. Further, the NAS system requires an IP address. Overall, not only the installation and administration costs per disk are more expensive than those of a local disk, but also user convenience is severely restricted.
- SAN Storage Area Network
- Fibre Channel Fibre Channel hub or a Fibre Channel switch.
- the SAN has some shortcomings. Typically, a separate file server is used. In general, the SAN equipment is expensive, and so is the administration cost ofthe SAN system because, for example, it often requires an administrator with a specialized knowledge on the system.
- Another object is to provide a disk system that can be recognized and used as a local disk to a host without requiring additional facility such as an additional file server, a special switch, or even an IP address, if appropriate.
- Still another object ofthe present invention is to provide a disk system that can be conveniently connected to a server without much intervention of network/server administration. Yet another object is to provide a low-cost disk system, many of which can be plugged into existing network ports to readily satisfy a disk capacity demand.
- a network- attached disk (NAD) system that includes an NAD device for receiving a disk access command from a host through a network, a device driver at the host for controlling the NAD device through the network, where the device driver recognizes the NAD device as a local device.
- the host may run the UNIX or Windows family of operating systems.
- the NAD device includes a disk for storing data, a disk controller for controlling the disk, and a network adapter for receiving a disk access command from the host through a network port.
- FIG. 1 is a block diagram of an environment where a network-attached disk
- FIG. 2 is an illustration of how multiple NAD devices may be accessed by multiple hosts through a network.
- FIG. 3 is an example of how multiple NAD devices are accessed by multiple hosts.
- FIG. 4 is another example of how each disk inside an NAD may be treated as a separate disk.
- FIG. 5 is an illustration of how a block device driver, specifically an NAD device driver, is registered and unregistered under the UNIX operating system.
- FIG. 6 is an illustration ofthe relation among the directory, device file, device driver, and device.
- FIG. 7 is an illustration of how a request function directly issues a command to a device.
- FIG. 8 is an illustration of how a request function activates a device accessing thread.
- FIG. 9 is a block diagram of a local disk system and that of an NAD device running under UNIX.
- FIG. 10 is an illustration of a device searching thread for identifying the attached NAD devices and for providing the NAD information to the NAD device management program.
- FIGS. 11A and 11B are examples of network connections made between an NAD device driver and its corresponding NAD device using a connection setting thread.
- FIG. 12 is an illustration of a method of implementing an NAD device driver, using a device accessing thread.
- FIG. 13 is an illustration of a method of implementing an NAD device driver, without using a device accessing thread.
- FIG. 14 is an example of an NAD device construction.
- FIG. 15 is a functional block diagram of an NAD controller.
- FIG. 16 is a simplified state transition diagram of a state machine used by the main controller of an NAD controller.
- FIG. 17 is an illustration of how a disk inside an NAD device may be divided into disk partitions to which a device driver is assigned.
- FIG. 18 is an illustration of how separate NAD device drivers may be generated so that a physically single disk can be assessed by different file systems.
- FIG. 19 is an illustration of how the NAD system can recognize physically separate, several NAD disks as a logically single disk.
- FIGS. 20A and 20B are illustrations ofthe hierarchies ofthe disk driver layers in the conventional disk system and the NAD system under the Windows 2000 operating system.
- FIG. 21 is an illustration of a network environment where the NAD system of the present invention is used in the Windows 2000 operating system.
- FIG. 22 is an example of a device stack created in the Windows 2000 operating system.
- FIG. 23A is an illustration of the flow of T P, SRB, and CDB in a conventional disk system in the Windows 2000 operating system.
- FIG. 23B is an illustration of the flow of IRP, SRB and CDB in an NAD system in the Windows 2000 operating system.
- FIG. 24 is an illustration of NDIS (Network Device Interface Specification) in the Windows 2000 operating system.
- FIG. 1 shows an environment where the present invention is used.
- a host
- a local device is defined as a device inside a standard-alone system as opposed to a network device connected to a network.
- Local devices are directly connected to a system bus often through an adapter called a host bus adapter allowing the host to communicate with the devices without going through any network, whereas network devices are not directly connected to a system bus, rather connected through an interface called a network interface card (NIC) installed on system bus.
- the local disk 104 may be a conventional IDE (Integrated Drive Electronics) disk or SCSI (Small Computer System Interface) disk.
- the file system 101 also contains a network-attached disk (NAD) device driver 105 ofthe present invention that controls an NAD device 108 connected through a network adapter device driver 106 and a network 107 such as Ethernet.
- the NAD device 108 ofthe present invention contains one or more disks 109.
- the network 107 is an existing general-purpose network for carrying storage traffic as well as other application traffic. This so called “front-end” network for carrying general-purpose network traffic is distinguished from a "back-end” network dedicated to storage such as that used in the conventional Storage Area Network (SAN) scheme.
- SAN Storage Area Network
- the present invention features two main components: one is the NAD device driver 105 at the host and the other is the NAD device 108 attached to the network.
- FIG. 2 shows an example of how multiple NAD devices are accessed by multiple hosts through a network.
- NAD device #1 123 with disk(l,l) 126 and NAD device #2 124 with disk(2,l) 127 and disk(2,2) 128 are accessed by Host #1 120 through a network 122, while NAD device #3 125 with disk(3,l) 129, disk(3,2) 130, disk(3,3) 131 is accessed by Host #2 121 through the same network 122.
- Each disk appears to the host as if it is a local disk to connected to the system bus ofthe host so that each disk can be dynamically installed or removed.
- the present invention achieves this by creating a virtual host bus adapter in purely software means that recognizes an NAD device as if it is connected to the system bus although there is no physical host bus adapter connected the NAD.
- This is distinguished from the conventional Network Area Storage (NAS) scheme where a NAS device connected through the NIC is still recognized as an independent file server connected to a network.
- NAS Network Area Storage
- the Open Systems Interface (OSI) model defines 7 layers of protocols: a physical layer for electrical interface definitions, a data link layer for communication using data frames, a network layer for routing packets from one end to another, a transport layer for dividing messages into packets, a session layer for establishing communication session, a presentation layer for data presentation format, and an application layer for application programs.
- the present invention uses a data link layer protocol to contain storage commands into data link frames. Because the NAD device is not acting as an independent devices to the host, there is no need to use a network address such as IP address.
- FIG. 3 shows another example of how multiple NAD devices are accessed by multiple hosts through a network.
- NAD device #1 143, NAD device #2 145, and NAD device #5 147 are accessed by Host #1 140 through a network 142, while NAD device #2 144 and NAD device #4 146 are accessed by Host #2 141 through the same network 142.
- the disks contained in an NAD may be treated as separate disks so that each of them can be independently accessed by a host.
- FIG. 4 shows an example of treating each disk inside an NAD device as separate disks.
- Disk(l,l) 166 inside NAD device #1 163, disk(2,2) 168 inside NAD device #2, and disk(3,2) 170 inside NAD device #2 are accessed by Host #1 160 through a network 122 while disk(2,l) 167 inside NAD device #2 164 and disk (3,1) 169 and disk (3,3) 171 inside NAD device #3 165 are accessed by Host #2 161 through the same network 162.
- disk (2,1) 167 and disk (2,2) 168, inside NAD device #2 164 are independently accessed by Host #1 160 and Host #2 161 respectively.
- Block Device Driver An embodiment of the NAD system will be explained with an example running the UNIX family of operating systems although other operating systems such as Windows may also be used.
- Each block device for block data storage such as a disk device, is assigned a major device number to distinguish among different kinds of block devices, and a minor device number to distinguish among same kinds of block devices.
- each device is accessed through a device file, which provides an interface for accessing the real device.
- Device files are usually generated in advance, each with a major device number and a minor device number as well as information on a block device driver.
- the purpose ofthe device driver is to handle the requests made by the kernel with respect to a device.
- the device driver isolates device-specific codes to provide a consistent interface for the kernel.
- a device file and device driver routines In order to activate the operation of a device driver, a device file and device driver routines must be prepared, after which the functions of the driver routines must be registered so that the operating system such as UNIX can understand their availability. This is usually done by passing the major number assigned to the device and the functions ofthe driver routines as parameters.
- Block Device Driver Once a block device driver is registered by passing the device's major device number and the driver functions as parameters, it may be unregistered by passing the major number.
- Table 1 lists the functions used to either register or deregister a device driver.
- Table 2 lists the general functions used by the local driver and the NDA driver.
- Table 3 lists examples of the driver functions specific to the IDE local disk driver and the NAD driver.
- FIG. 5 shows an example where a block device driver, specifically an NAD device driver, is registered and unregistered.
- an IDE device driver 181 with major device #3 is created as well as some null device drivers such as major device #0 180 and major device #n 182.
- Major device #60, 183 the NAD device driver that is assigned a major device number of 60, is registered by using a device registration function of register_blkdev(60, fops) 185.
- the NAD device driver is de- registered into major device #60 184, a null device driver, by using a device de- registration function of unregister_blkdev(60) 186.
- the figure shows that NAD device driver ofthe present invention is installed in the same way as the existing block device drivers.
- Block Device Once a block device driver is registered and its device file is generated, read/write is done to the device file to access the real device.
- the device file is not directly called by the user, rather called after being mounted to the file system.
- each block device file must be formatted according to a particular file system. Since the NAD device driver of the present invention is prepared in the same way as a conventional local disk driver, the set of I/O commands used to format a conventional local disk can also be used to format a disk in the NAD device. In addition, since NAD devices are controlled in the device driver level, they can be formatted in a required format independent ofthe file system used.
- FIG. 6 shows the relation among the directory, device file, device driver, and device.
- the left side shows attachment of a conventional local disk system where a device file 201 mounted on a directory 200 is used by a local disk device driver 202 to control a local disk 203.
- the right side shows an NAD system of the present invention where a device file 204 mounted on the directory 200 is used by an NAD device driver 205 to control a NAD device 207 through a local area network (LAN) 206 such as Ethernet.
- LAN local area network
- Each block device driver has an I/O request queue to store the I/O requests to the device.
- the stored requests may be re-scheduled for the purpose of improving the performance.
- each block device driver needs a request function to process the I/O requests in the queue.
- FIG. 7 shows a situation where the request function directly issues a command to a block device.
- An NAD device driver 220 using a device 222 and a file system 223, has a queue 224 that stores I/O requests 225 through 228.
- the NAD device driver 220 has a request function 229 that issues a command to the NAD device 221 by taking a currently processed request 225.
- a thread refers to a single use of a program that can handle multiple users.
- FIG. 9 shows the constitution of a conventional local disk system and that of the NAD system operating under UNIX.
- a conventional local disk 264 attached to a local bus 263 is accessed by a conventional local disk device driver 261 through a bus interface 262.
- an NAD device 272 with a disk 273, attached to a network 271 is accessed by an NAD device driver 265 through a network interface including a network protocol stack 266, a network adapter device driver 267, a bus interface 268, and a network adapter 270.
- an NAD device Since an NAD device is to be used like a local disk, the conventional local disk system and an NAD system ofthe present invention share a basic structure. The difference is that since an NAD system must communicate with an NAD device through a network, a protocol stack is added for network communication.
- the NAD driver delivers an I/O command to an NAD device through a network adapter and receives a response from the NAD device.
- DMA Direct Memory Access
- PIO Programmed Input/Output
- a conventional disk device driver operates in a DMA mode by issuing a DMA I/O command to a local disk with a starting buffer address and a byte transfer count. The local disk then takes over the data transfer, after which it interrupts the CPU.
- the NAD device driver may be implemented to operate in a DMA mode by having the NAD device driver deliver an I/O command to an NAD device, which then completes the data transfer, after which it interrupts the CPU.
- the conventional disk driver operates in a PIO mode by the CPU transferring data directly through data registers of the disk device until a particular data block is processed.
- the NAD driver may be implemented to operate in a PIO mode by having the NAD device driver deliver a command to an NAD device and continue to transmit/receive data until a particular block of data is processed.
- the network protocol that can be used in the present invention is not restricted to a particular protocol. It can be any connection-oriented protocol including TCP/IP.
- a connection-oriented protocol ensures that packets are not lost and packets are received in the order they are transmitted. If TCP/IP is used, an IP address must be used for each NAD device.
- NAD Driver Once UNIX starts, if hardware scan detects any conventional local disks, their corresponding drivers are generated according to the units of the local disks or according to the units of disk partitions. In a similar fashion, NAD devices are identified during initial hardware scan and their corresponding drivers acting as a virtual host bus adapter must be generated. The drivers may be generated automatically by using a device searching thread that periodically identifies NAD devices attached to the network or manually by a system administrator using an NAD management program.
- FIG. 10 shows a device searching thread for identifying the attached NAD devices and for providing the NAD device information to an NAD device management program.
- a thread 280 is run in a host 290 through a network protocol stack 282 and a network adapter driver 283 to identify NAD devices 285 through 289 together with the size and device file of each NAD to provide the information 281 to NAD device management program.
- the user mounts a selected NAD device file to use a particular NAD device as a local disk.
- disk I/O is performed by reading/writing to I/O ports of the disk controller attached to the internal system bus.
- the NAD device driver performs I/O to the corresponding NAD device through a network link.
- I/O is performed by read/write to a network connection such as a socket in UNIX. Therefore, a network connection such as a UNIX socket must be set up between the NAD device driver and NAD device.
- FIGS. 11A and 11B show examples of network connections between an NAD device driver and the corresponding NAD device using a connection setting thread.
- NAD device #1 302 is connected to NAD device driver #1 301 through a network connection #1 303 created by the ioctl() function, 304 while NAD device #2 307 is connected to NAD device driver #2 306 through a network connection #2 308 created by the ioctlQ function 309.
- FIG. 12 and FIG. 13 show two methods of implementing an NAD device driver, the former with a device accessing thread, and the latter without a device accessing thread.
- FIG. 12 shows three NAD drivers 320, 321 and 322 with the device files of "/dev/ndO", “/dev/ndl”, “/dev/nd2" to access NAD device #1 323, NAD device #2 324, and NAD device #3 325, respectively.
- Each device file is mounted to "/tmp", “/var”, "/” directory in the file system 326, respectively.
- User threads 327, 328 and 329 for accessing the file may read/write on the NAD device through the file system 326.
- a connection setting thread 331 provides the list of NAD devices available to an NAD device management program 330. Based on the user's input, the connection setting thread 331 creates network connections 332, 333 and 334, as necessary.
- the file system first checks the buffer cache to find out whether the requested file block is in the buffer. If the block is in the buffer, the user thread refers to the block. But if the block is not in the buffer, data must be read from the NAD device. The user thread puts the request on the request queue, activates an NAD accessing thread 335 (or 336, 337) responsible for NAD device control through a request function, and the user thread blocks itself. The user thread blocked is awakened later by the NAD accessing thread, such as 335, that received the corresponding data.
- FIG. 13 is similar to FIG. 12 except that the user thread now directly requests data from the NAD device rather than using an NAD accessing thread. For example, the user thread puts the request on the request queue, activates a software interrupt that will actually handle block data transfer between the NAD device and the host, and the user thread blocks itself. Once the data transfer is done, an interrupt is generated to wake up the blocked thread.
- the position ofthe first block and the number of blocks are given as parameters ofthe I/O command.
- the I/O command may be in the form of a CDB (Command Descriptor Block).
- CDB Common Descriptor Block
- a reliable communication protocol is necessary.
- the present invention is not limited to a particular kind of communication protocol as long as a connection-oriented protocol is used including TCP/IP.
- a connection-oriented protocol means that packets can be retransmitted in the case packets are lost, and received packets are arranged at the receiver end in the order they were sent.
- FIG. 14 shows a functional block diagram of the NAD device of the present invention.
- a preferred embodiment of the NAD device is comprised of an NAD controller 401 for controlling the whole NAD device, memory 402, a disk controller
- the disk controller 403 is a module that performs disk I/O operations by controlling the disks 405 and 406 over internal disk channels.
- the disk controller 403 is further comprised of one or more disk channels 407 and 408 controlled by a channel controller 409, a buffer manager 410, some registers 411, and a bus interface 412.
- the buffer manager 410 consults the registers 411 to obtain a disk sector number and a channel to execute a disk access command.
- the buffer manager 410 also commands the channel controller 409 to transfer data from the memory to disk channel 407 or 408 or vice versa as a result of executing a disk access command.
- the channel controller 409 actually accesses the disk over the disk channel 407, 408 to transfer data from the disk to the memory or vice versa.
- the LAN adapter 404 is a module that receives disk I/O command packets from the host and transmits replay packets over the network.
- the LAN adapter 404 is further comprised of a physical network interface 413 for interfacing with the network, a MAC (media access control) controller 414, transmit buffer 415 for storing transmit data, a receive buffer 416 for storing receiving data 416, registers 417, and a bus interface 418.
- the bus interface 418 transfers data from the bus to the transmit buffer 415, the receive buffer 416, and the registers 417, or vice versa.
- the MAC controller 414 transfers data to the physical network interface 413 so that the physical network interface can transmit the data to the host computer.
- the physical network interface 413 receives a disk I/O request packet from the host computer, it transfers the packet to the MAC controller 414 so that the MAC controller can extract necessary data from the packet and transfer the data to the receive buffer 416.
- FIG. 15 shows that the NAD controller 401 may be comprised of a main control 420 for controlling the NAD, a buffer management module for caching data in the disk 421, a memory management module for managing assignment of memory space 422, a disk controller driver 423 for interfacing with the disk controller, a network adapter driver 424 for interfacing with the network adapter, and a bus interface
- the NAD controller 401 mainly executes I/O commands from the host's NAD device driver, but it can perform other additional functions.
- a filter program can be installed to NAD so as to provide features that are not offered in the host, for example, a back up operation. Other examples include access control, access share, access right transfer, etc.
- a filter program can be installed to limit access to an NAD device to a certain time period, to allow several hosts simultaneously access an single NAD, or to transfer one host's access rights to another host.
- NAD device driver at the host can request to execute the filter pro ram at the time of
- FIG. 16 shows a simplified state transition diagram of a state machine used by the main controller 420.
- the state machine initializes all the NAD hardware and allocates memory for the disk controller 403 and the LAN adapter 404.
- the state machine makes a transition to 'wait-command' state 441 where the NAD system waits for an incoming I/O command from the host computer over the network.
- the state becomes the 'disk_access' state 442 where an appropriate disk I/O operation is performed through the disk controller.
- the state moves to the 'fransmitjreply' state 443 where the NAD device sends the result to the host computer through the LAN adapter 404.
- the state machine can be readily realized with a CPU and memory.
- the network adapter and the disk control driver can be implemented at least in two ways.
- DMA Direct Memory Access
- PIO Programmable I/O
- the former has the advantage of easy programming so that other jobs can be executed without a complete disposition of disk controller data.
- the latter has the advantage of dispensing with time delay due to interrupts, but has the disadvantage of an inefficient processor usage due to the time spent for continuous read and write.
- an NAD device driver is generated for each disk unit attached.
- the disk inside an NAD device may also be partitioned into several disk partitions where each disk partition can be accessed by a separate device driver.
- several disks located in the physically separate NAD devices may be combined for use as a logically single disk.
- FIG. 17 shows an example where the disk inside an NAD device may be divided into several disk partitions where all of the partitions are assigned a single device driver.
- An NAD driver A 462 for example, is assigned to four partitions 463- 466 so that the NAD driver A 462 refers the partition table in order to handle I/O requests directed to specific partitions 468 through 471 of a disk 461 inside a NAD device 460, respectively, using a same network connection 467.
- an NAD driver B 473 is assigned to two partitions 474 and 475 so that the NAD driver B 473 can be used to control two disk partitions 477 and 478 of a disk 472 inside the NAD device 460.
- FIG. 18 shows an example where separate NAD device drivers may be generated so that a physically single disk can be assessed by different file systems.
- Disk A 481 inside an NAD device 480 is divided into four partitions 490 through 493, and four separate NAD driver(a,0) through driver (a,3) 482 through 485 are created so that each NAD driver can control each disk partition through a separate network connection 486 (487, 488, or 489).
- disk B 494 inside the NAD device 480 is divided into two partitions 499 and 500, and two separate NAD drivers(b,0) and NAD drive (b,l) 495 and 496 are created so that each NAD driver can control each disk partition through a separate network connection 497 (or 498).
- FIG. 19 shows an example of how the present invention can recognize physically separate, multiple disks in different NAD devices as a logically single disk. Specifically, FIG. 19 shows that three lower-level NAD device drivers 521, 522 and 523 controlling NAD device #1 527 of 5 GB, NAD device #2 528 of 10 GB, and NAD device #3 529 of 5GB, respectively, through separate network connections 524, 525 and 526, are united into a single upper-level NAD driver 520 partitioned into a configuration 530.
- the file system mounts "/dev/nda" to access the total space of 20 GB.
- NAD System Running under Windows Operating System The foregoing system and method explained using examples running under the UNIX family of operating systems can equally be applied to implement an NAD system running under the WindowsTM family of operating systems so that it can be recognized as a local disk.
- an NAD device may treated as a local disk per se by a Windows 2000TM host so that all disk operations exercised by the host control a local disk, including formatting and partitioning, can be done to the NAD device.
- the present invention redirects the disk I/O request to the network interface otherwise would be directed to the disk controller connected to the inside system bus in the case of using conventional local disks.
- the present invention creates a virtual host bus adapter in purely software means by modifying a driver at the host so that the host recognizes the
- NAD device as if it is connected to the system bus through a physical host adapter although actually there is no physical host adapter connected to the bus. Since an
- NAD device is accessed as if it is a local device connected to the internal bus of a host, there is no need to use network addresses such as IP addresses for the host to communicate with the NAD device. Instead, data link frames containing storage commands are exchanged between the host and the NAD device.
- FIGS. 20 A and 20B shows a comparison of the hierarchy of the disk driver between the conventional disk system and the NAD system of the present invention.
- FIG. 20A shows conventional disk driver layers in Windows 2000, which are organized in a hierarchy comprising a disk partition manager 601, a disk class driver 602, a port driver 603, and a bus driver 604.
- the generic term, 'bus' refers to a piece of hardware to which devices connect electronically. Not only does it include things like the PCI bus, but it also includes anything that can have multiple devices plugged into it such as a SCSI adapter, a parallel port, a serial port, a USB hub, and so on.
- One responsibility of the bus driver is to enumerate devices attached to the bus and to create physical device objects for each of them as necessary in Windows 2000. Therefore, the bus driver is a collection of software routines that contain the information about the specific bus and the functions that allocate system resources such as port addresses and IRQ numbers to the devices connected to the bus. It is the port driver that contains routines required to perform most ofthe actual disk I/O operations.
- the major feature of the present invention is to replace the conventional bus driver and the port driver with a new bus driver and a new port driver so that the NAD devices can be recognized as the same as the local disks and the disk I/O operations can be performed to the NAD devices through the network port ofthe Windows 2000 host.
- FIG. 20B shows the driver layers of the present invention, which have an
- the NAD bus driver 614 implements a virtual host bus adapter, through which disk I/O operations are to be done to and from a set of NAD devices.
- the NAD port driver 613 implements a set of routines required to perform actual disk I/O operations by redirecting the I/O requests to the NAD devices through the network port of a Windows 2000 host.
- FIG. 21 shows an example of a network environment where NAD devices of the present invention are attached to multiple hosts. The example shows that both Host #1 621 and Host #2 622 ran Windows 2000 connected to Network #1 623 and Network #2 624.
- Host #1 uses disk(lJ) 63 land disk(l,3) 633 through Network #1, disk (2,1) 636, and disk(2,2) 637 through Network #2 625.
- Host #2 uses disk(l,2) 632, disk(l,4) 634 and disk(l,5) 635.
- a Windows 2000 system creates device stacks as specified in Windows 2000 in order to be able to process I/O requests.
- Each device in Windows 2000 is expressed in terms of device objects organized in a stack structure.
- Device objects are data structures that the Windows 2000 system creates to help software manage hardware. Many of these data structures can exist for a single piece of physical hardware.
- the lowest-level device object in a stack is called a physical device object (PDO).
- PDO physical device object
- FDO functional device object
- the Plug and Play (PnP) Manager component of Windows 2000 constructs the stack of device objects at the command of device drivers.
- FIG. 22 shows an example of device stacks that may be created to implement the present invention, where all filter device objects are omitted for the simplicity. Shown on the left half is a layer of recursively enumerated SCSI devices on top ofthe PCI bus, which is typically the case when SCSI disks are connected to the host's PCI bus.
- a PnP Manager has a built-in driver for a virtual root bus that conceptually connects computer to all the hardware that can't electronically announce its presence including hardware bus such as PCI.
- the root bus driver 640 gets information about the PCI bus from the registry to create a PCI bus PDO 641, a PDO for the PCI bus, where the registry was initialized by a Windows 2000 setup program. Having created the PCI bus PDO 641, the PnP Manager then loads functional drivers for the PCI bus, thus creating a PCI bus FDO 642. The functional driver ofthe PCI bus can then enumerate its own hardware devices attached to the PCI bus, where the example system in FIG. 21 assumes to have a set of SCSI devices, to create a SCSI port PDO 643. Once the SCSI port PDO 643 is created, the PnP Manager then loads drivers for SCSI port device, thus creating a SCSI port FDO 644.
- SCSI disk PDOs such as 645 and 646, are created for each ofthe individual SCSI disks on top ofthe SCSI port, and SCSI disk FDOs, such as 647 and 648, are in rum created by loading the disk class driver.
- Shown on the right half of FIG. 21 is the corresponding device stacks for the NAD devices that would be created by using the NAD bus driver and NAD port driver replacing the PCI bus driver and the SCSI port driver, respectively.
- the NAD bus driver and NAD port driver replacing the PCI bus driver and the SCSI port driver, respectively.
- the NAD bus driver and NAD port driver replacing the PCI bus driver and the SCSI port driver, respectively.
- the NAD bus On top of the NAD bus PDO 651, the PnP Manager creates a NAD bus FDO 652 by loading a NAD bus driver.
- a set of NAD Port PDOs 653 and 654 for each of individual network interface cards (NICs) of the Windows 2000 host are then created recursively since one NAD port is implemented to correspond to one NIC ofthe host in the present invention.
- each NAD port FDO such as 655 or 656 is created by loading a NAD port driver. It is the NAD port driver that performs the actual NAD disk I/O operations. The NAD port driver should handle the NAD device I/O requests by redirecting the I/O requests and obtaining the I/O replies to and from the corresponding NAD devices through the specific NIC.
- the NAD port FDO such as 655 or 656 then creates individual NAD device PDOs such as 657, 658, 659 or 660 on top of the specific NAD port for individual NAD devices that can be accessed through the specific NAD port bound to a specific NIC.
- FIG. 22 shows that for the example in FIG. 21, two stacks of NAD port objects 653 and 654 are created because Host #1 has two NICs.
- Host #1 also has four NAD device PDOs 657 through 660, two for each NAD port, because NAD devices, i.e., disk(l,l) 631 and disk(l,3) 633 and disk(2,l) 636 and disk(2,2) 637 are to be accessed through the NIC(1,1) and NIC(1,2) respectively.
- the PnP Manager loads disk class driver to create a NAD device FDO such as 661, 662, 663 or 664.
- NAD bus driver and NAD port driver are to replace the conventional bus driver and SCSI port driver respectively in order to substitute the NAD devices for the conventional local disks.
- Disk class driver and other higher level drivers of Windows 2000 should remain intact without a single change in order for the Windows 2000 system to recognize the NAD device as same as a local disk.
- IRP I/O request packet
- JRPs are normally sent to the topmost driver of a stack for the device and can percolate down the stack to the other drivers.
- the driver decides what to do with the IRP. Sometimes, the driver does nothing except passing the IRP down. The driver may completely handles the IRP without passing it down or process the IRP and pass it down.
- disk I/O for example as shown in
- an IRP for a file I/O sent to the file system driver is passed to a volume manager, a disk class partition manager, to a partition manager, and to disk class driver.
- SRB SCSI Request Block
- the disk class driver passes the new IRP down to a SCSI port driver that completes actual disk I/O operation. If the IRP is for the NAD device connected to the network, the disk class driver passes the IRP down to NAD port driver that completes NAD device I/O through the network interface.
- FIGS. 20A and 20B it is the feature ofthe Windows 2000 device stack as shown in FIGS. 20A and 20B that an IRP for a specific disk, local or network-attached, is directed eventually to the corresponding disk. This is because separate disk object stacks are created for each of the individual disks.
- FIG. 22 shows that separate SCSI disk FDO/PDOs and NAD device FDO/PDOs are bound to each of the individual local disks and NAD devices, respectively.
- the present invention replaces the conventional disk bus driver and port driver with the new NAD bus and port drivers as shown in FIG. 20B so that NAD devices would be recognized as local disks by the Windows 2000 system.
- All of the Windows 2000 device drivers have functions to create and remove the FDO for each device and dispatch functions to handle IRP passed down from the above driver layer.
- the major and minor function numbers in the IRP specify which ofthe dispatch functions will be invoked.
- the following is an explanation of the actual software modules implemented in the NAD bus driver and port driver of the present invention in order to implement the NAD system for Windows 2000.
- the NAD bus driver is a set of software modules that implement a virtual host bus adapter to which NAD ports are to be attached, where the individual NICs of a host are realized as NAD ports.
- the functions of the NAD bus driver are basically the same as those of a conventional PCI bus driver in Windows 2000.
- the NAD bus driver performs the functions of finding out the number ofthe NICs installed in the host computer and enumerating those NICs to create an NAD port PDO for each of the existing NICs. It also performs the functions of creating, starting, stopping, and removing an NAD port.
- an individual NIC is regarded as an independent NAD port so that NAD disk ports for NAD devices are created according to the number of independently operating network units. See the example configuration shown FIG. 22.
- the difference between the NAD bus driver and a conventional PCI bus driver is that the NAD bus driver is for NAD devices that are physically separated from the system bus of the host but are connected through network ports.
- the NAD bus driver is implemented by creating a kernel thread to install and remove an NAD port on the NAD bus.
- the kernel thread created by the NAD bus driver starts to work when an IRP with IRP_MJ_PNP as its major function number and ⁇ U > _MN_START_DENICE as its minor function number is sent to the NAD bus FDO from the PnP Manager. The thread terminates when the NAD bus FDO is removed.
- the thread periodically detects existence of NICs. If a new NIC is detected, the thread creates a new NAD port PDO for the NIC and includes the newly created NAD port PDO into its own list of NAD port PDOs. The thread then invokes the PnP Manager to have the NAD port PDO recognized by the system. Removal of an NIC is also detected by the thread since the thread can detect the absence ofthe NIC of which NAD port PDO previously created would be found in the above mentioned list without the corresponding NIC. If an NIC is found to have been removed from the host, the thread removes the corresponding NAD port PDO from its list and invokes the PnP Manager to remove the NAD port from the Windows 2000 system.
- the software routines implemented in the NAD bus driver can be classified into five categories.
- the following tables list some ofthe routines implemented in the NAD bus driver with brief explanations. 0
- NADPortPDOPnpO processes minor functions related to PnP invoked when IRP_MJ_PNP is sent to NAD port PDO
- NADBusHWQ - routine for the kernel thread to detect NAD ports attached to NAD bus
- a port driver is a lower-level driver that responds to a system-defined device control request or a driver-defined device I/O control request from a corresponding class driver.
- the NAD port driver is capable of basic functions to initialize the driver and create an NAD port FDO and dispatch functions to process JRP passed down from the disk class driver layer.
- the JRP passed down from the disk class driver may contain a SCSI request block (SRB), which specifies the actual I/O command to be performed onto the SCSI device.
- SRB SCSI request block
- Tables 9 and 10 list the basic functions and some ofthe dispatch functions, of which roles are basically the same as those ofthe NAD bus driver described earlier, are presented with brief explanations.
- a device I/O control command is included in an IRP as a device I/O control number, and the device I/O control functions are implemented in the port driver to handle the corresponding device I/O control numbers.
- additional device I/O control functions are implemented in the NAD port driver so that the NAD can be added or removed dynamically without stopping the Windows 2000 system.
- the device I/O control functions implemented in the present invention handle such dynamic addition and removal of the NAD as follows. If a device control IRP that tells a new NAD hardware device is hooked up to the network is passed to the NAD port FDO, the NAD port FDO creates an NAD device PDO for the new NAD thus letting the system recognize the disk. For the removal ofthe NAD device, device control IRP to remove the disk is sent to and processed by NAD port FDO similarly.
- the dispatch functions that handle device I/O control IRPs are summarized in the following table.
- NASPortFdoDeviceControlO NADPortPluInDevicey
- NADPortUnpluDevice() are the functions particular to the present invention for the purpose of dynamic addition and removal ofthe NAD.
- NADPortDeviceControlO invoked when I/O control IRP is passed processes IRP_MJ_DEVICE_CONTROL IRP invokes NADPortFdoDeviceControl() for FDO control invokes NADPortPdoDeviceControlQ for PDO control
- NADPortFdoDeviceControlO registers new NAD device or removes an NAD device processes I/O control functions
- NADPortUnplugDevice() invokes NADPortUnplugDevice() to remove an NAD hardware
- NADPortPdoDeviceControlO - processes I/O controls for PDO
- NAD device does not use SCSI address, so sets the values of PathJD and TargetID Os and returns enumeration number of NAD device to LUN in CDB
- FIG. 23A shows the flow of IRP, SRB, and CDB where the IRP is to a SCSI disk connected to a conventional hardware bus such as PCI bus in a Windows 2000 system.
- a disk class driver 681 passes down to a SCSI port driver 682 and a SCSI bus driver 683 an IRP that may contain an SRB.
- the SRB is a data structure that contains information about the requested I/O and a command descriptor block (CDB) containing a SCSI-2 standard command.
- CDB command descriptor block
- FIG. 23B shows the flow of IRP, SRB, and CDB (or some other types of I/O commands) in the NAD system.
- a disk class driver 691 passes down an IRP with an SRB to a NAD port driver 692 and a NAD bus driver 693, which then deliver the CDB extracted from the SRB to NIC 694 to complete an actual device I/O to a NAD device 695 through a network 696.
- the NAD system supports various types of disks including SCSI and IDE. If the NAD device is composed of SCSI disks only, the CDB is delivered as is to the host NIC so that the network-attached SCSI disks can perform the requested disk I/O.
- the CDB must be translated into the commands that can be processed by the specific devices.
- the translation ofthe CDB can be done either at the NAD port driver or at the NAD device. If the translation is to be done at the NAD, the Windows 2000 host simply delivers a CDB to the host NIC as if it delivers a CDB to a SCSI disk. If the translation is to be done at the NAD port driver, the NAD port driver functions must translate the CDBs into a set of disk I/O commands appropriate to the specific hardware disk types.
- the NAD system ofthe present invention supports both cases, and the type of the commands, i.e., CDB or hardware-specific commands, is determined at the time of the installation ofthe specific NAD.
- Some ofthe dispatch functions that process SRB with mandatory CDB operation codes are given in table 12 to show how the NAD port driver functions are implemented to handle the SRB and CDB in the present invention. Such SRB processing functions are required if the NAD port driver has to translate the CDB into a set of hardware specific I/O commands.
- Disk I/O commands in the NAD system are delivered to the host NIC instead of the local disk host adapter because the I/O should be done over the network rather than over the bus.
- Windows 2000 provides a Network Driver Interface Specification (NDIS), a set of specifications defined to specify network interface drivers.
- NDIS Network Driver Interface Specification
- FIG. 24 shows a NDIS driver layer defined in Windows 2000. It consists of a NDIS protocol driver 701 for specifying a high-level protocol to be used, a NDIS intermediate driver 702, an NDIS miniport 703 for managing hardware specifics, and a network interface card (NIC) 704.
- NDIS protocol driver 701 for specifying a high-level protocol to be used
- NDIS intermediate driver 702 for specifying a high-level protocol to be used
- NDIS miniport 703 for managing hardware specifics
- NIC network interface card
- NAD port driver functions that deliver I/O commands to the NAD devices are implemented to deliver the commands to a NDIS (network driver interface specification) protocol driver layer through which the commands are delivered to the NAD devices over the network.
- NDIS network driver interface specification
- the NAD port driver Upon receiving from the disk class driver the IRP containing an SRB or an I/O control command for specific disk I/O operation, the NAD port driver passes down a new IRP containing the corresponding CDB to the protocol driver. Then the protocol driver sends the CDB, which is the SCSI-2 standard I O command, to the NAD device and, in turn, receives and handles the reply from the NAD device. Note here that if the host computer has to send some hardware specific I/O commands other than CDB as is pointed out in FIG. 23B, the NAD port driver passes down an IRP containing the hardware specific commands instead ofthe CDB to the NDIS protocol driver.
- the NDIS provides transport-independence for network vendors because all drivers that require communication over the network calls the NDIS interface to access the network, thus providing a ready solution for the communication between the host computer and the NAD devices in the present invention.
- the actual protocol implemented in the protocol driver ofthe NDIS may adopt a standard protocol or a non-standard protocol. Since a standard protocol such as IP (Internet Protocol) involves an overhead, a non-standard protocol may be preferred in terms of performance and security.
- IP Internet Protocol
- the present invention follows the NDIS specification of the Windows 2000 network system to implement a proprietary communication protocol into the NDIS protocol driver in order to provide a communication protocol between a Windows 2000 host and NAD devices to reliably handle the NAD I/O commands.
- the technical constitution of the NAD device running under the Windows family of operating systems is the same as that of the NAD device running under the UNIX family of operating systems shown in FIG. 14.
- the NAD system ofthe present invention has numerous advantages over the NAS system and the SAN system. Unlike the NAS system that provides file storage service by way of an additional file server, the NAD device is attached to a host computer as if it is a local disk connected to the system bus of the host. Unlike the SAN system, the NAD device ofthe present invention is simply plugged into a network port without requiring any additional special switch or network equipment. Therefore, the NAD system provides better user convenience, system flexibility, scalability, economy, and performance.
- NAD devices can be done to NAD devices just as they can be done to a local disk. Since NAD devices are directly available to the host as local disks, the NAD system provides better manageability and user convenience. In the NAS system, addition, deletion, or any change to the disk configuration should be consulted to the NAS operating system through human or software intervention. In the NAD system, addition or deletion of an NAD device is instantly achieved by plugging or unplugging the NAD device to and from a network port. The NAD system even provides a superior user convenience in installing and uninstalling the disks, eliminating the need of opening and closing the case ofthe host computer.
- the NAD system provides almost unlimited scalability to the disk capacity.
- the number of NAD devices that can be attached to the network is virtually unlimited, whereas the number of disks available through the NAS system is severely limited because of an economical reason and the inconvenience involved in the management of the multitudes of NAS servers.
- the NAD system is intrinsically more economical than the NAS or SAN system because each NAD device does not employ file server software and other additional special hardware equipment.
- An NAD system of the present invention can be alternatively implemented as a media changeable storage device.
- a media changeable storage device is a special storage device that is physically separated two parts, one being the media containing the data and the other being the driver performing an I/O operation to the media.
- Floppy disk drivers, CD-ROM drivers are examples of media changeable storage devices.
- a media changeable storage device can be registered to a host computer so that a media such as a diskette can be inserted into a driver dynamically.
- NAD devices can be plugged in or removed from a network port dynamically
- a virtual driver that uses NAD as a media can be implemented in the form of a media changeable storage device.
- Windows 2000 provides the changer class driver model to implement a media changeable storage device.
- a class driver for the NAD system is implemented according to the model ofthe changer class driver of Windows 2000.
- the two lower- level drivers i.e. the NAD port driver and the NAD bus driver, are used to implement such media changeable NAD system.
- the network attached disk of the present invention may be implemented by providing in the host side a protocol converter that converts storage commands into data link frames containing the storage commands so that the frames can be sent through a network, and by providing in the device side a counter-converter that converts the data link frames containing the storage commands received through the network into the storage commands.
- a protocol converter that converts storage commands into data link frames containing the storage commands so that the frames can be sent through a network
- a counter-converter that converts the data link frames containing the storage commands received through the network into the storage commands.
- the converter Since a converter is a specialized network interface, the converter encapsulates the I/O commands and data to data link frame so as transmit them to an I/O device through a network without the overhead of processing communication protocols in general.
- Tape System The kinds of storage devices that can be directly connected to a network using the interface ofthe present system are not limited to disk systems. Tape systems and CD drives use IDE or SCSI interface, the same bus interface as disk systems. For example, the present invention may be used to connect multiple CD drives directly to a network, enabling a cost-effective implementation of a CD- Juke box.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR2001000086 | 2001-01-02 | ||
| KR10-2001-0000086A KR100372915B1 (en) | 2001-01-02 | 2001-01-02 | Network-attached disk system |
| PCT/KR2001/001976 WO2002054266A1 (en) | 2001-01-02 | 2001-11-19 | Disk system adapted to be directly attached to network |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP1348164A1 true EP1348164A1 (en) | 2003-10-01 |
| EP1348164A4 EP1348164A4 (en) | 2007-12-05 |
Family
ID=19704210
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP01272932A Withdrawn EP1348164A4 (en) | 2001-01-02 | 2001-11-19 | Disk system adapted to be directly attached to network |
Country Status (4)
| Country | Link |
|---|---|
| EP (1) | EP1348164A4 (en) |
| JP (1) | JP2004527817A (en) |
| KR (1) | KR100372915B1 (en) |
| WO (1) | WO2002054266A1 (en) |
Families Citing this family (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7237021B2 (en) * | 2003-04-04 | 2007-06-26 | Bluearc Uk Limited | Network-attached storage system, device, and method supporting multiple storage device types |
| US8914459B2 (en) | 2004-04-14 | 2014-12-16 | Hewlett-Packard Development Company, L.P. | Redirecting I/O request to remote networked peripheral device |
| KR100662256B1 (en) | 2004-12-20 | 2006-12-28 | 한국전자통신연구원 | Object-based storage device with low process occupancy and its control method |
| US7912987B2 (en) | 2005-01-14 | 2011-03-22 | Microsoft Corporation | USB devices in application server environments |
| US8918530B2 (en) | 2005-09-09 | 2014-12-23 | Microsoft Corporation | Plug and play device redirection for remote systems |
| GB0608085D0 (en) | 2006-04-25 | 2006-05-31 | Intesym Ltd | Network interface and router |
| CN101398822B (en) * | 2007-09-26 | 2012-05-09 | 新奥特硅谷视频技术有限责任公司 | Method for dynamically extending network memory space by virtual file systems technology |
| US8041987B2 (en) * | 2008-11-10 | 2011-10-18 | International Business Machines Corporation | Dynamic physical and virtual multipath I/O |
| EP2189893A1 (en) | 2008-11-21 | 2010-05-26 | Thomson Licensing | Data storage system and method of operation |
| TWI426385B (en) * | 2010-06-29 | 2014-02-11 | Genesys Logic Inc | Method and system for accessing a storage drive with a large capacity |
| US9858126B2 (en) | 2010-12-16 | 2018-01-02 | Microsoft Technology Licensing, Llc | Device redirection for remote systems |
| JP5491548B2 (en) * | 2012-01-31 | 2014-05-14 | 株式会社ユニテックス | Information processing apparatus, information processing system, information processing method, program, and recording medium |
| KR101526471B1 (en) * | 2013-11-22 | 2015-06-09 | 유넷시스템주식회사 | Host security device |
| KR20200109547A (en) | 2019-03-13 | 2020-09-23 | 김한규 | Method and network attached storage apparatus for sharing files between computers |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5838910A (en) * | 1996-03-14 | 1998-11-17 | Domenikos; Steven D. | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
| US6167490A (en) * | 1996-09-20 | 2000-12-26 | University Of Washington | Using global memory information to manage memory in a computer network |
| JPH117404A (en) * | 1997-06-17 | 1999-01-12 | Toshiba Corp | Network-attached SCSI device and file system using the same |
| US5941972A (en) * | 1997-12-31 | 1999-08-24 | Crossroads Systems, Inc. | Storage router and method for providing virtual local storage |
| US6128690A (en) * | 1998-03-24 | 2000-10-03 | Compaq Computer Corporation | System for remote memory allocation in a computer having a verification table contains information identifying remote computers which are authorized to allocate memory in said computer |
| JPH11296466A (en) * | 1998-04-06 | 1999-10-29 | Canon Inc | Network device management apparatus and method, recording medium |
| US6470397B1 (en) * | 1998-11-16 | 2002-10-22 | Qlogic Corporation | Systems and methods for network and I/O device drivers |
| JP3446645B2 (en) * | 1999-01-13 | 2003-09-16 | 日本電気株式会社 | INFORMATION PROCESSING SYSTEM, PERIPHERAL DEVICE SEARCH PROCESSING METHOD USED FOR THE SAME, AND RECORDING MEDIUM RECORDING ITS CONTROL PROGRAM |
| KR20000072493A (en) * | 2000-09-06 | 2000-12-05 | 임동희 | The method for using a PDA as a controling terminal for a PC on wireless internet. |
| KR20010088528A (en) * | 2001-08-02 | 2001-09-28 | 전대식 | A portable storage device and Method for using a remote storage device in the network as auxiliary memory of the local computer system by using the same device |
-
2001
- 2001-01-02 KR KR10-2001-0000086A patent/KR100372915B1/en not_active Expired - Fee Related
- 2001-11-19 JP JP2002555298A patent/JP2004527817A/en active Pending
- 2001-11-19 WO PCT/KR2001/001976 patent/WO2002054266A1/en not_active Ceased
- 2001-11-19 EP EP01272932A patent/EP1348164A4/en not_active Withdrawn
Also Published As
| Publication number | Publication date |
|---|---|
| KR100372915B1 (en) | 2003-02-19 |
| KR20020059139A (en) | 2002-07-12 |
| EP1348164A4 (en) | 2007-12-05 |
| WO2002054266A1 (en) | 2002-07-11 |
| JP2004527817A (en) | 2004-09-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7792923B2 (en) | Disk system adapted to be directly attached to network | |
| JP4691251B2 (en) | Storage router and method for providing virtual local storage | |
| US10445258B1 (en) | Method for creation of device drivers and device objects for peripheral devices | |
| US8010707B2 (en) | System and method for network interfacing | |
| US8868628B2 (en) | Sharing computer data among computers | |
| US7934021B2 (en) | System and method for network interfacing | |
| US20040064594A1 (en) | Method and apparatus for identifying multiple paths to a SCSI device | |
| USRE42761E1 (en) | Storage router and method for providing virtual local storage | |
| US20070174850A1 (en) | Method and System for HBA Assisted Storage Virtualization | |
| WO2002054266A1 (en) | Disk system adapted to be directly attached to network | |
| EP1460805B1 (en) | System and method for network interfacing | |
| US7610295B2 (en) | Method and apparatus for generating persistent path identifiers | |
| JP2004527817A5 (en) | ||
| WO2004021628A2 (en) | System and method for network interfacing | |
| US7114020B1 (en) | Software mechanism for unique identification of SCSI device | |
| US20070245060A1 (en) | Method and system for handling data by file-system offloading | |
| US20100017189A1 (en) | Transparent Intellectual Network Storage Device | |
| US20070174034A1 (en) | Transparent intellectual network storage device | |
| Pentakalos | Configuring the Windows 2000 I/O Subsystem |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20030704 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE TR |
|
| AX | Request for extension of the european patent |
Extension state: AL LT LV MK RO SI |
|
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20071105 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06F 3/06 20060101ALI20071030BHEP Ipc: H04L 29/08 20060101AFI20071030BHEP |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: PAK, ZHE KHI |
|
| RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: KIM, HAN-GYOO |
|
| 17Q | First examination report despatched |
Effective date: 20090803 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20130603 |