vCenter

 View Only
  • 1.  Opening vCenter url by the ip not fqdn

    Posted Aug 23, 2022 09:11 AM

    I have a vcenter server which i have to open the url by the FQDN, is there anyway to configure the vCSA to open this via ip?



  • 2.  RE: Opening vCenter url by the ip not fqdn

    Broadcom Employee
    Posted Aug 23, 2022 10:16 AM

    Check if the PNID is IP or FQDN

    /usr/lib/vmware-vmafd/bin/vmafd-cli get-pnid --server-name localhost

    If the PNID is IP, you should be able to access the vCenter via IP

    If the PNID is FQDN, the after the login page, it would redirect to FQDN. In that case, you should have the PTR Record.

     



  • 3.  RE: Opening vCenter url by the ip not fqdn

    Posted Aug 23, 2022 10:18 AM

    Thanks for the answer,

    Is there any command or script to change it to IP?

    probbaly it could be possible via rest, if you know the command please provide

     



  • 4.  RE: Opening vCenter url by the ip not fqdn

    Posted Aug 23, 2022 10:24 AM

    Thanks for the hints

    I think this command also can change it

    /usr/lib/vmware-vmafd/bin/vmafd-cli



  • 5.  RE: Opening vCenter url by the ip not fqdn



  • 6.  RE: Opening vCenter url by the ip not fqdn

    Posted Aug 23, 2022 11:04 AM

    you must used FQDN on Vcenter. 



  • 7.  RE: Opening vCenter url by the ip not fqdn
    Best Answer

    Posted Aug 23, 2022 02:59 PM

    Actually at the end the command /usr/lib/vmware-vmafd/bin/vmafd-cli set-pnid --server-name 10.5.197.110 --pnid 10.5.197.110 didnt work.

    and you are right seems there is no way to change it to IP if you install a vcenter server based on FQDN