US20100306760A1 - Software setup system - Google Patents

Software setup system Download PDF

Info

Publication number
US20100306760A1
US20100306760A1 US12/853,249 US85324910A US2010306760A1 US 20100306760 A1 US20100306760 A1 US 20100306760A1 US 85324910 A US85324910 A US 85324910A US 2010306760 A1 US2010306760 A1 US 2010306760A1
Authority
US
United States
Prior art keywords
data processing
processing system
configuration information
locations
computer
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
US12/853,249
Inventor
J. Scott Mulligan
Benjamin Bowes Beasley, Jr.
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US12/853,249 priority Critical patent/US20100306760A1/en
Publication of US20100306760A1 publication Critical patent/US20100306760A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the technology relates generally to software setup for data processing systems.
  • a data processing system it is typical for a data processing system to require a certain amount of initial setup to be performed before the system can be utilized.
  • a typically operating system requires basic information such as: language preferences, keyboard type, system administrator's account and password, current date and time, network address, hostname, the software license key for the operating system, and the optional services that shall be turned on when the operating system starts, such as email, printer, and web services.
  • Kickstart installation uses a kickstart file which is a simple text file containing a list of items that provides the information required for the installation.
  • the kickstart file may be created by editing a copy of an existing kickstart file using a text editor, by running a Kickstart Configurator application, or by writing it from scratch.
  • the administrator specifies the location of the kickstart file (e.g., a boot diskette, a Boot CD-ROM, a Network File System (NFS) volume, a HyperText Transfer Protocol (HTTP) directory, or a local file system) to begin a kickstart installation.
  • the installation program uses the information in the kickstart file at the specified location to complete the installation without further user input.
  • At least one embodiment of the present invention stores the setup configuration information (e.g., in files and/or in directory servers).
  • the setup configuration information is stored (e.g., using a configuration file naming scheme) so that the configuration information for a particular machine can be found among those for various different machines.
  • a setup daemon/process on the machine automatically searches for suitable configuration information in a number of places, such as in a location in a local file system, in locations in mounted file volumes, and in one or more directory servers.
  • the setup daemon/process automatically searches for the corresponding decryption key in a similar fashion.
  • a method to set up software installed on a storage device of a data processing system includes automatically searching in a plurality of locations for configuration information and setting up the software installed on the storage device of the data processing system using first configuration information found in at least one of the plurality of locations.
  • the first configuration information includes a decryption key and encrypted configuration information decryptable with the decryption key.
  • the decryption key and the encrypted configuration information are found in different locations among the plurality of locations.
  • the plurality of locations are periodically searched.
  • the plurality of locations include: a default location on a storage device attached fixedly and locally to the data processing system, a location in a removable device (e.g., a firewall drive, or a removable medium, such as a floppy diskette or a CD-ROM) locally attached to the data processing system, and a remote location accessible to the data processing system through a network connection (e.g., a directory server).
  • a network connection e.g., a directory server.
  • the software is a portion of an operating system of the data processing system, and the configuration is performed as an initial setup for the operating system.
  • a plurality of identifications of the data processing system are determined (e.g., a network address of the data processing system, a hostname of the data processing system, a hardware serial number of the data processing system, a hardware address of a network interface device of the data processing system, and others), and the search uses the plurality of identifications to find configuration information suitable for the data processing system.
  • a method to set up software for a data processing system includes querying a directory server to obtain configuration information (e.g., user account information, time zone information, keyboard information, a default language, a license key for the software and others) and setting up the software for the data processing system using the configuration information obtained from the directory server.
  • configuration information e.g., user account information, time zone information, keyboard information, a default language, a license key for the software and others
  • the software is a portion of an operating system of the data processing system, and the operating system is set up for initial use.
  • a network address and an address of the directory server is automatically obtained from a server (e.g., a DHCP server) on a local area network, a network interface device of the data processing system is then configured to use the network address, and querying the directory server uses the address of the directory server and the network interface device, which is configured to use the network address.
  • the configuration information includes information specifying whether one or more services of the operating system (e.g., email, printer, firewall, web, and others) shall be provided on the data processing system.
  • a method to set up software installed on a data processing system includes: automatically searching for encrypted configuration information; determining a decryption key to decrypt the encrypted configuration information; and setting up the software with the decryption key and the encrypted configuration information.
  • the decryption key is communicated from a remote data processing system to the data processing system, and the decryption key is not stored on a file system of the data processing system.
  • the decryption key is determined from searching in a plurality of locations (e.g., a removable storage device locally attached to the data processing system, a predetermined location in a file volume in a file system of the data processing system, a database on a remote directory server system accessible to the server system through a network connection, and others).
  • locations e.g., a removable storage device locally attached to the data processing system, a predetermined location in a file volume in a file system of the data processing system, a database on a remote directory server system accessible to the server system through a network connection, and others.
  • a method to configure software installed on a data processing system includes periodically searching for first configuration information; and configuring the software installed on the data processing system using the first configuration information when the first configuration information is found.
  • the first configuration information is encrypted, and the first configuration information is found in a remote location accessible to the data processing system through a network connection (e.g., in a database, such as a directory server).
  • the present invention includes methods and apparatuses which perform these methods, including data processing systems which perform these methods, and computer readable media which when executed on data processing systems cause the systems to perform these methods.
  • FIG. 1 shows a block diagram example of a data processing system which may be used with the present invention.
  • FIG. 2 illustrates providing configuration information for operating system setup which may be used in various embodiments of the present invention.
  • FIG. 3 illustrates automatically configuring an operating system according to various embodiments of the present invention.
  • FIG. 4 illustrates software components and data for automatically configuring an operating system according to one embodiment of the present invention.
  • FIG. 5 illustrates configuration files in one location of a data processing system which may be searched for automatic setup according to one embodiment of the present invention.
  • FIG. 6 shows a flow diagram of a method to automatically configure an operating system according to one embodiment of the present invention.
  • FIG. 7 shows a detailed flow diagram of a method to automatically configure an operating system according to one embodiment of the present invention.
  • At least one embodiment of the present invention seeks to store the configuration information so that an automated search process can potentially discover the configuration information and automate the software configuration process.
  • FIG. 1 shows one example of a typical computer system which may be used with the present invention.
  • FIG. 1 illustrates various components of a computer system, it is not intended to represent any particular architecture or manner of interconnecting the components as such details are not germane to the present invention. It will also be appreciated that network computers and other data processing systems which have fewer or more components may also be used with the present invention.
  • the computer system of FIG. 1 may, for example, be an Apple Macintosh computer.
  • the computer system 101 which is a form of a data processing system, includes a bus 102 and system core logic 112 which interconnect a microprocessor 103 , a ROM 107 , and volatile RAM 105 and a non-volatile memory 106 .
  • the microprocessor 103 which may be, for example, a G3 or G4 or G5 microprocessor from Motorola, Inc. or IBM is coupled to cache memory 104 as shown in the example of FIG. 1 .
  • the non-volatile memory 106 is typically a magnetic hard drive, a magnetic optical drive, or an optical drive (e.g., a DVD RAM), or other type of memory system which maintains data even after power is removed from the system.
  • the non-volatile memory will also be a random access memory although this is not required. While FIG. 1 shows that the non-volatile memory is a local device coupled directly to the rest of the components in the data processing system, it will be appreciated that the present invention may utilize a non-volatile memory which is remote from the system, such as a network storage device that is coupled to the data processing system through a network interface such as a modem or Ethernet interface.
  • aspects of the present invention may be embodied, at least in part, in software. That is, the techniques may be carried out in a computer system or other data processing system in response to its processor, such as a microprocessor, executing sequences of instructions contained in a memory, such as ROM 107 , volatile RAM 105 , non-volatile memory 106 , cache 104 or a remote storage device.
  • a processor such as a microprocessor
  • a memory such as ROM 107 , volatile RAM 105 , non-volatile memory 106 , cache 104 or a remote storage device.
  • hardwired circuitry may be used in combination with software instructions to implement the present invention.
  • the techniques are not limited to any specific combination of hardware circuitry and software nor to any particular source for the instructions executed by the data processing system.
  • various functions and operations are described as being performed by or caused by software code to simplify description. However, those skilled in the art will recognize what is meant by such expressions is that the functions result from execution of the code by a processor,
  • a machine readable medium can be used to store software and data which when executed by a data processing system causes the system to perform various methods of the present invention.
  • This executable software and data may be stored in various places including for example ROM 107 , volatile RAM 105 , non-volatile memory 106 and/or cache 104 as shown in FIG. 1 . Portions of this software and/or data may be stored in any one of these storage devices.
  • the storing of the configuration data can be associated with the identification information of the corresponding computers, such as the hostname of a computer, the Internet Protocol (IP) address and the Media Access Control (MAC) address of a network interface device of the computer, and a hardware serial number of the computer. More details are described below.
  • IP Internet Protocol
  • MAC Media Access Control
  • FIG. 2 illustrates methods of providing configuration information for operating system setup which may be used in various embodiments of the present invention.
  • computer X ( 205 ) may be a computer that is to be set up.
  • Setup assistant 233 provides a user interface for a user to enter the configuration information interactively into computer 205 . After setup assistant 233 collects all the necessary information, the collected configuration information may be written into default location 237 on computer 205 . Once the configuration information is present in default location 237 , a configurator (a running software module) starts to set up the operating system using the configuration information in the default location.
  • the setup assistant can also store the configuration information in other locations 235 , which can be specified by the user.
  • the configuration information may be stored on a hard drive or a removable medium, such as a floppy diskette, a ZIP diskette, an IEEE 1394 compatible drive (a disk drive attachable to a data processing system through an IEEE-1394 port), a flash memory device, etc.
  • a hard drive or a removable medium such as a floppy diskette, a ZIP diskette, an IEEE 1394 compatible drive (a disk drive attachable to a data processing system through an IEEE-1394 port), a flash memory device, etc.
  • the setup assistant on the administrator computer places the configuration information in a configuration file on the default location (e.g., 237 ) on the target computer.
  • a password for accessing a file on the target computer can be automatically set to a value known to the administrator (e.g., the hardware serial number of the target computer).
  • the setup assistant can then use the password to copy the configuration file from the administrator computer to the target computer (e.g., using Secure Copy (scp), which provides encrypted file transfer of data over insecure networks).
  • scp Secure Copy
  • setup responder 231 may broadcast, on a subnet, a request for a remote setup assistant to collect the configuration information on behalf of computer 205 .
  • setup responder 231 may broadcast, on a subnet, a request for a remote setup assistant to collect the configuration information on behalf of computer 205 .
  • To remotely set up computer 205 from administrator computer 203 one can start a setup assistant on administrator computer 203 on the subnet to target computer 205 for remote setup.
  • the setup assistant on administrator computer 203 establishes communication with setup responder 231 for remote setup.
  • the configuration information can be maintained at a number of locations.
  • a computer in need of configuration information e.g., servers 221 - 227
  • the task of managing system configuration can be greatly simplified, especially for a large number of computers.
  • the identifications that may match more than one computer have low priorities in searching and applying the configuration information, and the unique identifications have high priorities.
  • the configuration files associated with the unique identifications can be used to overwrite certain information in the configuration files associated with non-unique identifications.
  • a generic configuration file can have the common configuration information, and the specific configuration file may only contain the configuration information that is unique to the target computer.
  • a large number of configuration files can be easily maintained for a large of number computers.
  • a hardware serial number is typically stored on a non-volatile memory of a computer (e.g., a ROM of the computer).
  • the hardware serial number can be used to uniquely identify the computer.
  • a MAC address may also be used to uniquely identify the computer.
  • a computer may have a number of network interface devices and thus a number of different MAC addresses.
  • a network interface device may be a removable device (e.g., a PCMCIA network card, or a network device attachable to a USB port).
  • DHCP Dynamic Host Configuration Protocol
  • the daemon process searches predetermined locations in all mounted file volumes.
  • a file volume is typically a set of files stored in a hierarchical fashion in an individual storage medium (e.g., files, directories, or folders in other directories or folders).
  • the files in a removable medium e.g., an IEEE 1394 compatible drive, a floppy diskette, a CD-ROM
  • a file volume e.g., as a directory tree in the root files system in Mac OS X available from Apple Computer, Inc. or in a similar Unix-style operating system, or as a logical drive in a Microsoft Windows operating system.
  • the files on a large capacity hard drive may be mounted as a single file volume or partitioned and mounted as multiple file volumes.
  • the daemon process searches in a predetermined location (e.g., directory (or folder) “Auto Server Setup”) in each of the mounted file volumes in the computer system. For example, if a file volume is mounted at the directory “/Volumes/Volume Name”, the daemon process searches the directory “/Volumes/Volume Name/Auto Server Setup/” for matched configuration files.
  • the computer When a removable storage device (e.g., an IEEE 1394 compatible drive, or a CD-ROM) is attached to the computer, the computer automatically mounts the file volume for the storage device (e.g., mounted at “/Volumes/removable drive”). Then, the corresponding location (e.g., “/Volumes/removable drive/Auto Server Setup/”) in the local storage devices is searched to find suitable configuration files.
  • the computer may also automatically mount any available network file volumes (e.g., on a local area network) and search the configuration information in the mounted network file volumes.
  • FIG. 5 illustrates configuration files in one location of a data processing system which may be searched for automatic setup according to one embodiment of the present invention.
  • directory (or folder) 501 may be in the topmost level of a removable media.
  • a computer may have a network interface device with a MAC address of 003065653740.
  • An encrypted configuration file 003065653740.plist ( 509 ) can be used to store the configuration information for the compute with the MAC address of 003065653740.
  • Configuration information for computers with other MAC addresses can also be stored in files 513 and 514 named with the corresponding MAC addresses.
  • a computer in need of configuration information can select the configuration files according to its corresponding identifications.
  • the extensions of the files are not shown. It is understood that the extensions of files may be shown or may be hidden. Files can have the same name but different extensions.
  • the encryption key may be saved in XB12345A.pass and the encrypted configuration information may be stored in XB12345A.plist.

