Interstage Application Server 運用ガイド |
目次
索引
![]() ![]() |
第4章 メンテナンス(資源のバックアップ) | > 4.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 |
データベース連携サービス資源のリストア |
IJServer |
IJServer資源のリストア |
JS2 |
旧バージョンServletサービス資源のリストア |
EJB |
EJBサービス資源のリストア |
SOAP |
Interstage SOAPサービス資源のリストア |
JMS |
Interstage JMS資源のリストア |
J2EE |
J2EE共通資源のリストア |
IHS |
Interstage HTTP Server資源のリストア |
SSOsv |
Interstageシングル・サインオン資源のバックアップ(リポジトリサーバ) |
SSOac |
Interstageシングル・サインオン資源のバックアップ(認証サーバ) |
SSOaz |
Interstageシングル・サインオン資源のバックアップ(業務サーバ) |
ISSCS |
Interstage証明書環境資源のリストア |
JMX |
Interstage JMXサービス資源のバックアップ |
isrestoreを使用した資源のリストア/移入は以下の手順で行います。
目次
索引
![]() ![]() |