US20060271579A1 - Storage usage analysis - Google Patents

Storage usage analysis Download PDF

Info

Publication number
US20060271579A1
US20060271579A1 US11/125,461 US12546105A US2006271579A1 US 20060271579 A1 US20060271579 A1 US 20060271579A1 US 12546105 A US12546105 A US 12546105A US 2006271579 A1 US2006271579 A1 US 2006271579A1
Authority
US
United States
Prior art keywords
communication
client machine
identified
client
data
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.)
Abandoned
Application number
US11/125,461
Inventor
Arun Batish
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/125,461 priority Critical patent/US20060271579A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BATISH, ARUN
Priority to CNB2006100576647A priority patent/CN100426297C/en
Publication of US20060271579A1 publication Critical patent/US20060271579A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers

Definitions

  • This invention relates to management of a file system for a computer. More specifically, the invention relates to automation associated with determining storage availability in the file system.
  • SAN storage area network
  • the SAN file system is an example of a software based storage management system that directs client machines to specific storage devices for reading and/or writing data, and is proprietary to International Business Machines Corporation.
  • storage units may be accessible by one or more client machines.
  • a physical storage device is the entire storage device, such as a RAID controller and its associated disks, a disk drive, a tape drive, etc.
  • a physical storage device is often measured in terabytes and is built from engineering specifications that specify reliability, serviceability, performance, or a specific price per megabyte.
  • a logical storage device is typically built from one or more pieces of a physical storage device.
  • a logical storage device is often measured in megabytes and is created to meet the requirements of a system administrator, such as planning availability, backup policies, disaster recovery, or other high level storage requirements.
  • Storage products, such as the SAN file system organize physical storage units into logical storage units for management of data.
  • FIG. 1 is a prior art block diagram ( 10 ) of a distributed file system including a server cluster ( 20 ), a plurality of client machines ( 12 ), ( 14 ), and ( 16 ), and a storage area network (SAN) ( 30 ).
  • Each of the client machines communicate with one or more server machines ( 22 ), ( 24 ), and ( 26 ) over a data network ( 40 ).
  • each of the client machines ( 12 ), ( 14 ), and ( 16 ) and each of the server machines in the server cluster ( 20 ) are in communication with the storage area network ( 30 ).
  • the storage area network ( 30 ) includes a plurality of shared disks ( 32 ) and ( 34 ) that contain blocks of data for associated files.
  • the server machines ( 22 ), ( 24 ), and ( 26 ) contain metadata pertaining to location and attributes of the associated files.
  • Each of the client machines may access an object or multiple objects stored on the file data space of the SAN ( 30 ), but may not access the metadata storage.
  • a client machine contacts one of the server machines to obtain metadata and locks.
  • Metadata supplies the client with information about a file, such as its attributes and location on storage devices. Locks supply the client with privileges it needs to open a file and read or write data.
  • the server machine performs a look-up of metadata information for the requested file within metadata storage of the SAN ( 30 ).
  • the server machine communicates granted lock information and file metadata to the requesting client machine, including the location of all data blocks making up the file. Once the client machine holds a lock and knows the data block location(s), the client machine can access the data for the file directly from a shared storage device attached to the SAN ( 30 ).
  • each of the client machines are in communication with the SAN ( 30 ). Although each of the clients is in communication with the SAN ( 30 ), this does not guarantee that each of the clients has access to each storage unit, physical and logical, in the SAN.
  • each logical storage unit is comprised of one or more physical storage units. One or more clients may not be able to access each physical storage unit in a specified logical storage unit.
  • the SAN may be configured such that specific storage units may be accessible to some clients in the network and not available to other clients in the network. It is the responsibility of the server machine to monitor availability of storage units in the SAN to the individual client machines in the network.
  • FIG. 2 is a flow chart ( 50 ) of a prior art method for the server to maintain data associated with accessibility of logical storage units by client machines in the network.
  • an administrator logs onto a master server, i.e. a cluster leader, of a client-server file system and starts an administrative command line interface ( 52 ).
  • the master server is a server machine in the network that manages all of the other servers in the network known as subordinate server nodes.
  • the administrator executes a command that returns a list of all client machines connected to the master server ( 54 ).
  • the list returned at step ( 54 ) is saved in an output text file ( 56 ).
  • a subsequent command is run on the master server to identify which logical storage units are in communication with the specified client ( 60 ).
  • the output of the command run at step ( 60 ) is conducted individually for each client machine, and each output of each client machine is saved in a separate text file ( 62 ). Thereafter, a test is conducted to determine if there are any client machines in the network that have not been queried to determine associated logical storage units ( 64 ). A positive response to the query at step ( 64 ) is followed by a return to step ( 58 ).
  • a person manually compares the output of each text file generated at step ( 62 ) to determine which logical storage units are connected to all of the client machines ( 66 ), and which logical storage units are only connected to individual client machines ( 68 ).
  • a test is conducted to determine if a new client machine has been added to the network, or if a previously connected client machine has been disconnected from the network ( 70 ).
  • a negative response to the test at step ( 70 ) will result in a creation of a list of logical storage units available for usage by identified client machines ( 72 ).
  • a positive response to the test at step ( 70 ) will return to step ( 52 ) to restart the identification process. Accordingly, the prior art process requires a manual compilation of data identifying availability of logical storage units to client machines.
  • This invention comprises a process and system for automating identification of storage units in communication with client machines.
  • a method for managing a storage area network file system.
  • Each storage unit in the file system in communication with each identified client machine is identified, for each client machine in communication with a server. Compilation of data for each identified client machine with each identified storage unit is automated.
  • a computer system is provided with a storage area network in communication with a server and a client machine.
  • a storage manager is provided to identify each storage unit in the storage area network in communication with each client machine in communication with the server.
  • a compiler is provided to automate compilation of data for each identified client machine with each identified storage unit.
  • an article in a computer-readable signal-bearing medium.
  • Means in the medium are provided for identifying each storage unit in a file system in communication with each client machine in communication with a server and a storage area network file system.
  • Means in the medium are also provided for automating compilation data of each identified client machine with each identified storage unit.
  • FIG. 1 is a prior art block diagram of a distributed file system in communication with a storage area network.
  • FIG. 2 is a prior art flow chart illustrating a method for compiling logical storage unit availability to client machines in the network.
  • FIGS. 3 a and 3 b are flow charts illustrating a method for compiling logical storage unit availability to client machines in the network according to the preferred embodiment of this invention, and is suggested for printing on the first page of the issued patent.
  • a client-server network in communication with a SAN, groupings of storage units are gathered into logical storage units. For security or other reasons, it may be that each client machine in the network is not in communication with each logical storage unit. As such, an automated mechanism is provided to identify which client machines are in communication with available logical storage units. The availability of this information ensures that client machines are not attempting to communicate with logical storage units to which they do not have access privileges. Data pertaining to the identification is captured in memory of a server machine. This enables the data to be subsequently parsed or otherwise organized to provide pertinent communication information between the client machines and the logical storage units available to the server machines in the network.
  • FIG. 3 is a flow chart ( 150 ) illustrating a process for automating compilation of file system data in a client-server file system.
  • the process includes invoking a tool in which output is captured in system memory of the master server.
  • An interface is invoked on the master server console ( 152 ) which requires an argument to capture and format raw data for presentation to a user ( 154 ).
  • the argument provided may include common, restricted, or debug.
  • a common argument will return data associated with all of the client machines in the system.
  • a restricted argument will return data associated with a specified client machine.
  • a debug argument will return data of an individual client machine, for each identified client machine.
  • a list is compiled to identify each client machine connected to the server cluster in the file system ( 156 ). This list is captured in memory of the master server ( 158 ).
  • the initial part of the compilation process includes creating a list of each client machine in communication with the server cluster.
  • each identified client machine is queried to determine accessibility of the client machine to logical storage units in the SAN to determine if the identified client machine is connected to a logical storage unit in the SAN ( 160 ).
  • a positive response to the test at step ( 160 ) results in production of a list of identifiers of each logical storage unit connected to the identified client machine ( 162 ), and saving the list in memory of the master server ( 164 ).
  • a test is conducted to determine if there are other identified client machines that have not been queried ( 166 ).
  • a positive response to the test at step ( 166 ) will cause a return to step ( 160 ) to produce a list of logical storage units connected to the next identified client machine.
  • the identifiers of the logical storage units saved into memory at step ( 164 ) are parsed and raw data capture in conjunction with the identifiers are discarded from the generated list with non-useful information being discarded ( 168 ).
  • the parsed out logical storage unit identifiers and the number of logical storage units per client remain in server memory. Accordingly, the compilation process includes identifying each logical storage unit in communication with each identified client machine.
  • a test is conducted to determine if an argument was passed at step 154 for parsing the compiled data ( 170 ).
  • a positive response to the test at step ( 170 ) will result in a subsequent test to determine if the passed argument was restricted ( 172 ) by comparing an argument value passed at step 154 with a value associated with a restricted argument. If the response to the test at step ( 172 ) is positive, the list of logical storage units is parsed to produce a list of logical storage units in communication with a specified client machine ( 174 ).
  • a test is conducted to determine if the passed argument was debug ( 176 ) by comparing an argument value passed at step 154 with a value associated with a debug argument. If the response to the test at step ( 176 ) is positive, the list of logical storage units is parsed to produce a list of all logical storage units in communication with an individual client machine for each identified client machine ( 178 ). However, if the response to the test at step ( 172 ) or step ( 176 ) is negative, this is an indication that the intended argument is common. A list of all logical storage units in communication with all of the identified client machines is produced ( 180 ).
  • the data parsed with the argument at step ( 174 ), ( 178 ), or ( 180 ) is saved in an output file of the server memory ( 184 ). Accordingly, the compiled and parsed data may be saved in an output file for use at a later time.
  • the process and system for compiling access of each client machine to a logical storage unit does not affect resources of the server(s).
  • the tool may be invoked at any time on the master sever.
  • the tool may include a storage manager to identify storage units, a client manager to identify and manage the client machines, and a compiler to automate compilation data of each identified client machine.
  • the storage manager may be stored on a computer-readable medium as it contains data in a machine readable format.
  • the compiler used to compile date for each identified client machine may also be embedded in a machine readable format to automate the compilation process, and the client manager may also be embedded in machine readable format.
  • the client manager, the storage manager, and the compiler may all be in the form of hardware elements in the computer system or software elements in a computer-readable format or a combination of software and hardware.
  • the tool automates parsing of data relevant to the user and saving the parsed data in memory. Different argument values may be passed to the data to compile parsed and formatted data relevant to the user. Compilation of data may be conducted in the memory and does not require manual review of hardcopy data. By saving the output in memory, use of the output can be processed efficiently. In addition, the tool may be invoked at any time without affecting use of the system resources.
  • the tool may be invoked in a distributed file system or any client-server file system utilizing a SAN or network attached storage.
  • the tool may be invoked on a command line interface, a graphical user interface, or an alternative interface which supports output of the generated data being saved in memory. Accordingly, the scope of protection of this invention is limited only by the following claims and their equivalents.