Abstract

Methods and apparatuses for automatic system setup. At least one embodiment of the present invention stores the setup configuration information (e.g., in files and/or in directory servers). The setup configuration information is stored (e.g., using a configuration file naming scheme) so that the configuration information for a particular machine can be found. A setup daemon on the machine searches for suitable configuration information in a number of places, such as: in a location in a local file system, in locations in mounted file volumes, and directory servers. The configuration information may be encrypted, and the setup daemon searches for the decryption key in a similar fashion.

Description

  • This application is a continuation of co-pending U.S. patent application Ser. No. 10/691,993, filed on Oct. 22, 2003.
  • FIELD OF THE TECHNOLOGY
  • The technology relates generally to software setup for data processing systems.
  • BACKGROUND
  • It is typical for a data processing system to require a certain amount of initial setup to be performed before the system can be utilized. For example, a typically operating system requires basic information such as: language preferences, keyboard type, system administrator's account and password, current date and time, network address, hostname, the software license key for the operating system, and the optional services that shall be turned on when the operating system starts, such as email, printer, and web services.
  • It is typical for a computer system to require that this type of configuration information be provided before the system can be used. The process for providing this information usually requires a person to enter the information using a keyboard at the time the computer system is booted for the first time after the operating system is installed (or reinstalled). Once the operating system is configured, subsequent rebooting of the system will not require this data, as the setup information has already been applied.
  • The process of supplying this configuration information can be tedious and duplicative, especially when managing a large number of computers. Further, installation of an operating system on one computer may need to be performed repeatedly. For example, it may be desirable to reinitialize a computer to have a fresh installation of an operating system after certain uses of the computer. Further, when configuring a large number of computers, similar data often need to be provided to each of the computers for the initial setup.
  • Thus, many system administrators would prefer to use an automated method to install the operating system. For example, Red Hat Linux provides a kickstart installation method for the automated installation. Kickstart installation uses a kickstart file which is a simple text file containing a list of items that provides the information required for the installation. The kickstart file may be created by editing a copy of an existing kickstart file using a text editor, by running a Kickstart Configurator application, or by writing it from scratch. The administrator specifies the location of the kickstart file (e.g., a boot diskette, a Boot CD-ROM, a Network File System (NFS) volume, a HyperText Transfer Protocol (HTTP) directory, or a local file system) to begin a kickstart installation. The installation program uses the information in the kickstart file at the specified location to complete the installation without further user input.
  • SUMMARY OF THE DESCRIPTION
  • Methods and apparatuses for automatic system setup are described here. Some of the embodiments of the present invention are summarized in this section.
  • At least one embodiment of the present invention stores the setup configuration information (e.g., in files and/or in directory servers). The setup configuration information is stored (e.g., using a configuration file naming scheme) so that the configuration information for a particular machine can be found among those for various different machines. A setup daemon/process on the machine automatically searches for suitable configuration information in a number of places, such as in a location in a local file system, in locations in mounted file volumes, and in one or more directory servers. In the event the configuration information is encrypted, the setup daemon/process automatically searches for the corresponding decryption key in a similar fashion.
  • In one embodiment of the present invention, a method to set up software installed on a storage device of a data processing system includes automatically searching in a plurality of locations for configuration information and setting up the software installed on the storage device of the data processing system using first configuration information found in at least one of the plurality of locations. In one example, the first configuration information includes a decryption key and encrypted configuration information decryptable with the decryption key. The decryption key and the encrypted configuration information are found in different locations among the plurality of locations. In one example, the plurality of locations are periodically searched. In one example, the plurality of locations include: a default location on a storage device attached fixedly and locally to the data processing system, a location in a removable device (e.g., a firewall drive, or a removable medium, such as a floppy diskette or a CD-ROM) locally attached to the data processing system, and a remote location accessible to the data processing system through a network connection (e.g., a directory server). In one example, the software is a portion of an operating system of the data processing system, and the configuration is performed as an initial setup for the operating system. In one example, a plurality of identifications of the data processing system are determined (e.g., a network address of the data processing system, a hostname of the data processing system, a hardware serial number of the data processing system, a hardware address of a network interface device of the data processing system, and others), and the search uses the plurality of identifications to find configuration information suitable for the data processing system.
  • In one embodiment of the present invention, a method to set up software for a data processing system includes querying a directory server to obtain configuration information (e.g., user account information, time zone information, keyboard information, a default language, a license key for the software and others) and setting up the software for the data processing system using the configuration information obtained from the directory server. In one example, the software is a portion of an operating system of the data processing system, and the operating system is set up for initial use. In one example, a network address and an address of the directory server is automatically obtained from a server (e.g., a DHCP server) on a local area network, a network interface device of the data processing system is then configured to use the network address, and querying the directory server uses the address of the directory server and the network interface device, which is configured to use the network address. In one example, the configuration information includes information specifying whether one or more services of the operating system (e.g., email, printer, firewall, web, and others) shall be provided on the data processing system.
  • In one embodiment of the present invention, a method to set up software installed on a data processing system includes: automatically searching for encrypted configuration information; determining a decryption key to decrypt the encrypted configuration information; and setting up the software with the decryption key and the encrypted configuration information. In one example, the decryption key is communicated from a remote data processing system to the data processing system, and the decryption key is not stored on a file system of the data processing system. In one example, the decryption key is determined from searching in a plurality of locations (e.g., a removable storage device locally attached to the data processing system, a predetermined location in a file volume in a file system of the data processing system, a database on a remote directory server system accessible to the server system through a network connection, and others).
  • In one embodiment of the present invention, a method to configure software installed on a data processing system includes periodically searching for first configuration information; and configuring the software installed on the data processing system using the first configuration information when the first configuration information is found. In one example, the first configuration information is encrypted, and the first configuration information is found in a remote location accessible to the data processing system through a network connection (e.g., in a database, such as a directory server).
  • The present invention includes methods and apparatuses which perform these methods, including data processing systems which perform these methods, and computer readable media which when executed on data processing systems cause the systems to perform these methods.
  • Other features of the present invention will be apparent from the accompanying drawings and from the detailed description which follows.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings in which like references indicate similar elements.
  • FIG. 1 shows a block diagram example of a data processing system which may be used with the present invention.
  • FIG. 2 illustrates providing configuration information for operating system setup which may be used in various embodiments of the present invention.
  • FIG. 3 illustrates automatically configuring an operating system according to various embodiments of the present invention.
  • FIG. 4 illustrates software components and data for automatically configuring an operating system according to one embodiment of the present invention.
  • FIG. 5 illustrates configuration files in one location of a data processing system which may be searched for automatic setup according to one embodiment of the present invention.
  • FIG. 6 shows a flow diagram of a method to automatically configure an operating system according to one embodiment of the present invention.
  • FIG. 7 shows a detailed flow diagram of a method to automatically configure an operating system according to one embodiment of the present invention.
  • DETAILED DESCRIPTION
  • The following description and drawings are illustrative of the invention and are not to be construed as limiting the invention. Numerous specific details are described to provide a thorough understanding of the present invention. However, in certain instances, well known or conventional details are not described in order to avoid obscuring the description of the present invention. References to “one embodiment” or “an embodiment” in the present disclosure are not necessarily references to the same embodiment, and such references mean at least one.
  • At least one embodiment of the present invention seeks to store the configuration information so that an automated search process can potentially discover the configuration information and automate the software configuration process.
  • FIG. 1 shows one example of a typical computer system which may be used with the present invention. Note that while FIG. 1 illustrates various components of a computer system, it is not intended to represent any particular architecture or manner of interconnecting the components as such details are not germane to the present invention. It will also be appreciated that network computers and other data processing systems which have fewer or more components may also be used with the present invention. The computer system of FIG. 1 may, for example, be an Apple Macintosh computer.
  • As shown in FIG. 1, the computer system 101, which is a form of a data processing system, includes a bus 102 and system core logic 112 which interconnect a microprocessor 103, a ROM 107, and volatile RAM 105 and a non-volatile memory 106. The microprocessor 103, which may be, for example, a G3 or G4 or G5 microprocessor from Motorola, Inc. or IBM is coupled to cache memory 104 as shown in the example of FIG. 1. The bus 102 and system core logic 112 interconnect these various components together and also interconnects these components 103, 107, 105, and 106 to a display controller and display device 108 and to peripheral devices such as input/output (I/O) devices which may be mice, keyboards, modems, network interfaces, printers, scanners, video cameras and other devices which are well known in the art. Typically, the input/output devices 110 are coupled to the system through input/output controllers 109. The volatile RAM 105 is typically implemented as dynamic RAM (DRAM) which requires power continually in order to refresh or maintain the data in the memory. The non-volatile memory 106 is typically a magnetic hard drive, a magnetic optical drive, or an optical drive (e.g., a DVD RAM), or other type of memory system which maintains data even after power is removed from the system. Typically, the non-volatile memory will also be a random access memory although this is not required. While FIG. 1 shows that the non-volatile memory is a local device coupled directly to the rest of the components in the data processing system, it will be appreciated that the present invention may utilize a non-volatile memory which is remote from the system, such as a network storage device that is coupled to the data processing system through a network interface such as a modem or Ethernet interface. The bus 102 may include one or more buses connected to one another through various bridges, controllers and/or adapters as is well known in the art. In one embodiment the I/O controller 109 includes a USB (Universal Serial Bus) adapter for controlling USB peripherals, and/or an IEEE-1394 bus adapter for controlling IEEE-1394 peripherals.
  • It will be apparent from this description that aspects of the present invention may be embodied, at least in part, in software. That is, the techniques may be carried out in a computer system or other data processing system in response to its processor, such as a microprocessor, executing sequences of instructions contained in a memory, such as ROM 107, volatile RAM 105, non-volatile memory 106, cache 104 or a remote storage device. In various embodiments, hardwired circuitry may be used in combination with software instructions to implement the present invention. Thus, the techniques are not limited to any specific combination of hardware circuitry and software nor to any particular source for the instructions executed by the data processing system. In addition, throughout this description, various functions and operations are described as being performed by or caused by software code to simplify description. However, those skilled in the art will recognize what is meant by such expressions is that the functions result from execution of the code by a processor, such as the microprocessor 103.
  • A machine readable medium can be used to store software and data which when executed by a data processing system causes the system to perform various methods of the present invention. This executable software and data may be stored in various places including for example ROM 107, volatile RAM 105, non-volatile memory 106 and/or cache 104 as shown in FIG. 1. Portions of this software and/or data may be stored in any one of these storage devices.
  • Thus, a machine readable medium includes any mechanism that provides (i.e., stores and/or transmits) information in a form accessible by a machine (e.g., a computer, network device, personal digital assistant, manufacturing tool, any device with a set of one or more processors, etc.). For example, a machine readable medium includes recordable/non-recordable media (e.g., read only memory (ROM), random access memory (RAM), magnetic disk storage media, optical storage media, flash memory devices, etc.), as well as electrical, optical, acoustical or other forms of propagated signals (e.g., carrier waves, infrared signals, digital signals, etc.), etc.
  • In one embodiment of the present invention, the configuration information is stored as a file in a file system, or as an entry in a database (e.g., a record on a directory server). An application program may be used to collect and save the configuration information into a file or in a directory server. The configuration information can be saved as clear data without encryption, which can be easily edited using a text editor. Alternatively, the application program may further encrypt the configuration information (e.g., for storage in the directory server) so that confidential information, such as user accounts and passwords, are protected against unauthorized access. To facilitate the automated search and easy management of the configuration data for a number of computers, the storing of the configuration data can be associated with the identification information of the corresponding computers, such as the hostname of a computer, the Internet Protocol (IP) address and the Media Access Control (MAC) address of a network interface device of the computer, and a hardware serial number of the computer. More details are described below.
  • In one embodiment of the present invention, different portions (e.g., user account information and license keys) of the configuration information can be stored in different files and directory service records. The information found in different files and records are combined (e.g., based on a priority scheme) when applied to the configuration process. For example, the file associated with a hardware serial number of a computer is intended only for the computer with this hardware serial number, and, data in a generic entry at a directory server can be applied to any computer. When certain data is missing from the file associated with the hardware serial number of the computer, the corresponding data in the generic entry in the directory server can be used.
  • FIG. 2 illustrates methods of providing configuration information for operating system setup which may be used in various embodiments of the present invention. In FIG. 2, computer X (205) may be a computer that is to be set up. Setup assistant 233 provides a user interface for a user to enter the configuration information interactively into computer 205. After setup assistant 233 collects all the necessary information, the collected configuration information may be written into default location 237 on computer 205. Once the configuration information is present in default location 237, a configurator (a running software module) starts to set up the operating system using the configuration information in the default location. In one embodiment of the present invention, the setup assistant can also store the configuration information in other locations 235, which can be specified by the user. For example, the configuration information may be stored on a hard drive or a removable medium, such as a floppy diskette, a ZIP diskette, an IEEE 1394 compatible drive (a disk drive attachable to a data processing system through an IEEE-1394 port), a flash memory device, etc. Once the configuration information is stored, it can be used for setup during reinstallation or for modification for another computer.
  • In one embodiment, an administrator computer can be used to set up a target computer through the network. For example, when target computer 205 is in the setup process, setup responder 231 can run as a daemon process to listen to the network 203 for a broadcast message from a setup searcher running on administrator computer 203. The setup assistant on administrator computer 203 can find out the computers on the network that need to be set up using setup searcher (e.g., a separate process or a module of setup assistant). The setup searcher broadcasts a message on the subnet to look for a list of computers that are in the setup process. In response to the message from the setup searcher, the setup responder sends a message to the setup searcher. The message from the setup responder includes identification information of the target computer (e.g., the IP address, the MAC address and the hostname) and other information indicative of the status of the installation and/or setup process. Note that the IP address of the target may be configured through a DHCP server, or through a self-assigning process (e.g., selecting one IP address from a class of IP network address, checking it for any conflict on the subnet, and using it if there is no conflict). The setup searcher presents the list of target computers that responded to the broadcast message to the setup assistant. The administrator can then select one target computer for remote configuration. If the administrator knows the identification information of the target computer, the administrator can also directly ask the setup assistant to set up the target computer. Once the administrator enters the configuration for the target computer on the administrator computer, the setup assistant on the administrator computer places the configuration information in a configuration file on the default location (e.g., 237) on the target computer. For example, the during the setup process, a password for accessing a file on the target computer can be automatically set to a value known to the administrator (e.g., the hardware serial number of the target computer). The setup assistant can then use the password to copy the configuration file from the administrator computer to the target computer (e.g., using Secure Copy (scp), which provides encrypted file transfer of data over insecure networks).
  • Alternatively, when computer 205 needs setup configuration information, it may also run setup responder 231 to communicate with a remote administrator computer through a network for remote setup. For example, setup responder 231 may broadcast, on a subnet, a request for a remote setup assistant to collect the configuration information on behalf of computer 205. To remotely set up computer 205 from administrator computer 203, one can start a setup assistant on administrator computer 203 on the subnet to target computer 205 for remote setup. In response to the request for a remote setup assistant from computer 205, the setup assistant on administrator computer 203 establishes communication with setup responder 231 for remote setup. In one embodiment, setup responder 231 requires the remote setup assistant to submit a correct password (e.g., the hardware serial number of computer 205) from the administrator computer to allow the administrator computer to remotely set up computer 205. After the communication between administrator computer 203 and target computer 205 is established for remote setup, one can use the user interface of administrator computer 203 to collect the configuration information for target computer 205. In one embodiment, after the setup assistant of administrator computer 203 communicates the configuration information to setup responder 231 of target computer 205, setup responder 231 writes the configuration information into a file in default location 237, so that the setup program can use the configuration information to perform the initial setup of the operating system.
  • Setup daemon 239 on the target computer monitors default location 237 for a configuration file. If a configuration file is found at the default location, the setup process can configure the target computer according to the parameters in the configuration file. In one embodiment of the present invention, setup daemon 239 not only monitors the default location for the configuration file but also searches for configuration information at other locations. For example, setup daemon 239 may search locations 235 in the target computer (such as directories or folders in mounted volumes of the target computer) and locations in the other computers (such as directory server 207, or other type of databases).
  • In one embodiment of the present invention, the setup assistant of administrator computer 203 can collect the configuration for a target computer without performing the remote setup. The collected configuration information for the target computer is stored into a file (e.g., on a removable medium) or as a record on directory server 207.
  • One may modify the configuration information of one computer (e.g., computer 205) to generate configuration information for other computers (e.g., computers 221-227). For example, computers A-D (221-227) can be rack-mount servers that do not have displays and input devices attached to them individually. Some server computers do not have displays and input devices (e.g., keyboard and mouse), and some server computers share displays and input devices. For example, a Keyboard, Video and Mouse (KVM) Switch (217) may be used to selectively couple display 213, keyboard 211 and mouse 215 to one of computers 221-227. It is generally a time consuming task to provide configuration information individually through the input devices (e.g., keyboard 211 and mouse 215). In one embodiment of the present invention, after the configuration files are generated (e.g., through the use of a set up assistant, or through modifying an existing copy of the configuration file), the configuration information can be maintained at a number of locations. A computer in need of configuration information (e.g., servers 221-227) can then automatically search for the suitable configuration information to automate the configuration process. Since the computer can search in a plurality of locations automatically, it is not necessary to specify a location to the configurator manually. Thus, the task of managing system configuration can be greatly simplified, especially for a large number of computers.
  • FIG. 3 illustrates methods to automatically configure an operating system according to various embodiments of the present invention. In one embodiment of the present invention, a computer (e.g., 321-327) can determine a number of identifications for itself, such as hardware serial number, IP address, hostname, a hardware address (e.g., MAC address) of a network interface device and others (e.g., an identification assigned specifically for the purpose of configuration). Some of the identifications (e.g., hardware serial number, IP address, hostname, MAC address) can be uniquely associated with the individual devices to be set up. Other identifications (e.g., subnet mask, or “generic” which matches any computer) can be associated with a group of computers. In one embodiment of the present invention, the identifications that may match more than one computer have low priorities in searching and applying the configuration information, and the unique identifications have high priorities. Further, the configuration files associated with the unique identifications can be used to overwrite certain information in the configuration files associated with non-unique identifications. Thus, a generic configuration file can have the common configuration information, and the specific configuration file may only contain the configuration information that is unique to the target computer. Thus, a large number of configuration files can be easily maintained for a large of number computers.
  • A hardware serial number is typically stored on a non-volatile memory of a computer (e.g., a ROM of the computer). The hardware serial number can be used to uniquely identify the computer. A MAC address may also be used to uniquely identify the computer. However, it is understood that a computer may have a number of network interface devices and thus a number of different MAC addresses. Further, a network interface device may be a removable device (e.g., a PCMCIA network card, or a network device attachable to a USB port). Based on the MAC addresses, a Dynamic Host Configuration Protocol (DHCP) server can be configured to assign predetermined IP addresses to the corresponding computers. Alternatively, the DHCP server can be configured to sequentially assign a list of IP addresses to a number of computers, which are configured one after another. A DHCP server can also provide various network configuration information, such as the IP addresses of Domain Name System (DNS) servers and Network Information Service (NIS) servers. Using the IP address, a computer can further determine its hostname through querying the DNS servers. Alternatively, the hostname, IP address and other identifications for the computer can be provided in a configuration file in a local file system of the computer (e.g., on a hard drive, a removable device, such as an IEEE 1394 compatible drive, a floppy diskette, or a CD-ROM). Further, these identifications can be obtained through a remote setup assistant (e.g., on a computer 303 attached to the same subnet of the computer that is to be configured) during the installation process or during the configuration process. In one embodiment of the present invention, at least one network interface device is configured during the remote installation of the operating system for the computer. Thus, after the installation, the identification information is available to the computer for initial setup. Once the identifications for the computer are determined, configuration information can be further searched based on these identifications.
  • In one embodiment of the present invention, the configuration information can be maintained in a number of locations, and a daemon process runs in the background to automatically search for the configuration information in various locations. For example, configuration files for various computers can be stored on removable media 311 (e.g., an IEEE 1394 compatible drive, a floppy diskette, or a CD-ROM). The configuration files have a naming system so that the configuration files for a specific computer can be identified and retrieved using the identification information of the computer. Since a computer may have a number of different identifications, the daemon process searches for applicable configuration files according to the priorities associated with the identifications. For example, when the computer has a hardware serial number, the configuration file with a name that matches the hardware serial number has a high priority.
  • In one embodiment of the present invention, a configuration file is designed to contain all the configuration information required to complete the setup process. Thus, once a configuration file is found (e.g., a file that matches the hardware serial number), no further search is necessary. Alternatively, portions of the configuration information may be distributed in a number of different configuration files. A configuration file may contain only a portion of the configuration information, and the daemon process continues the search until all required configuration information is found. For example, a configuration file associated with an identification that matches a group of computers (e.g., the subnet address, or a file that matches all the computers) can be used to store all the common information for the configuration process. A configuration file that is uniquely associated with the identification of one computer (e.g., the hardware serial number) can be used to provide the configuration information unique to the computer (e.g., hostname and software license key). Further, the configuration information may further be grouped in portions (e.g., selection of optional services, configuration parameters specific for one service, and others) so that different portions of the configuration information may be specified in different configuration files. In one embodiment, the configuration information for setting up a server computer includes the information for setting up programs and services such as AFP (Apple File Protocol), FTP (File Transfer Protocol), print server, NetBoot, web server (e.g., Apache), WebDAV (WWW Distributed Authoring and Versioning), NTP (Network time protocol) client, NTP server, QTSS (Quicktime Streaming Server), mail, SMB (Server Message Block, e.g., Samba), LDAP (Lightweight Directory Access Protocol) client, LDAP server, NetInfo client, password server, watchdog and others. Through the search process, the daemon process may collect and copy the configuration information into a configuration file at the default location.
  • In one embodiment of the present invention, the configuration files at the default location may be created in a number of ways. For example, the local interactive setup assistant or the local setup responder in communication with a remote setup assistant may save a configuration file at the default location. The daemon process may search and copy configuration files from various other locations to the default location. Alternatively, the local interactive setup assistant can be configured to save the configuration files in different locations, from where the daemon process may discover and copy the suitable configuration information to the default location.
  • In one embodiment of the present invention, the daemon process searches predetermined locations in all mounted file volumes. A file volume is typically a set of files stored in a hierarchical fashion in an individual storage medium (e.g., files, directories, or folders in other directories or folders). For example, the files in a removable medium (e.g., an IEEE 1394 compatible drive, a floppy diskette, a CD-ROM) are typically mounted as a file volume (e.g., as a directory tree in the root files system in Mac OS X available from Apple Computer, Inc. or in a similar Unix-style operating system, or as a logical drive in a Microsoft Windows operating system). The files on a large capacity hard drive may be mounted as a single file volume or partitioned and mounted as multiple file volumes. In one embodiment, the daemon process searches in a predetermined location (e.g., directory (or folder) “Auto Server Setup”) in each of the mounted file volumes in the computer system. For example, if a file volume is mounted at the directory “/Volumes/Volume Name”, the daemon process searches the directory “/Volumes/Volume Name/Auto Server Setup/” for matched configuration files. When a removable storage device (e.g., an IEEE 1394 compatible drive, or a CD-ROM) is attached to the computer, the computer automatically mounts the file volume for the storage device (e.g., mounted at “/Volumes/removable drive”). Then, the corresponding location (e.g., “/Volumes/removable drive/Auto Server Setup/”) in the local storage devices is searched to find suitable configuration files. In one embodiment of the present invention, the computer may also automatically mount any available network file volumes (e.g., on a local area network) and search the configuration information in the mounted network file volumes. In addition to the file volumes mounted in the file system of the computer, the computer may further search in one or more databases accessible to the computer through a network (e.g., directory server 307 or other network resources, such as an HTTP server). The addresses of the network resources can be specified in a configuration file in the file system or through other servers, such as a DHCP server). A directory server provides directory services by sending data entries to a client in response to a query from the client. A directory server may communicate with a client in a standard protocol such as Lightweight Directory Access Protocol (LDAP). Alternatively, an Active Directory server or other type of directory server that uses other communication protocols may also be used to provide the directory service. Configuration information may also be retrieved from a web server using an HTTP protocol. The address of the web server can be provided to the computer as the default World Wide Web (WWW) server by a DHCP server (or in a configuration file).
  • A configuration file may contain confidential information, such as user accounts and passwords. Thus, a configuration file may be encrypted. For example, the configuration file stored on the directory server (e.g., 307) can be encrypted and a decryption key can be stored separately in a different configuration file in a better-guarded location (e.g., removable media 311). Alternatively, the decryption key can be supplied to the computer remotely from a setup assistant running on a remote computer through a network connection. For example, the remote setup assistant may receive the decryption key from the user input device at the administrator computer, communicate the decryption key to the setup responder, which decrypts an encrypted configuration file using the decryption key without storing the decryption key in the file system. In one embodiment of the present invention, the decryption key may also be automatically found by searching in a plurality of locations in a similar fashion.
  • Some databases (e.g., directory server 307) may not accept binary data as an entry. Thus, the binary information (e.g., the encrypted content of a configuration file) may be encoded as ASCII data for storage in the database. The ASCII data entry can be subsequently decoded after the retrieval to obtain the original binary data (e.g., the encrypted content of the configuration file). It is understood that any methods known in the field for converting between a binary format and an ASCII format and for encryption and decryption can be used with the present invention.
  • FIG. 4 illustrates software components and data for automatically configuring an operating system according to one embodiment of the present invention. In FIG. 4, computer A (401) contains installed operating system 403 (e.g., installed on a hard drive and at least partially loaded into the memory of computer 401). During the installation, network information 409 (e.g., hostname 421, network address 423, DNS server address 425, and directory server address 427) may be provided to the computer so that when the system is rebooted for initial setup, this information is already available to computer 401. Alternatively, this network information may be collected from configuration files or from a DHCP server after the reboot for initial setup. Computer 401 may have hardware serial number 407 (e.g., stored in a ROM of computer 401). Further, a network interface device of computer 401 has a Media Access Control (MAC) address 405 that may be used to uniquely identify the computer. In computer 401, default location 411 (e.g., “/Auto Server Setup/”) is designated for the storage of the configuration information that will be used to complete the initial setup process. Once configuration information is available at the default location (e.g., in an unencrypted format), the system automatically configures the operating system. In one embodiment of the present invention, configuration files can also be stored at other locations 413 (e.g., the topmost level directory “Auto Server Setup” in at least one of the mounted file volumes). Configuration file locator 415 automatically searches in various locations to find configuration information suitable for setting up the installed operating system 403.
  • FIG. 5 illustrates configuration files in one location of a data processing system which may be searched for automatic setup according to one embodiment of the present invention. For example, directory (or folder) 501 may be in the topmost level of a removable media. A computer may have a network interface device with a MAC address of 003065653740. An encrypted configuration file 003065653740.plist (509) can be used to store the configuration information for the compute with the MAC address of 003065653740. Configuration information for computers with other MAC addresses can also be stored in files 513 and 514 named with the corresponding MAC addresses. Thus, a computer in need of configuration information can select the configuration files according to its corresponding identifications. Decryption keys are typically provided separately from the corresponding encrypted configuration files (and are typically located in different locations). For example, the encryption key for the computer with the hardware serial number XB12345ABCD can be stored in file XB12345A.pass (511), and the corresponding encrypted configuration information may be stored on a directory server. Note that in this example only the first 8 characters of the hardware serial number is used to name the configuration file. Further, the configuration files may be stored in files named with the IP addresses or hostnames of the corresponding computers (e.g., files 505 and 507). The configuration file “generic.plist” (503) matches any computer. Thus, the file 503 can be used to store configuration information common to a large number of computers. In FIG. 5, the extensions of the files are not shown. It is understood that the extensions of files may be shown or may be hidden. Files can have the same name but different extensions. For example, the encryption key may be saved in XB12345A.pass and the encrypted configuration information may be stored in XB12345A.plist.
  • The IP address and the hostname of a computer may be obtained from a DHCP server (e.g., according to the MAC address of the computer). Alternatively, the network information (e.g., IP address, subnet mask, hostname, default gateway, DNS server address, directory server address, and others) can also be specified in a separate configuration file (e.g., in “003065653740.plist” for a network device with the MAC address of 003065653740). After configuration file locator finds the configuration file with the network information (e.g., “003065653740.plist”), the network interface device with the corresponding MAC address (e.g., 003065653740) can be configured for Internet access, and the corresponding IP address and hostname can be further used in the search for additional configuration information.
  • FIG. 5 illustrates the naming of configuration files in a file volume. Similarly naming schemes can also be used for entries on a directory server when the configuration files are stored as entries on the directory server.
  • To prevent tampering with the configuration process, the configuration file locator may request that the configuration file found in less trustworthy locations (e.g., directory server, a remote file system, a remote database) be authenticated against keys found in trusted locations (e.g., a local file system, such as a file on a removable storage device or a file on a hard drive). For example, the encrypted configuration information available at a remote computer (e.g., a directory server) must be successfully decrypted with a decryption key provided through a secure channel (e.g., from a file on a local hard drive or a locally attached removable storage media) before the information can be used.
  • FIG. 6 shows a flow diagram of a method to automatically configure an operating system according to one embodiment of the present invention. After operation 601 installs operating system software to a storage device of a data processing system, operation 603 starts to run the operating system from the storage device of the data processing system. Since the operating system needs an initial setup, operation 605 automatically searches, in a plurality of locations, for a configuration file that contains a plurality of parameters for setting up the operating system. If a configuration file is found for setting up the operating system in operation 607, operation 609 automatically sets up the operating system for normal operation according to the parameters in the configuration file. The search for the configuration file continues until a configuration file becomes available (e.g., after a configuration file is supplied on a removable media, or after a configuration file is created by an interactive setup assistant program, or after a configuration file is obtained from a remote location through network).
  • FIG. 7 shows a detailed flow diagram of a method to automatically configure an operating system according to one embodiment of the present invention. Operation 701 starts to run on a data processing system a freshly installed operating system that has not been configured for the data processing system. Operation 703 starts a user interface to collect configuration parameters from user input devices that are locally attached to the data processing system. The user interface writes the collected configuration parameters in a configuration file at a default location when the user interface finishes collecting the parameters. In one embodiment, the user interface is started regardless if the user input devices are attached to the system. Alternatively, the user interface is not started if there are no user input devices (e.g., display, or keyboard and mouse) locally attached to the data processing system. Further, in one embodiment, the user interface may be automatically terminated if there is no user input for a period of time, even if the data processing system has locally attached user input devices. If operation 705 detects a network interface device, operation 707 configures the network interface. Note that the network interface may be a removable network interface card (e.g., a PCMCIA network card, or a based network interface device attachable to a USB port or an IEEE-1394 port). The network interface device may be configured through a DHCP server or through configuration parameters available on the data processing system (e.g., through the installation process of the operating system, or found in a configuration file). If operation 709 determines that the network interface is working, operation 711 starts a service allowing remote setup which when used creates a configuration file at the default location according to user input at a remote station. It is understood that the remote setup may be performed without having to configure certain aspects of the network device. For example, the remote setup service may use TCP/IP protocol but not limited to TCP/IP protocol. Thus, it is not necessary to set up IP address for the network interface device to have a working network interface. For example, the remote setup service may use communication protocols that are not limited to IP addressing. If a removable medium is detected in operation 713, operation 715 automatically mounts the removable media so that one or more predetermined locations on the removable media may also be searched for configuration information. If operation 717 determines that no configuration file is present at the default location (or not all configuration information is available at the default location), operation 719 searches predetermined locations in all mounted volumes for configuration information. If a configuration file is found in operation 719, operation 723 copies the configuration file to the default location. Otherwise, operation 721 further queries a remote directory server for a configuration file. The directory server may store an entire configuration file as one record (e.g., in an encoded and encrypted format). After the configuration information is available at the default location, operation 725 configures the operating system using the parameters in the configuration file at the default location (e.g., to initialize services, setup print, email, web, user accounts, file sharing, preferences).
  • Although FIGS. 6 and 7 are illustrated with specific sequences of operations, it is understood that different sequences can also be used. For example, some of the operations may be driven by related events, and some of the operations may be performed in different threads or processes. For example, detecting removable network interface devices and removable media can be in a separate process and driven by the event of attaching the devices, and searching the configuration file may be in another separate process, which periodically searches various locations.
  • Although the above examples are for the initial setup of an operating system after the installation of the operation system, it is understood that the methods according to various embodiments the present invention can also be used for the automatic setup of other software applications. For example, configuration information for a software application (e.g., a multimedia program) can be stored on a database (e.g., a directory server) so that the configuration process after the reinstallation of the software application (e.g., after the reinstallation of the entire computer system) can be automated. Further, the configuration information can be used for software program upgrade and migration (e.g., moving from one computer to another). Further, the database of the configuration information can have a version control so that when the updated configuration information is loaded into the database, a daemon process can automatically discover the updated configuration information and cause the corresponding software application to be configured according to the updated configuration information.
  • Since the system can automatically search and discover the configuration setup data, the need for time-consuming data entry through interactive user interface can be eliminated, and the time from installation to up-and-usable can be shortened. Administrators can save setup data on local hard drives, shared storage, CDs, IEEE 1394 compatible drives, iPods, Flashcard memory, and other storage devices that can be attached to the system. Further, setup data can be stored in a database, such as a directory server. The setup configuration data can be stored as clear data or as encrypted data. Thus, embodiments of the present invention provide administrators with a great deal of flexibility in managing and organizing the configuration for one or more systems.
  • In the foregoing specification, the invention has been described with reference to specific exemplary embodiments thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of the invention as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.

