You can manually obtain agent installation images from Trellix's DTI cloud using CLI commands. You can retrieve a specific agent installation image or the latest image. After you have retrieved the image, you must upload it to the Endpoint Security (HX) server. See Uploading an installation image from FireEye .
Enable CLI configuration mode for the Endpoint Security (HX) server:
hostname > enable hostname # configure terminalCheck whether any new agent images are available on the DTI:
hostname (config) # fenet hx-agent image checkAlternatively, you can use the following command to refresh the agent metadata available on the DTI.
hostname (config) # fenet hx-agent metadata refreshList all agent images available on the DTI, fetched from the DTI, or available on the local server:
hostname (config) # show fenet hx-agent image availableThis command lists supported operating systems, TrellixEndpoint Security Agent (HX) versions, and the content IDs associated with each agent image available.
Retrieve an agent image from the DTI:
hostname (config) # fenet hx-agent image fetch content-id <content-id>where <content-id> is the content ID associated with the TrellixEndpoint Security Agent (HX) image you want to retrieve.
You can also simply retrieve the latest agent image from the DTI:
hostname (config) # fenet hx-agent image fetch latestVerify and upload the agent image to the Endpoint Security (HX) server :
hostname (config) # fenet hx-agent image apply content-id <content-id>where <content-id> is the ID associated with the TrellixEndpoint Security Agent (HX) image you want to upload.
If you retrieved the latest agent image in Step 4, you can upload it to the Endpoint Security (HX) server using the following command:
hostname (config) # fenet hx-agent image apply latest