Performing administrative tasks associated with a network-attached storage system at a client

Information

  • Patent Grant
  • 9891902
  • Patent Number
    9,891,902
  • Date Filed
    Wednesday, May 4, 2016
    8 years ago
  • Date Issued
    Tuesday, February 13, 2018
    6 years ago
Abstract
In some examples, a client device receives, from a network-attached storage (NAS) system, installer code. Executing the installer code at the client device causes display of a user interface at the client device. Questions are presented in the user interface at the client device. Responsive to answers to the questions received in the user interface, the installer code executing at the client device installs a subset of software components relating to the NAS system the client device.
Description
BACKGROUND

A network-attached storage (NAS) system is a system that can be attached to a network and that is specifically designed for data storage. Software residing on the NAS system usually provides functionality that is specific to data storage. Typically, the software on the NAS system does not include higher-level software such as database system management software, or other application software not specific to data storage.


Since a NAS system is typically dedicated to providing data storage, data storage performance can be enhanced since the NAS system does not have to be responsible for performing other types of processing. A NAS system is connected to a network to allow for host systems to access the NAS system. Moreover, a NAS system provides file-level data storage, rather than block-based data storage.


An enterprise (e.g., company, educational facility, government entity) can often have a large number of client devices (e.g., computers) that have to be configured to access NAS systems. Traditionally, a client install compact disk (CD) is provided to each client device to load NAS-related software onto the client device. Also, to properly install the NAS-related software, a network administrator typically has to perform the software installation. In a large enterprise that can have users located at many different geographic locations, installing NAS-related software at the client devices and setting up the client devices for NAS access can be time consuming and inefficient. Moreover, when installing NAS-related software, typically all software components on the client install CD are loaded onto the client device. Some of the software components loaded may never be used by a particular user, and therefore, installing such software components would be wasteful of resources at the client device.





BRIEF DESCRIPTION OF THE DRAWINGS

Some embodiments of the invention are described, by way of example, with respect to the following figures.



FIG. 1A is a block diagram of an exemplary arrangement including a network-attached storage (NAS) system that is accessible by client devices, in accordance with an embodiment.



FIG. 1B is a block diagram of another exemplary arrangement in which an embodiment of the invention can be incorporated.



FIG. 2 is a block diagram of components in a client device, according to an embodiment.



FIG. 3 is a flow diagram of a process of performing administrative tasks associated with the NAS system at a client device, according to an embodiment.





DETAILED DESCRIPTION

In accordance with some embodiments, a technique or mechanism is provided to enable efficient performance, at a client device, of administrative tasks associated with a network-attached storage (NAS) system. A NAS system refers to a file-level based storage system that has software (including an operating system and other software) that provides functionality related to data storage and data access, as well as functionality related to management of such data storage/access. The NAS system is connected to a network, such as a local area network (LAN), wide area network (WAN), or other type of network to enable client devices to access the NAS system. The operating system provided on a NAS system is typically a reduced functionality operating system (such as an embedded operating system) that enables file transfer (storage of files or access of files). Various operating systems have been specifically designed for use on NAS systems; each such operating system is referred to as a NAS OS.


To enhance performance of selected administrative tasks associated with a NAS system at a client device, the NAS system is provided with installer code that can be downloaded by a client device through a web browser. The NAS system has a web interface that allows for convenient access by a web browser of the client device. The installer code, once downloaded and executed at the client device, then is able to present a user interface, such as a graphical user interface (GUI), with various menu items and fields to allow a user to select administrative tasks associated with the NAS system to perform. In one example, a series of questions can be provided in the GUI that the user can answer. Based on the answers provided by the user and/or based on other selections made by the user at the client device, the installer code at the client device will then perform selected administrative tasks.


The selected administrative tasks include setting up a user account at the NAS system, downloading selected software components (such as less than all of the software components associated with the NAS system) at the client, setting up shared folders at the NAS system, synchronizing user information between the client device and the NAS system, and so forth.



