Veritas™ Resiliency Platform 2.2 Solutions for Applications
- Overview of Resiliency Platform
- Managing applications using Resiliency Platform
- Managing InfoScale applications using Resiliency Platform
- Managing resiliency groups
- About resiliency groups
- Preparing for disaster recovery configuration
- About replication technologies used in disaster recovery of applications
- Configuring DNS server settings for a data center
- Configuring resiliency groups for remote recovery
- Rehearsing DR operations to ensure DR readiness
- Performing disaster recovery operations
- Monitoring and reporting assets status
- Monitoring risks
- Managing activities and resiliency plans
- Managing activities
- Managing resiliency plans
- Creating a new resiliency plan template
- Managing evacuation plans
- Appendix A. Troubleshooting
Sample command for Windows keytab file
Following is a sample command for Windows keytab file.
Authentication domain (AD) user is user2, configured on VRPWINDNS.COM domain. Password of the user is user@123. Ensure that the domain name is always in capital letters.
In the command, princ is the user name, mapuser is the user account.
Principal type (ptype), needs to be specified as KRB5_NT_PRINCIPAL. And out is the output keytab file, which is C:/user2.keytab for the sample.
Using the above values, the sample command is:
C:\Users\Administrator>ktpass.exe /princ user2@VRPWINDNS.COM /mapuser user2@VRPWINDNS.COM /pass user@123 /ptype KRB5_NT_PRINCIPAL /out C:/user2.keytab
Verifying the keytab file
After the keytab file is generated, copy the keytab file to a UNIX machine having kinit utility.
Verify the connection with DNS using - kinit user@DOMAIN which is kinit user2@VRPWINDNS.COM as per above sample values.
Enter the password of user2. On successful execution of the command, verify the keytab file using: kinit user2@VRPWINDNS.COM -k -t /root/user2.keytab