Fortinet black logo

Creating a FortiAnalyzer custom image

Creating a FortiAnalyzer custom image

Note

This process uses environment variables with the GCloud SDK CLI commands.

To create a FortiAnalyzer custom image:
  1. Obtain and place the latest FortiAnalyzer-VM 7.2 image in your desired bucket:

    1. Download the FortiAnalyzer-VM image from the Fortinet Support site. For more information, see Obtaining the deployment image.

    2. Place the obtained image in your desired bucket. For more information, see Uploading the deployment image to Google Cloud.

  2. Create a custom image via the Google Cloud CLI SDK. Assign environment variables with your project ID, the bucket where you placed the FortiAnalyzer-VM image, and the image name. This example uses the full name of the file downloaded from the Fortinet Support site in the image variable:

    project=<your project id>
    bucket=<name of your bucket>
    source_image=<source image, e.g. FAZ_VM64_GCP-v7.2.5-build2397-FORTINET.out.gcp.tar.gz>
    image_name=doc-FortiAnalyzer-vm-image
     
    gcloud compute images create $image_name \
    --project=$project \
    --source-uri=https://storage.googleapis.com/$bucket/$source_image \
    --storage-location=us

Creating a FortiAnalyzer custom image

Note

This process uses environment variables with the GCloud SDK CLI commands.

To create a FortiAnalyzer custom image:
  1. Obtain and place the latest FortiAnalyzer-VM 7.2 image in your desired bucket:

    1. Download the FortiAnalyzer-VM image from the Fortinet Support site. For more information, see Obtaining the deployment image.

    2. Place the obtained image in your desired bucket. For more information, see Uploading the deployment image to Google Cloud.

  2. Create a custom image via the Google Cloud CLI SDK. Assign environment variables with your project ID, the bucket where you placed the FortiAnalyzer-VM image, and the image name. This example uses the full name of the file downloaded from the Fortinet Support site in the image variable:

    project=<your project id>
    bucket=<name of your bucket>
    source_image=<source image, e.g. FAZ_VM64_GCP-v7.2.5-build2397-FORTINET.out.gcp.tar.gz>
    image_name=doc-FortiAnalyzer-vm-image
     
    gcloud compute images create $image_name \
    --project=$project \
    --source-uri=https://storage.googleapis.com/$bucket/$source_image \
    --storage-location=us