FIG. 1A illustrates an exemplary arrangement that includes a NAS system 100 connected to a network 102 (e.g., LAN, WAN, etc.). Also connected to the network 102 are client devices 104, where the client devices 104 can be computers (desktop or notebook computers), personal digital assistants (PDAs), network appliances, and so forth. Although depicted as a single network, it is noted that network 102 can actually include multiple networks in some implementations. In fact, the network 102 can represent a collection of networks, with client devices connected to such collection of networks possibly located geographically far apart from each other. For example, FIG. 1B shows client devices 104A and 104B connected over a wired home network 158 and through a router 152 to a server 150, which can contain the NAS system 100 of FIG. 1A. A client device 104C is connected by a wireless link 154 to the router 152. Also, client devices 104D are connected over the Internet 156 and through the router 152 to the server 150.


The NAS system 100 of FIG. 1A includes a NAS device 106 (sometimes referred to as a NAS head) that is accessed by a client device 104 for storing or retrieving data contained in one or more storage devices 108 connected to the NAS device 106. The storage devices 108 can be disk-based storage devices or other types of storage devices.


The NAS device 106 contains a central processing unit (CPU) 110 and memory 112. In accordance with some embodiments, the memory 112 stores installer code 114 that can be downloaded to a client device 104 through a web interface 116 in the NAS device 106. For example, a user at the client device can simply type in a uniform resource locator (URL) at the client device to allow a web page containing a link to the installer code 114 to be presented at the client device 104. The memory 112 can be the local temporary or volatile memory of the NAS device 106. Alternatively, instead of the installer code 114 being stored in the memory 112, the installer code 114 can be stored in one of the storage devices 108.


The NAS device 106 also includes a NAS OS 118, which as explained above, is a reduced functionality operating system with less features than a full-feature operating system such as a network operating system (NOS). Also, the NAS device 106 includes a file-based protocol module 120 to provide file-level access of data contained in the storage devices 108. File-level access of data refers to the storage or retrieval of data one file at a time; this is contrasted with block-level access of data in which data is stored or retrieved a block at a time, where a block can be smaller than or larger than a file. Examples of the file-based protocol module 120 include an NFS (network file system) module, CIFS (common Internet file system) module, SMB (server message block) module, or others.


As further depicted in FIG. 1A, a client device 104 includes a web browser 122 that is executable on a CPU 124 of the client device 104. The CPU 124 is connected to a memory 126 of the client device 104, where the memory 126 can be used to store installer code 114A downloaded from the NAS device 106. The other client devices 104 can include similar components.


By using the web browser 122, a convenient mechanism is provided to a user to request the installer code 114 of the NAS system 100 to allow such installer code 114 to be downloaded from the NAS system 100 to the client device 104. The installer code 114 can be an ActiveX component, where ActiveX is a technology developed by Microsoft Corporation. ActiveX controls (which are software modules) can be downloaded from a server computer and executed on a client computer outside of a web browser. Alternatively, instead of being an ActiveX component, the installer code 114 can be a Java applet, or some other type of code that can be downloaded from a server to client for execution on the client.



FIG. 2 shows execution of the installer code 114A on the CPU 124 of the client device 104. When executed, the installer code 114A presents a GUI screen 202 in a display device 200 of the client device 104. The GUI screen 202 can actually be presented in the web browser 122 user interface (not shown in FIG. 2). The GUI screen 202 can include control icons and/or menus 204, and fields 206 containing questions that can be answered by a user. The control icons and/or menus 204 allow a user to select one or more administrative tasks to perform with respect to the NAS system 100. The fields containing questions 206 presented in the GUI screen 202 can be in response to activation of one or more of the control icons and/or menus 204. Selections made at the control icons and/or menus 204, as well as answers responsive to the fields containing questions 206, can be stored as user selections/answers 208 in the memory 112 of the client device 104.


Also, other user information 210 can be stored in the memory 112, where such other user information can include user account information (e.g., account name and password) that was entered by the user when logging into the client device 104. Other types of user information 210 can include, as examples, user profile information, user preferences, and so forth.


In accordance with some embodiments, synchronization of the user information 210 can be performed between the client device 104 and the NAS system 100. For example, synchronizing the user information 210 allows an account to be set up at the NAS system 100 such that private information associated with the particular user can be protected at the NAS system 100. Private user information protected by user account information can be accessed only by a client device at which the corresponding user has logged in. By synchronizing such user information 210, the user would not have to re-enter account information to set up the user account at the NAS system 100, which enhances convenience to the user.