Abstract

A process and system are provided to automate identification of storage units in communication with client machines. A tool is invoked to support identification of each client machine in communication with a server, as well as each storage unit in the file system in communication with each identified client machine. The identification information of both the client machines and the storage units is saved in memory. This supports the ability to automate the process of compiling data of each identified client machine with each identified storage unit.

Description

    BACKGROUND OF THE INVENTION
  • 1. Technical Field
  • This invention relates to management of a file system for a computer. More specifically, the invention relates to automation associated with determining storage availability in the file system.
  • 2. Description of the Prior Art
  • There are two primary storage management systems for network based storage. One system is known as network attached storage in which storage units are connected to the network through a network connection. Another system is known as a storage area network (SAN) attached storage in which the SAN houses and manages multiple storage units. The SAN is connected to the network through a fiber optic cable. The SAN file system is an example of a software based storage management system that directs client machines to specific storage devices for reading and/or writing data, and is proprietary to International Business Machines Corporation. In both the network attached storage and the SAN, storage units may be accessible by one or more client machines. There are two categories of storage units in the SAN, a physical storage device and a logical storage device. A physical storage device is the entire storage device, such as a RAID controller and its associated disks, a disk drive, a tape drive, etc. A physical storage device is often measured in terabytes and is built from engineering specifications that specify reliability, serviceability, performance, or a specific price per megabyte. A logical storage device is typically built from one or more pieces of a physical storage device. A logical storage device is often measured in megabytes and is created to meet the requirements of a system administrator, such as planning availability, backup policies, disaster recovery, or other high level storage requirements. Storage products, such as the SAN file system organize physical storage units into logical storage units for management of data.
  • FIG. 1 is a prior art block diagram (10) of a distributed file system including a server cluster (20), a plurality of client machines (12), (14), and (16), and a storage area network (SAN) (30). Each of the client machines communicate with one or more server machines (22), (24), and (26) over a data network (40). Similarly, each of the client machines (12), (14), and (16) and each of the server machines in the server cluster (20) are in communication with the storage area network (30). The storage area network (30) includes a plurality of shared disks (32) and (34) that contain blocks of data for associated files. Similarly, the server machines (22), (24), and (26) contain metadata pertaining to location and attributes of the associated files. Each of the client machines may access an object or multiple objects stored on the file data space of the SAN (30), but may not access the metadata storage. In opening the contents of an existing file object on the storage media in the SAN (30), a client machine contacts one of the server machines to obtain metadata and locks. Metadata supplies the client with information about a file, such as its attributes and location on storage devices. Locks supply the client with privileges it needs to open a file and read or write data. The server machine performs a look-up of metadata information for the requested file within metadata storage of the SAN (30). The server machine communicates granted lock information and file metadata to the requesting client machine, including the location of all data blocks making up the file. Once the client machine holds a lock and knows the data block location(s), the client machine can access the data for the file directly from a shared storage device attached to the SAN (30).
  • In the distributed file system shown in FIG. 1, each of the client machines are in communication with the SAN (30). Although each of the clients is in communication with the SAN (30), this does not guarantee that each of the clients has access to each storage unit, physical and logical, in the SAN. As noted above, each logical storage unit is comprised of one or more physical storage units. One or more clients may not be able to access each physical storage unit in a specified logical storage unit. The SAN may be configured such that specific storage units may be accessible to some clients in the network and not available to other clients in the network. It is the responsibility of the server machine to monitor availability of storage units in the SAN to the individual client machines in the network.
  • FIG. 2 is a flow chart (50) of a prior art method for the server to maintain data associated with accessibility of logical storage units by client machines in the network. At a first step, an administrator logs onto a master server, i.e. a cluster leader, of a client-server file system and starts an administrative command line interface (52). The master server is a server machine in the network that manages all of the other servers in the network known as subordinate server nodes. The administrator executes a command that returns a list of all client machines connected to the master server (54). The list returned at step (54) is saved in an output text file (56). For each identified client machine (58), a subsequent command is run on the master server to identify which logical storage units are in communication with the specified client (60). The output of the command run at step (60) is conducted individually for each client machine, and each output of each client machine is saved in a separate text file (62). Thereafter, a test is conducted to determine if there are any client machines in the network that have not been queried to determine associated logical storage units (64). A positive response to the query at step (64) is followed by a return to step (58). However, following a negative response to the query at step (64), a person manually compares the output of each text file generated at step (62) to determine which logical storage units are connected to all of the client machines (66), and which logical storage units are only connected to individual client machines (68). After the comparison at steps (66) and (68), a test is conducted to determine if a new client machine has been added to the network, or if a previously connected client machine has been disconnected from the network (70). A negative response to the test at step (70) will result in a creation of a list of logical storage units available for usage by identified client machines (72). Similarly, a positive response to the test at step (70) will return to step (52) to restart the identification process. Accordingly, the prior art process requires a manual compilation of data identifying availability of logical storage units to client machines.
  • One of the drawbacks associated with the prior art solution is the time consumption associated with manual compilation. The results from execution of the command line interface are not stored in memory. Rather, they are sent to an output device with a hardcopy generated therefrom. It is therefore desirable to formulate an automated system for compiling the identifying information in a manner that will efficiently utilize system resources without affecting the integrity and operation of the SAN and the client machines.
  • SUMMARY OF THE INVENTION
  • This invention comprises a process and system for automating identification of storage units in communication with client machines.
  • In one aspect of the invention, a method is provided for managing a storage area network file system. Each storage unit in the file system in communication with each identified client machine is identified, for each client machine in communication with a server. Compilation of data for each identified client machine with each identified storage unit is automated.
  • In another aspect of the invention, a computer system is provided with a storage area network in communication with a server and a client machine. A storage manager is provided to identify each storage unit in the storage area network in communication with each client machine in communication with the server. In addition, a compiler is provided to automate compilation of data for each identified client machine with each identified storage unit.
  • In yet another aspect of the invention, an article is provided in a computer-readable signal-bearing medium. Means in the medium are provided for identifying each storage unit in a file system in communication with each client machine in communication with a server and a storage area network file system. Means in the medium are also provided for automating compilation data of each identified client machine with each identified storage unit.
  • Other features and advantages of this invention will become apparent from the following detailed description of the presently preferred embodiment of the invention, taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a prior art block diagram of a distributed file system in communication with a storage area network.
  • FIG. 2 is a prior art flow chart illustrating a method for compiling logical storage unit availability to client machines in the network.
  • FIGS. 3 a and 3 b are flow charts illustrating a method for compiling logical storage unit availability to client machines in the network according to the preferred embodiment of this invention, and is suggested for printing on the first page of the issued patent.
  • DESCRIPTION OF THE PREFERRED EMBODIMENT Overview
  • In a client-server network in communication with a SAN, groupings of storage units are gathered into logical storage units. For security or other reasons, it may be that each client machine in the network is not in communication with each logical storage unit. As such, an automated mechanism is provided to identify which client machines are in communication with available logical storage units. The availability of this information ensures that client machines are not attempting to communicate with logical storage units to which they do not have access privileges. Data pertaining to the identification is captured in memory of a server machine. This enables the data to be subsequently parsed or otherwise organized to provide pertinent communication information between the client machines and the logical storage units available to the server machines in the network.
  • Technical Details
  • FIG. 3 is a flow chart (150) illustrating a process for automating compilation of file system data in a client-server file system. The process includes invoking a tool in which output is captured in system memory of the master server. An interface is invoked on the master server console (152) which requires an argument to capture and format raw data for presentation to a user (154). In one embodiment, the argument provided may include common, restricted, or debug. A common argument will return data associated with all of the client machines in the system. Similarly, a restricted argument will return data associated with a specified client machine. A debug argument will return data of an individual client machine, for each identified client machine. Prior to the tool parsing the data, a list is compiled to identify each client machine connected to the server cluster in the file system (156). This list is captured in memory of the master server (158).
  • Accordingly, the initial part of the compilation process includes creating a list of each client machine in communication with the server cluster.
  • Following identification of the client machines, each identified client machine is queried to determine accessibility of the client machine to logical storage units in the SAN to determine if the identified client machine is connected to a logical storage unit in the SAN (160). A positive response to the test at step (160) results in production of a list of identifiers of each logical storage unit connected to the identified client machine (162), and saving the list in memory of the master server (164). Following completion of the list at step (164) or a negative response to the test at step (160), a test is conducted to determine if there are other identified client machines that have not been queried (166).
  • A positive response to the test at step (166) will cause a return to step (160) to produce a list of logical storage units connected to the next identified client machine. However, once a list of logical storage units have been identified for each client machine, the identifiers of the logical storage units saved into memory at step (164) are parsed and raw data capture in conjunction with the identifiers are discarded from the generated list with non-useful information being discarded (168). Following step 168, the parsed out logical storage unit identifiers and the number of logical storage units per client remain in server memory. Accordingly, the compilation process includes identifying each logical storage unit in communication with each identified client machine.
  • Following the identification process at steps (160)-(164) and parsing in step (168), a test is conducted to determine if an argument was passed at step 154 for parsing the compiled data (170). A positive response to the test at step (170) will result in a subsequent test to determine if the passed argument was restricted (172) by comparing an argument value passed at step 154 with a value associated with a restricted argument. If the response to the test at step (172) is positive, the list of logical storage units is parsed to produce a list of logical storage units in communication with a specified client machine (174). However, if the response to the test at step (172) is negative, a test is conducted to determine if the passed argument was debug (176) by comparing an argument value passed at step 154 with a value associated with a debug argument. If the response to the test at step (176) is positive, the list of logical storage units is parsed to produce a list of all logical storage units in communication with an individual client machine for each identified client machine (178). However, if the response to the test at step (172) or step (176) is negative, this is an indication that the intended argument is common. A list of all logical storage units in communication with all of the identified client machines is produced (180). Regardless of the argument used to parse the data associated with identification of the logical storage units in the server memory, the data parsed with the argument at step (174), (178), or (180) is saved in an output file of the server memory (184). Accordingly, the compiled and parsed data may be saved in an output file for use at a later time.
  • The process and system for compiling access of each client machine to a logical storage unit does not affect resources of the server(s). As such, the tool may be invoked at any time on the master sever. The tool may include a storage manager to identify storage units, a client manager to identify and manage the client machines, and a compiler to automate compilation data of each identified client machine. In one embodiment, the storage manager may be stored on a computer-readable medium as it contains data in a machine readable format. Similarly, the compiler used to compile date for each identified client machine may also be embedded in a machine readable format to automate the compilation process, and the client manager may also be embedded in machine readable format. Accordingly, the client manager, the storage manager, and the compiler may all be in the form of hardware elements in the computer system or software elements in a computer-readable format or a combination of software and hardware.
  • Advantages Over The Prior Art
  • The tool automates parsing of data relevant to the user and saving the parsed data in memory. Different argument values may be passed to the data to compile parsed and formatted data relevant to the user. Compilation of data may be conducted in the memory and does not require manual review of hardcopy data. By saving the output in memory, use of the output can be processed efficiently. In addition, the tool may be invoked at any time without affecting use of the system resources.
  • Alternative Embodiments
  • It will be appreciated that, although specific embodiments of the invention have been described herein for purposes of illustration, various modifications may be made without departing from the spirit and scope of the invention. In particular, the tool may be invoked in a distributed file system or any client-server file system utilizing a SAN or network attached storage. Furthermore, the tool may be invoked on a command line interface, a graphical user interface, or an alternative interface which supports output of the generated data being saved in memory. Accordingly, the scope of protection of this invention is limited only by the following claims and their equivalents.

