Deploy Qualys Virtual Scanner Appliance in Classic Infrastructure Using IBM Cloud CLI 

 Before starting, set up your IBM CLI environment. For details on installing and configuring the IBM Cloud CLI, refer to the Getting started with the IBM Cloud CLI section of the IBM documentation. 

Perform the following steps to deploy QVSA via IBM Cloud Console - classic infrastructure:

  1. Create a user data file with the following information.
    • PERSCODE: A 14-digit personalization obtained from Qualys 
    • PROXY_URL (Optional): You can configure the Qualys Scanner to use an SSL proxy for all outbound communication with the Qualys Enterprise TruRisk™ Platform. We support both IP addresses and FQDNs for proxy server configuration.   
    • For generating Perscode through API, refer to the Add new virtual scanner API from the VM API documentation.
    • You receive an 'Activation Code' in the API response, referred to as 'perscode' in the case of the Scanner Appliance.
  2. Provide an optional proxy configuration in the following format:

    PROXY_URL=proxy_user:proxy_pass@proxyhost:port  

    Example of a user data file:
    PERSCODE=99999999999999 
    ## Optional for proxy-configuration: 
    PROXY_URL=joe:[email protected]:8080 

  3. Run the command to create a virtual server:

    ibmcloud sl vs create --hostname <hostname> --domain <domain name> --cpu <number of vCPUs> --memory <memory amount in GB> --datacenter <datacenter id> --image <qVSA image id> --userfile <path to user data file> --public-security-group <security group id> --private-security-group <security group id> --force

    Example: 

    ibmcloud sl vs create --hostname qualys-scanner --domain Qualys-Inc.cloud --cpu 2 --memory 4 --datacenter dal13 --image 4123456 --userfile myconfig.data --public-security-group 662721 --private-security-group 662721 --force

    For more options, refer to Creating and working with virtual servers (ibmcloud sl vs) section from IBM documentation.

Next Step

Step 4: Access your Qualys Scanner on the private network 

Additional Resources

Scanner Appliance Troubleshooting

Scanner Appliance FAQs

Supported Virtualization Platforms