CA OM Web Services require a zSeries File System (zFS) or Hierarchical File System (HFS) for its target libraries. An existing file system that meets the following requirements is used:
Note: The USS commands are case-sensitive.
Follow these steps:
//ALLOC EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//AMSDUMP DD SYSOUT=*
//SYSIN DD *
DEFINE CLUSTER ( +
NAME(yourZFS.dataset.name) +
VOLUME(volume) +
LINEAR +
CYL(primary secondary) +
SHAREOPTIONS(3,3) +
)
/*
//FORMAT EXEC PGM=IOEAGFMT,REGION=0M,
// PARM=('-aggregate yourZFS.dataset.name -compat')
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//STDOUT DD SYSOUT=*
//STDERR DD SYSOUT=*
//CEEDUMP DD SYSOUT=*
//ALLOC EXEC PGM=IEFBR14 //FILESYST DD DSN=yourHFS.dataset.name, // DISP=(NEW,CATLG,DELETE), // UNIT=3390,VOL=SER=volume, // DSNTYPE=HFS, // SPACE=(CYL,(primary,secondary))
cd /u/apps/ mkdir cai
Note: This document refers to this structure as @pathprefix1@. The mount point is created.
MOUNT FILESYSTEM('yourZFS.dataset.name')
MOUNTPOINT('@pathprefix1@')
TYPE(HFS) MODE(RDWR)
The file system is mounted.
chmod -R 775 /@pathprefix1@/
Write access is not granted.
Note: For more information about the chmod command, see the IBM z/OS UNIX System Services User Guide (SA22-7802).
|
Copyright © 2013 CA.
All rights reserved.
|
|