Veritas™ Resiliency Platform 2.2 Solutions for Applications
- Overview of Resiliency Platform
- Managing applications using Resiliency Platform
- Managing applications using Resiliency Platform
- Providing inputs for partially discovered applications
- Managing custom applications
- About application bundles
- Adding an application bundle to the Resiliency Manager
- Removing an application bundle
- Installing an application bundle on selected application hosts
- Uninstalling an application bundle from selected hosts
- Enabling and disabling application bundle on selected application hosts
- Managing auto-deploy for an application bundle
- Editing the discovery schedule for an application type
- Viewing the details of application types
- Viewing the applicable host details
- Managing InfoScale applications using Resiliency Platform
- Managing resiliency groups
- About resiliency groups
- About service objectives
- Managing applications for basic monitoring
- Starting a resiliency group
- Stopping a resiliency group
- Displaying resiliency group information and status
- Viewing InfoScale applications details
- Viewing resiliency group details
- Editing a resiliency group
- Deleting a resiliency group
- Preparing for disaster recovery configuration
- An overview of key steps required for disaster recovery of applications
- Prerequisites for configuring applications for disaster recovery
- An overview of key steps required for disaster recovery of InfoScale applications
- Prerequisites for configuring InfoScale applications for disaster recovery
- 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
- About resiliency plans
- Creating a new resiliency plan template
- Editing a resiliency plan template
- Deleting a resiliency plan template
- Viewing a resiliency plan template
- Creating a new resiliency plan
- Editing a resiliency plan
- Deleting a resiliency plan
- Executing a resiliency plan
- Viewing a resiliency plan
- Creating a schedule for a resiliency plan
- Editing a schedule for a resiliency plan
- Deleting a schedule for a resiliency plan
- Viewing a schedule for a resiliency plan
- Managing evacuation plans
- Appendix A. Troubleshooting
- Glossary
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