Claims (15)

1. A machine readable medium containing executable computer program instructions which when executed by a data processing system cause said system to perform a method to set up software on a storage device of the data processing system, the method comprising:
automatically searching in a plurality of locations for configuration information, including locations on a network; and
setting up the software to install the software on the storage device of the data processing system using first configuration information found in at least one of the plurality of locations.
2. The medium of claim 1, wherein the first configuration information comprises:
a decryption key; and
encrypted configuration information decryptable with the decryption key.
3. The medium of claim 2, wherein the decryption key and the encrypted configuration information are found in different locations of the plurality of locations.
4. The medium of claim 1, wherein the plurality of locations comprise one default location on a storage device attached fixedly and locally to the data processing system.
5. The medium of claim 4, wherein the plurality of locations further comprise one location in a removable medium locally attached to the data processing system.
6. The medium of claim 4, wherein the plurality of locations further comprise a remote location accessible to the data processing system through a network connection.
7. The medium of claim 1, wherein the software is a portion of an operating system of the data processing system.
8. The medium of claim 1, further comprising:
determining a plurality of identifications of the data processing system;
wherein said searching uses the plurality of identifications to find configuration information suitable for the data processing system.
9. The medium of claim 8, wherein the plurality of identifications comprise one of:
a) a network address of the data processing system;
b) a hostname of the data processing system;
c) a hardware serial number of the data processing system; and
d) a hardware address of a network interface device of the data processing system.
10. The medium of claim 8, wherein the plurality of identifications comprise one identification that matches any data processing system.
11. A method to set up software on a storage device of a data processing system, the method comprising:
automatically searching in a plurality of locations in a network for configuration information; and
setting up the software to install the software on the storage device of the data processing system using first configuration information found in at least one of the plurality of locations.
12. The method of claim 11, wherein the software is a portion of an operating system of the data processing system.
13. The method of claim 11, wherein the plurality of locations are periodically searched.
14. The method of claim 11, wherein the plurality of locations comprise one default location on a storage device attached fixedly and locally to the data processing system.
15. The method of claim 14, wherein the plurality of locations further comprise one of:
location in a removable medium locally attached to the data processing system; and
a directory server.
US12/853,249 2003-10-22 2010-08-09 Software setup system Abandoned US20100306760A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/853,249 US20100306760A1 (en) 2003-10-22 2010-08-09 Software setup system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/691,993 US7774774B1 (en) 2003-10-22 2003-10-22 Software setup system
US12/853,249 US20100306760A1 (en) 2003-10-22 2010-08-09 Software setup system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/691,993 Continuation US7774774B1 (en) 2003-10-22 2003-10-22 Software setup system

