What is liagent in NSX-T and other VMware appliances? Recently I found vRealize Network Insight sending alerts saying " NSX-T MP Node Liagent service has stopped ". Digging over the internet did not take me anywhere so I started on my own. Liagent mysteriously sounds like Li-agent "Li = Log Insight". Taking this assumption I looked at the NSX-T content pack configuration options in vRealize Log Insight and voila I found the answer and here is what I found. We can set up logging in NSX-T to send logs to vRealize Log Insight in 1 of the 2 ways. Here are the commands you can use, make sure you ssh using admin a. Using rsyslog: set logging-server <rsyslog-server IP/FQDB> proto udp/tls level info (chose from UDP and TLS) b. Using liagent: set logging-server <vRLi server IP/FQDN> proto li/li-tls level info (chose from Log Insight unencrypted "li" or encrypted "li-TLS') In the commands used above the proto parameter li or udp makes all ...
Resolution: Perform the following steps on IAAS server: 1. Run command prompt as administrator 2. Navigate to the following directory: ‘C:\Program Files (x86)\VMware\vCAC\Server\Model Manager Data\Cafe’ Run the following command to update the vRA certificate for the IAAS server: ‘vcac-config.exe UpdateServerCertificates -d vCAC -s servername’ Where ‘vCAC’ is the name of the vCAC database (vCAC by default), and servername is the name of the SQL database hosting the vCAC database. e.g: ‘vcac-config.exe UpdateServerCertificates -d vCAC -s sqlserver.mylab.local’ 3. From the command prompt, type: IISReset
Error: You must have a role in at least one Business Group. You get the above error when you try to reclaim machines in your environment. Resolution: 1. Login with tenant administrator. 2. Go to Business Group. 3. Click Edit on any of the business groups listed. 4. Add the tenant administrator to the "Group Manager" Role. 5. Try the activity to reclaim machines. Please don't forget to leave a comment as it helps me to know if the resolution works for all!
Comments
Post a Comment