Book Image

VMware vRealize Orchestrator Cookbook - Second Edition

By : Daniel Langenhan
Book Image

VMware vRealize Orchestrator Cookbook - Second Edition

By: Daniel Langenhan

Overview of this book

VMware vRealize Orchestrator is a powerful automation tool designed for system administrators and IT operations staff who are planning to streamline their tasks and are waiting to integrate the functions with third-party operations software. This book is an update to VMware vRealize Orchestrator Cookbook and is blend of numerous recipes on vRealize Orchestrator 7. This book starts with installing and configuring vRealize Orchestrator. We will demonstrate how to upgrade from previous versions to vRealize Orchestrator 7. You will be taught all about orchestrator plugins and how to use and develop various plugins that have been enhanced in Orchestrator 7. Throughout this book, you will explore the new features of Orchestrator 7, such as the introduction of the control center, along with its uses. You will also come to understand visual programming, how to integrate base plugins into workflows, and how to automate VMware. You will also get to know how to troubleshoot vRealize Orchestrator. By the end of this book, you will be able to get the most out of your Orchestrator installation, and will be able to develop complex workflows and create your own highly integrated automations of vRealize environments.
Table of Contents (19 chapters)
VMware vRealize Orchestrator Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Orchestrator Client and 4K display scaling


This recipe shows a hack to make the Orchestrator Client scale on 4K displays.

Getting ready

We need to download the program Resource Tuner ( http://www.restuner.com/ ). The trial version will work, however, consider buying it if it works for you.

You need to know the path to your Java installation, it should be something like this:

C:\Program Files (x86)\Java\jre1.x.xx\bin\.

How to do it...

Before you start....

Tip

Please be careful as this impacts your whole Java environment. This worked very well for me with Java 1.8.0_91-b14.

  1. Download and install Resource Tuner.

  2. Run Resource Tuner as administrator.

  3. Open the file javaws.exe in your Java directory.

  4. Expand manifest and then click on the first entry (the name can change due to localization).

  5. Look for the line <dpiAware>true</dpiAware>.

  6. Exchange the true for a false

  7. Save and exit.

  8. Repeat the same for all the other java*.exe in the same directory as well as j2launcher.exe.

  9. Start the Client.jnlp (the file that downloads when you start the web application).

How it works...

In Windows 10 you can set the scaling of applications when you are using high definition monitors (4K displays).

What you are doing is telling Java that it is not DPI aware, meaning that it will use the Windows 10 default scaler, instead of an internal scaler.

There's more...

For any other application, such as Snagit or Photoshop, I found that this solution works quite well:

http://www.danantonielli.com/adobe-app-scaling-on-high-dp .