Okay, here's the thing.  I'm trying to clarify the SMF records so that 
each LPAR sends the records to a separate SYS1.LPARx.MANX/Y file.  I've 
got the file naming down - FILE(SYS1.&SID;.MANX,SYS1.&SID;.MANY) - but I'm 
not sure if I can do multiple SID command in SMFPRM00.  If I put all of 
the SID commands into the member, viz:


     SID(AAA1,0A1234)        /* SYS/LPAR ID IS AAA1 FOR S/N 0A1234 */

     SID(BBB2,0B1234)        /* SYS/LPAR ID IS BBB2 FOR S/N 0B1234 */

     SID(CCC3,0C1234)        /* SYS/LPAR ID IS CCC3 FOR S/N 0C1234 */

     SID(DDD4,0D1234)        /* SYS/LPAR ID IS DDD4 FOR S/N 0D1234 */


will the system properly segregate the records to the correct file?  Will 
SMF records for LPAR AAA1 go into file SYS1.AAA1.MANX, and SMF records for 
LPAR BBB2 go into file SYS1.BBB2.MANX, etc.?  Or will I totally screw 
things up with this process?

Answers on a postcard, please... :D

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to