Planning for your SP system should have included a study of all the planning considerations that apply to partitioning. During that process, you should have determined which authentication services and security configuration to use in each partition. Within a system partition, there are certain authentication rules that govern the setting of the security attributes. These rules apply to the default system partition, and they apply to each additional partition that you might create.
The Syspar class definition in the SDR contains a set of four security attributes for each partition. These attributes are auth_install, auth_root_rcmd, auth_methods, and ts_auth_methods. The rules that govern which values to set for these attributes that represent your security configuration are the following:
Each partition has its own set of security attributes. The AIX Remote Command authentication setting on the control workstation is the union of the auth_methods settings for all partitions. The trusted services authentication methods setting on the control workstation is the union of the ts_auth_methods settings for all partitions.
When you need to change the security settings in a partition it should not be done as part of the system partitioning process. Changes to existing partitions should be done either before or after the partitioning process. An attempt to change the security settings of an existing system partition by applying a customization file with changed values might result in failures during execution of the spapply_config command because the rules have been violated. The spcustomize_syspar command will only verify that the values in the custom file do not violate the rules. The values are not checked against the existing partitions until the spapply_config command runs.
When partitioning a system by expanding the number of partitions, by collapsing partitions together, or by moving nodes between partitions, follow these guidelines:
You can use any setup that does not violate the authentication rules.
For example, you have decided to create two partitions during your initial system installation. The install was started using Kerberos V4. The second partition is to be DCE only. There are two options:
You would perform all the steps in "Chapter 5. Adding authentication configurations to the SP System" of the book PSSP: Installation and Migration Guide, except for rebooting the nodes. Then continue the installation step that follows the "Set up system partitions" step.