Publications (1)

Publication Number Publication Date
US20100306760A1 true US20100306760A1 (en) 2010-12-02

Family

ID=42536704

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/691,993 Expired - Fee Related US7774774B1 (en) 2003-10-22 2003-10-22 Software setup system
US12/853,249 Abandoned US20100306760A1 (en) 2003-10-22 2010-08-09 Software setup system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/691,993 Expired - Fee Related US7774774B1 (en) 2003-10-22 2003-10-22 Software setup system

Country Status (1)

Country Link
US (2) US7774774B1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090144701A1 (en) * 2007-11-30 2009-06-04 Norman Lee Faus Methods and systems for providing configuration data
US20120011507A1 (en) * 2008-11-06 2012-01-12 Takayuki Sasaki Maintenance system, maintenance method and program for maintenance
US20120203920A1 (en) * 2011-02-09 2012-08-09 Canon Kabushiki Kaisha Communication apparatus and method of controlling same, and storage medium
US20130262845A1 (en) * 2012-03-29 2013-10-03 Verizon Patent And Licensing Inc. Method and system for generating a standardized system build file
US8677342B1 (en) * 2008-10-17 2014-03-18 Honeywell International Inc. System, method and apparatus for replacing wireless devices in a system
US8745610B2 (en) 2008-11-06 2014-06-03 Nec Corporation Maintenance system, maintenance method and program for maintenance
US8762502B2 (en) 2011-10-25 2014-06-24 Hewlett-Packard Development Company, L.P. Installation of server-stored disk image on client
US20160253529A1 (en) * 2015-02-26 2016-09-01 Whitecanyon Software, Inc. Selective Storage Device Wiping System and Method
US20180351742A1 (en) * 2017-06-01 2018-12-06 Ricoh Company, Ltd. Setting information utilization system and setting information utilization method
CN109460670A (en) * 2018-09-26 2019-03-12 中国平安人寿保险股份有限公司 Configuration item decryption method, device, computer equipment and storage medium
US11249770B2 (en) * 2020-01-16 2022-02-15 Vmware, Inc. Connected provisioning

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2002075525A1 (en) * 2001-03-19 2004-07-08 ソニー株式会社 Software update system, software update method, and software update program
US7876902B2 (en) * 2006-08-31 2011-01-25 Microsoft Corporation Distribution of encrypted software update to reduce attack window
JP5142519B2 (en) * 2006-12-21 2013-02-13 キヤノン株式会社 Data processing apparatus, data processing system, data processing method, and program
US8412102B2 (en) * 2007-03-14 2013-04-02 At&T Intellectual Property I, L.P. Method, apparatus and storage medium for provisioning WLAN parameters via a cordless phone protocol
US20080250385A1 (en) * 2007-04-09 2008-10-09 Sanchez Elton R Automating the deployment of applications
US8561058B2 (en) * 2007-06-20 2013-10-15 Red Hat, Inc. Methods and systems for dynamically generating installation configuration files for software
US8464247B2 (en) * 2007-06-21 2013-06-11 Red Hat, Inc. Methods and systems for dynamically generating installation configuration files for software
JP5125595B2 (en) * 2008-02-22 2013-01-23 横河電機株式会社 Recording medium, installation method, and computer program
US8417926B2 (en) * 2009-03-31 2013-04-09 Red Hat, Inc. Systems and methods for providing configuration management services from a provisioning server
US8271704B2 (en) 2009-06-16 2012-09-18 International Business Machines Corporation Status information saving among multiple computers
US8654524B2 (en) 2009-08-17 2014-02-18 Apple Inc. Housing as an I/O device
US20110208963A1 (en) * 2010-02-24 2011-08-25 Aviv Soffer Secured kvm system having remote controller-indicator
US9791944B2 (en) * 2010-02-24 2017-10-17 Hige Sec Labs Ltd Secured KVM system having remote controller-indicator
US8826268B2 (en) 2010-03-08 2014-09-02 Microsoft Corporation Virtual software application deployment configurations
US8707296B2 (en) 2010-04-27 2014-04-22 Apple Inc. Dynamic retrieval of installation packages when installing software
US8505003B2 (en) * 2010-04-28 2013-08-06 Novell, Inc. System and method for upgrading kernels in cloud computing environments
US8484631B2 (en) * 2011-03-30 2013-07-09 Phoenix Technologies Ltd. Supporting hardware configuration changes in a UEFI firmware component
US9395972B2 (en) * 2011-05-31 2016-07-19 Red Hat, Inc. Customizing an operating system installer via a web-based interface
US9678978B2 (en) * 2012-12-31 2017-06-13 Carbonite, Inc. Systems and methods for automatic synchronization of recently modified data
JP2014236474A (en) * 2013-06-05 2014-12-15 富士通株式会社 Setting data encryption device, information processing apparatus, setting change method, setting data encryption program and setting change program
JP6413495B2 (en) * 2014-08-29 2018-10-31 セイコーエプソン株式会社 Information processing method and recording system
US20170279678A1 (en) * 2016-03-28 2017-09-28 Microsoft Technology Licensing, Llc Containerized Configuration
US11334173B2 (en) 2020-07-13 2022-05-17 High Sec Labs Ltd. System and method of polychromatic identification for a KVM switch
US10922246B1 (en) 2020-07-13 2021-02-16 High Sec Labs Ltd. System and method of polychromatic identification for a KVM switch

