| Interstage Application Server 運用ガイド |
目次
索引
![]()
|
| 第5章 メンテナンス(資源のバックアップ) | > 5.3 メンテナンスの一括実行 |
Interstage資源のリストアおよび移入を一括で行う手順を、サンプルとして提供します。

リストアの場合
|
C:\INTERSTAGE\sample\backup_restore\isrestore.bat |
移入の場合
|
C:\INTERSTAGE\sample\backup_restore\isimport.bat |

|
/opt/FJSVisas/sample/backup_restore/isrestore |

リストアの場合
|
/opt/FJSVisas/sample/backup_restore/isrestore |
移入の場合
|
/opt/FJSVisas/sample/backup_restore/isimport |
isrestoreおよびisimportにはInterstageのリストアおよび移入の手順が命令として記述されています。
各処理は、処理内容により、以下の形式でコメントが付けられています。
|
#============================================ |
各処理の概要を説明します。


|
コメント |
処理内容 |
|
:DEFINITION_PART |
リストア対象の定義 |
|
:PROCEDURE_PART |
主処理 |

|
コメント |
処理内容 |
|
0. Environment Check |
実行権限のチェック |
|
1. check the input parameter |
コマンドパラメタのチェック |
|
2-1. set the backup COMMAND |
コマンド名の変数定義 |
|
2-2. set the section name list |
リストア対象の変数定義 |
|
2-3. get the file line and set line = 0 |
リストア対象資源ファイルの構文解析 |
|
2-4. check the def file format |
|
|
2-5. check sub-routines |
|
|
3. MAIN |
主処理 |
|
4. Sub-Routines |
リストア対象資源のリストア処理 |
リストア処理は、リストア対象資源ごとに、以下の形式で処理が区切られています。
|
## サービス名 START |
サービス名(可変)は、リストア対象資源と、以下のように対応します。
|
サービス名 |
リストア対象資源 |
|
ISCOM |
Interstageセットアップ資源のリストア |
|
GUI |
Interstage運用操作ツール資源のリストア |
|
OD |
CORBAサービス資源のリストア |
|
ES |
イベントサービス資源のリストア |
|
PORB |
Portable-ORB資源のリストア |
|
TD |
コンポーネントトランザクションサービス資源のリストア |
|
OTS |
データベース連携サービス資源のリストア |
|
IPP |
InfoProvider Pro資源のリストア |
|
JS2 |
Servletサービス資源のリストア |
|
EJB |
EJBサービス資源のリストア |
|
InfoDir |
InfoDirectoryサービス資源のリストア |
|
SOAP |
SOAPサービス資源のリストア |
|
JMS |
Interstage JMS資源のリストア |
|
J2EE |
J2EE共通資源のリストア |
|
IHS |
Interstage HTTP Server資源のリストア |
|
JS2SU |
Interstage運用管理用Servletサービス資源のリストア |
|
SSOsv |
Interstageシングル・サイン・オン資源のバックアップ(リポジトリサーバ) |
|
SSOac |
Interstageシングル・サイン・オン資源のバックアップ(認証サーバ) |
|
SSOaz |
Interstageシングル・サイン・オン資源のバックアップ(業務サーバ) |
isrestoreを使用した資源のリストア/移入は以下の手順で行います。
5.3.2.1 サービスの停止
5.3.2.2 リストア/移入対象資源の定義
5.3.2.3 Interstage資源のリストア/移入
目次
索引
![]()
|