To send log data from the Skyline Collector appliance to vRealize Log Insight, install the Linux log agent on the appliance in Region A.
Procedure
- Log in to the vRealize Log Insight user interface.
- Open a Web browser and go to https://sfo01vrli01a.sfo01.rainpole.local.
- Log in by using the following credentials.
Setting Value User name admin Password deployment_admin_passwordvrli_admin_password
- Click the configuration drop-down menu icon
and select Administration.
- Under Management, click Agents.
- On the Agents page, click the Download Log Insight Agent Version link.
- In the Download Log Insight Agent Version dialog box, click Linux RPM (32-bit/64-bit) and save the .rpm file.
- By using an scp client such as WinSCP, copy the VMware-Log-Insight-Agent-4.6.0-xxxxxx.noarch_192.168.31.10.rpm file to the /tmp folder on the appliance.
- Log in to the Skyline Collector virtual appliance by using a Secure Shell (SSH) client.
- Open an SSH connection to sfo01sky01.sfo01.rainpole.local.
- Log in by using the following credentials.
Setting
Value
User name
root
Password
skyline_root_password
- Install the vRealize Log Insight Linux agent by running the following command.
rpm -i /tmp/VMware-Log-Insight-Agent-4.6.0-xxxxxx.noarch_192.168.31.10.rpm
- Turn on auto-run by default for the vRealize Log Insight agent.
chkconfig liagentd on