6.2

Table Of Contents
Procedure
1 Log in to the Solaris machine hosting your IPS Repository.
2 Download the guest agent files from your vRealize Appliance.
wget https://vRealize_VA_Hostname_fqdn:5480/installer/LinuxGuestAgentPkgs.zip
If you are using self-signed certificates, you might have to use the wget option --no-check-
certificate. For example:
wget --no-check-certificate https://vRealize_VA_Hostname_fqdn:
5480/installer/LinuxGuestAgentPkgs.zip
3 Unpack the guest agent files.
4 Navigate to LinuxGuestAgentPkgs/solaris11-amd64.
5 Run create_pkg_manifest.sh to establish communication with your Manager Service machine and
create a package manifest file gugent-pkg.p5m.
/bin/bash ./create_pkg_manifest.sh Manager_Service_Hostname_fdqn:port
The default port for the Manager Service is 443.
6 Publish your configured guest agent package to your IPS repository.
For example,
pkgsend -s /export/my-repository -d gugent-proto gugent-pkg.p5m
You can verify that your configured guest agent package is published in your repository by running the list
command for your repository. For example
pkgrepo list -s http://localhost:9000
Example: Create a Local IPS Repository and Publish the Guest Agent
You configure a Solaris 11.3 virtual machine to serve as your IPS repository and enable remote access to
the repository over HTTP connections. You run a script to configure your guest agent to communicate
with your manager service, then publish the configured guest agent as an IPS software package on the
local repository.
1 Create or identify a Solaris 11.3 virtual machine with SSH root login enabled.
2 Log in to the virtual machine as root by using SSH.
IaaS Configuration for Virtual Platforms
VMware, Inc. 73