Citations (98)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4747040A (en) * 1985-10-09 1988-05-24 American Telephone & Telegraph Company Dual operating system computer
US4984149A (en) * 1987-03-28 1991-01-08 Kabushiki Kaisha Toshiba Memory access control apparatus
US5040110A (en) * 1987-10-30 1991-08-13 Matsushita Electric Industrial Co., Ltd. Write once read many optical disc storage system having directory for storing virtual address and corresponding up-to-date sector address
US5131089A (en) * 1989-06-12 1992-07-14 Grid Systems Corporation Solid state disk drive emulation
US5146568A (en) * 1988-09-06 1992-09-08 Digital Equipment Corporation Remote bootstrapping a node over communication link by initially requesting remote storage access program which emulates local disk to load other programs
US5291584A (en) * 1991-07-23 1994-03-01 Nexcom Technology, Inc. Methods and apparatus for hard disk emulation
US5325529A (en) * 1990-05-18 1994-06-28 Compaq Computer Corporation External boot information loading of a personal computer
US5339430A (en) * 1992-07-01 1994-08-16 Telefonaktiebolaget L M Ericsson System for dynamic run-time binding of software modules in a computer system
US5452454A (en) * 1991-12-10 1995-09-19 Digital Equipment Corporation Generic remote boot for networked workstations by creating local bootable code image
US5454098A (en) * 1992-09-28 1995-09-26 Conner Peripherals, Inc. Method of emulating access to a sequential access data storage device while actually using a random access storage device
US5483647A (en) * 1992-12-17 1996-01-09 Bull Hn Information Systems Inc. System for switching between two different operating systems by invoking the server to determine physical conditions to initiate a physical connection transparent to the user
US5491813A (en) * 1990-02-12 1996-02-13 International Business Machines Corporation Display subsystem architecture for binding device independent drivers together into a bound driver for controlling a particular display device
US5499378A (en) * 1991-12-20 1996-03-12 International Business Machines Corporation Small computer system emulator for non-local SCSI devices
US5546585A (en) * 1992-04-08 1996-08-13 Olympus Optical Co., Ltd. Personal computer system with start-up capability from an external mass storage device
US5548783A (en) * 1993-10-28 1996-08-20 Dell Usa, L.P. Composite drive controller including composite disk driver for supporting composite drive accesses and a pass-through driver for supporting accesses to stand-alone SCSI peripherals
US5603011A (en) * 1992-12-11 1997-02-11 International Business Machines Corporation Selective shadowing and paging in computer memory systems
US5666293A (en) * 1994-05-27 1997-09-09 Bell Atlantic Network Services, Inc. Downloading operating system software through a broadcast channel
US5717903A (en) * 1995-05-15 1998-02-10 Compaq Computer Corporation Method and appartus for emulating a peripheral device to allow device driver development before availability of the peripheral device
US5724530A (en) * 1994-07-25 1998-03-03 Apple Computer, Inc. Supervisory control system for networked multimedia workstations that provides remote launching of files
US5742829A (en) * 1995-03-10 1998-04-21 Microsoft Corporation Automatic software installation on heterogeneous networked client computer systems
US5754774A (en) * 1996-02-15 1998-05-19 International Business Machine Corp. Client/server communication system
US5758165A (en) * 1995-07-07 1998-05-26 Sun Microsystems, Inc. Local area network and network operating system for formatting a client disk and installing a client operating system
US5764992A (en) * 1995-06-06 1998-06-09 Apple Computer, Inc. Method and apparatus for automatic software replacement
US5784581A (en) * 1996-05-03 1998-07-21 Intel Corporation Apparatus and method for operating a peripheral device as either a master device or a slave device
US5802297A (en) * 1995-07-03 1998-09-01 Sun Microsystems, Inc. Client-server computer system and method utilizing a local client disk drive as a data cache
US5859978A (en) * 1995-07-07 1999-01-12 Novell, Inc. Managing application programs in a computer network by using a database of application objects
US5890014A (en) * 1996-08-05 1999-03-30 Micronet Technology, Inc. System for transparently identifying and matching an input/output profile to optimal input/output device parameters
US5915106A (en) * 1997-03-20 1999-06-22 Ricoh Company, Ltd. Method and system for operating a scanner which emulates a disk drive
US5918048A (en) * 1997-03-17 1999-06-29 International Business Machines Corporation Booting an operating system using soft read-only storage (ROS) for firmware emulation
US5926631A (en) * 1997-08-15 1999-07-20 International Business Machines Corporation Network computer emulator systems, methods and computer program products for personal computers
US5946469A (en) * 1995-11-15 1999-08-31 Dell Computer Corporation Computer system having a controller which emulates a peripheral device during initialization
US5948101A (en) * 1996-12-02 1999-09-07 The Foxboro Company Methods and systems for booting a computer in a distributed computing system
US6012103A (en) * 1997-07-02 2000-01-04 Cypress Semiconductor Corp. Bus interface system and method
US6016402A (en) * 1996-05-21 2000-01-18 Iomega Corporation Method for integrating removable media disk drive into operating system recognized as fixed disk type and modifying operating system to recognize as floppy disk type
US6016400A (en) * 1996-01-11 2000-01-18 International Business Machines Corporation Preloading software onto a computer system
US6020914A (en) * 1996-10-23 2000-02-01 Alcatel Terminal for audio-video communication
US6023585A (en) * 1997-05-02 2000-02-08 Webtv Networks, Inc. Automatically selecting and downloading device drivers from a server system to a client system that includes one or more devices
US6038601A (en) * 1997-07-21 2000-03-14 Tibco, Inc. Method and apparatus for storing and delivering documents on the internet
US6064566A (en) * 1997-09-19 2000-05-16 International Business Machines Corp. Peripheral device for use in a computer as an internal and external device
US6067618A (en) * 1998-03-26 2000-05-23 Innova Patent Trust Multiple operating system and disparate user mass storage resource separation for a computer system
US6066182A (en) * 1998-11-05 2000-05-23 Platinum Technology Ip, Inc. Method and apparatus for operating system personalization during installation
US6073205A (en) * 1997-07-10 2000-06-06 National Instruments Corporation System and method of write posting in a universal serial bus system
US6170008B1 (en) * 1998-12-07 2001-01-02 Mediaone Group, Inc. On-the-fly trivial file transfer protocol
US6175917B1 (en) * 1998-04-23 2001-01-16 Vpnet Technologies, Inc. Method and apparatus for swapping a computer operating system
US6175918B1 (en) * 1997-08-11 2001-01-16 Kabushiki Kaisha Toshiba Client computer, initialization processing method applied to client computer, and computer program product used in client computer
US6178503B1 (en) * 1998-09-11 2001-01-23 Powerquest Corporation Managing multiple operating systems on a single computer
US6185678B1 (en) * 1997-10-02 2001-02-06 Trustees Of The University Of Pennsylvania Secure and reliable bootstrap architecture
US6199204B1 (en) * 1998-01-28 2001-03-06 International Business Machines Corporation Distribution of software updates via a computer network
US6198558B1 (en) * 1998-04-07 2001-03-06 Nortel Networks Limited Architecture repartitioning to simplify outside-plant component of fiber-based access system
US6202091B1 (en) * 1997-12-08 2001-03-13 Nortel Networks Limited Process and apparatus for initializing a computer from power up
US6204847B1 (en) * 1995-07-17 2001-03-20 Daniel W. Wright Shared virtual desktop collaborative application system
US6205473B1 (en) * 1997-10-03 2001-03-20 Helius Development Corporation Method and system for asymmetric satellite communications for local area networks
US6209089B1 (en) * 1998-08-12 2001-03-27 Microsoft Corporation Correcting for changed client machine hardware using a server-based operating system
US6209031B1 (en) * 1998-07-17 2001-03-27 International Business Machines Corporation Configuring computer network operations based upon a sequence of interactive user entries into a network server computer with a one time entry of data commonly required by multiple clients
US6252889B1 (en) * 1997-10-27 2001-06-26 Sun Microsystems, Inc. Selectable depacketizer architecture
US6253209B1 (en) * 1998-07-07 2001-06-26 International Business Machines Corporation Method for parallel, remote administration of mirrored and alternate volume groups in a distributed data processing system
US6260068B1 (en) * 1998-06-10 2001-07-10 Compaq Computer Corporation Method and apparatus for migrating resources in a multi-processor computer system
US6266809B1 (en) * 1997-08-15 2001-07-24 International Business Machines Corporation Methods, systems and computer program products for secure firmware updates
US6269396B1 (en) * 1997-12-12 2001-07-31 Alcatel Usa Sourcing, L.P. Method and platform for interfacing between application programs performing telecommunications functions and an operating system
US6279030B1 (en) * 1998-11-12 2001-08-21 International Business Machines Corporation Dynamic JAVA™ class selection and download based on changeable attributes
US6279109B1 (en) * 1999-01-07 2001-08-21 Dell U.S.A., L.P. Computing system and operating method for booting and running a graphical user interface (GUI) with r/w hard drive partition unavailable
US20010050684A1 (en) * 2000-02-14 2001-12-13 Milton Smith Global lab software
US6345294B1 (en) * 1999-04-19 2002-02-05 Cisco Technology, Inc. Methods and apparatus for remote configuration of an appliance on a network
US6345309B2 (en) * 1998-02-10 2002-02-05 Fujitsu Limited Communication-terminal management system with storage-processing-system network and real-time-processing-system network and a communication terminal for these networks
US6357040B1 (en) * 1998-10-21 2002-03-12 Wildseed Limited Usage characteristic based software customization
US6374363B1 (en) * 1998-02-24 2002-04-16 Adaptec, Inc. Method for generating a footprint image file for an intelligent backup and restoring system
US6401093B1 (en) * 1999-03-31 2002-06-04 International Business Machines Corporation Cross file system caching and synchronization
US6421777B1 (en) * 1999-04-26 2002-07-16 International Business Machines Corporation Method and apparatus for managing boot images in a distributed data processing system
US6434695B1 (en) * 1998-12-23 2002-08-13 Apple Computer, Inc. Computer operating system using compressed ROM image in RAM
US6438683B1 (en) * 1992-07-28 2002-08-20 Eastman Kodak Company Technique using FIFO memory for booting a programmable microprocessor from a host computer
US20020181736A1 (en) * 1999-06-29 2002-12-05 Seder Phillip Andrew Methods for determining contents of media
US6505243B1 (en) * 1999-06-02 2003-01-07 Intel Corporation Automatic web-based detection and display of product installation help information
US6513061B1 (en) * 1997-10-07 2003-01-28 Hitachi, Ltd. Proxy server selecting server and proxy server
US6519633B1 (en) * 1999-05-27 2003-02-11 International Business Machines Corporation Installable file system for client in a computer network
US6529948B1 (en) * 1999-08-31 2003-03-04 Accenture Llp Multi-object fetch component
US6535976B1 (en) * 1997-03-27 2003-03-18 International Business Machines Corporation Initial program load in data processing network
US6543004B1 (en) * 1999-07-29 2003-04-01 Hewlett-Packard Development Company, L.P. Method and apparatus for archiving and restoring data
US20030088716A1 (en) * 2001-11-07 2003-05-08 Sanders Scott D. Client version advertisement service for overriding default client version properties
US6564232B1 (en) * 1999-06-30 2003-05-13 International Business Machines Corporation Method and apparatus for managing distribution of change-controlled data items in a distributed data processing system
US6578069B1 (en) * 1999-10-04 2003-06-10 Microsoft Corporation Method, data structure, and computer program product for identifying a network resource
US6606744B1 (en) * 1999-11-22 2003-08-12 Accenture, Llp Providing collaborative installation management in a network-based supply chain environment
US6611915B1 (en) * 1999-05-27 2003-08-26 International Business Machines Corporation Selective loading of client operating system in a computer network
US6633978B1 (en) * 2000-03-31 2003-10-14 Hewlett-Packard Development Company, L.P. Method and apparatus for restoring computer resources
US20040039925A1 (en) * 2002-01-18 2004-02-26 Mcmillan Craig Key management
US6718549B1 (en) * 1999-05-05 2004-04-06 Microsoft Corporation Methods for managing the distribution of client bits to client computers
US6728787B1 (en) * 2000-03-31 2004-04-27 Mitsubishi Electric Research Labs, Inc System and method for locating and installing device drivers for peripheral devices
US6735741B1 (en) * 1999-07-30 2004-05-11 International Business Machines Corporation Method system, and program for dynamic resource linking when copies are maintained at different storage locations
US6751658B1 (en) * 1999-10-18 2004-06-15 Apple Computer, Inc. Providing a reliable operating system for clients of a net-booted environment
US6757706B1 (en) * 1999-01-28 2004-06-29 International Business Machines Corporation Method and apparatus for providing responses for requests of off-line clients
US6785885B2 (en) * 2000-12-28 2004-08-31 Intel Corporation Mechanism for automatically securing licensing for unlicenced codec
US6854112B2 (en) * 2001-08-29 2005-02-08 International Business Machines Corporation System and method for the automatic installation and configuration of an operating system
US20050193103A1 (en) * 2002-06-18 2005-09-01 John Drabik Method and apparatus for automatic configuration and management of a virtual private network
US6996076B1 (en) * 2001-03-29 2006-02-07 Sonus Networks, Inc. System and method to internetwork wireless telecommunication networks
US7076774B2 (en) * 2002-09-10 2006-07-11 Microsoft Corporation Infrastructure for generating a downloadable, secure runtime binary image for a secondary processor
US7089551B2 (en) * 2001-02-06 2006-08-08 Hewlett-Packard Development Company, L.P. System for installing peripheral software during peripheral installation
US7089553B1 (en) * 2000-10-12 2006-08-08 International Business Machines Corporation Method, system, computer program product, and article of manufacture for downloading a remote computer program according to a stored configuration
US7249354B2 (en) * 2003-10-14 2007-07-24 Microsoft Corporation System and method for deploying a software build from a plurality of software builds to a target computer
US20080209410A1 (en) * 2002-03-21 2008-08-28 International Business Machines Corporation Method and system for updating attachment files

