Deploy NetApp Simulate ONTAP

This integration testing was performed using Simulate ONTAP configured as a single node. Simulate ONTAP 9.x is a virtual simulator for ONTAP® software. The virtual simulator was deployed as a virtual machine in VMware. For this integration, the STORAGE SYSTEM NAME is set to mycluster.

  1. Download the simulator OVA file from Simulate ONTAP Download.

  2. Deploy the virtual machine.

    Follow the instructions in the NetApp documentation.

    The virtual simulator software does not support volume encryption by default. Upgrade the virtual machine with an image that supports volume encryption. Contact NetApp for information about upgrading the image and for licenses that support volume encryption.
  3. Add a record in your DNS server for the Cluster Management.

  4. Configure the NTP server as explained in the NetApp documentation.

  5. Install the root CA certificate from your root CA:

    1. Open a command window and sign in to the NetApp ONTAP Cluster Management.

      % ssh admin@xxx.xxx.xxx.xxx
    2. Install the root CA certificate.

      mycluster::> security certificate install -vserver mycluster -type server-ca -subtype kmip-cert
      
      Please enter Certificate: Press <Enter> when done
      -----BEGIN CERTIFICATE-----
      MIICCzCCAWygAwIBAgIQKJrraYLecIlMLo4pQComijAKBggqhkjOPQQDBDAaMRgw
      FgYDVQQDEw9JTlRFUk9QLVJPT1QtQ0EwHhcNMjYwMTE2MTk1NjIzWhcNNDYwMTE2
      .
      .
      b2MHq2BkoBAaJQTWMIEn24S5s6/8Nq7qbLkNAkIBSG6Ok+8+nKjN2nagHu74vWsK
      Ysd5akN5ftyvliLbcFe08fUus/oWnV/+9PyNyWpYZ2yilg+bDeUNeMrYlYol4MY=
      -----END CERTIFICATE-----
      
      
      You should keep a copy of the CA-signed digital certificate for future reference.
      
      The installed certificate's CA and serial number for reference:
      CA: INTEROP-ROOT-CA
      serial: 289AEB6982DE70894C2E8E29402A268A
      
      The certificate's generated name for reference: INTEROP-ROOT-CA

Make a note of the certificate’s generated name above, for example, INTEROP-ROOT-CA. It will be needed in section Set up Cryptographic Security Platform Key Management Vault as the external KMIP server.