...
Network profiles under Infrastructure > Reservation > Network profiles only show 30 profiles. They are displayed as page 1 of 1 and results 1-30 of 30. Querying by other methods like cloud client etc., show more than 30 profiles.
This issue is resolved in vRealize Automation 7.2, available at VMware Downloads. To resolve the issue if you do not want to upgrade, apply the hot fix. To apply the hot fix, use the following procedure: Prerequisites: Take a backup of your environment. For more information, see vRealize Automation Documentation . Note: The Hotfix applies to vRealize Automation 7.1.0. Procedure: Download the ipam-service.war file located at ftp://outbound:outbound@ftpsite.vmware.com/KB2147346/ipam-service.war . Copy the ipam-service.war file to the /usr/lib/vcac/server/webapps using scp command by running the command:scp <Local_File_Location> <USERNAME@VRA_VA>:<DESTINATION_FILE_LOCATION</EM>> For example: scp ipam-service.war root@vra.corp.vmware.com:/usr/lib/vcac/server/webapps/ipam-service.war Note: Use WINSCP if the file is downloaded on Windows server. Log in to vRealize Automation appliance through SSH using root credentials. Stop the vRealize Automation server service by running the command:service vcac-server stop Move the existing ipam-service folder to a /tmp folder for backup by running the command:mv /usr/lib/vcac/server/webapps/ipam-service/ /tmp/ Grant the ownership rights to .war file by running the command:chmod -R 755 /usr/lib/vcac/server/webapps/ipam-service.war Extract the archive by running the command:unzip -qq /usr/lib/vcac/server/webapps/ipam-service.war -d /usr/lib/vcac/server/webapps/ipam-service/ Grant ownership rights to the extracted files by running the command:chmod -R 755 /usr/lib/vcac/server/webapps/ipam-service Delete the .war file by running the command:rm /usr/lib/vcac/server/webapps/ipam-service.war Start the vRealize Automation server service by running the command:service vcac-server start Wait for all services to register and ensure there are no errors reported in the catalina.out file. Rollback steps: Stop the vRealize Automation server service by running the command:service vcac-server stop Remove / delete the folder /usr/lib/vcac/server/webapps/ipam-service by running the command:rm -r /usr/lib/vcac/server/webapps/ipam-service Copy the backup folder which was previously saved in /tmp folder back to /usr/lib/vcac/server/webapps/ipam-service by running the command:cp -r /tmp/ipam-service /usr/lib/vcac/server/webapps Grant ownership rights to the restored files by running the command:chmod -R 755 /usr/lib/vcac/server/webapps/ipam-service Start the vRealize Automation server service by running the command:service vcac-server start