Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Storage Foundation Configuration and Upgrade Guide - AIX
Last Published:
2025-04-21
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: AIX
- Section I. Introduction and configuration of Storage Foundation
- Section II. Upgrade of Storage Foundation
- Planning to upgrade Storage Foundation
- Preparing to upgrade SF
- Upgrading Storage Foundation
- Performing an automated SF upgrade using response files
- Performing post-upgrade tasks
- Planning to upgrade Storage Foundation
- Section III. Post configuration tasks
- Section IV. Configuration and upgrade reference
- Appendix A. Support for AIX Live Update
- Appendix B. Installation scripts
- Appendix C. Configuring the secure shell or the remote shell for communications
- Appendix D. Changing NFS server major numbers for VxVM volumes
Configuring vxdbd for SFDB tools authentication
To configure vxdbd, perform the following steps as the root user
- Run the sfae_auth_op command to set up the authentication services.
# /opt/VRTS/bin/sfae_auth_op -o setup Setting up AT Starting SFAE AT broker Creating SFAE private domain Backing up AT configuration Creating principal for vxdbd
- Stop the vxdbd daemon.
# /opt/VRTS/bin/sfae_config disable vxdbd has been disabled and the daemon has been stopped.
- Enable authentication by setting the AUTHENTICATION key to yes in the
/etc/vx/vxdbed/admin.properties
configuration file.If
/etc/vx/vxdbed/admin.properties
does not exist, then usecp /opt/VRTSdbed/bin/admin.properties.example /etc/vx/vxdbed/admin.properties. - Start the vxdbd daemon.
# /opt/VRTS/bin/sfae_config enable vxdbd has been enabled and the daemon has been started. It will start automatically on reboot.
The vxdbd daemon is now configured to require authentication.