■ILM2007
以下のTechnetフォーラムで紹介されています。
http://social.technet.microsoft.com/Forums/en-US/identitylifecyclemanager/thread/a5306af6-d051-401f-9f87-4becbd616b65
具体的には、下記の感じでmsiexec.exeの引数を付けて実行する形になります。
※ちなみにNONサポートだそうです。
start /wait msiexec /q /i "Microsoft Identity Integration Server.msi" SERVICEACCOUNT=ilmservice SERVICEPASSWORD=P@ssw0rd SERVICEDOMAIN=MSCS STORESERVER=MSSQLCLUS GROUPADMINS=ilmadmins GROUPOPERATORS=ilmoperators GROUPACCOUNTJOINERS=ilmjoiners GROUPBROWSE=ilmbrowse GROUPPASSWORDSET=ilmpasswordset PIDKEY=xxxxxxxxxxxxxxxx /log c:\temp\install.log
オプションはこんな感じです。
オプション | 意味 | 例 |
SERVCEACCOUNT | サービス実行アカウント | ilmadmin |
SERVICEPASSWORD | サービス実行アカウントのパスワード | P@ssw0rd |
SERVICEDOMAIN | サービス実行アカウントの所属ドメイン | TESTDOM |
STORESERVER | SQLサーバ実行ホスト | MSSQL |
MSSQLSERVERSERVICE | SQLインスタンス名 | MSSQLSERVER |
GROUPADMINS | MIIS管理者グループ名 | MIISAdmin |
GROUPOPERATORS | MIISオペレータグループ名 | MIISOperators |
GROUPACCOUNTJOINERS | MIISジョイナーグループ名 | MIISJoiners |
GROUPBROWSE | MIISブラウズグループ名 | MIISBrowse |
GROUPPASSWORDSET | MIISパスワードセットグループ名 | MIISPasswordSet |
PIDKEY | プロダクトキー | xxxxxxxxxxxxxxxx(ハイフンなし) |
インストーラのバイナリをエディタでのぞいてみると他にもこんなオプションがありそうです。(未検証)
カテゴリ | オプション | 例 |
インストール先フォルダ関連 | TARGETDIR | |
INSTALLDIR | C:\Program Files\Microsoft Identity Integration Server\ | |
MADATA | C:\Program Files\Microsoft Identity Integration Server\MaData\ | |
UISHELLFOLDER | C:\Program Files\Microsoft Identity Integration Server\UISell\ | |
XMLSFOLDER | C:\Program Files\Microsoft Identity Integration Server\UIShell\XMLs\ | |
PackagedMAsFolder | C:\Program Files\Microsoft Identity Integration Server\UIShell\XMLs\PackagedMAs\ | |
IMAGES | C:\Program Files\Microsoft Identity Integration Server\UIShell\Images\ | |
HELPFILES | C:\Program Files\Microsoft Identity Integration Server\UIShell\Helpfiles\ | |
SOURCECODE | C:\Program Files\Microsoft Identity Integration Server\SourceCode\ | |
LOGGING | C:\Program Files\Microsoft Identity Integration Server\SourceCode\Logging\ | |
GALSYNC | C:\Program Files\Microsoft Identity Integration Server\SouceCode\GalSync\ | |
EXTENSIONSCACHE | C:\Program Files\Microsoft Identity Integration Server\ExtensionsCache\ | |
EXTENSIONS | C:\Program Files\Microsoft Identity Integration Server\Extensions\ | |
DATA | C:\Program Files\Microsoft Identity Integration Server\Data\ | |
BIN | C:\Program Files\Microsoft Identity Integration Server\Bin\ | |
ASSEMBLIES | C:\Program Files\Microsoft Identity Integration Server\Bin\Assemblies\ | |
MIISCommon | C:\Program Files\Common Files\Microsoft Shared\Microsoft Identity Integration Server\ | |
DB関連?(不明) | DBFILNEMMSLOCATION | ? |
SETPERMISSIONDATA1 | ? | |
SETPERMISSIONDATA2 | ? | |
CLIENTUILEVEL | ? | |
UILEVEL | ? |
FIMに関しては完全自動化は難しいみたいですが、半自動の手順(スクリプト)は存在するので、次回紹介したいと思います。
0 件のコメント:
コメントを投稿