Claims (16)

1. A method for managing a storage area network file system comprising:
for each client in communication with a server, identifying each storage unit in said file system in communication with each identified client machine; and
automating compilation of data for each identified client machine with each identified storage unit.
2. The method of claim 1, further comprising parsing said compiled data with a first type argument to return a list of all storage units in communication with all identified client machines.
3. The method of claim 1, further comprising parsing said compiled data with a second type argument to return a list of storage units in communication with a specified client machine.
4. The method of claim 1, further comprising parsing said compiled date with a third type argument to return a list of all storage units in communication with an individual client machine for each identified client machine.
5. The method of claim 1, wherein the step of identifying each client and each logical storage unit is executed on a master server.
6. A computer system comprising:
a storage area network in communication with a server and a client machine;
a storage manager adapted to identify each storage unit in said storage area network in communication with each client machine in communication with said server; and
a compiler adapted to automate compilation of data for each identified client machine with each identified storage unit.
7. The system of claim 6, further comprising an argument adapted to parse said compiled data.
8. The system of claim 7, wherein a first type argument is adapted to return a list of all storage units in communication with all identified client machines.
9. The system of claim 7, wherein a second type argument is adapted to return a list storage units in communication with a specified client machine.
10. The system of claim 7, wherein a third type argument is adapted to return a list of all storage units in communication with an individual client machine for each identified client machine.
11. An article comprising:
a computer-readable signal-bearing medium;
means in the medium for identifying each storage unit in said file system in communication with each client machine in communication a server and a storage area network file system; and
means in the medium for automating compilation data of each identified client machine with each identified storage unit.
12. The article of claim 11, wherein said medium is selected from a group consisting of: a recordable data storage medium, and a modulated carrier signal.
13. The article of claim 11, further comprising means in the medium for parsing said compiled data with a first type argument to return a list of all storage units in communication with all identified client machines.
14. The article of claim 11, further comprising means in the medium for parsing said compiled data with a second type argument to return a list of storage units in communication with a specified client machine.
15. The article of claim 11, further comprising means in the medium for parsing said compiled date with a third type argument to return a list of all storage units in communication with an individual client machine for each identified client machine.
16. The article of claim 11, wherein the means for identifying each client and each logical storage unit is executed on a master server.
US11/125,461 2005-05-10 2005-05-10 Storage usage analysis Abandoned US20060271579A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/125,461 US20060271579A1 (en) 2005-05-10 2005-05-10 Storage usage analysis
CNB2006100576647A CN100426297C (en) 2005-05-10 2006-02-22 Method and computer system for managing storage area network file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/125,461 US20060271579A1 (en) 2005-05-10 2005-05-10 Storage usage analysis

