Book Image

VMware vSphere 5.5 Cookbook

By : Abhilash G B
Book Image

VMware vSphere 5.5 Cookbook

By: Abhilash G B

Overview of this book

Table of Contents (22 chapters)
VMware vSphere 5.5 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding vCenter to vMA with fastpass (fpauth) authentication


You can add vCenter Servers to vMA using the standard/default fastpass authentication (fpauth). The vMA's fastpass authentication method provides a mechanism to cache the target server's credentials, on the vMA machine, so that you don't have to authenticate every time you run a command against the target server.

Note

Much like the adauth policy, every connection is authenticated but not every command to the authenticated target.

Getting ready

The domain user or its AD group should be assigned at least a read-only role at the target vCenter Server.

How to do it…

The following procedure will guide you through the steps required to add the vCenter Server to the vMA by using fastpass authentication:

  1. Log in to the vMA console or SSH as the vi-admin user.

  2. Issue the following command:

    vifp addserver <vCenter> --authpolicy fpauth 
    

    Example:

    vifp addserver vcenterhost001.vdescribed.local --authpolicy fpauth
    
  3. Issue the command vifp listservers...