Family Cites Families (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4787026A (en) * 1986-01-17 1988-11-22 International Business Machines Corporation Method to manage coprocessor in a virtual memory virtual machine data processing system
EP0419064A3 (en) * 1989-09-22 1992-08-05 International Business Machines Corporation Computer system having apparatus for providing pointing device independent support in an operating environment
EP0476195A1 (en) 1990-09-19 1992-03-25 International Business Machines Corporation Initial program load for computer workstation
US5459850A (en) * 1993-02-19 1995-10-17 Conner Peripherals, Inc. Flash solid state drive that emulates a disk drive and stores variable length and fixed lenth data blocks
US6006029A (en) * 1993-09-28 1999-12-21 Bull Hn Information Systems Inc. Emulating disk drives of a first system on a second system
US6314438B1 (en) 1994-07-25 2001-11-06 Apple Computer, Inc. Displaying workstations requests in differentiating manner according to their respective priorities
US6130668A (en) 1994-07-25 2000-10-10 Apple Computer, Inc. Supervisory control system for networked multimedia workstations that provides simultaneous observation of multiple remote workstations
US5694583A (en) * 1994-09-27 1997-12-02 International Business Machines Corporation BIOS emulation parameter preservation across computer bootstrapping
US6807558B1 (en) * 1995-06-12 2004-10-19 Pointcast, Inc. Utilization of information “push” technology
US6292941B1 (en) 1996-04-30 2001-09-18 Sun Microsystems, Inc. Operating system installation
US6006034A (en) 1996-09-05 1999-12-21 Open Software Associates, Ltd. Systems and methods for automatic application version upgrading and maintenance
US6009274A (en) 1996-12-13 1999-12-28 3Com Corporation Method and apparatus for automatically updating software components on end systems over a network
US6128734A (en) 1997-01-17 2000-10-03 Advanced Micro Devices, Inc. Installing operating systems changes on a computer system
US5968170A (en) 1997-04-23 1999-10-19 Advanced Micro Devices, Inc. Primary swap size increase on a UNIX based computer system
US6272648B1 (en) 1997-05-13 2001-08-07 Micron Electronics, Inc. System for communicating a software-generated pulse waveform between two servers in a network
US6134614A (en) 1997-05-13 2000-10-17 Micron Electronics, Inc. Method for facilitating the replacement or insertion of devices in a computer system through the use of a graphical user interface
US6009480A (en) * 1997-09-12 1999-12-28 Telxon Corporation Integrated device driver wherein the peripheral downloads the device driver via an I/O device after it is determined that the I/O device has the resources to support the peripheral device
US5958020A (en) * 1997-10-29 1999-09-28 Vlsi Technology, Inc. Real time event determination in a universal serial bus system
US6633916B2 (en) 1998-06-10 2003-10-14 Hewlett-Packard Development Company, L.P. Method and apparatus for virtual resource handling in a multi-processor computer system
GB2334354B (en) 1998-02-13 2003-04-16 Ibm Booting a computer system from a network
US5974547A (en) 1998-03-20 1999-10-26 3Com Corporation Technique for reliable network booting of an operating system to a client computer
DE69904462T2 (en) 1998-05-01 2003-10-02 Powerquest Corp MANIPULATION OF PARTITIONS OF VIRTUAL AND REAL COMPUTER STORAGE DEVICES
US6330715B1 (en) 1998-05-19 2001-12-11 Nortel Networks Limited Method and apparatus for managing software in a network system
US6161176A (en) 1998-11-20 2000-12-12 Microsoft Corporation System and method for storing configuration settings for transfer from a first system to a second system
US6334149B1 (en) 1998-12-22 2001-12-25 International Business Machines Corporation Generic operating system usage in a remote initial program load environment
US6466972B1 (en) 1999-03-31 2002-10-15 International Business Machines Corporation Server based configuration of network computers via machine classes
US6477642B1 (en) 1999-06-18 2002-11-05 Phoenix Technologies Ltd. Method and apparatus for extending BIOS control of screen display beyond operating system boot process
US6631442B1 (en) 1999-06-29 2003-10-07 Emc Corp Methods and apparatus for interfacing to a data storage system
US6490677B1 (en) 1999-09-16 2002-12-03 International Business Machines Corporation Method and system for automatically configuring the boot process of a computer having multiple bootstrap programs within a network computer system
US6487601B1 (en) 1999-09-30 2002-11-26 International Business Machines Corporation Dynamic mac allocation and configuration
TW539982B (en) * 1999-10-25 2003-07-01 Sony Corp Content providing system, content distribution method, and memory medium
JP2001184286A (en) 1999-12-27 2001-07-06 Nec Corp Device and method for obtaining contents, contents server and system for obtaining contents
US6625754B1 (en) 2000-03-16 2003-09-23 International Business Machines Corporation Automatic recovery of a corrupted boot image in a data processing system
US6456203B1 (en) 2000-04-03 2002-09-24 Adc Telecommunications, Inc. Power distribution panel with modular elements
US6944857B1 (en) * 2000-10-12 2005-09-13 International Business Machines Corporation Method, system, computer program product, and article of manufacture for updating a computer program according to a stored configuration
US7047257B2 (en) 2001-04-03 2006-05-16 Qnx Software Systems Computer file management system
US6671748B1 (en) * 2001-07-11 2003-12-30 Advanced Micro Devices, Inc. Method and apparatus for passing device configuration information to a shared controller
US6976252B2 (en) * 2002-05-17 2005-12-13 Hewlett-Packard Development Company, L.P. Systems and methods for driver installation

Patent Citations (103)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4747040A (en) * 1985-10-09 1988-05-24 American Telephone & Telegraph Company Dual operating system computer
US4984149A (en) * 1987-03-28 1991-01-08 Kabushiki Kaisha Toshiba Memory access control apparatus
US5040110A (en) * 1987-10-30 1991-08-13 Matsushita Electric Industrial Co., Ltd. Write once read many optical disc storage system having directory for storing virtual address and corresponding up-to-date sector address
US5146568A (en) * 1988-09-06 1992-09-08 Digital Equipment Corporation Remote bootstrapping a node over communication link by initially requesting remote storage access program which emulates local disk to load other programs
US5280627A (en) * 1988-09-06 1994-01-18 Digital Equipment Corporation Remote bootstrapping a node over communication link by initially requesting remote storage access program which emulates local disk to load other programs
US5131089A (en) * 1989-06-12 1992-07-14 Grid Systems Corporation Solid state disk drive emulation
US5491813A (en) * 1990-02-12 1996-02-13 International Business Machines Corporation Display subsystem architecture for binding device independent drivers together into a bound driver for controlling a particular display device
US5325529A (en) * 1990-05-18 1994-06-28 Compaq Computer Corporation External boot information loading of a personal computer
US5291584A (en) * 1991-07-23 1994-03-01 Nexcom Technology, Inc. Methods and apparatus for hard disk emulation
US5452454A (en) * 1991-12-10 1995-09-19 Digital Equipment Corporation Generic remote boot for networked workstations by creating local bootable code image
US5499378A (en) * 1991-12-20 1996-03-12 International Business Machines Corporation Small computer system emulator for non-local SCSI devices
US5546585A (en) * 1992-04-08 1996-08-13 Olympus Optical Co., Ltd. Personal computer system with start-up capability from an external mass storage device
US5339430A (en) * 1992-07-01 1994-08-16 Telefonaktiebolaget L M Ericsson System for dynamic run-time binding of software modules in a computer system
US6438683B1 (en) * 1992-07-28 2002-08-20 Eastman Kodak Company Technique using FIFO memory for booting a programmable microprocessor from a host computer
US5454098A (en) * 1992-09-28 1995-09-26 Conner Peripherals, Inc. Method of emulating access to a sequential access data storage device while actually using a random access storage device
US5603011A (en) * 1992-12-11 1997-02-11 International Business Machines Corporation Selective shadowing and paging in computer memory systems
US5483647A (en) * 1992-12-17 1996-01-09 Bull Hn Information Systems Inc. System for switching between two different operating systems by invoking the server to determine physical conditions to initiate a physical connection transparent to the user
US5548783A (en) * 1993-10-28 1996-08-20 Dell Usa, L.P. Composite drive controller including composite disk driver for supporting composite drive accesses and a pass-through driver for supporting accesses to stand-alone SCSI peripherals
US5666293A (en) * 1994-05-27 1997-09-09 Bell Atlantic Network Services, Inc. Downloading operating system software through a broadcast channel
US5724530A (en) * 1994-07-25 1998-03-03 Apple Computer, Inc. Supervisory control system for networked multimedia workstations that provides remote launching of files
US5742829A (en) * 1995-03-10 1998-04-21 Microsoft Corporation Automatic software installation on heterogeneous networked client computer systems
US5717903A (en) * 1995-05-15 1998-02-10 Compaq Computer Corporation Method and appartus for emulating a peripheral device to allow device driver development before availability of the peripheral device
US5764992A (en) * 1995-06-06 1998-06-09 Apple Computer, Inc. Method and apparatus for automatic software replacement
US5802297A (en) * 1995-07-03 1998-09-01 Sun Microsystems, Inc. Client-server computer system and method utilizing a local client disk drive as a data cache
US5859978A (en) * 1995-07-07 1999-01-12 Novell, Inc. Managing application programs in a computer network by using a database of application objects
US5758165A (en) * 1995-07-07 1998-05-26 Sun Microsystems, Inc. Local area network and network operating system for formatting a client disk and installing a client operating system
US6204847B1 (en) * 1995-07-17 2001-03-20 Daniel W. Wright Shared virtual desktop collaborative application system
US5946469A (en) * 1995-11-15 1999-08-31 Dell Computer Corporation Computer system having a controller which emulates a peripheral device during initialization
US6016400A (en) * 1996-01-11 2000-01-18 International Business Machines Corporation Preloading software onto a computer system
US5754774A (en) * 1996-02-15 1998-05-19 International Business Machine Corp. Client/server communication system
US5784581A (en) * 1996-05-03 1998-07-21 Intel Corporation Apparatus and method for operating a peripheral device as either a master device or a slave device
US6016402A (en) * 1996-05-21 2000-01-18 Iomega Corporation Method for integrating removable media disk drive into operating system recognized as fixed disk type and modifying operating system to recognize as floppy disk type
US5890014A (en) * 1996-08-05 1999-03-30 Micronet Technology, Inc. System for transparently identifying and matching an input/output profile to optimal input/output device parameters
US6020914A (en) * 1996-10-23 2000-02-01 Alcatel Terminal for audio-video communication
US5948101A (en) * 1996-12-02 1999-09-07 The Foxboro Company Methods and systems for booting a computer in a distributed computing system
US5918048A (en) * 1997-03-17 1999-06-29 International Business Machines Corporation Booting an operating system using soft read-only storage (ROS) for firmware emulation
US5915106A (en) * 1997-03-20 1999-06-22 Ricoh Company, Ltd. Method and system for operating a scanner which emulates a disk drive
US6535976B1 (en) * 1997-03-27 2003-03-18 International Business Machines Corporation Initial program load in data processing network
US6023585A (en) * 1997-05-02 2000-02-08 Webtv Networks, Inc. Automatically selecting and downloading device drivers from a server system to a client system that includes one or more devices
US6269481B1 (en) * 1997-05-02 2001-07-31 Webtv Networks, Inc. Automatic selecting and downloading device drivers from a server system to a client system that includes one or more devices
US6012103A (en) * 1997-07-02 2000-01-04 Cypress Semiconductor Corp. Bus interface system and method
US6073205A (en) * 1997-07-10 2000-06-06 National Instruments Corporation System and method of write posting in a universal serial bus system
US6038601A (en) * 1997-07-21 2000-03-14 Tibco, Inc. Method and apparatus for storing and delivering documents on the internet
US6175918B1 (en) * 1997-08-11 2001-01-16 Kabushiki Kaisha Toshiba Client computer, initialization processing method applied to client computer, and computer program product used in client computer
US6266809B1 (en) * 1997-08-15 2001-07-24 International Business Machines Corporation Methods, systems and computer program products for secure firmware updates
US5926631A (en) * 1997-08-15 1999-07-20 International Business Machines Corporation Network computer emulator systems, methods and computer program products for personal computers
US6064566A (en) * 1997-09-19 2000-05-16 International Business Machines Corp. Peripheral device for use in a computer as an internal and external device
US6185678B1 (en) * 1997-10-02 2001-02-06 Trustees Of The University Of Pennsylvania Secure and reliable bootstrap architecture
US6205473B1 (en) * 1997-10-03 2001-03-20 Helius Development Corporation Method and system for asymmetric satellite communications for local area networks
US6513061B1 (en) * 1997-10-07 2003-01-28 Hitachi, Ltd. Proxy server selecting server and proxy server
US6252889B1 (en) * 1997-10-27 2001-06-26 Sun Microsystems, Inc. Selectable depacketizer architecture
US6202091B1 (en) * 1997-12-08 2001-03-13 Nortel Networks Limited Process and apparatus for initializing a computer from power up
US6269396B1 (en) * 1997-12-12 2001-07-31 Alcatel Usa Sourcing, L.P. Method and platform for interfacing between application programs performing telecommunications functions and an operating system
US6199204B1 (en) * 1998-01-28 2001-03-06 International Business Machines Corporation Distribution of software updates via a computer network
US6345309B2 (en) * 1998-02-10 2002-02-05 Fujitsu Limited Communication-terminal management system with storage-processing-system network and real-time-processing-system network and a communication terminal for these networks
US6374363B1 (en) * 1998-02-24 2002-04-16 Adaptec, Inc. Method for generating a footprint image file for an intelligent backup and restoring system
US6067618A (en) * 1998-03-26 2000-05-23 Innova Patent Trust Multiple operating system and disparate user mass storage resource separation for a computer system
US6198558B1 (en) * 1998-04-07 2001-03-06 Nortel Networks Limited Architecture repartitioning to simplify outside-plant component of fiber-based access system
US6175917B1 (en) * 1998-04-23 2001-01-16 Vpnet Technologies, Inc. Method and apparatus for swapping a computer operating system
US6260068B1 (en) * 1998-06-10 2001-07-10 Compaq Computer Corporation Method and apparatus for migrating resources in a multi-processor computer system
US6253209B1 (en) * 1998-07-07 2001-06-26 International Business Machines Corporation Method for parallel, remote administration of mirrored and alternate volume groups in a distributed data processing system
US6209031B1 (en) * 1998-07-17 2001-03-27 International Business Machines Corporation Configuring computer network operations based upon a sequence of interactive user entries into a network server computer with a one time entry of data commonly required by multiple clients
US6209089B1 (en) * 1998-08-12 2001-03-27 Microsoft Corporation Correcting for changed client machine hardware using a server-based operating system
US6178503B1 (en) * 1998-09-11 2001-01-23 Powerquest Corporation Managing multiple operating systems on a single computer
US6357040B1 (en) * 1998-10-21 2002-03-12 Wildseed Limited Usage characteristic based software customization
US6066182A (en) * 1998-11-05 2000-05-23 Platinum Technology Ip, Inc. Method and apparatus for operating system personalization during installation
US6279030B1 (en) * 1998-11-12 2001-08-21 International Business Machines Corporation Dynamic JAVA™ class selection and download based on changeable attributes
US6170008B1 (en) * 1998-12-07 2001-01-02 Mediaone Group, Inc. On-the-fly trivial file transfer protocol
US6434695B1 (en) * 1998-12-23 2002-08-13 Apple Computer, Inc. Computer operating system using compressed ROM image in RAM
US6279109B1 (en) * 1999-01-07 2001-08-21 Dell U.S.A., L.P. Computing system and operating method for booting and running a graphical user interface (GUI) with r/w hard drive partition unavailable
US6757706B1 (en) * 1999-01-28 2004-06-29 International Business Machines Corporation Method and apparatus for providing responses for requests of off-line clients
US6401093B1 (en) * 1999-03-31 2002-06-04 International Business Machines Corporation Cross file system caching and synchronization
US6345294B1 (en) * 1999-04-19 2002-02-05 Cisco Technology, Inc. Methods and apparatus for remote configuration of an appliance on a network
US6421777B1 (en) * 1999-04-26 2002-07-16 International Business Machines Corporation Method and apparatus for managing boot images in a distributed data processing system
US6718549B1 (en) * 1999-05-05 2004-04-06 Microsoft Corporation Methods for managing the distribution of client bits to client computers
US6519633B1 (en) * 1999-05-27 2003-02-11 International Business Machines Corporation Installable file system for client in a computer network
US6611915B1 (en) * 1999-05-27 2003-08-26 International Business Machines Corporation Selective loading of client operating system in a computer network
US6505243B1 (en) * 1999-06-02 2003-01-07 Intel Corporation Automatic web-based detection and display of product installation help information
US20020181736A1 (en) * 1999-06-29 2002-12-05 Seder Phillip Andrew Methods for determining contents of media
US6694042B2 (en) * 1999-06-29 2004-02-17 Digimarc Corporation Methods for determining contents of media
US6564232B1 (en) * 1999-06-30 2003-05-13 International Business Machines Corporation Method and apparatus for managing distribution of change-controlled data items in a distributed data processing system
US6543004B1 (en) * 1999-07-29 2003-04-01 Hewlett-Packard Development Company, L.P. Method and apparatus for archiving and restoring data
US6735741B1 (en) * 1999-07-30 2004-05-11 International Business Machines Corporation Method system, and program for dynamic resource linking when copies are maintained at different storage locations
US6529948B1 (en) * 1999-08-31 2003-03-04 Accenture Llp Multi-object fetch component
US6578069B1 (en) * 1999-10-04 2003-06-10 Microsoft Corporation Method, data structure, and computer program product for identifying a network resource
US6751658B1 (en) * 1999-10-18 2004-06-15 Apple Computer, Inc. Providing a reliable operating system for clients of a net-booted environment
US6606744B1 (en) * 1999-11-22 2003-08-12 Accenture, Llp Providing collaborative installation management in a network-based supply chain environment
US7039869B2 (en) * 2000-02-14 2006-05-02 Fuji Photo Film Co., Ltd. Global lab software
US20010050684A1 (en) * 2000-02-14 2001-12-13 Milton Smith Global lab software
US6728787B1 (en) * 2000-03-31 2004-04-27 Mitsubishi Electric Research Labs, Inc System and method for locating and installing device drivers for peripheral devices
US6633978B1 (en) * 2000-03-31 2003-10-14 Hewlett-Packard Development Company, L.P. Method and apparatus for restoring computer resources
US20040059747A1 (en) * 2000-03-31 2004-03-25 Olarig Sompong P. Method and apparatus for restoring computer resources
US7089553B1 (en) * 2000-10-12 2006-08-08 International Business Machines Corporation Method, system, computer program product, and article of manufacture for downloading a remote computer program according to a stored configuration
US6785885B2 (en) * 2000-12-28 2004-08-31 Intel Corporation Mechanism for automatically securing licensing for unlicenced codec
US7089551B2 (en) * 2001-02-06 2006-08-08 Hewlett-Packard Development Company, L.P. System for installing peripheral software during peripheral installation
US6996076B1 (en) * 2001-03-29 2006-02-07 Sonus Networks, Inc. System and method to internetwork wireless telecommunication networks
US6854112B2 (en) * 2001-08-29 2005-02-08 International Business Machines Corporation System and method for the automatic installation and configuration of an operating system
US20030088716A1 (en) * 2001-11-07 2003-05-08 Sanders Scott D. Client version advertisement service for overriding default client version properties
US20040039925A1 (en) * 2002-01-18 2004-02-26 Mcmillan Craig Key management
US20080209410A1 (en) * 2002-03-21 2008-08-28 International Business Machines Corporation Method and system for updating attachment files
US20050193103A1 (en) * 2002-06-18 2005-09-01 John Drabik Method and apparatus for automatic configuration and management of a virtual private network
US7076774B2 (en) * 2002-09-10 2006-07-11 Microsoft Corporation Infrastructure for generating a downloadable, secure runtime binary image for a secondary processor
US7249354B2 (en) * 2003-10-14 2007-07-24 Microsoft Corporation System and method for deploying a software build from a plurality of software builds to a target computer

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090144701A1 (en) * 2007-11-30 2009-06-04 Norman Lee Faus Methods and systems for providing configuration data
US8677342B1 (en) * 2008-10-17 2014-03-18 Honeywell International Inc. System, method and apparatus for replacing wireless devices in a system
US8745610B2 (en) 2008-11-06 2014-06-03 Nec Corporation Maintenance system, maintenance method and program for maintenance
US20120011507A1 (en) * 2008-11-06 2012-01-12 Takayuki Sasaki Maintenance system, maintenance method and program for maintenance
US8776056B2 (en) * 2008-11-06 2014-07-08 Nec Corporation Maintenance system, maintenance method and program for maintenance
US9357086B2 (en) * 2011-02-09 2016-05-31 Canon Kabushiki Kaisha Communication apparatus and method of controlling same, and storage medium
US20120203920A1 (en) * 2011-02-09 2012-08-09 Canon Kabushiki Kaisha Communication apparatus and method of controlling same, and storage medium
US8762502B2 (en) 2011-10-25 2014-06-24 Hewlett-Packard Development Company, L.P. Installation of server-stored disk image on client
US20130262845A1 (en) * 2012-03-29 2013-10-03 Verizon Patent And Licensing Inc. Method and system for generating a standardized system build file
US20160253529A1 (en) * 2015-02-26 2016-09-01 Whitecanyon Software, Inc. Selective Storage Device Wiping System and Method
US9665743B2 (en) * 2015-02-26 2017-05-30 Whitecanyon Software, Inc. Selective storage device wiping system and method
US10445534B2 (en) 2015-02-26 2019-10-15 Whitecanyon Software, Inc. Selective storage device wiping system and method
US20180351742A1 (en) * 2017-06-01 2018-12-06 Ricoh Company, Ltd. Setting information utilization system and setting information utilization method
US11063757B2 (en) * 2017-06-01 2021-07-13 Ricoh Company, Ltd. Setting information utilization system and setting information utilization method
CN109460670A (en) * 2018-09-26 2019-03-12 中国平安人寿保险股份有限公司 Configuration item decryption method, device, computer equipment and storage medium
US11249770B2 (en) * 2020-01-16 2022-02-15 Vmware, Inc. Connected provisioning
US20220147371A1 (en) * 2020-01-16 2022-05-12 Vmware, Inc. Connected provisioning
US11726798B2 (en) * 2020-01-16 2023-08-15 Vmware, Inc. Connected provisioning

Also Published As

Publication number Publication date
US7774774B1 (en) 2010-08-10

Similar Documents

Publication Publication Date Title
US7774774B1 (en) Software setup system
EP1636711B1 (en) System and method for distribution of software licenses in a networked computing environment
CN1790265B (en) Portable application program
EP0794479B1 (en) Method and apparatus for providing dynamic network file system client authentication
US9164749B2 (en) Differential software provisioning on virtual machines having different configurations
US8255409B2 (en) Systems and methods for generating a change log for files in a managed network
US6490624B1 (en) Session management in a stateless network system
US8234639B2 (en) Autonomic auto-configuration using prior installation configuration relationships
EP0717339B1 (en) Access to independent network resources
US7793285B2 (en) Web installer driver and management through a remote network
US20020174422A1 (en) Software distribution system
US7356574B2 (en) Apparatus and method for providing dynamic and automated assignment of data logical unit numbers
US20030131246A1 (en) Virtual media from a directory service
JP2007257405A (en) Document management device, document managing method, storage medium, and program
US20060080385A1 (en) System, method, and medium for configuring client computers to operate disconnected from a server computer while using a master instance of the operating system
US8024430B2 (en) System and method for installing software
US8516086B2 (en) Generalized credential and protocol management of infrastructure
US20080127168A1 (en) Setup of workloads across nodes
JP2019212223A (en) Information processing system and control method thereof
Cisco Installing Cisco CallManager Release 3.0(5)
Cisco Installing Cisco CallManager Release 3.0(10) on the IBM Server
Cisco Installing Cisco CallManager Release 3.0(6)
Cisco Installing Cisco CallManager Release 3.0 on the Cisco Media Convergence Server
Cisco Installing Cisco CallManager Release 3.1(2c), a Server Update
Cisco Installing Cisco CallManager Release 3.1(2c)

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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