z/OS Distributed File Service zFS Administration
|
Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Enabling the zFS auditid z/OS Distributed File Service zFS Administration SC23-6887-00 |
|
|
To enable the unique auditid, start by following scenario 2 with some new aggregates to verify that it does not cause problems for your installation. Then, use scenario 3 to convert the rest of the aggregates. The next time the aggregates are mounted, they have a unique auditfid. Scenarios:
Guideline: New aggregates formatted with ISHELL, automount allocany, allocuser, or the BPXWH2Z utility will not have unique auditfids after they are formatted. However, they will be converted to unique auditfids by default the first time they are mounted unless you specify convert_auditfid=off in your IOEPRMxx configuration file or specify zfsadm config -convert_auditfid off. If a zFS aggregate is moved to another DASD location, the auditfid remains the same, unless you change it using the zfsadm setauditfid -force command. This is a trade-off between changing the auditfid, which causes auditids for the same file to be generated differently, versus not changing the auditfid, which causes auditids to remain the same but with the possibility that another zFS aggregate might get allocated with the first extent exactly in the place (and on the same volume) as the moved aggregate was located. This means that two different zFS files/directories might have the same auditid. Even though the zFS auditid format is described, the internal contents of an auditid might not match exactly as stated. The VOLSER might not match the VOLSER of the volume containing the first extent because of moving the aggregate. The main use should be as an opaque number (that is, you should only use it to compare for equality of the whole auditid against another auditid). Use the following algorithm to help distinguish between the unique
auditfid, the standard zFS auditfid, and HFS auditid (which does not
depend on the internal contents of the new zFS auditid):
|
Copyright IBM Corporation 1990, 2014 |