Also, based on the user selections/answers 208 at the client device 104, the installer code 114A can perform selected administrative tasks relating to the user selections/answers 208. Note that the selected administrative tasks performed can include a subset (less than all) of all possible administrative tasks associated with the NAS system 100.


Examples of the administrative tasks include setting up a user account at the NAS system, installing a subset of software components on the client (such as installing a backup software component to perform backup from the client device 104 to the NAS system 100, a control software component to manage the NAS system 100, and other software components); setting up shared folders at the NAS system 100 to allow multiple users to access data contained in the shared folders; changing or setting up a security setting for the client device 104 at the NAS system; setting up one or more firewall ports at the NAS system 100; and so forth. Changing the security setting can involve reducing the security setting of one or more files such that more users can access such file(s) at the NAS system 100, or increasing the security setting of one or more files. Setting up a firewall port refers to establishing firewall protection for a particular port of the NAS system 100 to prevent unauthorized access of that port.



FIG. 3 is a flow diagram that depicts various tasks performed at a client device 104 according to an embodiment. The client device 104 can request (at 302), with the web browser 122 (FIG. 1A), the installer code 114 contained in the NAS system 100. For example, the user can enter the URL of the website associated with the web interface 116 (FIG. 1A) of the NAS system 100, and a web page containing a link to the installer code 114 can be displayed. The user at the client device can click on the displayed link to cause download of the installer code 114 to the client device 104.


In response to the user request, the installer code 114 is downloaded (at 304) to the client device 104. The installer code is then executed (at 306) at the client device 104. The executed installer code presents an administrative user interface (such as the GUI screen 202 of FIG. 2). Selections made by the user in the administrative user interface, as well as answers provided to questions posed by the administrative user interface, are received (at 310) in the client device 104. Based on the received selections/answers, the installer code is able to perform selected administrative tasks associated with the NAS system 100.


In an alternative embodiment, it is possible that when the user makes the request to the NAS system 100 for the installer code 114, information about the user as well as information regarding the client device 104 is provided to the NAS system 100. Based on such information, the NAS system 100 can generate a recommendation, which can be downloaded with the installer code and displayed to the user in the administrative user interface, of what tasks should be performed by the user. This recommendation from the NAS system 100 can be used as a guide on selections to be made in response to answers provided by the installer code.


If later the user desires to change the selections that were previously made, the user can activate a “change” control element (which can be one of the control icons or menus 204 presented in the GUI screen 202 of FIG. 2) to cause management software to be executed. The management software can display the selections previously made by the user, and can provide fields to enable the user to make changes to any of such selections.