Publications (1)

Publication Number Publication Date
US20060271579A1 true US20060271579A1 (en) 2006-11-30

Family

ID=37389968

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/125,461 Abandoned US20060271579A1 (en) 2005-05-10 2005-05-10 Storage usage analysis

Country Status (2)

Country Link
US (1) US20060271579A1 (en)
CN (1) CN100426297C (en)

Citations (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020083120A1 (en) * 2000-12-22 2002-06-27 Soltis Steven R. Storage area network file system
US6453353B1 (en) * 1998-07-10 2002-09-17 Entrust, Inc. Role-based navigation of information resources
US20020156984A1 (en) * 2001-02-20 2002-10-24 Storageapps Inc. System and method for accessing a storage area network as network attached storage
US6538669B1 (en) * 1999-07-15 2003-03-25 Dell Products L.P. Graphical user interface for configuration of a storage system
US20030105936A1 (en) * 2001-11-30 2003-06-05 Stakutis Christopher J. Storage area network methods and apparatus for logical-to-physical block address mapping
US20030145041A1 (en) * 2001-10-05 2003-07-31 Dunham Douglas Paul Storage area network methods and apparatus for display and management of a hierarchical file system extension policy
US20030149763A1 (en) * 2001-10-05 2003-08-07 Heitman Allen Robert Storage area network methods and apparatus with virtual SAN recognition
US20030149753A1 (en) * 2001-10-05 2003-08-07 Lamb Michael Loren Storage area network methods and apparatus for associating a logical identification with a physical identification
US20030158847A1 (en) * 2002-02-21 2003-08-21 Wissner Michael J. Scalable database management system
US20030212752A1 (en) * 2002-05-08 2003-11-13 Thunquest Gary Lee Mehthod and apparatus for supporting snapshots with direct I/O in a storage area network
US20030229689A1 (en) * 2002-06-06 2003-12-11 Microsoft Corporation Method and system for managing stored data on a computer network
US6665714B1 (en) * 1999-06-30 2003-12-16 Emc Corporation Method and apparatus for determining an identity of a network device
US20030233510A1 (en) * 2002-06-18 2003-12-18 Veritas Software Corporation Storage resource integration layer interfaces
US20030236988A1 (en) * 2002-06-24 2003-12-25 Snead Robert R. Method and system for user protected media pool
US20040025162A1 (en) * 2002-07-31 2004-02-05 Fisk David C. Data storage management system and method
US20040030668A1 (en) * 2002-08-09 2004-02-12 Brian Pawlowski Multi-protocol storage appliance that provides integrated support for file and block access protocols
US20040093361A1 (en) * 2002-09-10 2004-05-13 Therrien David G. Method and apparatus for storage system to provide distributed data storage and protection
US20040122917A1 (en) * 2002-12-18 2004-06-24 Menon Jaishankar Moothedath Distributed storage system for data-sharing among client computers running defferent operating system types
US20040143637A1 (en) * 2003-01-20 2004-07-22 Koning G. Paul Adaptive storage block data distribution
US6769054B1 (en) * 2001-02-26 2004-07-27 Emc Corporation System and method for preparation of workload data for replaying in a data storage environment
US20040225719A1 (en) * 2003-05-07 2004-11-11 International Business Machines Corporation Distributed file serving architecture system with metadata storage virtualization and data access at the data server connection speed
US20040250113A1 (en) * 2003-04-16 2004-12-09 Silicon Graphics, Inc. Clustered filesystem for mix of trusted and untrusted nodes
US6845387B1 (en) * 2000-04-07 2005-01-18 Advanced Digital Information Corporation Creating virtual private connections between end points across a SAN
US20050055444A1 (en) * 2001-07-06 2005-03-10 Krishnan Venkatasubramanian Systems and methods of information backup
US20050091221A1 (en) * 2000-01-20 2005-04-28 Harris Gordon J. Distributed storage resource management in a storage area network
US20050108375A1 (en) * 2003-11-13 2005-05-19 Michele Hallak-Stamler Method and graphical user interface for managing and configuring multiple clusters of virtualization switches
US20060085166A1 (en) * 2004-10-05 2006-04-20 Hiroyuki Ochi Method of collecting and storing storage network performance information, computer system, and program
US20060129778A1 (en) * 2004-12-09 2006-06-15 Clark Thomas K Apparatus, system, and method for managing storage space allocation
US20060171384A1 (en) * 2005-01-31 2006-08-03 Graves David A Method and apparatus for automatic verification of a zone configuration and network access control construct for a plurality of network switches
US7124133B2 (en) * 2001-10-19 2006-10-17 Fujitsu Limited Remote access program, remote access request-processing program, and client computer
US7165057B2 (en) * 2001-11-29 2007-01-16 Veritas Operating Corporation Methods and systems to access storage objects
US7191225B1 (en) * 2002-11-27 2007-03-13 Veritas Operating Corporation Mechanism to provide direct multi-node file system access to files on a single-node storage stack
US7194538B1 (en) * 2002-06-04 2007-03-20 Veritas Operating Corporation Storage area network (SAN) management system for discovering SAN components using a SAN management server
US7249374B1 (en) * 2001-01-22 2007-07-24 Cisco Technology, Inc. Method and apparatus for selectively enforcing network security policies using group identifiers
US7328260B1 (en) * 2002-06-04 2008-02-05 Symantec Operating Corporation Mapping discovered devices to SAN-manageable objects using configurable rules
US7401338B1 (en) * 2002-09-27 2008-07-15 Symantec Operating Corporation System and method for an access layer application programming interface for managing heterogeneous components of a storage area network

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6553410B2 (en) * 1996-02-27 2003-04-22 Inpro Licensing Sarl Tailoring data and transmission protocol for efficient interactive data transactions over wide-area networks
US6131096A (en) * 1998-10-05 2000-10-10 Visto Corporation System and method for updating a remote database in a network

Patent Citations (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6453353B1 (en) * 1998-07-10 2002-09-17 Entrust, Inc. Role-based navigation of information resources
US6665714B1 (en) * 1999-06-30 2003-12-16 Emc Corporation Method and apparatus for determining an identity of a network device
US6538669B1 (en) * 1999-07-15 2003-03-25 Dell Products L.P. Graphical user interface for configuration of a storage system
US20050091221A1 (en) * 2000-01-20 2005-04-28 Harris Gordon J. Distributed storage resource management in a storage area network
US6845387B1 (en) * 2000-04-07 2005-01-18 Advanced Digital Information Corporation Creating virtual private connections between end points across a SAN
US20020083120A1 (en) * 2000-12-22 2002-06-27 Soltis Steven R. Storage area network file system
US7165096B2 (en) * 2000-12-22 2007-01-16 Data Plow, Inc. Storage area network file system
US7249374B1 (en) * 2001-01-22 2007-07-24 Cisco Technology, Inc. Method and apparatus for selectively enforcing network security policies using group identifiers
US20020156984A1 (en) * 2001-02-20 2002-10-24 Storageapps Inc. System and method for accessing a storage area network as network attached storage
US6769054B1 (en) * 2001-02-26 2004-07-27 Emc Corporation System and method for preparation of workload data for replaying in a data storage environment
US20050165868A1 (en) * 2001-07-06 2005-07-28 Vivek Prakash Systems and methods of information backup
US20050055444A1 (en) * 2001-07-06 2005-03-10 Krishnan Venkatasubramanian Systems and methods of information backup
US20030149753A1 (en) * 2001-10-05 2003-08-07 Lamb Michael Loren Storage area network methods and apparatus for associating a logical identification with a physical identification
US20030149763A1 (en) * 2001-10-05 2003-08-07 Heitman Allen Robert Storage area network methods and apparatus with virtual SAN recognition
US20030145041A1 (en) * 2001-10-05 2003-07-31 Dunham Douglas Paul Storage area network methods and apparatus for display and management of a hierarchical file system extension policy
US7124133B2 (en) * 2001-10-19 2006-10-17 Fujitsu Limited Remote access program, remote access request-processing program, and client computer
US7165057B2 (en) * 2001-11-29 2007-01-16 Veritas Operating Corporation Methods and systems to access storage objects
US20030105936A1 (en) * 2001-11-30 2003-06-05 Stakutis Christopher J. Storage area network methods and apparatus for logical-to-physical block address mapping
US20030158847A1 (en) * 2002-02-21 2003-08-21 Wissner Michael J. Scalable database management system
US6944732B2 (en) * 2002-05-08 2005-09-13 Hewlett-Packard Development Company, L.P. Method and apparatus for supporting snapshots with direct I/O in a storage area network
US20030212752A1 (en) * 2002-05-08 2003-11-13 Thunquest Gary Lee Mehthod and apparatus for supporting snapshots with direct I/O in a storage area network
US7328260B1 (en) * 2002-06-04 2008-02-05 Symantec Operating Corporation Mapping discovered devices to SAN-manageable objects using configurable rules
US7194538B1 (en) * 2002-06-04 2007-03-20 Veritas Operating Corporation Storage area network (SAN) management system for discovering SAN components using a SAN management server
US20030229689A1 (en) * 2002-06-06 2003-12-11 Microsoft Corporation Method and system for managing stored data on a computer network
US20030233510A1 (en) * 2002-06-18 2003-12-18 Veritas Software Corporation Storage resource integration layer interfaces
US20030236988A1 (en) * 2002-06-24 2003-12-25 Snead Robert R. Method and system for user protected media pool
US20040025162A1 (en) * 2002-07-31 2004-02-05 Fisk David C. Data storage management system and method
US20040030668A1 (en) * 2002-08-09 2004-02-12 Brian Pawlowski Multi-protocol storage appliance that provides integrated support for file and block access protocols
US20040093361A1 (en) * 2002-09-10 2004-05-13 Therrien David G. Method and apparatus for storage system to provide distributed data storage and protection
US7401338B1 (en) * 2002-09-27 2008-07-15 Symantec Operating Corporation System and method for an access layer application programming interface for managing heterogeneous components of a storage area network
US7191225B1 (en) * 2002-11-27 2007-03-13 Veritas Operating Corporation Mechanism to provide direct multi-node file system access to files on a single-node storage stack
US20040122917A1 (en) * 2002-12-18 2004-06-24 Menon Jaishankar Moothedath Distributed storage system for data-sharing among client computers running defferent operating system types
US20040143637A1 (en) * 2003-01-20 2004-07-22 Koning G. Paul Adaptive storage block data distribution
US20040250113A1 (en) * 2003-04-16 2004-12-09 Silicon Graphics, Inc. Clustered filesystem for mix of trusted and untrusted nodes
US20040225719A1 (en) * 2003-05-07 2004-11-11 International Business Machines Corporation Distributed file serving architecture system with metadata storage virtualization and data access at the data server connection speed
US20050108375A1 (en) * 2003-11-13 2005-05-19 Michele Hallak-Stamler Method and graphical user interface for managing and configuring multiple clusters of virtualization switches
US20060085166A1 (en) * 2004-10-05 2006-04-20 Hiroyuki Ochi Method of collecting and storing storage network performance information, computer system, and program
US20060129778A1 (en) * 2004-12-09 2006-06-15 Clark Thomas K Apparatus, system, and method for managing storage space allocation
US20060171384A1 (en) * 2005-01-31 2006-08-03 Graves David A Method and apparatus for automatic verification of a zone configuration and network access control construct for a plurality of network switches

Also Published As

Publication number Publication date
CN100426297C (en) 2008-10-15
CN1862537A (en) 2006-11-15

Similar Documents

Publication Publication Date Title
US8028200B2 (en) Tracing operations in multiple computer systems
EP1540516B1 (en) Methods and systems for archiving data
US7925491B2 (en) Simulation of installation and configuration of distributed software
US6907419B1 (en) Method, system, and product for maintaining within a virtualization system a historical performance database for physical devices
US7457933B2 (en) Methods and systems for archiving data
US6047353A (en) Method and apparatus for monitoring of host activities relating to an attached storage device
US7634496B1 (en) Techniques for managing state changes of a data storage system utilizing the object oriented paradigm
US6591377B1 (en) Method for comparing system states at different points in time
CN101211362B (en) System and method for database update management
US7693881B2 (en) Methods and systems for moving data using locks
US8112557B2 (en) Method and apparatus for tape drive data logging
US7296273B2 (en) System, method and program tool to reset an application
CN110764962B (en) Log processing method and device
US5625841A (en) Data processing system
CN104123104B (en) Daily record control system and method
CN112527568A (en) Data flow testing method and device, electronic equipment and storage medium
US20080215806A1 (en) Access control management
US20060149696A1 (en) Method and systems for controlling access to a data object by means of locks
US20060271579A1 (en) Storage usage analysis
CN113010208A (en) Version information generation method, version information generation device, version information generation equipment and storage medium
CN112416655A (en) Storage disaster recovery system based on enterprise service portal and data copying method
CN111767222A (en) Data model verification method and device, electronic equipment and storage medium
US8024514B2 (en) Access control management
CN109324951A (en) The acquisition methods and device of hard disk information in server
US20090192818A1 (en) Systems and method for continuous health monitoring

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BATISH, ARUN;REEL/FRAME:016272/0221

Effective date: 20050509

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION