JPH11219286A - Construction method for machine environment - Google Patents

Construction method for machine environment

Info

Publication number
JPH11219286A
JPH11219286A JP10020532A JP2053298A JPH11219286A JP H11219286 A JPH11219286 A JP H11219286A JP 10020532 A JP10020532 A JP 10020532A JP 2053298 A JP2053298 A JP 2053298A JP H11219286 A JPH11219286 A JP H11219286A
Authority
JP
Japan
Prior art keywords
shared
machine
user
server
resources
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.)
Pending
Application number
JP10020532A
Other languages
Japanese (ja)
Inventor
Katsuhiro Sugaya
勝洋 菅谷
Kiyoyuki Kitamura
清之 北村
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP10020532A priority Critical patent/JPH11219286A/en
Publication of JPH11219286A publication Critical patent/JPH11219286A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To simplify version management while reducing resources stored in a server in a machine environment used under the same environment in which two of a development machine and a test machine are merged. SOLUTION: Shared resources on the side of the server 13 are stored by intrinsic directory division for respective users 10-12 and changed shared resources and information required for make are stored for the shared resources of a derivative user 12. The respective users connect an intrinsic shared directory to a fixed network disk and refer to the shared resources and the derivative user connects a shared directory to the different fixed network disk and refers to the shared resources. The derivative user shares the resources by symbolic link by a file unit for the shared resources other than a different version derived by change or the like and the server provides independence in the shared resources by using a file server.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、クライアント/サ
ーバ環境を構築するマシンを、アプリケーションを開発
するマシン(開発マシン)又はアプリケーションを試験
する試験設備(試験マシン)として使用するためのマシ
ン環境の構築方法に関する。
The present invention relates to the construction of a machine environment for using a machine for constructing a client / server environment as a machine for developing an application (development machine) or a test facility for testing an application (test machine). About the method.

【0002】[0002]

【従来の技術】一般的に、開発マシンにおいて、イメー
ジを作成する元となるソース(又は同等なべ一スファイ
ル)は、一元管理することが必要条件であるため、各ク
ライアント間で共有できるように共有サーバに存在させ
る。
2. Description of the Related Art Generally, in a development machine, a source (or an equivalent base file) from which an image is created is required to be centrally managed. Make it exist on the shared server.

【0003】例えば、図6の環境では、クライアント1
とクライアント2は、イメージ処理の実行に際して、サ
ーバ3に存在させる共有資源を利用するのに、接続元デ
バイス「F:¥」は共有ディレクトリを使ってサーバ3
の共有資源「$SB_SRC」を利用する。
For example, in the environment shown in FIG.
The client 2 and the client 2 use the shared resource to be present in the server 3 when executing the image processing.
Using the shared resource “$ SB_SRC”.

【0004】一方、試験マシンにおいて、実行イメージ
は、個々のマシンに存在させ、実行に必要な情報(ファ
イルなど)は、共有資源としてサーバ側に存在させる。
On the other hand, in a test machine, an execution image is made to exist in each machine, and information (a file or the like) necessary for execution is made to exist on a server side as a shared resource.

【0005】この場合、クライアントからサーバの共有
資源をあたかもローカルマシン上に存在するかのように
参照できるNFS(NetworkFileSyste
m)を用いてネットワーク接続すると、環境を容易に構
築できる。
In this case, the NFS (Network File System) allows the client to refer to the shared resources of the server as if they existed on the local machine.
If a network connection is made by using m), an environment can be easily constructed.

【0006】次に、イメージ作成方法を簡単に説明する
と以下の様になる。
Next, an image creation method will be briefly described as follows.

【0007】(1)サーバ側アプリケーションを作成す
るには、サーバ側にログインし、メイク(コンパイル/
リンク)する。また、実行イメージは、サーバ側に存在
させる。
(1) To create a server-side application, log in to the server and make (compile /
Link). The execution image is made to exist on the server side.

【0008】(2)クライアント側アプリケーションを
作成するには、クライアント側で、メイク(コンパイル
/リンク)する。この時、ソースは、サーバ側に存在す
るが、実行イメージは、サーバ側及びクライアント側に
存在させる。(NFSにより実現可能) 上記方法により、ソース(共有資源)は、一元管理さ
れ、開発マシンとして使用可能となる。また、個々のマ
シンで実行イメージを実行すると、試験マシンとして使
用できる。
(2) To create a client-side application, make (compile / link) on the client side. At this time, the source exists on the server side, but the execution image exists on the server side and the client side. According to the above method, the source (shared resource) is centrally managed and can be used as a development machine. Further, when an execution image is executed on each machine, it can be used as a test machine.

【0009】[0009]

【発明が解決しようとする課題】(1)開発マシンとし
て使用する場合、宿命的なことは、複数のバージョンが
存在することである。つまり、バージョン管理はユーザ
単位に分けるが、その複数のユーザ毎にイメージを作成
する必要があるため、サーバ側に格納する資源が増大す
る。
(1) When used as a development machine, what is fatal is that a plurality of versions exist. That is, version management is divided into users, but since it is necessary to create an image for each of the plurality of users, resources stored on the server side increase.

【0010】(2)複数バージョンに対応した試験マシ
ンとして使用する場合、宿命的なことは、どのバージョ
ンに対しても同一環境下で動作しなければ、管理上複雑
になってしまう。
(2) When used as a test machine compatible with a plurality of versions, the fate is that if all the versions do not operate under the same environment, management becomes complicated.

【0011】本発明の目的は、開発マシンと試験マシン
の2つを融合させた同一環境下で使用するマシン環境に
おいて、サーバに格納する資源を少なくしながらバージ
ョン管理を簡易にしたマシン環境の構築方法を提供する
ことにある。
SUMMARY OF THE INVENTION It is an object of the present invention to construct a machine environment in which a development machine and a test machine are combined and used under the same environment and the version management is simplified while resources stored in a server are reduced. It is to provide a method.

【0012】[0012]

【課題を解決するための手段】本発明は、アプリケーシ
ョンを開発する開発マシン及びアプリケーションを試験
する試験マシンをクライアントとし、前記各マシンに共
通資源を提供するマシンをサーバとするマシン環境の構
築方法であって、前記サーバ側の共有資源を前記クライ
アント側のユーザ毎に固有のディレクトリ分割で格納
し、試験マシンとして派生したユーザの共有資源は変更
となった共有資源及びメイクに必要な情報を格納してお
き、各ユーザは、固有の共有ディレクトリを固定的なネ
ットワークディスクに接続して共有資源を参照し、派生
したユーザは共有ディレクトリを別の固定的なネットワ
ークディスクに接続して共有資源を参照することを特徴
とする。
SUMMARY OF THE INVENTION The present invention relates to a method of constructing a machine environment in which a development machine for developing an application and a test machine for testing the application are used as clients, and a machine that provides a common resource to each machine is used as a server. The shared resources on the server side are stored in a unique directory division for each user on the client side, and the shared resources of a user derived as a test machine store changed shared resources and information necessary for making. In addition, each user connects a unique shared directory to a fixed network disk and refers to the shared resource, and a derived user connects the shared directory to another fixed network disk and refers to the shared resource. It is characterized by the following.

【0013】また、前記派生したユーザは、変更等で派
生した異なるバージョン以外の共有資源に対してファイ
ル単位にシンボリックリンクにより資源を共有すること
を特徴とする。
Further, the derived user shares the resource by a symbolic link for each file with respect to a shared resource other than a different version derived by a change or the like.

【0014】また、前記サーバはファイルサーバを用い
て共有資源に独立性を持たせ、前記ユーザは共有資源と
して前記ファイルサーバ側のディレクトリを参照するこ
とを特徴とする。
Further, the server uses a file server to make the shared resource independent, and the user refers to the directory on the file server side as the shared resource.

【0015】[0015]

【発明の実施の形態】(第1の実施形態)図1は、本発
明の実施形態を示すクライアント/サーバ環境を示し、
ユーザ毎にサーバ側の共有資源をディレクトリ分割して
参照する場合である。なお、クライアントマシンをWi
ndowsNT、サーバマシンをUNIXとした場合で
ある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS (First Embodiment) FIG. 1 shows a client / server environment showing an embodiment of the present invention.
This is a case where shared resources on the server side are divided into directories for each user and referred to. Note that the client machine is Wi
This is a case where WindowsNT is used and the server machine is UNIX.

【0016】図1において、クライアントになるユーザ
10(pro0)は、試験マシンとして使用する試験ユ
ーザとする。また、ユーザ11(pro1)は開発する
アプリケーションのべ一スとなる開発ユーザ、ユーザ1
2(pro2)はユーザ11から派生し、一部変更(バ
ージョン変更)となった開発ユーザとする。
In FIG. 1, a user 10 (pro0) to be a client is a test user used as a test machine. Further, a user 11 (pro1) is a development user, user 1 which is a base for an application to be developed.
2 (pro2) is a development user derived from the user 11 and partially changed (version changed).

【0017】これらユーザ毎に、ソースなどのバージョ
ンを管理するため、以下の環境とする。
The following environment is used to manage the version of the source and the like for each of these users.

【0018】まず、サーバ13側は、(1)ユーザ毎に
資源のディレクトリを分ける。(2)ユーザ固有の共有
ディレクトリ(そのユーザに与えられたサーバ側のディ
レクトリ)には、共有資源を格納する。
First, the server 13 divides (1) a resource directory for each user. (2) Shared resources are stored in a user-specific shared directory (a server-side directory given to the user).

【0019】次に、クライアント側は、(3)ユーザ固
有の共有ディレクトリを固定的なネットワークディスク
(Windowsであれば「F:」、UNlXであれば
「/usr/users/project」など)に接
続する。
Next, the client connects (3) the user-specific shared directory to a fixed network disk ("F:" for Windows, "/ usr / users / project" for UNlX). I do.

【0020】これにより、各ユーザで参照先が変わるた
め、ユーザ10(pro0)は、従来通り、試験マシン
環境で試験を行うことができる。また、ユーザ11(p
ro1)は、従来通り、開発マシン環境でアプリケーシ
ョン開発を行うことができる。これは、ユーザを分けた
だけで、従来方法となる。
As a result, since the reference destination changes for each user, the user 10 (pro0) can perform a test in a test machine environment as before. In addition, the user 11 (p
ro1) can perform application development in a development machine environment as before. This is a conventional method only by dividing users.

【0021】次に、派生したユーザ12(pro2)
は、以下の様に構成させる。
Next, the derived user 12 (pro2)
Is configured as follows.

【0022】サーバ側は、(1)ユーザ固有の共有ディ
レクトリには、変更となった共有資源及びメイクに必要
な情報(make,object,imageファイ
ル)を格納する。(2)メイクに必要なバージョン情報
は、メイクファイル内で吸収する。
The server stores (1) the shared resources that have been changed and the information (make, object, and image files) necessary for making in the shared directory unique to the user. (2) Version information necessary for makeup is absorbed in the make file.

【0023】クライアント側は、(3)ユーザ固有の共
有ディレクトリを固定的なネットワークディスク(Wi
ndowsであれば「F:」、UNlXであれば「/u
sr/users/project」など)に接続す
る。(4)アプリケーションのべ一スとなるユーザ11
(pro1)の共有ディレクトリを別の固定的なネット
ワークディスク(Windowsであれば「H:」、U
N1Xであれば「usr/users/base」な
ど)に接続する。
The client side stores (3) a user-specific shared directory in a fixed network disk (Wi-Fi).
"F:" for nwindows, "/ u" for UNlX
sr / users / project "). (4) User 11 as a base for application
(Pro1) shared directory to another fixed network disk ("H:" for Windows, U
If it is N1X, it is connected to “usr / users / base”.

【0024】以上により、以下の様な効果を奏するマシ
ン環境を構築できる。
As described above, a machine environment having the following effects can be constructed.

【0025】(1)複数のバージョンが存在しても、同
一マシン構成下で開発を行うことができる。
(1) Even if a plurality of versions exist, development can be performed under the same machine configuration.

【0026】(2)複数バージョンに対応した試験マシ
ンに対して、同一環境下で動作させることができる。
(2) Test machines supporting a plurality of versions can be operated under the same environment.

【0027】(第2の実施形態)図2は、本発明の他の
実施形態を示し、変更等で派生した異なるバージョン以
外の共有資源に対してファイル単位にシンボリックリン
ク(論理的な定義でリンク)による資源の共有によりマ
シン環境を構築する。なお、図2ではUNIX上でRC
S(RevisionControlSystem)管
理されたソースを例として示す。
(Second Embodiment) FIG. 2 shows another embodiment of the present invention, in which a symbolic link (link by logical definition) is made to a shared resource other than a different version derived by change or the like in file units. ) To build a machine environment by sharing resources. In FIG. 2, RC on UNIX
An S (Revision Control System) managed source is shown as an example.

【0028】本実施形態では、以下のようにマシン環境
を構築する。なお、対象となるユーザは、派生したユー
ザ12(pro2)である。
In this embodiment, a machine environment is constructed as follows. The target user is the derived user 12 (pro2).

【0029】(1)第1の実施形態と同様に、ユーザ毎
に共有資源をディレクトリに分割する。但し、べ一スと
なるユーザ(pro1)の共有ディレクトリのネットワ
ーク接続は不要である。
(1) As in the first embodiment, the shared resources are divided into directories for each user. However, network connection of the shared directory of the base user (pro1) is not required.

【0030】ユーザ12(pro2)に対しては、
(2)ファイル単位にシンボリックリンクを作成する。
(3)変更となったファイルの実態を作成する。(4)
ユーザ11(pro1)と同一の標準的なメイクファイ
ルを使用する。(5)ユーザ11(pro1)上でメイ
クを実施して実行イメージを作成する。
For the user 12 (pro2),
(2) Create a symbolic link for each file.
(3) Create the actual state of the changed file. (4)
The same standard make file as the user 11 (pro1) is used. (5) Make up on the user 11 (pro1) to create an execution image.

【0031】以上のように、シンボリックリンクによる
資源の共有を取り入れた環境は図3に示すようになり、
第1の実施形態に加え、以下の様な効果がある。
As described above, an environment incorporating resource sharing by symbolic links is as shown in FIG.
In addition to the first embodiment, there are the following effects.

【0032】(1)標準的なメイクファイルでアプリケ
ーションのメイクを行うことができる。
(1) An application can be made with a standard make file.

【0033】(2)そのプロジェクトで使用しているソ
ースや共有資源が仮想的に存在するので、視覚的に分か
り易い。
(2) Since the sources and shared resources used in the project virtually exist, it is easy to understand visually.

【0034】(3)また、仮想的なのか、実態があるの
かも、ファイル属性を参照することで視覚的に分かり易
い。
(3) It is also easy to visually determine whether a virtual or actual situation exists by referring to the file attributes.

【0035】(第3の実施形態)図4は、本発明の他の
実施形態を示し、サーバ13の他にファイルサーバ14
を用いて共有資源に独立性を持たせる。
(Third Embodiment) FIG. 4 shows another embodiment of the present invention.
To make shared resources independent.

【0036】本実施形態では、試験マシンとして使用す
るユーザ以外を実態のない仮想デバイスとする。つま
り、ディレクトリを作成し、そのディレクトリからファ
イルサーバ14側をNFSマウントする。
In this embodiment, a user other than a user who is used as a test machine is a virtual device having no actual state. That is, a directory is created, and the file server 14 is NFS-mounted from the directory.

【0037】また、クライアント側の各々の開発ユーザ
は、共有資源としてファイルサーバ側のディレクトリを
参照するように設定する。
Each development user on the client side sets a directory on the file server side as a shared resource.

【0038】このマシン環境により、第2の実施形態の
作用効果に加えて、(1)試験マシンのサーバが停止中
であっても(停止試験など)、クライアント側の開発マ
シン側に影響なく動作可能となる。(2)ディスクの容
量不足となっても容易に拡張可能となる。(3)簡易的
に試験を実施するのであれば、サーバ側の試験ユーザの
ディレクトリを対象となる開発ユーザディレクトリへN
FSマウントするだけで、試験対象バージョンへ変更が
可能となる。
With this machine environment, in addition to the functions and effects of the second embodiment, (1) even if the server of the test machine is stopped (stop test or the like), it operates without affecting the development machine on the client side. It becomes possible. (2) The disk can be easily expanded even if the disk capacity is insufficient. (3) If the test is to be performed simply, the directory of the test user on the server side is transferred to the target development user directory.
By simply mounting the FS, it is possible to change to the test target version.

【0039】図5は、簡易的な試験を行う場合のマシン
環境を示し、サーバ側の参照先を変更するだけで試験マ
シンを実現できる。
FIG. 5 shows a machine environment for performing a simple test, and a test machine can be realized only by changing the reference destination on the server side.

【0040】[0040]

【発明の効果】以上のとおり、本発明によれば、サーバ
側の共有資源をユーザ毎に固有のディレクトリ分割で格
納し、派生ユーザの共有資源は変更となった共有資源及
びメイクに必要な情報を格納しておき、各ユーザは、固
有の共有ディレクトリを固定的なネットワークディスク
に接続して共有資源を参照し、派生ユーザは共有ディレ
クトリを別の固定的なネットワークディスクに接続して
共有資源を参照するようにしたため、開発マシンと試験
マシンの2つを融合させた同一環境下で使用しながらサ
ーバに格納する資源を少なくしながらバージョン管理が
簡易になる。
As described above, according to the present invention, the shared resources on the server side are stored in a directory division unique to each user, and the shared resources of the derived users are changed shared resources and information necessary for making. Each user connects a unique shared directory to a fixed network disk and refers to the shared resource, and the derived user connects the shared directory to another fixed network disk and shares the shared resource. Since reference is made, version management is simplified while resources stored in the server are reduced while using the same environment where the development machine and the test machine are integrated.

【0041】また、派生ユーザは、変更等で派生した異
なるバージョン以外の共有資源に対してファイル単位に
シンボリックリンクにより資源を共有するため、標準的
なメイクファイルでアプリケーションのメイクを行うこ
とができるし、資源の存在が視覚的に分かり易くなる。
Further, since the derived user shares the resource by the symbolic link for each file with respect to the shared resource other than the different version derived by the change or the like, the derived user can make the application with the standard make file. This makes it easier to understand the existence of resources visually.

【0042】また、サーバはファイルサーバを用いて共
有資源に独立性を持たせ、ユーザは共有資源としてファ
イルサーバ側のディレクトリを参照するため、試験マシ
ンのサーバに影響される事なくクライアント側の開発マ
シンが動作可能となるし、資源の拡張が容易になるし、
簡易的な試験も容易になる。
Further, since the server uses the file server to make the shared resources independent and the user refers to the directory on the file server side as the shared resources, the development on the client side is not affected by the server of the test machine. The machine is operational, resources can be easily expanded,
Simple tests are also easy.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施形態1を示すクライアント/サー
バ環境。
FIG. 1 is a client / server environment showing a first embodiment of the present invention.

【図2】本発明の実施形態2におけるシンボリックリン
クによる資源の共有構造。
FIG. 2 illustrates a resource sharing structure using symbolic links according to a second embodiment of the present invention.

【図3】実施形態2を示すクライアント/サーバ環境。FIG. 3 shows a client / server environment according to the second embodiment.

【図4】本発明の実施形態3を示すクライアント/サー
バ環境。
FIG. 4 is a client / server environment showing a third embodiment of the present invention.

【図5】実施形態3における参照先の変更例。FIG. 5 shows an example of changing a reference destination in the third embodiment.

【図6】一般的なクライアント/サーバ環境。FIG. 6 shows a general client / server environment.

【符号の説明】[Explanation of symbols]