In some embodiments, updates of the installer code are also possible. In one example, whenever the NAS system 100 determines that an installer code similarly sent to a client device has changed, the NAS system 100 can send a notification that updated installer code is available. For example, the NAS system 100 can send an e-mail to the user. The user can then request download of the updated version of the installer code. Alternatively, an automated update feature can be provided, where the client device is able to automatically detect or be notified of updates to the installer code (similar to update notifications provided with operating systems such as WINDOWS® operating systems from Microsoft.


Instructions of software described above (including the installer code 114/114A, web browser 122, NAS OS 118, file-based protocol module 120, etc. of FIG. 1A) are loaded for execution on a processor (such as one or more CPUs 110 or 124 in FIG. 1A). The processor includes microprocessors, microcontrollers, processor modules or subsystems (including one or more microprocessors or microcontrollers), or other control or computing devices. A “processor” can refer to a single component or to plural components.


Data and instructions (of the software) are stored in respective storage devices, which are implemented as one or more computer-readable or computer-usable storage media. The storage media include different forms of memory including semiconductor memory devices such as dynamic or static random access memories (DRAMs or SRAMs), erasable and programmable read-only memories (EPROMs), electrically erasable and programmable read-only memories (EEPROMs) and flash memories; magnetic disks such as fixed, floppy and removable disks; other magnetic media including tape; and optical media such as compact disks (CDs) or digital video disks (DVDs). Note that the instructions of the software discussed above can be provided on one computer-readable or computer-usable storage medium, or alternatively, can be provided on multiple computer-readable or computer-usable storage media distributed in a large system having possibly plural nodes. Such computer-readable or computer-usable storage medium or media is (are) considered to be part of an article (or article of manufacture). An article or article of manufacture can refer to any manufactured single component or multiple components.


In the foregoing description, numerous details are set forth to provide an understanding of the present invention. However, it will be understood by those skilled in the art that the present invention may be practiced without these details. While the invention has been disclosed with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover such modifications and variations as fall within the true spirit and scope of the invention.

Claims
  • 1. A method comprising: receiving, from a network-attached storage (NAS) system, installer code at a client device;executing the installer code at the client device, wherein executing the installer code causes display of a user interface at the client device;presenting, by the installer code, questions in the user interface at the client device;responsive to answers to the questions received in the user interface, installing, by the installer code executing at the client device, a subset of software components relating to the NAS system on the client device;selecting, by the installer code executing at the client device, a selected subset of administrative tasks based on the answers; andexecuting, by the installer code executing at the client device, the selected subset of administrative tasks, the selected subset of administrative tasks comprising operations that change settings at the NAS system, wherein executing the selected subset of administrative tasks comprises setting up a user account at the NAS system.
  • 2. The method of claim 1, wherein receiving the installer code at the client device comprises a web browser at the client device receiving the installer code from a web interface at the NAS system.
  • 3. The method of claim 1, wherein installing the subset of the software components comprises installing a control software component to manage the NAS system.
  • 4. The method of claim 1, wherein executing the selected subset of administrative tasks further comprises at least one selected from among: (1) setting up a firewall port at the NAS system, (2) changing a security setting at the NAS system, or (3) setting up shared folders at the NAS system.
  • 5. The method of claim 1, wherein receiving the installer code comprises receiving one of an ActiveX code and a Java applet.
  • 6. The method of claim 1, wherein receiving the installer code comprises receiving the installer code over a network from the NAS system.
  • 7. A client device comprising: at least one processor; anda non-transitory storage medium storing instructions executable on the at least one processor to receive, over a network from a network-attached storage (NAS) system, installer code;the received installer code executable on the at least one processor to: cause display of a user interface at the client device;present questions in the user interface at the client device; andresponsive to answers to the questions received in the user interface, select a subset of software components less than all software components relating to the NAS system on the client device stored on a storage medium,install the selected subset of software components relating to the NAS system on the client device,select a subset of administrative tasks responsive to the answers to the questions received in the user interface, andexecute the selected subset of administrative tasks that comprise operations that change settings at the NAS system, the selected subset of administrative tasks comprising setting up a user account at the NAS system.
  • 8. The client device of claim 7, further comprising a web browser to download the installer code to the client device from a web interface of the NAS system.
  • 9. The client device of claim 7, wherein the selected subset of administrative tasks further comprises setting up a firewall port at the NAS system.
  • 10. The client device of claim 7, wherein the selected subset of administrative tasks further comprises changing a security setting at the NAS system.
  • 11. The client device of claim 7, wherein the selected subset of administrative tasks further comprises setting up shared folders at the NAS system.
  • 12. The client device of claim 7, wherein the subset of software components comprises a control software component to manage the NAS system.
  • 13. A non-transitory computer-readable storage medium storing instructions that when executed cause a client device to: receive, over a network from a network-attached storage (NAS) system, installer code;execute the installer code at the client device, wherein executing the installer code causes display of a graphical user interface at the client device;present, by the installer code, questions in the graphical user interface at the client device;responsive to answers to the questions received in the graphical user interface, select, by the installer code from among software components stored on a storage medium, a subset of the software components relating to the NAS system;install, by the installer code, the selected subset of software components on the client device;select a subset of administrative tasks responsive to the answers to the questions received in the graphical user interface; andexecute the selected subset of administrative tasks that comprise operations that change settings at the NAS system, the selected subset of administrative tasks comprising setting up a user account at the NAS system.
  • 14. The non-transitory computer-readable storage medium of claim 13, wherein the instructions when executed cause the client device to further: submit first information relating to a user and the client device to the NAS system; andreceive second information based on the first information regarding tasks recommended by the NAS system to be performed at the client device.
  • 15. The non-transitory computer-readable storage medium of claim 13, wherein executing the selected subset of administrative tasks further comprises at least one selected from among: setting up a firewall port at the NAS system, changing a security setting at the NAS system, or setting up shared folders at the NAS system.
CROSS REFERENCE TO RELATED APPLICATIONS

This is a continuation of U.S. application Ser. No. 13/002,603, filed Jan. 4, 2011, which is a national stage application under 35 U.S.C. §371 of PCT/US2008/069021, filed Jul. 2, 2008, which are both hereby incorporated by reference in their entirety.

US Referenced Citations (104)
Number Name Date Kind
5742829 Davis et al. Apr 1998 A
5842011 Basu Nov 1998 A
5991542 Han et al. Nov 1999 A
6633535 Asada Oct 2003 B1
6826707 Stevens Nov 2004 B1
6839746 Muthiyan Jan 2005 B1
6922831 Kroening Jul 2005 B1
7000231 Gold Feb 2006 B1
7055014 Pawlowski May 2006 B1
7275098 Becher Sep 2007 B1
7284044 Teraoaka Oct 2007 B2
7496757 Abbott et al. Feb 2009 B2
7523452 Kamity Apr 2009 B1
7620948 Rowe Nov 2009 B1
7720864 Muth et al. May 2010 B1
7783600 Spertus et al. Aug 2010 B1
8275827 Hubbard Sep 2012 B2
8595718 Naslavsky Nov 2013 B1
20030014504 Hess Jan 2003 A1
20030018657 Monday Jan 2003 A1
20030046335 Doyle Mar 2003 A1
20030101329 Lahti et al. May 2003 A1
20030101445 Li May 2003 A1
20030110263 Shillo Jun 2003 A1
20030149720 Goldstein Aug 2003 A1
20030154314 Mason, Jr. Aug 2003 A1
20030191716 Woods Oct 2003 A1
20030236884 Yamamoto Dec 2003 A1
20040006586 Melchione et al. Jan 2004 A1
20040015942 Branson et al. Jan 2004 A1
20040024649 Howard Feb 2004 A1
20040045000 Hara Mar 2004 A1
20040059920 Godwin Mar 2004 A1
20040073677 Honma et al. Apr 2004 A1
20040143477 Wolff Jul 2004 A1
20040225952 Brown Nov 2004 A1
20040243699 Koclanes Dec 2004 A1
20040249691 Schell et al. Dec 2004 A1
20040267590 Clark et al. Dec 2004 A1
20050033911 Kitamura et al. Feb 2005 A1
20050044198 Okitsu Feb 2005 A1
20050055624 Seeman Mar 2005 A1
20050060238 Gravina Mar 2005 A1
20050066324 Delgado et al. Mar 2005 A1
20050078199 Sudo Apr 2005 A1
20050108245 Kishimoto et al. May 2005 A1
20050149745 Ishidoshiro Jul 2005 A1
20050165723 Sugimoto Jul 2005 A1
20050179617 Matsui Aug 2005 A1
20050193389 Murphy Sep 2005 A1
20050210080 Saika Sep 2005 A1
20050234824 Gill Oct 2005 A1
20050235282 Anderson Oct 2005 A1
20050256942 McCardle Nov 2005 A1
20050283575 Kobayashi Dec 2005 A1
20060053419 Barfield Mar 2006 A1
20060064361 Matsuura Mar 2006 A1
20060070061 Cox Mar 2006 A1
20060075401 Smegner Apr 2006 A1
20060092861 Corday May 2006 A1
20060107217 Lu May 2006 A1
20060135190 Drouet Jun 2006 A1
20060143070 Burnett et al. Jun 2006 A1
20060155672 Lee Jul 2006 A1
20060168160 Pratt Jul 2006 A1
20060206587 Fabbrocino Sep 2006 A1
20060214707 Ishizaki Sep 2006 A1
20060242273 Fiducci Oct 2006 A1
20060248302 Yamamoto et al. Nov 2006 A1
20070106984 Birk Olsen et al. May 2007 A1
20070136381 Cannon et al. Jun 2007 A1
20070156897 Lim Jul 2007 A1
20070157294 Johnson Jul 2007 A1
20070203957 Desai et al. Aug 2007 A1
20070208826 Devolites Sep 2007 A1
20070233782 Tali Oct 2007 A1
20070239700 Ramachandran Oct 2007 A1
20070240017 Takahashi Oct 2007 A1
20070258108 Matsumoto et al. Nov 2007 A1
20070261047 Sah et al. Nov 2007 A1
20070271391 Fujii Nov 2007 A1
20070294685 Oh Dec 2007 A1
20080016311 Harada Jan 2008 A1
20080028052 Currid et al. Jan 2008 A1
20080034314 Louch Feb 2008 A1
20080046567 Watson Feb 2008 A1
20080046884 Shin et al. Feb 2008 A1
20080066148 Lim Mar 2008 A1
20080126431 Walliser et al. May 2008 A1
20080147821 Dietrich et al. Jun 2008 A1
20080155214 Shitomi Jun 2008 A1
20080177975 Kawamura Jul 2008 A1
20080183836 Barber et al. Jul 2008 A1
20080216066 Oh Sep 2008 A1
20080226360 Sugiyama Sep 2008 A1
20080263603 Murray Oct 2008 A1
20080270933 Straw Oct 2008 A1
20090037560 Hanes Feb 2009 A1
20090063179 Huang Mar 2009 A1
20090259761 Racabi Oct 2009 A1
20090282398 Shen Nov 2009 A1
20090288146 Olsson Nov 2009 A1
20090300169 Sagar et al. Dec 2009 A1
20110093740 Tsao Apr 2011 A1
Foreign Referenced Citations (4)
Number Date Country
1020050029705 Mar 2005 KR
1020060095061 Aug 2006 KR
20080007132 Jan 2008 KR
20080010329 Jan 2008 KR
Non-Patent Literature Citations (14)
Entry
Bantz, “Autonomic personal computing”, IBM Systems Journal, vol. 42, No. 1, 2003, pp. 165-176.
Fong, “Dynamic Resource Management in an eUtility”, IEEE, Session Sixteen, Service Modeling and Architectures, 2002, pp. 727-740.
Haeusser, “Implementing IBM Tape in Linux and Windows”, Oct. 4, 2007, 344 pages.
Katz, “Network-Attached Storage Systems”, IEEE, 1992, pp. 68-75.
Kher, “Securing Distributed Storage: Challenges, Techniques, and Systems”, StorageSS'05, Nov. 11, 2005, Fairfax, Virginia, USA, pp. 9-25.
Kom, “Expanded personal computing power and capability”, IBM Systems Journal, vol. 24, No. 1, 1985, pp. 26-36.
Maffeis, “Design and Implementation of a Configurable Mixed-Media File System”, ACM SIGOPS Operation Systems Review, vol. 28, issue 4, Oct. 1994, pp. 4-10.
“SmartStor NS4300N 4-Bay Network Attached Storage”, Promise Technology, 2007, two pages.
Gibson, “Network Attached Storage Architecture”, Communications of the ACM, Nov. 2000, vol. 43, No. 11, pp. 37-45.
HP ProLiant Storage Server family—Radically Simple Storage, Nov. 2004 (12 pages).
HP Simply Consolidation solution guide, Your guide to shared storage for business efficiency, Simply StorageWorks, 2007 (32 pages).
HP StorageWorks NAS Data Center: A solution for network attached storage (NAS) satellite sites utilizing a central site and HP OpenView Storage Mirroring, Nov. 2004 (18 pages).
Korean Intellectual Property Office, International Search Report of PCT/US2008/069021 dated Jan. 30, 2009 (3 pages).
Wikipedia, Network-attached storage dated on or before Feb. 7, 2008 (5 pages).
Related Publications (1)
Number Date Country
20160253162 A1 Sep 2016 US
Continuations (1)
Number Date Country
Parent 13002603 US
Child 15146333 US