2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SMS環境構築_事前作業

Last updated at Posted at 2020-03-26

本記事はSMS環境構築する際、事前作業の手順を紹介しています。

関連記事は以下を参照してください

  1. 事前作業(本記事)
  2. Storage Classの設定
  3. Storage Groupの設定
  4. ACS Routineの設定&定義反映

SMS用Volumeの初期化

  • STGRのオプションを指定してVolの初期化
//ICKINIT JOB MSGCLASS=X,CLASS=A,NOTIFY=&SYSUID                  
//INIT1   EXEC PGM=ICKDSF,REGION=4096K                           
//SYSPRINT DD  SYSOUT=*                                          
//SYSIN    DD  *                                                 
  INIT UNIT(xxxx)             
       PURGE -                                                   
       NOVERIFY -                                                
       DEVTYPE(3390) -                                           
       STGR -                                                    
       VOLID(XXXXX)          
       INDEX(0,1,2) -                                            
       VTOC(0,3,12)                                              
/*                                                               
//     

ISMFを管理者モードに変更

  • ISMFの初期設定は、エンドユーザー・モード(EU)に設定されているので、これを管理者モード(SA)に変更する
    image.png
    image.png
    image.png

引き続きはStorage classの定義を行う。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?