10、11、12…クライアント 13…サーバ 14…ファイルサーバ 10, 11, 12 ... client 13 ... server 14 ... file server

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションを開発する開発マシン
及びアプリケーションを試験する試験マシンをクライア
ントとし、前記各マシンに共通資源を提供するマシンを
サーバとするマシン環境の構築方法であって、 前記サーバ側の共有資源を前記クライアント側のユーザ
毎に固有のディレクトリ分割で格納し、試験マシンとし
て派生したユーザの共有資源は変更となった共有資源及
びメイクに必要な情報を格納しておき、 各ユーザは、固有の共有ディレクトリを固定的なネット
ワークディスクに接続して共有資源を参照し、派生した
ユーザは共有ディレクトリを別の固定的なネットワーク
ディスクに接続して共有資源を参照することを特徴とす
るマシン環境の構築方法。
1. A method of constructing a machine environment in which a development machine for developing an application and a test machine for testing an application are used as clients, and a machine that provides a common resource to each machine is used as a server. Resources are stored in directory divisions unique to each user on the client side, and shared resources of users derived as test machines store changed shared resources and information necessary for making, and each user has a unique A shared directory connected to a fixed network disk to refer to shared resources, and a derived user connects a shared directory to another fixed network disk to refer to shared resources. How to build.
【請求項2】 前記派生したユーザは、変更等で派生し
た異なるバージョン以外の共有資源に対してファイル単
位にシンボリックリンクにより資源を共有することを特
徴とする請求項1記載のマシン環境の構築方法。
2. The method according to claim 1, wherein the derived user shares a resource by a symbolic link on a file basis with respect to a shared resource other than a different version derived by a change or the like. .
【請求項3】 前記サーバはファイルサーバを用いて共
有資源に独立性を持たせ、前記ユーザは共有資源として
前記ファイルサーバ側のディレクトリを参照することを
特徴とする請求項1又は2記載のマシン環境の構築方
法。
3. The machine according to claim 1, wherein the server uses a file server to make the shared resource independent, and the user refers to the directory on the file server side as the shared resource. How to build the environment.
JP10020532A 1998-02-02 1998-02-02 Construction method for machine environment Pending JPH11219286A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10020532A JPH11219286A (en) 1998-02-02 1998-02-02 Construction method for machine environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10020532A JPH11219286A (en) 1998-02-02 1998-02-02 Construction method for machine environment

Publications (1)

Publication Number Publication Date
JPH11219286A true JPH11219286A (en) 1999-08-10

Family

ID=12029773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10020532A Pending JPH11219286A (en) 1998-02-02 1998-02-02 Construction method for machine environment

Country Status (1)

Country Link
JP (1) JPH11219286A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002132566A (en) * 2000-10-27 2002-05-10 Ntt Me Corp Data management system and method, and computer readable recording medium
WO2004077219A2 (en) * 2003-01-30 2004-09-10 Vaman Technologies (R & D) Limited System and method of mapping patterns of data, optimising disk read and write, verifying data integrity across clients and servers of different functionality having shared resources

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002132566A (en) * 2000-10-27 2002-05-10 Ntt Me Corp Data management system and method, and computer readable recording medium
WO2004077219A2 (en) * 2003-01-30 2004-09-10 Vaman Technologies (R & D) Limited System and method of mapping patterns of data, optimising disk read and write, verifying data integrity across clients and servers of different functionality having shared resources
WO2004077219A3 (en) * 2003-01-30 2005-05-19 Vaman Technologies R & D Ltd System and method of mapping patterns of data, optimising disk read and write, verifying data integrity across clients and servers of different functionality having shared resources

Similar Documents

Publication Publication Date Title
US10198162B2 (en) Method for installing or upgrading an application
US8364638B2 (en) Automated filer technique for use in virtualized appliances and applications
US8117230B2 (en) Interfaces and methods for group policy management
US7379996B2 (en) System and method for web server migration
EP1934794B1 (en) Apparatus, method and system for rapid delivery of distributed applications
US8010701B2 (en) Method and system for providing virtualized application workspaces
US7584220B2 (en) System and method for determining target failback and target priority for a distributed file system
US7293255B2 (en) Apparatus and method for automated creation of resource types
US20030221094A1 (en) Method and system for configuring a computer
US20110107299A1 (en) Systems and methods for integrated package development and machine configuration management
JPH09171465A (en) System and method for enabling different naming service provider to dynamically bond naming federation
JP2009528605A (en) Method, system, and program for deploying platform-dependent applications in a grid environment
Bowen et al. Apache Cookbook: Solutions and Examples for Apache Administration
Ajmani et al. * Scheduling and Simulation: How to Upgrade Distributed Systems
US20030101277A1 (en) File system path alias
US6671688B1 (en) Virtual replication for a computer directory system
Sellens ‘Software maintenance in a campus environment: the Xhier approach
US6516325B1 (en) Virtual partition vector for a computer directory system
JPH11219286A (en) Construction method for machine environment
CN106874053A (en) It is a kind of to support that user accesses the method and system that vsftpd services root
GB2228599A (en) Method and apparatus for per process mounting of file systems in a hierarchial file system environment
Brooks et al. A Practical Guide to Tivoli SANergy
Christudas et al. Advanced High Availability and Scalability
Mehta et al. Advanced Deployment in Splunk
Penberthy et al. Virtual Machines

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040823

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070215

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070227

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070626