VMware Cloud Community
jstander
Enthusiast
Enthusiast

vRA 7.1 silent installer fail on prerequisite fixes

Hi,

I am testing the silent installer within VRA 7.1 but are running into an issue where the script "vra-ha-config" errors out when trying to fix the prerequisites for IaaS servers.

I am launching the script remoted with the following command:

Start-Process 'C:\Program Files (x86)\PuTTY\plink.exe' -ArgumentList ("-ssh -v -pw $rootpasswd root@${VRA1Name} bash /usr/lib/vcac/tools/install/vra-ha-config.sh")

Error message is :

"Unable to apply fix: [Security error.][Security error.]",

The Zone of the assembly that failed was:

[2016-09-19 22:23:09] [root]  MyComputer

[2016-09-19 22:23:09] [root]  System.Security.SecurityException: Security error.

[2016-09-19 22:23:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

This same error appears on quiet a few of the prerequisites checks for instance the uninstall of KB's and the disabling of the loopback authentication checks on the Window servers.

I have the ha.properties file configured with"

#PREREQUISITE CHECKS

APPLY_FIXES='True'

I believe this has to do with my command and security permissions but not sure how to resolve.  Any ideas would be appreciated.

Tags (1)
Reply
0 Kudos
17 Replies
jstander
Enthusiast
Enthusiast

Some further investigation...I am actually seeing the exact same errors from the vRA installation wizard UI when running the prerequisite checker.

When click on Fix i get error on restart with status "Aborted due to failed fixer".

When i run the fix again, i get new details on the Iaas server status for some different prerequisites that are not met.

Finally press the fix button a third time and got some of my IaaS servers with OK status but both web servers failed since it seems it was unable to reboot the servers.

All buttons greyed out and only available option is to Cancel the installation wizard.

So i am guessing the issue is somewhere with the prerequisite checker since all my VM's was created from the exact same template.

Reply
0 Kudos
abhilashhb
VMware Employee
VMware Employee

Can you run this again and output the SSH logging into a text file and post it here?

Also, the ha.properties file so I can take a look at it.

Abhilash B
LinkedIn : https://www.linkedin.com/in/abhilashhb/

Reply
0 Kudos
jstander
Enthusiast
Enthusiast

So i am just posting my the output from vra-ha-config.log

I set --ApplyFixes True in the ha.properties file.

As you can see there are numerous security errors popping up and showing Status failed on components.  I can however see the log files of the windows servers that these are ain fact deleted or changed.  Seems like the prereq is not letting the VM reboot or waiting long enough to query the new state of the VM.

I tested this from the UI installation wizard as well and was able to replicate the same behaviour.

log file: (redacted)

vra:/usr/lib/vcac/tools/install # ./vra-ha-config.sh

[2016-09-21 19:39:46] [root]  EULA is accepted.

[2016-09-21 19:39:46] [root]  *********************************

[2016-09-21 19:39:46] [root]  [INFO] Start initial data verification

[2016-09-21 19:39:46] [root]  *********************************

[2016-09-21 19:39:46] [root]  Check if vRA Component host or LOAD BALANCER addresses are reachable

[2016-09-21 19:39:46] [root]  Check if remote host is provided.

[2016-09-21 19:39:46] [root]  [INFO] Checking up local host - not needed

[2016-09-21 19:39:46] [root]  Check if remote host is provided.

[2016-09-21 19:39:46] [root]  nslookup Remote Host: vraweb.sov.com

[2016-09-21 19:39:46] [root]  nslookup Remote Host: nslookup exit code: 0

[2016-09-21 19:39:46] [root]  Remote host resolved successfully.

[2016-09-21 19:39:46] [root]  Check if remote host is provided.

[2016-09-21 19:39:46] [root]  nslookup Remote Host: vramgr.sov.com

[2016-09-21 19:39:46] [root]  nslookup Remote Host: nslookup exit code: 0

[2016-09-21 19:39:46] [root]  Remote host resolved successfully.

[2016-09-21 19:39:46] [root]  Verify connection to: vRA VA host: vra.sov.com

[2016-09-21 19:39:46] [root]  Check if remote host is provided.

[2016-09-21 19:39:46] [root]  [INFO] Checking up local host - not needed

[2016-09-21 19:39:46] [root]  Verify connection to: vRA VA host: vra02.sov.com

[2016-09-21 19:39:46] [root]  Check if remote host is provided.

[2016-09-21 19:39:46] [root]  nslookup Remote Host: vra02.sov.com

[2016-09-21 19:39:46] [root]  nslookup Remote Host: nslookup exit code: 0

[2016-09-21 19:39:46] [root]  Remote host resolved successfully.

[2016-09-21 19:39:46] [root]  vradem01.sov.com

[2016-09-21 19:39:46] [root]  Verifying IaaS node is registered to the primary VA: vradem01.sov.com

[2016-09-21 19:39:46] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:46] [root]  vradem02.sov.com

[2016-09-21 19:39:46] [root]  Verifying IaaS node is registered to the primary VA: vradem02.sov.com

[2016-09-21 19:39:47] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:47] [root]  vramgr01.sov.com

[2016-09-21 19:39:47] [root]  Verifying IaaS node is registered to the primary VA: vramgr01.sov.com

[2016-09-21 19:39:47] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:47] [root]  vramgr02.sov.com

[2016-09-21 19:39:47] [root]  Verifying IaaS node is registered to the primary VA: vramgr02.sov.com

[2016-09-21 19:39:47] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:47] [root]  vraweb01.sov.com

[2016-09-21 19:39:47] [root]  Verifying IaaS node is registered to the primary VA: vraweb01.sov.com

[2016-09-21 19:39:47] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:47] [root]  vraweb02.sov.com

[2016-09-21 19:39:47] [root]  Verifying IaaS node is registered to the primary VA: vraweb02.sov.com

[2016-09-21 19:39:47] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:47] [root]  Initial data verification completed

[2016-09-21 19:39:47] [root]  *********************************

[2016-09-21 19:39:47] [root]  [INFO] Generate certificates

[2016-09-21 19:39:47] [root]  *********************************

[2016-09-21 19:39:47] [root]  vra is the first component selected for Certificate generation

[2016-09-21 19:39:47] [root]  Selected path to store certificates: /usr/lib/vcac/tools/install/certs

[2016-09-21 19:39:47] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:47] [root]  Certificate SAN values: DNS entry 1:  DNS:vra.sov.com

[2016-09-21 19:39:47] [root]  Certificate SAN values: DNS entry 2:  DNS:vra02.sov.com

[2016-09-21 19:39:47] [root]  Generate Certificate Signing Request

[2016-09-21 19:39:47] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:47] [root]  Selected PK: RSA

[2016-09-21 19:39:47] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:47] [root]  Generating RSA private key, 4096 bit long modulus

[2016-09-21 19:39:47] [root]  .......................................++

[2016-09-21 19:39:49] [root]  ....................................................................................................................................................................................................................++

[2016-09-21 19:39:49] [root]  e is 65537 (0x10001)

[2016-09-21 19:39:49] [root]  CSR generated in /usr/lib/vcac/tools/install/vra.csr and Private Key: /usr/lib/vcac/tools/install/vra.key

[2016-09-21 19:39:49] [root]  openssl x509 -fingerprint -sha256 -in /usr/lib/vcac/tools/install/certs/sha256_vra.csr -req -signkey /usr/lib/vcac/tools/install/certs/vra.key  -extensions v3_req -extfile /usr/lib/vcac/tools/install/certs/vra.cfg -out /usr/lib/vcac/tools/install/certs/sha256_vra.pem

[2016-09-21 19:39:49] [root]  Signature ok

[2016-09-21 19:39:49] [root]  subject=/C=US/ST=ON/L=PA/O=MyOrgranization/OU=vRA_7.1/CN=VMware vRA

[2016-09-21 19:39:49] [root]  Getting Private key

[2016-09-21 19:39:49] [root]  SHA256 Fingerprint=F3:7D:4B:10:FB:83:9F:D4:17:2C:C5:3B:DD:44:5E:40:DC:27:54:39:61:5A:5E:11:7A:11:67:3C:F5:65:79:39

[2016-09-21 19:39:49] [root]  CRT certificate generated in /usr/lib/vcac/tools/install/sha256_vra.crt

[2016-09-21 19:39:49] [root]  Certificate:

[2016-09-21 19:39:49] [root]  Data:

[2016-09-21 19:39:49] [root]  Version: 3 (0x2)

[2016-09-21 19:39:49] [root]  Serial Number:

[2016-09-21 19:39:49] [root]  86:b7:59:5f:77:25:52:c8

[2016-09-21 19:39:49] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-21 19:39:49] [root]  Issuer: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-21 19:39:49] [root]  Validity

[2016-09-21 19:39:49] [root]  Not Before: Sep 21 19:39:49 2016 GMT

[2016-09-21 19:39:49] [root]  Not After : Sep 21 19:39:49 2017 GMT

[2016-09-21 19:39:49] [root]  Subject: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-21 19:39:49] [root]  Subject Public Key Info:

[2016-09-21 19:39:49] [root]  Public Key Algorithm: rsaEncryption

[2016-09-21 19:39:49] [root]  Public-Key: (4096 bit)

[2016-09-21 19:39:49] [root]  Modulus:

[2016-09-21 19:39:49] [root]  00:98:54:2d:4b:50:8e:6c:a0:6e:a9:88:0d:2f:87:

[2016-09-21 19:39:49] [root]  6c:b7:6c:1b:29:e6:5d:af:a6:92:42:bc:cd:bc:0c:

[2016-09-21 19:39:49] [root]  e5:80:83:88:0c:0a:78:19:4e:14:b8:c7:2f:ce:4b:

[2016-09-21 19:39:49] [root]  ea:4d:76:57:0a:3c:30:2b:30:91:4c:6c:0a:e6:e7:

[2016-09-21 19:39:49] [root]  fb:49:19:2f:22:0e:e4:18:86:93:25:7b:0a:8e:9e:

[2016-09-21 19:39:49] [root]  df:0b:a0:f7:53:71:2c:40:ae:ac:d6:64:9a:9e:f1:

[2016-09-21 19:39:49] [root]  d7:3d:14:22:d9:a2:df:44:b2:3a:35:5d:e4:c4:05:

[2016-09-21 19:39:49] [root]  28:92:f4:8d:59:2f:39:6b:03:f9:36:13:bd:08:b1:

[2016-09-21 19:39:49] [root]  76:70:42:5b:e5:60:2c:28:b2:cd:38:58:bb:e9:ab:

[2016-09-21 19:39:49] [root]  db:97:5c:5e:51:a3:c0:4b:64:a2:5d:36:6e:2e:c3:

[2016-09-21 19:39:49] [root]  f5:ae:26:60:0e:38:a5:5b:83:47:b4:22:af:4e:71:

[2016-09-21 19:39:49] [root]  34:3f:e0:e8:8f:64:47:a9:10:47:f8:3e:c5:79:8d:

[2016-09-21 19:39:49] [root]  49:5a:70:b4:3f:a1:86:34:a1:ae:e3:03:87:e0:5c:

[2016-09-21 19:39:49] [root]  ce:71:02:bc:f5:81:24:c3:58:36:5c:f6:3c:0c:dd:

[2016-09-21 19:39:49] [root]  00:37:1f:41:23:66:8d:f4:4e:9e:5f:cb:71:77:0a:

[2016-09-21 19:39:49] [root]  c3:59:25:11:de:a2:f5:e2:a8:f2:c2:28:30:38:23:

[2016-09-21 19:39:49] [root]  01:0f:a2:97:0e:e7:14:7d:57:74:80:a7:2a:c7:b0:

[2016-09-21 19:39:49] [root]  17:98:73:0d:5d:52:3e:88:a2:4f:31:56:59:73:c2:

[2016-09-21 19:39:49] [root]  bf:dd:a2:7f:b4:1d:58:3c:36:1c:4e:10:a6:52:96:

[2016-09-21 19:39:49] [root]  96:53:8a:c2:f3:0d:a5:6f:3c:3b:c2:ed:c5:6d:67:

[2016-09-21 19:39:49] [root]  ae:b9:bb:8a:84:0a:f4:02:e9:50:d8:dd:f0:6f:bc:

[2016-09-21 19:39:49] [root]  d5:3d:ac:07:e9:50:76:c0:50:5a:b7:ed:39:79:5d:

[2016-09-21 19:39:49] [root]  7d:25:d5:e0:30:08:25:cc:47:8c:a3:02:09:81:f5:

[2016-09-21 19:39:49] [root]  14:6e:cc:3f:85:a2:98:4b:ad:d7:3f:3c:b9:9b:4a:

[2016-09-21 19:39:49] [root]  5b:1f:1f:27:d9:91:f3:89:1b:1e:3d:5c:64:a1:3b:

[2016-09-21 19:39:49] [root]  79:6e:60:da:52:80:0b:79:fa:c4:ef:13:5e:2a:4e:

[2016-09-21 19:39:49] [root]  9e:45:e2:ad:f2:0a:ba:9c:90:57:b6:52:c5:8b:87:

[2016-09-21 19:39:49] [root]  17:c2:01:5f:fe:a1:1b:13:6f:a7:c1:9f:b0:81:17:

[2016-09-21 19:39:49] [root]  85:52:0c:f1:fa:dc:60:46:e9:c4:9d:0f:97:51:1d:

[2016-09-21 19:39:49] [root]  ee:3a:65:cb:74:5a:13:9b:a8:83:3a:e4:ec:57:5c:

[2016-09-21 19:39:49] [root]  9b:53:8d:99:f2:8e:a2:a6:75:a4:5c:cc:90:cd:f8:

[2016-09-21 19:39:49] [root]  41:b6:8a:cc:93:88:da:fc:e4:5e:fb:0a:89:6b:3f:

[2016-09-21 19:39:49] [root]  b8:7c:13:dd:c3:7f:de:dd:d6:dd:cc:d9:9b:3d:1e:

[2016-09-21 19:39:49] [root]  79:d5:57:a0:7f:7b:2b:08:cf:17:0d:f8:9a:c1:b5:

[2016-09-21 19:39:49] [root]  36:6e:29

[2016-09-21 19:39:49] [root]  Exponent: 65537 (0x10001)

[2016-09-21 19:39:49] [root]  X509v3 extensions:

[2016-09-21 19:39:49] [root]  X509v3 Basic Constraints:

[2016-09-21 19:39:49] [root]  CA:FALSE

[2016-09-21 19:39:49] [root]  X509v3 Key Usage:

[2016-09-21 19:39:49] [root]  Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment

[2016-09-21 19:39:49] [root]  X509v3 Extended Key Usage:

[2016-09-21 19:39:49] [root]  TLS Web Server Authentication, TLS Web Client Authentication

[2016-09-21 19:39:49] [root]  X509v3 Subject Alternative Name:

[2016-09-21 19:39:49] [root]  DNS:vra02.sov.com, DNS:vra.sov.com

[2016-09-21 19:39:49] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-21 19:39:49] [root]  91:ea:ae:84:d6:74:99:e8:ff:ca:01:54:bb:37:19:6b:62:59:

[2016-09-21 19:39:49] [root]  df:a8:04:2d:5b:2e:6e:aa:2d:7a:2d:59:29:f8:bd:9f:d0:fb:

[2016-09-21 19:39:49] [root]  b6:ad:24:4b:60:94:2a:e0:fa:f3:ed:99:d5:fb:c4:71:74:68:

[2016-09-21 19:39:49] [root]  49:ab:37:50:48:2e:b9:b3:2b:b7:45:59:3c:02:7b:04:42:df:

[2016-09-21 19:39:49] [root]  27:96:30:f4:fa:a7:6e:08:9b:e5:c1:c6:60:ca:5e:27:03:1f:

[2016-09-21 19:39:49] [root]  87:a2:f4:78:8c:92:fc:52:79:8a:96:ed:98:07:0b:f9:9a:e5:

[2016-09-21 19:39:49] [root]  b5:0f:07:fb:dd:3e:6d:25:4e:4e:08:72:54:0a:b4:40:e3:99:

[2016-09-21 19:39:49] [root]  32:e3:36:35:48:18:70:47:59:e6:e9:8d:3d:36:90:ba:96:b3:

[2016-09-21 19:39:49] [root]  a1:1f:04:63:61:cf:bd:e2:eb:de:8e:10:e7:a7:d4:4f:b2:d1:

[2016-09-21 19:39:49] [root]  0c:46:c7:c6:46:33:12:60:7a:3a:e2:58:ea:b6:64:dd:6e:70:

[2016-09-21 19:39:49] [root]  d0:e8:37:1b:fa:d8:77:dc:4d:15:b4:3b:78:a7:85:ca:68:7b:

[2016-09-21 19:39:49] [root]  8a:ba:c1:bc:51:55:ca:bd:9d:c7:06:7c:f7:da:80:00:3c:94:

[2016-09-21 19:39:49] [root]  e7:3e:20:1b:e4:f3:25:67:a2:7b:f5:41:73:46:3c:97:12:1b:

[2016-09-21 19:39:49] [root]  77:aa:d5:7d:89:05:8c:a7:e0:0e:f4:c2:3a:52:6d:1b:5a:40:

[2016-09-21 19:39:49] [root]  91:92:99:e2:d7:9f:43:7f:c6:3c:e9:3c:be:3f:d7:c1:a5:ff:

[2016-09-21 19:39:49] [root]  39:90:5a:ff:49:cd:5d:1a:f6:6a:a7:41:27:78:1a:0a:30:7e:

[2016-09-21 19:39:49] [root]  a5:f3:e3:dd:ce:3b:ad:33:76:85:a1:70:89:76:00:fa:94:75:

[2016-09-21 19:39:49] [root]  9b:5b:85:60:50:69:a9:77:e0:ea:41:29:02:54:35:9e:ad:05:

[2016-09-21 19:39:49] [root]  f1:b1:bf:3d:24:28:5f:11:f1:9d:6b:45:5c:9b:d6:38:57:36:

[2016-09-21 19:39:49] [root]  a6:23:6a:a9:64:63:71:5e:fa:a9:8f:29:4b:41:5f:43:23:31:

[2016-09-21 19:39:49] [root]  38:7b:9c:8d:bc:cc:76:82:be:35:c5:e3:7e:a7:ea:f9:1a:9e:

[2016-09-21 19:39:49] [root]  88:61:eb:34:2d:a8:ad:59:a5:c6:b1:0e:99:1e:d6:f5:57:e6:

[2016-09-21 19:39:49] [root]  fd:bf:15:84:f5:58:b0:8e:b9:b6:d0:9c:e4:28:b0:18:23:62:

[2016-09-21 19:39:49] [root]  3d:49:f2:0b:25:c1:ea:c5:3d:b1:39:6a:5e:03:2a:55:e3:5e:

[2016-09-21 19:39:49] [root]  39:7c:09:0a:cf:b8:c9:35:67:55:9f:dc:1b:b0:c5:5a:20:29:

[2016-09-21 19:39:49] [root]  23:8b:b5:c9:76:b0:0e:d6:ae:c7:04:70:b2:73:e2:19:0f:ae:

[2016-09-21 19:39:49] [root]  1f:34:ed:87:2d:58:1f:a1:e1:21:96:42:ac:1b:f3:7e:b2:88:

[2016-09-21 19:39:49] [root]  96:f3:c8:b7:0c:39:fe:bf:34:f0:75:b6:68:00:18:11:53:31:

[2016-09-21 19:39:49] [root]  e7:3b:87:92:d1:44:9c:7c

[2016-09-21 19:39:49] [root]  PEM certificate generated in /usr/lib/vcac/tools/install/sha256_vra.pem

[2016-09-21 19:39:49] [root]  PFX certificate generated in /usr/lib/vcac/tools/install/vra.pfx

[2016-09-21 19:39:49] [root]  Self-Signed certificate generated for vRealize Application

[2016-09-21 19:39:49] [root]  web is the first component selected for Certificate generation

[2016-09-21 19:39:49] [root]  Selected path to store certificates: /usr/lib/vcac/tools/install/certs

[2016-09-21 19:39:49] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:49] [root]  Certificate SAN values: DNS entry 1:  DNS:vraweb.sov.com

[2016-09-21 19:39:49] [root]  Certificate SAN values: DNS entry 2:  DNS:vraweb01.sov.com

[2016-09-21 19:39:49] [root]  Certificate SAN values: DNS entry 3:  DNS:vraweb02.sov.com

[2016-09-21 19:39:49] [root]  Generate Certificate Signing Request

[2016-09-21 19:39:49] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:49] [root]  Selected PK: RSA

[2016-09-21 19:39:49] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:49] [root]  Generating RSA private key, 4096 bit long modulus

[2016-09-21 19:39:49] [root]  ...............++

[2016-09-21 19:39:49] [root]  ...........................++

[2016-09-21 19:39:49] [root]  e is 65537 (0x10001)

[2016-09-21 19:39:49] [root]  CSR generated in /usr/lib/vcac/tools/install/web.csr and Private Key: /usr/lib/vcac/tools/install/web.key

[2016-09-21 19:39:49] [root]  openssl x509 -fingerprint -sha256 -in /usr/lib/vcac/tools/install/certs/sha256_web.csr -req -signkey /usr/lib/vcac/tools/install/certs/web.key  -extensions v3_req -extfile /usr/lib/vcac/tools/install/certs/web.cfg -out /usr/lib/vcac/tools/install/certs/sha256_web.pem

[2016-09-21 19:39:49] [root]  Signature ok

[2016-09-21 19:39:49] [root]  subject=/C=US/ST=ON/L=PA/O=MyOrgranization/OU=vRA_7.1/CN=VMware vRA

[2016-09-21 19:39:49] [root]  Getting Private key

[2016-09-21 19:39:49] [root]  SHA256 Fingerprint=F7:B4:1C:7D:65:3D:3B:62:D7:75:71:FA:56:15:53:07:B7:0C:7B:16:24:6E:0D:E1:4B:5C:50:E7:8A:2D:9A:C6

[2016-09-21 19:39:49] [root]  CRT certificate generated in /usr/lib/vcac/tools/install/sha256_web.crt

[2016-09-21 19:39:49] [root]  Certificate:

[2016-09-21 19:39:49] [root]  Data:

[2016-09-21 19:39:49] [root]  Version: 3 (0x2)

[2016-09-21 19:39:49] [root]  Serial Number:

[2016-09-21 19:39:49] [root]  d6:e3:63:35:8f:d1:80:b4

[2016-09-21 19:39:49] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-21 19:39:49] [root]  Issuer: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-21 19:39:49] [root]  Validity

[2016-09-21 19:39:49] [root]  Not Before: Sep 21 19:39:49 2016 GMT

[2016-09-21 19:39:49] [root]  Not After : Sep 21 19:39:49 2017 GMT

[2016-09-21 19:39:49] [root]  Subject: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-21 19:39:49] [root]  Subject Public Key Info:

[2016-09-21 19:39:49] [root]  Public Key Algorithm: rsaEncryption

[2016-09-21 19:39:49] [root]  Public-Key: (4096 bit)

[2016-09-21 19:39:49] [root]  Modulus:

[2016-09-21 19:39:49] [root]  00:9b:f1:59:57:f0:05:9c:d0:0f:05:e4:89:05:48:

[2016-09-21 19:39:49] [root]  42:c8:e9:c2:de:38:6e:aa:16:7e:cd:bc:14:5c:e4:

[2016-09-21 19:39:49] [root]  5e:6f:4e:40:ab:0a:a3:4b:a2:f1:6d:ca:ce:cb:0e:

[2016-09-21 19:39:49] [root]  0e:a9:4d:80:e0:3b:c4:57:f5:5a:87:07:bb:da:2f:

[2016-09-21 19:39:49] [root]  5f:f9:02:50:68:6e:44:d4:46:0d:51:d4:da:86:ed:

[2016-09-21 19:39:49] [root]  86:07:27:6c:4d:2e:a8:eb:5a:3f:1d:8a:ac:af:4a:

[2016-09-21 19:39:49] [root]  7a:c9:84:92:74:66:50:c7:ec:45:1e:95:26:08:9c:

[2016-09-21 19:39:49] [root]  ac:2d:c3:10:1c:de:3f:d3:b6:c9:99:b3:55:55:f4:

[2016-09-21 19:39:49] [root]  46:37:c4:ba:79:e7:18:51:bf:dc:d8:d6:36:91:73:

[2016-09-21 19:39:49] [root]  3a:5e:42:9d:1e:0f:e3:4b:ce:ac:76:2b:a1:15:e0:

[2016-09-21 19:39:49] [root]  eb:ff:51:e0:27:92:7b:05:f0:73:a9:7b:49:98:84:

[2016-09-21 19:39:49] [root]  2d:ed:96:b6:38:31:99:8b:d7:87:92:ac:1b:16:32:

[2016-09-21 19:39:49] [root]  69:af:45:17:ce:97:52:0c:85:26:4e:c5:b2:75:ef:

[2016-09-21 19:39:49] [root]  89:47:fd:ef:8c:7a:fc:fd:0f:82:21:39:9e:fe:e2:

[2016-09-21 19:39:49] [root]  66:39:bf:c4:56:b2:b2:f7:8f:bb:aa:23:a8:38:95:

[2016-09-21 19:39:49] [root]  f5:80:5e:5b:e4:fc:75:31:e3:cc:86:cb:ec:fb:c0:

[2016-09-21 19:39:49] [root]  ae:2e:57:0d:cf:77:50:02:c3:a4:d0:47:70:07:12:

[2016-09-21 19:39:49] [root]  4b:ff:34:73:a9:e9:81:f6:e3:b5:eb:0d:c8:eb:4a:

[2016-09-21 19:39:49] [root]  d1:94:92:33:36:24:00:e2:b6:3b:ca:d1:5a:e7:ce:

[2016-09-21 19:39:49] [root]  3e:bc:76:8d:92:73:06:bb:f5:b5:f4:c7:76:ea:80:

[2016-09-21 19:39:49] [root]  9d:e8:c1:ca:c1:e8:70:57:02:92:9d:5e:61:3a:db:

[2016-09-21 19:39:49] [root]  13:84:60:39:75:73:9a:f2:ee:36:c2:64:e9:8e:69:

[2016-09-21 19:39:49] [root]  5d:35:33:e9:5f:5e:fb:ec:ac:d5:2d:f5:e2:53:69:

[2016-09-21 19:39:49] [root]  26:83:19:67:6e:da:17:9c:f4:6a:c2:bc:93:f9:24:

[2016-09-21 19:39:49] [root]  71:49:ee:32:71:1b:58:02:43:6e:84:f2:6b:58:c0:

[2016-09-21 19:39:49] [root]  d7:ad:85:03:52:37:fb:16:79:6f:4c:2d:78:25:80:

[2016-09-21 19:39:49] [root]  3d:9d:7a:4b:6f:19:d5:4a:aa:03:92:71:0c:02:aa:

[2016-09-21 19:39:49] [root]  08:8d:cc:f4:06:f8:a7:4e:1f:54:0f:a9:10:56:f9:

[2016-09-21 19:39:49] [root]  c7:77:c0:1a:9c:88:bf:a9:f1:a8:01:8c:2e:d6:26:

[2016-09-21 19:39:49] [root]  9b:f8:f3:e9:d4:88:49:d1:5f:36:68:b8:20:1c:d1:

[2016-09-21 19:39:49] [root]  fa:bb:47:46:8d:b9:ec:1a:0e:95:82:3c:bc:41:96:

[2016-09-21 19:39:49] [root]  67:b5:67:09:62:96:00:c6:0d:b5:5d:27:07:e2:3d:

[2016-09-21 19:39:49] [root]  e1:26:d9:26:35:11:72:f0:69:d7:5a:c0:96:b8:d6:

[2016-09-21 19:39:49] [root]  fa:c9:d8:7b:d5:4b:d9:6a:2c:1a:6f:38:7d:7b:43:

[2016-09-21 19:39:49] [root]  3b:7f:a7

[2016-09-21 19:39:49] [root]  Exponent: 65537 (0x10001)

[2016-09-21 19:39:49] [root]  X509v3 extensions:

[2016-09-21 19:39:49] [root]  X509v3 Basic Constraints:

[2016-09-21 19:39:49] [root]  CA:FALSE

[2016-09-21 19:39:49] [root]  X509v3 Key Usage:

[2016-09-21 19:39:49] [root]  Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment

[2016-09-21 19:39:49] [root]  X509v3 Extended Key Usage:

[2016-09-21 19:39:49] [root]  TLS Web Server Authentication, TLS Web Client Authentication

[2016-09-21 19:39:49] [root]  X509v3 Subject Alternative Name:

[2016-09-21 19:39:49] [root]  DNS:vraweb02.sov.com, DNS:vraweb01.sov.com, DNS:vraweb.sov.com

[2016-09-21 19:39:49] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-21 19:39:49] [root]  1d:5b:7f:49:3b:d7:0c:d3:f8:18:2d:74:06:3e:42:16:e6:c8:

[2016-09-21 19:39:49] [root]  96:4a:78:d8:27:8d:c6:93:be:85:43:f1:2c:7f:64:c4:50:99:

[2016-09-21 19:39:49] [root]  c3:1a:eb:74:be:13:07:25:e7:13:91:d4:f6:e5:1a:d1:8d:8c:

[2016-09-21 19:39:49] [root]  0e:a8:00:8a:69:e8:bb:29:4f:b9:18:80:ea:7f:33:ac:bc:5f:

[2016-09-21 19:39:49] [root]  a7:3c:ca:60:14:eb:2b:45:24:af:3b:74:d3:7c:9a:60:c4:7e:

[2016-09-21 19:39:49] [root]  ae:2f:9e:db:2f:7c:ec:d7:50:c2:ab:de:55:f1:ba:80:6e:68:

[2016-09-21 19:39:49] [root]  0a:42:15:ea:8f:9f:b2:93:9c:17:de:e8:73:9c:20:60:1a:5c:

[2016-09-21 19:39:49] [root]  13:b0:52:fe:0e:07:78:65:a1:77:27:c9:4a:dc:c5:67:3e:d8:

[2016-09-21 19:39:49] [root]  c1:4d:0a:2f:0e:a0:b1:a0:39:ae:5e:04:82:6a:e4:2a:e0:85:

[2016-09-21 19:39:49] [root]  7c:bc:ca:80:7f:e2:4a:e3:2e:e9:b7:29:69:87:e1:4e:5e:b2:

[2016-09-21 19:39:49] [root]  95:80:82:f8:25:6e:3d:c0:47:cd:75:10:a2:67:25:f8:ba:ae:

[2016-09-21 19:39:49] [root]  b6:55:14:e2:6c:f1:c9:61:8d:0f:d5:b5:63:e4:3e:2e:3c:7e:

[2016-09-21 19:39:49] [root]  52:df:1e:e8:e2:6f:73:ea:be:9f:ac:d7:e4:f0:79:f1:25:1c:

[2016-09-21 19:39:49] [root]  df:4a:36:92:f6:22:73:30:33:e5:fe:e5:38:39:31:80:1a:30:

[2016-09-21 19:39:49] [root]  db:2e:54:41:0d:e8:cb:76:a8:8b:da:88:f3:a2:c0:51:0b:94:

[2016-09-21 19:39:49] [root]  c2:13:f4:d2:6d:7b:e0:9d:5b:80:dd:23:5c:7c:19:9b:61:1e:

[2016-09-21 19:39:49] [root]  ff:47:b2:4c:8a:3f:5f:ad:12:39:69:74:de:5d:c6:21:db:ef:

[2016-09-21 19:39:49] [root]  eb:58:dc:0d:53:cd:78:a8:e0:1b:fe:f4:73:6a:ed:02:bc:ba:

[2016-09-21 19:39:49] [root]  46:08:ce:7e:fb:5b:22:8a:5e:5a:0a:bc:b5:c3:70:71:79:04:

[2016-09-21 19:39:49] [root]  84:48:db:21:0a:2e:90:12:45:08:9e:73:71:db:5f:38:c5:b2:

[2016-09-21 19:39:49] [root]  75:22:1a:58:25:e3:7c:94:00:3d:3d:a8:cf:2b:9b:35:22:b6:

[2016-09-21 19:39:49] [root]  4d:1b:87:dc:b6:7a:c9:47:2a:68:0b:7f:05:d0:fd:78:82:a3:

[2016-09-21 19:39:49] [root]  eb:d8:fe:dd:4d:32:1c:d9:1d:4f:3e:a7:ec:24:2c:3c:c4:45:

[2016-09-21 19:39:49] [root]  1f:31:f1:3d:ae:25:82:38:b3:52:08:38:68:63:19:d3:45:33:

[2016-09-21 19:39:49] [root]  15:88:9b:63:dd:92:05:7e:ff:98:d4:f7:dc:29:66:61:87:b7:

[2016-09-21 19:39:49] [root]  97:9e:2f:40:86:e4:2d:43:24:8b:88:0d:d7:e8:09:c3:ea:95:

[2016-09-21 19:39:49] [root]  25:97:4f:77:5b:b2:7c:83:64:5c:78:97:7e:e7:69:7a:a1:7e:

[2016-09-21 19:39:49] [root]  c9:78:1b:5c:31:6d:0d:3b:ed:9b:ac:e9:e7:d2:33:d1:d7:92:

[2016-09-21 19:39:49] [root]  e3:1b:e7:ca:b5:ec:82:1d

[2016-09-21 19:39:49] [root]  PEM certificate generated in /usr/lib/vcac/tools/install/sha256_web.pem

[2016-09-21 19:39:49] [root]  PFX certificate generated in /usr/lib/vcac/tools/install/web.pfx

[2016-09-21 19:39:49] [root]  Self-Signed certificate generated for IaaS Website component

[2016-09-21 19:39:49] [root]  ms is the first component selected for Certificate generation

[2016-09-21 19:39:49] [root]  Selected path to store certificates: /usr/lib/vcac/tools/install/certs

[2016-09-21 19:39:49] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:49] [root]  Certificate SAN values: DNS entry 1:  DNS:vramgr.sov.com

[2016-09-21 19:39:49] [root]  Certificate SAN values: DNS entry 2:  DNS:vramgr01.sov.com

[2016-09-21 19:39:49] [root]  Certificate SAN values: DNS entry 3:  DNS:vramgr02.sov.com

[2016-09-21 19:39:49] [root]  Generate Certificate Signing Request

[2016-09-21 19:39:49] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:49] [root]  Selected PK: RSA

[2016-09-21 19:39:49] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-21 19:39:49] [root]  Generating RSA private key, 4096 bit long modulus

[2016-09-21 19:39:50] [root]  .......................................................................................................++

[2016-09-21 19:39:50] [root]  ...............++

[2016-09-21 19:39:50] [root]  e is 65537 (0x10001)

[2016-09-21 19:39:50] [root]  CSR generated in /usr/lib/vcac/tools/install/ms.csr and Private Key: /usr/lib/vcac/tools/install/ms.key

[2016-09-21 19:39:50] [root]  openssl x509 -fingerprint -sha256 -in /usr/lib/vcac/tools/install/certs/sha256_ms.csr -req -signkey /usr/lib/vcac/tools/install/certs/ms.key  -extensions v3_req -extfile /usr/lib/vcac/tools/install/certs/ms.cfg -out /usr/lib/vcac/tools/install/certs/sha256_ms.pem

[2016-09-21 19:39:50] [root]  Signature ok

[2016-09-21 19:39:50] [root]  subject=/C=US/ST=ON/L=PA/O=MyOrgranization/OU=vRA_7.1/CN=VMware vRA

[2016-09-21 19:39:50] [root]  Getting Private key

[2016-09-21 19:39:50] [root]  SHA256 Fingerprint=97:75:19:B6:BB:AA:3E:32:14:AA:56:2E:9B:B0:FA:19:93:F8:37:3B:01:F1:68:5D:C0:E6:BB:AB:0F:0E:3A:1E

[2016-09-21 19:39:50] [root]  CRT certificate generated in /usr/lib/vcac/tools/install/sha256_ms.crt

[2016-09-21 19:39:50] [root]  Certificate:

[2016-09-21 19:39:50] [root]  Data:

[2016-09-21 19:39:50] [root]  Version: 3 (0x2)

[2016-09-21 19:39:50] [root]  Serial Number:

[2016-09-21 19:39:50] [root]  e2:08:86:44:9e:37:26:02

[2016-09-21 19:39:50] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-21 19:39:50] [root]  Issuer: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-21 19:39:50] [root]  Validity

[2016-09-21 19:39:50] [root]  Not Before: Sep 21 19:39:50 2016 GMT

[2016-09-21 19:39:50] [root]  Not After : Sep 21 19:39:50 2017 GMT

[2016-09-21 19:39:50] [root]  Subject: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-21 19:39:50] [root]  Subject Public Key Info:

[2016-09-21 19:39:50] [root]  Public Key Algorithm: rsaEncryption

[2016-09-21 19:39:50] [root]  Public-Key: (4096 bit)

[2016-09-21 19:39:50] [root]  Modulus:

[2016-09-21 19:39:50] [root]  00:ae:f0:c8:47:94:4d:59:07:25:4a:e2:c7:48:bc:

[2016-09-21 19:39:50] [root]  cc:34:29:a2:9d:49:3c:88:03:46:96:19:3c:4b:59:

[2016-09-21 19:39:50] [root]  d3:20:df:a1:78:d1:b7:91:eb:c2:de:05:d2:d7:4d:

[2016-09-21 19:39:50] [root]  ab:7d:26:0f:cf:66:9d:17:12:ce:b6:32:34:17:39:

[2016-09-21 19:39:50] [root]  3a:f8:42:f7:0c:44:96:14:44:a9:3a:c1:2c:a9:28:

[2016-09-21 19:39:50] [root]  2b:17:3c:8d:2c:67:28:2a:5a:1d:d2:0d:53:61:54:

[2016-09-21 19:39:50] [root]  d8:c9:dd:44:b2:08:67:2d:6e:13:72:22:cb:2d:c1:

[2016-09-21 19:39:50] [root]  e0:f9:ce:6d:4a:66:f4:8c:31:16:da:ac:16:d1:db:

[2016-09-21 19:39:50] [root]  ac:03:76:8a:4e:11:3b:2b:9f:46:0d:8c:4e:a8:75:

[2016-09-21 19:39:50] [root]  9b:a8:06:02:c7:e6:19:cf:b1:34:e0:52:2a:20:79:

[2016-09-21 19:39:50] [root]  75:a7:9c:45:05:f9:95:b6:52:36:b8:17:f2:94:fb:

[2016-09-21 19:39:50] [root]  c2:20:37:59:73:a3:5b:9d:67:35:29:0f:0b:a5:da:

[2016-09-21 19:39:50] [root]  46:29:be:91:b1:99:54:09:5d:9c:5d:4b:7b:4e:e5:

[2016-09-21 19:39:50] [root]  ff:34:10:ae:ae:fd:a0:29:92:e3:66:4b:17:fd:09:

[2016-09-21 19:39:50] [root]  f2:88:cb:2e:4f:eb:be:ad:31:fd:09:d2:8a:ca:74:

[2016-09-21 19:39:50] [root]  00:6f:c9:26:1d:75:06:fd:b2:dd:dd:ba:45:4a:05:

[2016-09-21 19:39:50] [root]  66:09:01:40:42:b5:2b:71:ac:b1:26:dc:ee:ad:be:

[2016-09-21 19:39:50] [root]  b3:c5:a0:2a:6c:94:97:f9:84:34:c0:e9:af:d6:8d:

[2016-09-21 19:39:50] [root]  5b:26:65:ff:cc:79:60:86:c8:c4:ea:8c:46:de:8a:

[2016-09-21 19:39:50] [root]  99:49:6c:4b:32:75:72:4f:ff:fd:bd:8a:41:c6:f2:

[2016-09-21 19:39:50] [root]  f2:64:46:fc:10:ed:ef:34:25:44:74:a8:ac:ed:72:

[2016-09-21 19:39:50] [root]  bf:6d:d2:f1:b5:52:79:2f:b0:b1:71:da:3a:f6:3a:

[2016-09-21 19:39:50] [root]  37:58:ba:a4:f8:a6:c6:51:90:64:b4:39:68:4b:92:

[2016-09-21 19:39:50] [root]  8e:71:c1:9a:a0:f6:75:77:2e:2c:78:9d:81:6e:ff:

[2016-09-21 19:39:50] [root]  3d:7a:32:46:a6:f8:a7:f7:a3:67:15:79:9c:78:62:

[2016-09-21 19:39:50] [root]  d3:9f:87:22:2e:68:a3:78:e4:61:e2:18:b9:44:71:

[2016-09-21 19:39:50] [root]  0c:63:98:b0:a5:13:9d:03:03:2e:86:fe:3b:5c:66:

[2016-09-21 19:39:50] [root]  8a:7e:3a:53:7e:b3:2e:66:31:55:af:7b:27:18:4c:

[2016-09-21 19:39:50] [root]  91:33:04:1a:48:5f:36:f1:97:46:95:0f:67:d6:41:

[2016-09-21 19:39:50] [root]  09:28:38:a4:3a:c1:cd:c8:40:df:70:31:3d:db:f5:

[2016-09-21 19:39:50] [root]  46:5a:5c:ce:a4:c7:3e:71:a1:7b:16:33:8c:82:6f:

[2016-09-21 19:39:50] [root]  cd:a0:53:7e:79:a6:4e:d3:8a:87:6c:a9:18:01:31:

[2016-09-21 19:39:50] [root]  ee:73:b0:05:fe:cc:08:d0:a1:d5:6c:53:a2:eb:f4:

[2016-09-21 19:39:50] [root]  64:27:6f:50:9a:ef:a5:88:bc:2e:0b:6e:bb:f8:ba:

[2016-09-21 19:39:50] [root]  a0:12:33

[2016-09-21 19:39:50] [root]  Exponent: 65537 (0x10001)

[2016-09-21 19:39:50] [root]  X509v3 extensions:

[2016-09-21 19:39:50] [root]  X509v3 Basic Constraints:

[2016-09-21 19:39:50] [root]  CA:FALSE

[2016-09-21 19:39:50] [root]  X509v3 Key Usage:

[2016-09-21 19:39:50] [root]  Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment

[2016-09-21 19:39:50] [root]  X509v3 Extended Key Usage:

[2016-09-21 19:39:50] [root]  TLS Web Server Authentication, TLS Web Client Authentication

[2016-09-21 19:39:50] [root]  X509v3 Subject Alternative Name:

[2016-09-21 19:39:50] [root]  DNS:vramgr02.sov.com, DNS:vramgr01.sov.com, DNS:vramgr.sov.com

[2016-09-21 19:39:50] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-21 19:39:50] [root]  1f:42:a6:dd:ab:55:69:b8:4a:32:98:f4:2f:65:53:c5:9f:19:

[2016-09-21 19:39:50] [root]  1a:ec:1a:5f:e9:41:15:d9:c0:8a:bf:9e:09:f9:6a:4e:ed:62:

[2016-09-21 19:39:50] [root]  15:06:09:9b:a9:c1:9a:81:dc:de:f0:0d:c7:7b:2e:95:56:bd:

[2016-09-21 19:39:50] [root]  11:a4:71:ba:57:24:88:b3:79:a3:9e:e8:f8:24:eb:1e:62:a0:

[2016-09-21 19:39:50] [root]  ee:91:65:2d:14:9b:fc:9d:60:6f:36:8a:ef:17:61:ff:51:6e:

[2016-09-21 19:39:50] [root]  7a:cf:5c:21:f1:b7:6d:36:18:44:ba:23:77:f2:3d:bb:cf:49:

[2016-09-21 19:39:50] [root]  3d:a9:a5:fa:55:14:89:5b:5c:5a:b3:9c:a2:78:b0:22:bb:c1:

[2016-09-21 19:39:50] [root]  c7:2b:e7:f6:3c:a8:9f:35:b3:00:dc:0e:7f:3f:30:70:9f:c0:

[2016-09-21 19:39:50] [root]  6e:cc:cf:27:31:f3:d0:96:b7:cc:a2:07:a6:08:96:08:3a:4f:

[2016-09-21 19:39:50] [root]  ae:cd:51:0b:2e:9e:87:a4:62:03:59:fe:cc:6b:80:d3:67:ff:

[2016-09-21 19:39:50] [root]  e3:be:8e:ba:5a:5b:a1:2f:b8:f6:84:b8:17:2d:7e:4a:2e:6e:

[2016-09-21 19:39:50] [root]  40:9b:73:f7:c6:11:03:24:1d:1b:b7:4c:59:2a:1a:b0:43:48:

[2016-09-21 19:39:50] [root]  83:3e:87:3a:9a:23:ec:93:b4:cc:95:fb:57:62:16:8b:d9:4f:

[2016-09-21 19:39:50] [root]  f8:42:6d:e9:f9:9e:02:15:a6:02:f6:3d:4b:32:13:dd:02:4a:

[2016-09-21 19:39:50] [root]  35:1b:6e:01:78:a7:2d:29:e4:b9:52:81:d9:2a:61:9f:98:9a:

[2016-09-21 19:39:50] [root]  7f:38:03:6f:35:6e:ec:8b:a9:fd:ed:1a:ac:7c:a7:3c:f4:7e:

[2016-09-21 19:39:50] [root]  9f:c3:bc:f7:cd:39:f1:c0:d1:34:60:8c:00:0b:ff:bb:ef:fd:

[2016-09-21 19:39:50] [root]  d7:65:40:02:d7:0f:f6:55:c7:a2:f7:5f:74:1b:18:12:6f:fa:

[2016-09-21 19:39:50] [root]  6d:c2:de:2e:6a:e1:96:01:15:ff:7f:2b:8d:13:65:3e:5f:b5:

[2016-09-21 19:39:50] [root]  4d:b4:3b:ad:78:15:a9:74:6a:08:99:86:d2:c9:9f:f4:da:f5:

[2016-09-21 19:39:50] [root]  6d:b7:fa:2c:97:0e:5c:9e:97:68:5b:ee:63:6e:6d:19:45:5a:

[2016-09-21 19:39:50] [root]  9c:ca:b6:7e:fe:0d:31:a6:f7:53:90:1d:f5:0e:05:99:d5:f4:

[2016-09-21 19:39:50] [root]  73:c9:e1:ea:6f:42:9a:e8:7e:53:76:80:ba:77:2c:d2:ca:3c:

[2016-09-21 19:39:50] [root]  3f:53:cd:8e:f1:af:99:68:38:2d:de:c3:2c:fb:e3:b4:9c:63:

[2016-09-21 19:39:50] [root]  cc:4c:51:f5:02:63:cd:f0:04:1f:90:05:82:11:a8:3a:13:aa:

[2016-09-21 19:39:50] [root]  ef:12:5e:74:f4:12:9a:d6:49:a3:8a:1d:1a:7b:d5:67:8f:52:

[2016-09-21 19:39:50] [root]  93:8a:d5:cd:5c:6d:19:2d:4f:bc:54:1e:68:da:15:6d:ba:05:

[2016-09-21 19:39:50] [root]  7c:f0:5e:97:ec:94:dc:46:e5:5d:51:6d:53:cf:74:b9:f8:cb:

[2016-09-21 19:39:50] [root]  81:c6:a5:98:7b:cf:ce:80

[2016-09-21 19:39:50] [root]  PEM certificate generated in /usr/lib/vcac/tools/install/sha256_ms.pem

[2016-09-21 19:39:50] [root]  PFX certificate generated in /usr/lib/vcac/tools/install/ms.pfx

[2016-09-21 19:39:50] [root]  Self-Signed certificate generated for IaaS Manager Service component

[2016-09-21 19:39:50] [root]  SSL certificates generated for all vRealize components

[2016-09-21 19:39:50] [root]  RUNNING PREREQUISITE CHECKS

[2016-09-21 19:39:50] [root]  Executing the iaas-check-prerequisites.sh script on host vradem01.sov.com for components Dem;Agent;

[2016-09-21 19:39:50] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:39:50] [root]  Executing Prerequisite Checker command:

[2016-09-21 19:39:50] [root]  vra-command execute --node BC30ED5F-0472-4355-BC2B-D8105B5872B5 run-prereq --Components Dem;Agent; --ApplyFixes True

[2016-09-21 19:39:52] [root]  Parent command with id='4eb2d1e8-a2be-43b2-a940-b34d90f4926f' was created.

[2016-09-21 19:40:24] [root]  Waiting all child commands to complete.......

[2016-09-21 19:40:24] [root]  Command execution result:

[2016-09-21 19:40:24] [root]  Command id: 04c6b50a-7b25-466e-aa80-35d1be91da27

[2016-09-21 19:40:24] [root]  Type: run-prereq

[2016-09-21 19:40:24] [root]  Node id: BC30ED5F-0472-4355-BC2B-D8105B5872B5

[2016-09-21 19:40:24] [root]  Node host: vradem01.sov.com

[2016-09-21 19:40:24] [root]  Result:

[2016-09-21 19:40:24] [root]  Security error.

[2016-09-21 19:40:24] [root]  Security error.

[2016-09-21 19:40:24] [root]  Security error.

[2016-09-21 19:40:24] [root]  Security error.

[2016-09-21 19:40:24] [root]  Applying automatic fix for WinKB3098779 prerequisite failed.

[2016-09-21 19:40:24] [root]  Applying automatic fix for WinKB3097997 prerequisite failed.

[2016-09-21 19:40:24] [root]  Result description:

[2016-09-21 19:40:24] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:40:24] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:40:24] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:40:24] [root]  MyComputer

[2016-09-21 19:40:24] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:40:24] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:40:24] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:40:24] [root]  MyComputer

[2016-09-21 19:40:24] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:40:24] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:40:24] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:40:24] [root]  MyComputer

[2016-09-21 19:40:24] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:40:24] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:40:24] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:40:24] [root]  MyComputer

[2016-09-21 19:40:24] [root]  Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:40:24] [root]  Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:40:24] [root]  Error: {"5":[{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"}],"0":[{"resultMsg":"Applying automatic fix for WinKB3098779 prerequisite failed.","resultDescr":"Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]"},{"resultMsg":"Applying automatic fix for WinKB3097997 prerequisite failed.","resultDescr":"Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]"}]}

[2016-09-21 19:40:24] [root]  Status: FAILED

[2016-09-21 19:40:24] [root]

[2016-09-21 19:40:24] [root]  SOME PREREQUISITES WERE NOT MET!

[2016-09-21 19:40:24] [root]

[2016-09-21 19:40:24] [root]  Extracting prerequisite check results from database...

[2016-09-21 19:40:24] [root]  Postgres db encrypted password is extracted from file /etc/vcac/server.xml

[2016-09-21 19:40:25] [root]  Postgres DB password for user vcac is successfully decrypted

[2016-09-21 19:40:25] [root]  Pay attention to the checks with status different than OK

[2016-09-21 19:40:25] [root]

[2016-09-21 19:40:25] [root]  Prerequisite check results:

[2016-09-21 19:40:25] [root]

[2016-09-21 19:40:25] [root]  [

[2016-09-21 19:40:25] [root]  {

[2016-09-21 19:40:25] [root]  "Component": "DemInstall",

[2016-09-21 19:40:25] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-21 19:40:25] [root]  "ResultDescription": "Windows Update KB3098779 is not installed. You should rerun the check procedure now to complete the prerequisite check.",

[2016-09-21 19:40:25] [root]  "RuleDescription": "Windows Update KB3098779 presence.",

[2016-09-21 19:40:25] [root]  "RuleId": "WinKB3098779",

[2016-09-21 19:40:25] [root]  "Status": "Failed",

[2016-09-21 19:40:25] [root]  "TroubleshootingGuide": "Windows Update KB3098779 is installed. Please remove it from Control Panel -> Programs and Features -> Installed Updates."

[2016-09-21 19:40:25] [root]  },

[2016-09-21 19:40:25] [root]  {

[2016-09-21 19:40:25] [root]  "Component": "DemInstall",

[2016-09-21 19:40:25] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-21 19:40:25] [root]  "ResultDescription": "Windows Update KB3097997 is not installed. You should rerun the check procedure now to complete the prerequisite check.",

[2016-09-21 19:40:25] [root]  "RuleDescription": "Windows Update KB3097997 presence.",

[2016-09-21 19:40:25] [root]  "RuleId": "WinKB3097997",

[2016-09-21 19:40:25] [root]  "Status": "Failed",

[2016-09-21 19:40:25] [root]  "TroubleshootingGuide": "Windows Update KB3097997 is installed. Please remove it from Control Panel -> Programs and Features -> Installed Updates."

[2016-09-21 19:40:25] [root]  }

[2016-09-21 19:40:25] [root]  ]

[2016-09-21 19:40:25] [root]

[2016-09-21 19:40:25] [root]  Executing the iaas-check-prerequisites.sh script on host vradem02.sov.com for components Dem;Agent;

[2016-09-21 19:40:26] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:40:26] [root]  Executing Prerequisite Checker command:

[2016-09-21 19:40:26] [root]  vra-command execute --node A7E8F479-8F8C-4E3A-8062-CA857CDA6CE1 run-prereq --Components Dem;Agent; --ApplyFixes True

[2016-09-21 19:40:27] [root]  Parent command with id='25ba131f-4737-4f73-9766-eafff1661036' was created.

[2016-09-21 19:41:09] [root]  Waiting all child commands to complete........

[2016-09-21 19:41:09] [root]  Command execution result:

[2016-09-21 19:41:10] [root]  Command id: 0f42eaac-c7f4-404a-9f57-751431bab3c8

[2016-09-21 19:41:10] [root]  Type: run-prereq

[2016-09-21 19:41:10] [root]  Node id: A7E8F479-8F8C-4E3A-8062-CA857CDA6CE1

[2016-09-21 19:41:10] [root]  Node host: vradem02.sov.com

[2016-09-21 19:41:10] [root]  Result:

[2016-09-21 19:41:10] [root]  Security error.

[2016-09-21 19:41:10] [root]  Security error.

[2016-09-21 19:41:10] [root]  Security error.

[2016-09-21 19:41:10] [root]  Security error.

[2016-09-21 19:41:10] [root]  Applying automatic fix for WinKB3098779 prerequisite failed.

[2016-09-21 19:41:10] [root]  Applying automatic fix for WinKB3097997 prerequisite failed.

[2016-09-21 19:41:10] [root]  Result description:

[2016-09-21 19:41:10] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:41:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:41:10] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:41:10] [root]  MyComputer

[2016-09-21 19:41:10] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:41:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:41:10] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:41:10] [root]  MyComputer

[2016-09-21 19:41:10] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:41:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:41:10] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:41:10] [root]  MyComputer

[2016-09-21 19:41:10] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:41:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:41:10] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:41:10] [root]  MyComputer

[2016-09-21 19:41:10] [root]  Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:41:10] [root]  Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:41:10] [root]  Error: {"5":[{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"}],"0":[{"resultMsg":"Applying automatic fix for WinKB3098779 prerequisite failed.","resultDescr":"Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]"},{"resultMsg":"Applying automatic fix for WinKB3097997 prerequisite failed.","resultDescr":"Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]"}]}

[2016-09-21 19:41:10] [root]  Status: FAILED

[2016-09-21 19:41:10] [root]

[2016-09-21 19:41:10] [root]  SOME PREREQUISITES WERE NOT MET!

[2016-09-21 19:41:10] [root]

[2016-09-21 19:41:10] [root]  Extracting prerequisite check results from database...

[2016-09-21 19:41:10] [root]  Postgres db encrypted password is extracted from file /etc/vcac/server.xml

[2016-09-21 19:41:11] [root]  Postgres DB password for user vcac is successfully decrypted

[2016-09-21 19:41:11] [root]  Pay attention to the checks with status different than OK

[2016-09-21 19:41:11] [root]

[2016-09-21 19:41:11] [root]  Prerequisite check results:

[2016-09-21 19:41:11] [root]

[2016-09-21 19:41:11] [root]  [

[2016-09-21 19:41:11] [root]  {

[2016-09-21 19:41:11] [root]  "Component": "DemInstall",

[2016-09-21 19:41:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-21 19:41:11] [root]  "ResultDescription": "Windows Update KB3098779 is not installed. You should rerun the check procedure now to complete the prerequisite check.",

[2016-09-21 19:41:11] [root]  "RuleDescription": "Windows Update KB3098779 presence.",

[2016-09-21 19:41:11] [root]  "RuleId": "WinKB3098779",

[2016-09-21 19:41:11] [root]  "Status": "Failed",

[2016-09-21 19:41:11] [root]  "TroubleshootingGuide": "Windows Update KB3098779 is installed. Please remove it from Control Panel -> Programs and Features -> Installed Updates."

[2016-09-21 19:41:11] [root]  },

[2016-09-21 19:41:11] [root]  {

[2016-09-21 19:41:11] [root]  "Component": "DemInstall",

[2016-09-21 19:41:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-21 19:41:11] [root]  "ResultDescription": "Windows Update KB3097997 is not installed. You should rerun the check procedure now to complete the prerequisite check.",

[2016-09-21 19:41:11] [root]  "RuleDescription": "Windows Update KB3097997 presence.",

[2016-09-21 19:41:11] [root]  "RuleId": "WinKB3097997",

[2016-09-21 19:41:11] [root]  "Status": "Failed",

[2016-09-21 19:41:11] [root]  "TroubleshootingGuide": "Windows Update KB3097997 is installed. Please remove it from Control Panel -> Programs and Features -> Installed Updates."

[2016-09-21 19:41:11] [root]  }

[2016-09-21 19:41:11] [root]  ]

[2016-09-21 19:41:11] [root]

[2016-09-21 19:41:11] [root]  Executing the iaas-check-prerequisites.sh script on host vramgr01.sov.com for components ManagerService;Dem;

[2016-09-21 19:41:11] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:41:11] [root]  Executing Prerequisite Checker command:

[2016-09-21 19:41:11] [root]  vra-command execute --node 3CD24DB2-8D3C-44B0-962F-44BDE15286B5 run-prereq --Components ManagerService;Dem; --ApplyFixes True

[2016-09-21 19:41:13] [root]  Parent command with id='8189e9ff-ce84-47e2-85e4-b9524a0bfc78' was created.

[2016-09-21 19:42:05] [root]  Waiting all child commands to complete.........

[2016-09-21 19:42:05] [root]  Command execution result:

[2016-09-21 19:42:05] [root]  Command id: a2ac9533-6ffb-4d23-bf21-29c166ea8ba8

[2016-09-21 19:42:05] [root]  Type: run-prereq

[2016-09-21 19:42:05] [root]  Node id: 3CD24DB2-8D3C-44B0-962F-44BDE15286B5

[2016-09-21 19:42:05] [root]  Node host: vramgr01.sov.com

[2016-09-21 19:42:05] [root]  Result:

[2016-09-21 19:42:05] [root]  Security error.

[2016-09-21 19:42:05] [root]  Security error.

[2016-09-21 19:42:05] [root]  Security error.

[2016-09-21 19:42:05] [root]  Security error.

[2016-09-21 19:42:05] [root]  Applying automatic fix for WinKB3098779 prerequisite failed.

[2016-09-21 19:42:05] [root]  Applying automatic fix for WinKB3097997 prerequisite failed.

[2016-09-21 19:42:05] [root]  Result description:

[2016-09-21 19:42:05] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:42:05] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:42:05] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:42:05] [root]  MyComputer

[2016-09-21 19:42:05] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:42:05] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:42:05] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:42:05] [root]  MyComputer

[2016-09-21 19:42:05] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:42:05] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:42:05] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:42:05] [root]  MyComputer

[2016-09-21 19:42:05] [root]  System.Security.SecurityException: Security error.

[2016-09-21 19:42:05] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-21 19:42:05] [root]  The Zone of the assembly that failed was:

[2016-09-21 19:42:05] [root]  MyComputer

[2016-09-21 19:42:05] [root]  Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:42:05] [root]  Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:42:05] [root]  Error: {"5":[{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"}],"0":[{"resultMsg":"Applying automatic fix for WinKB3098779 prerequisite failed.","resultDescr":"Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]"},{"resultMsg":"Applying automatic fix for WinKB3097997 prerequisite failed.","resultDescr":"Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]"}]}

[2016-09-21 19:42:05] [root]  Status: FAILED

[2016-09-21 19:42:05] [root]

[2016-09-21 19:42:05] [root]  SOME PREREQUISITES WERE NOT MET!

[2016-09-21 19:42:05] [root]

[2016-09-21 19:42:05] [root]  Extracting prerequisite check results from database...

[2016-09-21 19:42:05] [root]  Postgres db encrypted password is extracted from file /etc/vcac/server.xml

[2016-09-21 19:42:06] [root]  Postgres DB password for user vcac is successfully decrypted

[2016-09-21 19:42:06] [root]  Pay attention to the checks with status different than OK

[2016-09-21 19:42:06] [root]

[2016-09-21 19:42:06] [root]  Prerequisite check results:

[2016-09-21 19:42:06] [root]

[2016-09-21 19:42:06] [root]  [

[2016-09-21 19:42:06] [root]  {

[2016-09-21 19:42:06] [root]  "Component": "ManagerService",

[2016-09-21 19:42:06] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-21 19:42:06] [root]  "ResultDescription": "Windows Update KB3098779 is not installed. You should rerun the check procedure now to complete the prerequisite check.",

[2016-09-21 19:42:06] [root]  "RuleDescription": "Windows Update KB3098779 presence.",

[2016-09-21 19:42:06] [root]  "RuleId": "WinKB3098779",

[2016-09-21 19:42:06] [root]  "Status": "Failed",

[2016-09-21 19:42:06] [root]  "TroubleshootingGuide": "Windows Update KB3098779 is installed. Please remove it from Control Panel -> Programs and Features -> Installed Updates."

[2016-09-21 19:42:06] [root]  },

[2016-09-21 19:42:06] [root]  {

[2016-09-21 19:42:06] [root]  "Component": "ManagerService",

[2016-09-21 19:42:06] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-21 19:42:06] [root]  "ResultDescription": "Windows Update KB3097997 is not installed. You should rerun the check procedure now to complete the prerequisite check.",

[2016-09-21 19:42:06] [root]  "RuleDescription": "Windows Update KB3097997 presence.",

[2016-09-21 19:42:06] [root]  "RuleId": "WinKB3097997",

[2016-09-21 19:42:06] [root]  "Status": "Failed",

[2016-09-21 19:42:06] [root]  "TroubleshootingGuide": "Windows Update KB3097997 is installed. Please remove it from Control Panel -> Programs and Features -> Installed Updates."

[2016-09-21 19:42:06] [root]  }

[2016-09-21 19:42:06] [root]  ]

[2016-09-21 19:42:06] [root]

[2016-09-21 19:42:06] [root]  Executing the iaas-check-prerequisites.sh script on host vramgr02.sov.com for components ManagerService;Dem;

[2016-09-21 19:42:06] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-21 19:42:06] [root]  Executing Prerequisite Checker command:

[2016-09-21 19:42:06] [root]  vra-command execute --node 9D74512B-6613-414E-8522-B7B4466CA195 run-prereq --Components ManagerService;Dem; --ApplyFixes True

[2016-09-21 19:42:08] [root]  Parent command with id='9e7bacc1-eea7-4519-b832-fd253a7be01f' was created.

[2016-09-21 19:47:11] [root]  Waiting all child commands to complete.................................

Reply
0 Kudos
GrantOrchardVMw
Commander
Commander

First query... what account is the Management Agent running under on the target Windows machine?

Grant http://grantorchard.com
Reply
0 Kudos
jstander
Enthusiast
Enthusiast

Hi Grant,

It is a local administrator account on the Windows 2012 R2 server as well as a domain admin account.

I updated the vra62_prereqs script from Brian to include some VRA7 prereqs and it runs just fine.

When I run vra-ha-config.sh, I have identified two other issues as well:

Problem with joining the second VRA appliance to the cluster.

Applying self-signed certs to the IaaS web components after the VRA servers successfully configured. Rest of IaaS components gets certs deployed just fine.

Here is a redacted copy of ha.properties:

Providing this since i am also having

#All values should be entered using single quotes:''

#If a value contains the single quote symbol:', it must be escaped in the value as '\''

#for example "value's" must be entered in the following way:

#param='value'\''s'

#Accept EULA. Change to true, if EULA is accepted. It can be found in license.txt.

#The installation will not proceed if EULA is not accepted.

AcceptEULA='True'

#Certificate Generation data

## CERT_SIGN - Certificate Signature Algorithm

## VALID OPTIONS: sha1; sha256; sha384; sha512

CERT_SIGN='sha256'

#KEY_LEN='PRIVATE KEY LENGTH'

## VALID OPTIONS: 1024; 2048; 2046

KEY_LEN='4096'

## KEY_TYPE: VALID OPTIONS: RSA; NO_RSA

KEY_TYPE='RSA'

DAYS_VALID='365'

#vRA License

vRA_LICENSE='<licensekey>'

#Timeout in seconds to wait for vRA services to start

SLEEP_MAX='1200'

#IaaS service user credentials.

#If USE_SINGLE_IAAS_CREDENTIALS is set to true all IaaS services will be installed with this user credentials and any other will be ignored.

#SINGLE_IAAS_USER must be specified with the domain prefix (e.g "domain\user").

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

USE_SINGLE_IAAS_CREDENTIALS='true'

SINGLE_IAAS_USER='sov\<username>'

SINGLE_IAAS_PASSWORD='<password>'

#Horizon user credentials

HORIZONUSER='administrator'

HORIZONPASS='<password>'

SSO_TENANT='vsphere.local'

#List of pre deployed vRA hosts to be used as additional cluster nodes.

#The primary vRA node is the one from which the silent installation is triggered.

#Use space as separator.

vRA_SECONDARY_VA_HOSTNAMES='vra02.sov.com'

#vRA user details for all vRAs defined in vRA_SECONDARY_VRA_HOSTNAMES.

#Use space as separator.

vRA_SECONDARY_VA_USERS='root'

vRA_SECONDARY_VA_USER_PASSWORDS='<password>'

#List of IaaS hosts to have the IaaS Web component installed. The first host is the Primary web node where Model Manager Data will be installed. use space as separator

vRA_WEB_HOSTNAMES='vraweb01.sov.com vraweb02.sov.com'

#vRA_WEB_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

vRA_WEB_USERNAMES='sov\<username>'

vRA_WEB_PASSWORDS='<password>'

#list of IaaS hosts to have the IaaS Manager Service component installed. The first host will be the Active manager service, the rest will be cold standby instances. Dem Orchestrators will be installed on the hosts having Manager service

vRA_MS_HOSTNAMES='vramgr01.sov.com vramgr02.sov.com'

#vRA_MS_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

vRA_MS_USERNAMES='sov\<username>'

vRA_MS_PASSWORDS='<password>'

#List of IaaS hosts to have the IaaS Dem Worker components installed.

vRA_DEM_HOSTNAMES='vradem01.sov.com vradem02.sov.com'

#vRA_DEM_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

vRA_DEM_USERNAMES='sov\<username>'

vRA_DEM_PASSWORDS='<password>'

#vRA address. DNS/FQDN of the VirtualAppliance for minimal setups, or LB address for HA setups.

vRA_LB_FQDN='vra.sov.com'

#vRA IaaS address. DNS/FQDN of the web server for minimal setups, or LB address for HA setups

vRA_WEB_FQDN='vraweb.sov.com'

#vRA Manager Service address. DNS/FQDN of the manager service server for minimal setups, or LB address for HA setups.

vRA_MS_FQDN='vramgr.sov.com'

#PARAMETERS FOR MSSQL

MSSQL_SERVER='sql2012a.sov.com'

#[IAAS_CREDENTIALS]

IAAS_DB_NAME='vra71'

MSSQL_INSTANCE=''

IAAS_DB_WINDOWS_AUTH=True

MSSQL_USER='sov\<username>'

MSSQL_PASS='<password>'

IAASPASSPHRASE='<password>'

#PARAMETERS FOR WEBSITE

WEB_SITE_NAME='Default Web Site'

HTTPS_PORT='443'

#AGENTS

#vSphere agents data(use space to separate the items in the lists and make sure all lists have separate entries for each host)

vRA_AGENT_HOSTNAMES='vradem01.sov.com vradem02.sov.com'

#vRA_AGENT_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

vRA_AGENT_USERNAMES='sov\<username>'

vRA_AGENT_PASSWORDS='<password>'

vSPHERE_AGENT_NAMES='Agent1 Agent2'

vSPHERE_AGENT_ENDPOINTS='vSphere1 vSphere2'

#EPI agents data(use space to separate the items in the lists and make sure all lists have separate entries for each host)

EPI_AGENT_HOSTNAMES=''

#EPI_AGENT_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

EPI_AGENT_USERNAMES=''

EPI_AGENT_PASSWORDS=''

EPI_AGENT_NAMES=''

EPI_SERVER_TYPES=''

EPI_SERVER_NAMES=''

#HyperV agents data(use space to separate the items in the lists and make sure all lists have separate entries for each host)

HYPERV_AGENT_HOSTNAMES=''

#HYPERV_AGENT_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

HYPERV_AGENT_USERNAMES=''

HYPERV_AGENT_PASSWORDS=''

HYPERV_AGENT_NAMES=''

HYPERV_USERNAMES=''

HYPERV_PASSWORDS=''

#vDI agents data(use space to separate the items in the lists and make sure all lists have separate entries for each host)

vDI_AGENT_HOSTNAMES=''

#vDI_AGENT_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

vDI_AGENT_USERNAMES=''

vDI_AGENT_PASSWORDS=''

vDI_AGENT_NAMES=''

vDI_TYPES=''

vDI_SERVER_NAMES=''

vDI_XEN_DESKTOP_VERSIONS=''

#Xen agents data(use space to separate the items in the lists and make sure all lists have separate entries for each host)

XEN_AGENT_HOSTNAMES=''

#XEN_AGENT_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

XEN_AGENT_USERNAMES=''

XEN_AGENT_PASSWORDS=''

XEN_AGENT_NAMES=''

XEN_USERNAMES=''

XEN_PASSWORDS=''

#Wmi agents data(use space to separate the items in the lists and make sure all lists have separate entries for each host)

WMI_AGENT_HOSTNAMES=''

#WMI_AGENT_USERNAMES must contain username for each hostname in the corresponding order.

#The hostnames must be in the following format: "domain\username"

#if the user is local the hostname cropped to the 15-th character must be provided as domain.

WMI_AGENT_USERNAMES=''

WMI_AGENT_PASSWORDS=''

WMI_AGENT_NAMES=''

#PREREQUISITE CHECKS

APPLY_FIXES='False'

#CERTIFICATE PARAMS expected in PEM format. Leave blank for the system to auto generate self signed certs

IAAS_MS_CERTIFICATE=''

IAAS_MS_CERTIFICATE_PK=''

IAAS_MS_PK_PASSWORD=''

IAAS_WEB_CERTIFICATE=''

IAAS_WEB_CERTIFICATE_PK=''

IAAS_WEB_PK_PASSWORD=''

VRA_WEB_CERTIFICATE=''

VRA_WEB_CERTIFICATE_PK=''

VRA_WEB_PK_PASSWORD=''

Reply
0 Kudos
jstander
Enthusiast
Enthusiast

Some further investigation produced the following:

  • IaaS management agent is installed on the server.
  • I configured ha.properties for a simple install with single IaaS server with self-signed certs.
  • I run the vra-ha-config.sh and the process stops with prerequisites that fail, even though on the windows server i can see the changes successfully completed in event viewer.
  • I then manually restart the IaaS Server
  • Run the vra-ha-config.sh script again and the automatic fixes applied successfully message is received and the installation continues.
  • Finally as always the script fails on IaaS web installation. seems it is trying to connect on port 443 which is not configured on the

[2016-09-22 15:36:04] [root]  --------------------------------------------------------------------------------

[2016-09-22 15:36:04] [root]  -------------------     IaaS web Installation starts now      -------------------

[2016-09-22 15:36:04] [root]  --------------------------------------------------------------------------------

[2016-09-22 15:36:04] [root]  Executing web Installation command:

[2016-09-22 15:36:04] [root]  vra-command execute --node 0F377F8D-9AE0-4C8B-A46A-62D3A5EA88C7 install-web --SqlServer wlsql201201.sov.com --DatabaseName vra71 --UseWindowsAuthentication True --SqlUser sov\jstan --SqlUserPassword ******* --UseExistingDatabase False --VraWebCertificateThumbprint DD399CA91B4D574BEFE887C078B07E6DAF839424 --UseEncryption False --WebsiteName Default Web Site --HttpsPort 443 --IaaSWebAddress vraiaas.sov.com --SecurityPassphrase ******* --DefaultTenant vsphere.local --VidmAdminUser administrator --VidmAdminPassword ******* --ServiceUser sov\jstan --ServiceUserPassword ******* --WebCertificate 7DF77D87E6899F4C5A1237184D8CEF95538A53B1 --VraAddress vraiaas.sov.com

[2016-09-22 15:36:05] [root]  Parent command with id='fcf085a2-e8b5-49d9-afb1-6c9609d3d1e9' was created.

[2016-09-22 15:36:47] [root]  Waiting all child commands to complete........

[2016-09-22 15:36:47] [root]  Command execution result:

[2016-09-22 15:36:47] [root]  Command id: 3a4967cc-8e2b-4379-b4aa-063b64e2f9ad

[2016-09-22 15:36:47] [root]  Type: install-web

[2016-09-22 15:36:47] [root]  Node id: 0F377F8D-9AE0-4C8B-A46A-62D3A5EA88C7

[2016-09-22 15:36:47] [root]  Node host: vraiaas.sov.com

[2016-09-22 15:36:47] [root]  Result:

[2016-09-22 15:36:47] [root]  Trusted connectivity validation failed for address "https://vraiaas.sov.com/": No connection could be made because the target machine actively refused it 10.10.40.76:443

[2016-09-22 15:36:47] [root]  Failed to execute validation. Error: No connection could be made because the target machine actively refused it 10.10.40.76:443

[2016-09-22 15:36:47] [root]  Result description:

[2016-09-22 15:36:47] [root]  System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443

[2016-09-22 15:36:47] [root]  at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

vra:/usr/lib/vcac/tools/install #

vra:/usr/lib/vcac/tools/install #

vra:/usr/lib/vcac/tools/install #

vra:/usr/lib/vcac/tools/install # [2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Installation.Common.ConnectivityValidationHelper.GetResultFromCall(Uri address, WebRequestHandler handler)

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Installation.Common.ConnectivityValidationHelper.VerifyConnectionIsTrusted(Uri address, String thumbprint, ICredentials credentials, Boolean getSslErrors)

[2016-09-22 15:36:47] [root]  ---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443

[2016-09-22 15:36:47] [root]  at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---<---

[2016-09-22 15:36:47] [root]

[2016-09-22 15:36:47] [root]  System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443

[2016-09-22 15:36:47] [root]  at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()

[2016-09-22 15:36:47] [root]  at DynamicOps.Common.Client.RestClient.<>c__DisplayClass1`1.<<GetResource>b__0>d__3.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at DynamicOps.Common.Client.RestClient.<RetryWebRequestWrapper>d__aa.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()

[2016-09-22 15:36:47] [root]  at DynamicOps.Common.Client.RestClient.<GetResource>d__7`1.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at VMware.Cafe.ComponentRegistryClientFactory.<CreateSecurityTokenServiceAsync>d__2b.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Installation.Common.ComponentRegistryAuthenticationValidationHelper.<DoAuthentication>d__3.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Installation.Common.ComponentRegistryAuthenticationValidationHelper.VerifyComponentRegistryAdministrator(Uri serverUri, String tenant, String userName, String password, String certificateThumbprint)

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Installation.Common.WebInstallParameters.ExecuteValidation()

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Utilities.IaaSCommandParameters.Validate()

[2016-09-22 15:36:47] [root]  ---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443

[2016-09-22 15:36:47] [root]  at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

[2016-09-22 15:36:47] [root]  at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)

[2016-09-22 15:36:47] [root]  --- End of inner exception stack trace ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()

[2016-09-22 15:36:47] [root]  at DynamicOps.Common.Client.RestClient.<>c__DisplayClass1`1.<<GetResource>b__0>d__3.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at DynamicOps.Common.Client.RestClient.<RetryWebRequestWrapper>d__aa.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()

[2016-09-22 15:36:47] [root]  at DynamicOps.Common.Client.RestClient.<GetResource>d__7`1.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at VMware.Cafe.ComponentRegistryClientFactory.<CreateSecurityTokenServiceAsync>d__2b.MoveNext()

[2016-09-22 15:36:47] [root]  --- End of stack trace from previous location where exception was thrown ---

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

[2016-09-22 15:36:47] [root]  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

[2016-09-22 15:36:47] [root]  at VMware.IaaS.Installation.Common.ComponentRegistryAuthenticationValidationHelper.<DoAuthentication>d__3.MoveNext()<---

[2016-09-22 15:36:47] [root]

[2016-09-22 15:36:47] [root]  Error: {"10046":[{"resultMsg":"Trusted connectivity validation failed for address \"https://vraiaas.sov.com/\": No connection could be made because the target machine actively refused it 10.10.40.76:443","resultDescr":"System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443\r\n   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)\r\n   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)\r\n   --- End of inner exception stack trace ---\r\n   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)\r\n   --- End of inner exception stack trace ---\r\n   --- End of inner exception stack trace ---\r\n   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)\r\n   at VMware.IaaS.Installation.Common.ConnectivityValidationHelper.GetResultFromCall(Uri address, WebRequestHandler handler)\r\n   at VMware.IaaS.Installation.Common.ConnectivityValidationHelper.VerifyConnectionIsTrusted(Uri address, String thumbprint, ICredentials credentials, Boolean getSslErrors)\r\n---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443\r\n   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)\r\n   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)\r\n   --- End of inner exception stack trace ---\r\n   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)\r\n   --- End of inner exception stack trace ---<---\r\n"}],"10000":[{"resultMsg":"Failed to execute validation. Error: No connection could be made because the target machine actively refused it 10.10.40.76:443","resultDescr":"System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443\r\n   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)\r\n   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)\r\n   --- End of inner exception stack trace ---\r\n   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)\r\n   --- End of inner exception stack trace ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()\r\n   at DynamicOps.Common.Client.RestClient.<>c__DisplayClass1`1.<<GetResource>b__0>d__3.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at DynamicOps.Common.Client.RestClient.<RetryWebRequestWrapper>d__aa.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()\r\n   at DynamicOps.Common.Client.RestClient.<GetResource>d__7`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at VMware.Cafe.ComponentRegistryClientFactory.<CreateSecurityTokenServiceAsync>d__2b.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at VMware.IaaS.Installation.Common.ComponentRegistryAuthenticationValidationHelper.<DoAuthentication>d__3.MoveNext()\r\n   --- End of inner exception stack trace ---\r\n   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)\r\n   at VMware.IaaS.Installation.Common.ComponentRegistryAuthenticationValidationHelper.VerifyComponentRegistryAdministrator(Uri serverUri, String tenant, String userName, String password, String certificateThumbprint)\r\n   at VMware.IaaS.Installation.Common.WebInstallParameters.ExecuteValidation()\r\n   at VMware.IaaS.Utilities.IaaSCommandParameters.Validate()\r\n---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.10.40.76:443\r\n   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)\r\n   at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)\r\n   --- End of inner exception stack trace ---\r\n   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)\r\n   at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)\r\n   --- End of inner exception stack trace ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()\r\n   at DynamicOps.Common.Client.RestClient.<>c__DisplayClass1`1.<<GetResource>b__0>d__3.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at DynamicOps.Common.Client.RestClient.<RetryWebRequestWrapper>d__aa.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()\r\n   at DynamicOps.Common.Client.RestClient.<GetResource>d__7`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at VMware.Cafe.ComponentRegistryClientFactory.<CreateSecurityTokenServiceAsync>d__2b.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at VMware.IaaS.Installation.Common.ComponentRegistryAuthenticationValidationHelper.<DoAuthentication>d__3.MoveNext()<---\r\n"}]}

[2016-09-22 15:36:47] [root]  Status: FAILED

[2016-09-22 15:36:47] [root]

[2016-09-22 15:36:47] [root]  == == == == == Installation of web failed == == == == ==

[2016-09-22 15:36:47] [root]  --------------------------------------------------------------------------------

[2016-09-22 15:36:47] [root]  -------------------      IaaS web Installation failed      -------------------

[2016-09-22 15:36:47] [root]  Exit code: 3

[2016-09-22 15:36:47] [root]  --------------------------------------------------------------------------------

[2016-09-22 15:36:47] [root]

[2016-09-22 15:36:47] [root]  Installation of component web on host vraiaas.sov.com failed with exit code 3

[2016-09-22 15:36:47] [root]

[2016-09-22 15:36:47] [root]  WEB installation has failed!

[2016-09-22 15:36:47] [root]  The rest of the IaaS components will not be executed!

[2016-09-22 15:36:47] [root]  Failed to install IAAS components. Exit HA deployment

Reply
0 Kudos
abhilashhb
VMware Employee
VMware Employee

Thank you for the log. This is a known issue. Follow the below KB

VMware vRealize Automation 7.0 installation wizard Prerequisite Checker halts on error: Waiting for ...

Even though this is for 7.0, I'm sure it holds good for 7.1 too.

Update:

The installation error is probably coz you have not turned the health monitors off on the LB. You have to disable the second leg of VA, web and mgr servers and also the health monitors before you start with the setup.

http://pubs.vmware.com/vrealize-automation-71/topic/com.vmware.ICbase/PDF/vrealize-automation-71-loa...

Page 7, Steps 2 & 3.

Abhilash B
LinkedIn : https://www.linkedin.com/in/abhilashhb/

Reply
0 Kudos
jstander
Enthusiast
Enthusiast

thanks for the reply, I am aware of the KB but it only references 7.0 but guess this was never fixed.

Even so i did also test the installation by first manually deleting the KBs and then running the script.

On the LB monitors, i am not using any and was just testing with using a CNAME which points to primary component.

BUT i also testing with just a simple install and still get both the prerequisite failure as well as the IaaS web installation failure.   I have opened case with support since i can easily replicate both issues.

just tested again to provide logs but this is for a simple install with single IaaS server and with KB's deleted and still get prereq failure:

[2016-09-22 18:30:39] [root]  EULA is accepted.

[2016-09-22 18:30:39] [root]  *********************************

[2016-09-22 18:30:39] [root]  [INFO] Start initial data verification

[2016-09-22 18:30:39] [root]  *********************************

[2016-09-22 18:30:39] [root]  Check if vRA Component host or LOAD BALANCER addresses are reachable

[2016-09-22 18:30:39] [root]  Check if remote host is provided.

[2016-09-22 18:30:39] [root]  nslookup Remote Host: vraiaas.sov.com

[2016-09-22 18:30:39] [root]  nslookup Remote Host: nslookup exit code: 0

[2016-09-22 18:30:39] [root]  Remote host resolved successfully.

[2016-09-22 18:30:39] [root]  Check if remote host is provided.

[2016-09-22 18:30:39] [root]  nslookup Remote Host: vraiaas.sov.com

[2016-09-22 18:30:39] [root]  nslookup Remote Host: nslookup exit code: 0

[2016-09-22 18:30:39] [root]  Remote host resolved successfully.

[2016-09-22 18:30:39] [root]  Check if remote host is provided.

[2016-09-22 18:30:39] [root]  nslookup Remote Host: vraiaas.sov.com

[2016-09-22 18:30:39] [root]  nslookup Remote Host: nslookup exit code: 0

[2016-09-22 18:30:39] [root]  Remote host resolved successfully.

[2016-09-22 18:30:39] [root]  Verify connection to: vRA VA host: vratest.sov.com

[2016-09-22 18:30:39] [root]  Check if remote host is provided.

[2016-09-22 18:30:39] [root]  [INFO] Checking up local host - not needed

[2016-09-22 18:30:39] [root]  vraiaas.sov.com

[2016-09-22 18:30:39] [root]  Verifying IaaS node is registered to the primary VA: vraiaas.sov.com

[2016-09-22 18:30:40] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-22 18:30:40] [root]  Initial data verification completed

[2016-09-22 18:30:40] [root]  *********************************

[2016-09-22 18:30:40] [root]  [INFO] Generate certificates

[2016-09-22 18:30:40] [root]  *********************************

[2016-09-22 18:30:40] [root]  vra is the first component selected for Certificate generation

[2016-09-22 18:30:40] [root]  Selected path to store certificates: /usr/lib/vcac/tools/install/certs

[2016-09-22 18:30:40] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:40] [root]  Certificate SAN values: DNS entry 1:  DNS:vraiaas.sov.com

[2016-09-22 18:30:40] [root]  Certificate SAN values: DNS entry 2:  DNS:vratest.sov.com

[2016-09-22 18:30:40] [root]  Generate Certificate Signing Request

[2016-09-22 18:30:40] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:40] [root]  Selected PK: RSA

[2016-09-22 18:30:40] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:40] [root]  Generating RSA private key, 4096 bit long modulus

[2016-09-22 18:30:40] [root]  ...............................................++

[2016-09-22 18:30:40] [root]  .......................................++

[2016-09-22 18:30:40] [root]  e is 65537 (0x10001)

[2016-09-22 18:30:40] [root]  CSR generated in /usr/lib/vcac/tools/install/vra.csr and Private Key: /usr/lib/vcac/tools/install/vra.key

[2016-09-22 18:30:40] [root]  openssl x509 -fingerprint -sha256 -in /usr/lib/vcac/tools/install/certs/sha256_vra.csr -req -signkey /usr/lib/vcac/tools/install/certs/vra.key  -extensions v3_req -extfile /usr/lib/vcac/tools/install/certs/vra.cfg -out /usr/lib/vcac/tools/install/certs/sha256_vra.pem

[2016-09-22 18:30:40] [root]  Signature ok

[2016-09-22 18:30:40] [root]  subject=/C=US/ST=ON/L=PA/O=MyOrgranization/OU=vRA_7.1/CN=VMware vRA

[2016-09-22 18:30:40] [root]  Getting Private key

[2016-09-22 18:30:40] [root]  SHA256 Fingerprint=77:49:4B:9E:DC:77:3D:08:C6:27:59:5A:85:7B:C6:14:3B:A0:D6:7B:83:76:21:FB:60:69:55:4E:58:43:A8:3B

[2016-09-22 18:30:40] [root]  CRT certificate generated in /usr/lib/vcac/tools/install/sha256_vra.crt

[2016-09-22 18:30:40] [root]  Certificate:

[2016-09-22 18:30:40] [root]  Data:

[2016-09-22 18:30:40] [root]  Version: 3 (0x2)

[2016-09-22 18:30:40] [root]  Serial Number:

[2016-09-22 18:30:40] [root]  86:3a:e7:9c:0b:b5:73:fb

[2016-09-22 18:30:40] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-22 18:30:40] [root]  Issuer: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-22 18:30:40] [root]  Validity

[2016-09-22 18:30:40] [root]  Not Before: Sep 22 18:30:40 2016 GMT

[2016-09-22 18:30:40] [root]  Not After : Sep 22 18:30:40 2017 GMT

[2016-09-22 18:30:40] [root]  Subject: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-22 18:30:40] [root]  Subject Public Key Info:

[2016-09-22 18:30:40] [root]  Public Key Algorithm: rsaEncryption

[2016-09-22 18:30:40] [root]  Public-Key: (4096 bit)

[2016-09-22 18:30:40] [root]  Modulus:

[2016-09-22 18:30:40] [root]  00:b0:af:3b:a6:df:87:6f:27:5d:18:22:e5:16:ea:

[2016-09-22 18:30:40] [root]  23:e9:eb:a2:e6:e7:1e:09:56:8c:c4:c6:66:6f:d6:

[2016-09-22 18:30:40] [root]  f4:5d:dd:b7:c3:a4:35:7b:70:b9:df:e5:d4:3a:8e:

[2016-09-22 18:30:40] [root]  5b:54:3c:19:b1:80:d0:b7:f2:a0:85:51:d6:9a:90:

[2016-09-22 18:30:40] [root]  38:49:79:85:c3:aa:92:9d:07:2e:ca:31:3d:78:c0:

[2016-09-22 18:30:40] [root]  61:ff:5c:d5:88:af:01:52:d3:27:57:ca:92:dd:62:

[2016-09-22 18:30:40] [root]  88:da:6d:a4:36:6a:5b:b2:59:3b:b5:58:af:6f:f2:

[2016-09-22 18:30:40] [root]  c3:74:a7:12:fb:36:e0:d7:e3:2b:a8:ac:f1:cf:ef:

[2016-09-22 18:30:40] [root]  c9:11:ce:21:21:fa:a2:5e:77:e4:e3:31:09:08:34:

[2016-09-22 18:30:40] [root]  0b:e4:36:f8:75:7f:9a:fe:d1:12:2a:3f:6c:e2:98:

[2016-09-22 18:30:40] [root]  0e:42:14:e2:58:e5:c2:cc:dd:2f:a2:a5:d1:02:27:

[2016-09-22 18:30:40] [root]  18:d3:4d:55:36:4c:14:ec:a0:b5:3a:c4:42:a2:a5:

[2016-09-22 18:30:40] [root]  a3:c8:2e:90:dd:0c:bc:a6:83:0d:a1:6e:da:cf:43:

[2016-09-22 18:30:40] [root]  e8:78:f6:1f:9f:9c:9f:40:da:8a:c1:74:32:e2:ba:

[2016-09-22 18:30:40] [root]  11:a4:ff:20:b7:cd:8c:bd:7c:cd:86:78:ae:46:a0:

[2016-09-22 18:30:40] [root]  f5:11:6c:f0:c0:0d:41:d1:0f:48:7b:66:f1:5f:ce:

[2016-09-22 18:30:40] [root]  ae:e6:5b:cd:0b:3f:5d:b2:fa:0c:e3:5c:35:42:72:

[2016-09-22 18:30:40] [root]  61:f5:c2:3e:34:a2:0a:42:32:d1:9c:91:69:78:47:

[2016-09-22 18:30:40] [root]  31:b5:ad:47:45:ae:53:84:a6:57:42:ea:90:9a:be:

[2016-09-22 18:30:40] [root]  e8:b2:3d:c4:15:85:b8:68:a8:fd:77:5f:25:61:be:

[2016-09-22 18:30:40] [root]  44:30:56:47:40:89:68:45:23:00:24:d7:29:01:cb:

[2016-09-22 18:30:40] [root]  0a:76:4e:54:2e:1d:bb:05:9a:e6:38:76:98:6c:86:

[2016-09-22 18:30:40] [root]  8e:ff:f5:63:b5:6d:ff:1c:aa:b3:7f:2b:4c:63:6c:

[2016-09-22 18:30:40] [root]  a8:32:bd:3d:43:f7:bd:04:94:d2:66:15:6c:5d:b4:

[2016-09-22 18:30:40] [root]  91:0b:bc:ad:46:36:e7:ca:ad:d4:39:28:2d:a8:5d:

[2016-09-22 18:30:40] [root]  0f:68:aa:01:0d:aa:2e:db:45:51:e7:a1:6a:0d:9d:

[2016-09-22 18:30:40] [root]  27:38:1b:59:01:16:e0:ef:9d:53:37:f5:0f:1c:cf:

[2016-09-22 18:30:40] [root]  5b:f4:5c:7b:17:3a:e3:d2:b1:c2:a7:63:a4:3e:e0:

[2016-09-22 18:30:40] [root]  22:fb:42:e2:b2:2a:af:5e:2f:af:1b:f3:1f:48:76:

[2016-09-22 18:30:40] [root]  ad:2d:25:5f:93:5d:73:86:02:3f:a1:da:01:68:ee:

[2016-09-22 18:30:40] [root]  16:41:91:92:2a:67:ad:37:8b:45:9d:39:84:ac:96:

[2016-09-22 18:30:40] [root]  c9:27:24:62:8a:d9:d1:aa:cd:4c:c1:bc:56:5c:ed:

[2016-09-22 18:30:40] [root]  35:93:c5:8f:c5:8f:ff:03:cf:c0:df:e8:22:4a:dc:

[2016-09-22 18:30:40] [root]  50:77:35:6e:f5:57:90:a5:70:0e:81:c4:5e:81:89:

[2016-09-22 18:30:40] [root]  d9:d2:65

[2016-09-22 18:30:40] [root]  Exponent: 65537 (0x10001)

[2016-09-22 18:30:40] [root]  X509v3 extensions:

[2016-09-22 18:30:40] [root]  X509v3 Basic Constraints:

[2016-09-22 18:30:40] [root]  CA:FALSE

[2016-09-22 18:30:40] [root]  X509v3 Key Usage:

[2016-09-22 18:30:40] [root]  Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment

[2016-09-22 18:30:40] [root]  X509v3 Extended Key Usage:

[2016-09-22 18:30:40] [root]  TLS Web Server Authentication, TLS Web Client Authentication

[2016-09-22 18:30:40] [root]  X509v3 Subject Alternative Name:

[2016-09-22 18:30:40] [root]  DNS:vratest.sov.com, DNS:vraiaas.sov.com

[2016-09-22 18:30:40] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-22 18:30:40] [root]  24:44:be:87:e3:4e:c0:c3:5b:5c:b8:b9:4f:7c:60:ad:86:42:

[2016-09-22 18:30:40] [root]  b5:4a:0a:5b:60:e4:51:c4:de:f9:dd:cf:08:a4:0f:63:60:1e:

[2016-09-22 18:30:40] [root]  b8:5a:11:d5:37:00:0c:5e:1f:78:8d:d4:f9:2b:89:c3:50:63:

[2016-09-22 18:30:40] [root]  dc:7f:2d:4d:d9:82:bf:ce:d9:aa:e7:38:72:7c:51:d1:4e:5c:

[2016-09-22 18:30:40] [root]  bf:6a:6a:07:8d:b3:e9:bc:96:f9:ce:cd:c4:71:10:98:45:5e:

[2016-09-22 18:30:40] [root]  9f:3e:89:b9:73:05:39:35:b9:a8:bd:1b:15:35:07:11:21:0c:

[2016-09-22 18:30:40] [root]  d7:28:a6:46:fb:b8:a7:0a:81:a4:14:26:2e:e0:2c:bd:26:b0:

[2016-09-22 18:30:40] [root]  65:62:2f:0b:50:21:1f:5b:ee:10:93:41:0b:21:d8:87:ff:32:

[2016-09-22 18:30:40] [root]  02:d5:52:7a:c0:a4:ee:66:b3:26:2c:9c:14:aa:66:fc:2a:ec:

[2016-09-22 18:30:40] [root]  60:59:1b:85:ae:b2:8d:f9:8e:c2:d6:7b:2e:39:1b:f9:da:d6:

[2016-09-22 18:30:40] [root]  ad:91:01:8f:f1:2c:d9:28:c1:cd:bf:64:9e:79:e1:9f:ad:bf:

[2016-09-22 18:30:40] [root]  ac:42:e2:90:6f:31:cd:77:d2:de:75:8c:10:37:47:a5:17:f5:

[2016-09-22 18:30:40] [root]  6a:f9:25:14:57:d7:ea:16:7f:cc:93:dc:46:2a:4c:60:31:93:

[2016-09-22 18:30:41] [root]  be:a0:af:d9:44:0e:1e:01:b9:1a:d3:d3:c7:c9:71:ac:b5:60:

[2016-09-22 18:30:41] [root]  0d:fa:06:82:c5:3c:32:64:17:a8:24:95:99:31:5a:cf:2a:b0:

[2016-09-22 18:30:41] [root]  b9:a0:d5:25:91:fd:50:a7:13:6a:54:87:fa:2c:7b:dd:f8:22:

[2016-09-22 18:30:41] [root]  64:2e:ca:50:73:44:83:83:b7:8e:40:3e:80:40:a3:91:ea:74:

[2016-09-22 18:30:41] [root]  65:cc:c3:7d:90:45:7b:47:a2:a7:f6:ce:8a:5f:0e:1b:79:00:

[2016-09-22 18:30:41] [root]  b8:bb:02:cb:00:5d:7e:7c:6b:6c:e4:ae:a1:79:58:72:59:7c:

[2016-09-22 18:30:41] [root]  6b:af:c2:f9:00:2d:f5:0d:ce:52:03:be:b1:39:45:3a:1c:5d:

[2016-09-22 18:30:41] [root]  0f:8b:12:26:f2:6f:c9:c3:38:ac:14:30:ed:37:5c:0a:9d:89:

[2016-09-22 18:30:41] [root]  cc:21:d1:4c:4b:dd:66:bf:d1:c5:4e:cf:ca:f5:57:e2:65:00:

[2016-09-22 18:30:41] [root]  5e:b5:80:2c:75:0e:c0:ee:c6:4b:46:98:eb:90:d5:ac:d2:1a:

[2016-09-22 18:30:41] [root]  7b:d3:cb:01:08:bb:80:d1:7b:35:bb:dc:9f:82:d2:37:ce:24:

[2016-09-22 18:30:41] [root]  da:21:5f:1c:0c:62:69:75:cb:9b:01:84:ec:84:0b:ce:b9:2c:

[2016-09-22 18:30:41] [root]  3d:00:57:d7:58:a9:cf:3f:28:15:67:01:e0:8f:47:41:7a:3e:

[2016-09-22 18:30:41] [root]  15:6c:dd:bf:66:33:17:47:47:bb:35:24:63:fb:5a:6b:5f:63:

[2016-09-22 18:30:41] [root]  a2:de:fa:8f:96:8b:43:f8:ab:5d:65:06:1c:b8:01:d1:14:6a:

[2016-09-22 18:30:41] [root]  f4:f1:53:94:2c:96:56:e0

[2016-09-22 18:30:41] [root]  PEM certificate generated in /usr/lib/vcac/tools/install/sha256_vra.pem

[2016-09-22 18:30:41] [root]  PFX certificate generated in /usr/lib/vcac/tools/install/vra.pfx

[2016-09-22 18:30:41] [root]  Self-Signed certificate generated for vRealize Application

[2016-09-22 18:30:41] [root]  web is the first component selected for Certificate generation

[2016-09-22 18:30:41] [root]  Selected path to store certificates: /usr/lib/vcac/tools/install/certs

[2016-09-22 18:30:41] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:41] [root]  Certificate SAN values: DNS entry 1:  DNS:vraiaas.sov.com

[2016-09-22 18:30:41] [root]  Generate Certificate Signing Request

[2016-09-22 18:30:41] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:41] [root]  Selected PK: RSA

[2016-09-22 18:30:41] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:41] [root]  Generating RSA private key, 4096 bit long modulus

[2016-09-22 18:30:41] [root]  ................................................................................................................................................................................++

[2016-09-22 18:30:42] [root]  .............................................................................................................................++

[2016-09-22 18:30:42] [root]  e is 65537 (0x10001)

[2016-09-22 18:30:42] [root]  CSR generated in /usr/lib/vcac/tools/install/web.csr and Private Key: /usr/lib/vcac/tools/install/web.key

[2016-09-22 18:30:42] [root]  openssl x509 -fingerprint -sha256 -in /usr/lib/vcac/tools/install/certs/sha256_web.csr -req -signkey /usr/lib/vcac/tools/install/certs/web.key  -extensions v3_req -extfile /usr/lib/vcac/tools/install/certs/web.cfg -out /usr/lib/vcac/tools/install/certs/sha256_web.pem

[2016-09-22 18:30:42] [root]  Signature ok

[2016-09-22 18:30:42] [root]  subject=/C=US/ST=ON/L=PA/O=MyOrgranization/OU=vRA_7.1/CN=VMware vRA

[2016-09-22 18:30:42] [root]  Getting Private key

[2016-09-22 18:30:42] [root]  SHA256 Fingerprint=6E:0C:C2:2C:7C:29:61:D7:58:11:2C:29:F5:74:0F:CC:F7:21:8A:FA:11:32:96:C8:00:11:A7:53:5F:00:64:D5

[2016-09-22 18:30:42] [root]  CRT certificate generated in /usr/lib/vcac/tools/install/sha256_web.crt

[2016-09-22 18:30:42] [root]  Certificate:

[2016-09-22 18:30:42] [root]  Data:

[2016-09-22 18:30:42] [root]  Version: 3 (0x2)

[2016-09-22 18:30:42] [root]  Serial Number:

[2016-09-22 18:30:42] [root]  85:8d:78:91:71:80:31:c5

[2016-09-22 18:30:42] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-22 18:30:42] [root]  Issuer: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-22 18:30:42] [root]  Validity

[2016-09-22 18:30:42] [root]  Not Before: Sep 22 18:30:42 2016 GMT

[2016-09-22 18:30:42] [root]  Not After : Sep 22 18:30:42 2017 GMT

[2016-09-22 18:30:42] [root]  Subject: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-22 18:30:42] [root]  Subject Public Key Info:

[2016-09-22 18:30:42] [root]  Public Key Algorithm: rsaEncryption

[2016-09-22 18:30:42] [root]  Public-Key: (4096 bit)

[2016-09-22 18:30:42] [root]  Modulus:

[2016-09-22 18:30:42] [root]  00:d9:d0:5e:4f:2a:f0:8f:b2:1a:77:6b:7f:6e:1e:

[2016-09-22 18:30:42] [root]  60:e4:9c:51:fb:c5:e0:91:fc:03:ee:24:71:2e:7a:

[2016-09-22 18:30:42] [root]  32:c1:26:b8:c8:35:f0:53:7a:b8:96:ab:3c:be:8b:

[2016-09-22 18:30:42] [root]  f2:70:26:39:79:4e:db:c9:25:c8:4a:76:b0:3f:18:

[2016-09-22 18:30:42] [root]  29:dc:f1:99:c6:c2:ac:d8:e0:35:86:a6:27:8c:89:

[2016-09-22 18:30:42] [root]  bf:dd:80:d8:ce:7f:b0:a7:21:34:5d:de:36:c4:34:

[2016-09-22 18:30:42] [root]  90:ef:18:c2:7b:dd:84:73:11:0f:38:ef:ce:3e:9a:

[2016-09-22 18:30:42] [root]  37:1d:03:7e:03:f6:c6:cd:09:f8:70:28:d9:62:ab:

[2016-09-22 18:30:42] [root]  fe:fb:8e:f4:0e:9f:09:ff:5d:18:c8:c9:0c:bb:8c:

[2016-09-22 18:30:42] [root]  2c:b3:bf:64:4d:68:17:a0:ba:ff:77:a3:08:d5:fc:

[2016-09-22 18:30:42] [root]  53:97:37:30:07:c2:64:93:fc:01:f7:69:4a:35:86:

[2016-09-22 18:30:42] [root]  e6:24:b1:79:4d:37:43:09:38:37:5d:7a:d5:95:0c:

[2016-09-22 18:30:42] [root]  88:ee:86:09:81:84:7b:36:68:80:bc:9d:26:fd:e4:

[2016-09-22 18:30:42] [root]  44:2c:fa:85:db:03:87:2e:b8:1d:fb:8b:c1:8c:fc:

[2016-09-22 18:30:42] [root]  f7:c0:27:62:f7:cc:5c:6e:02:d8:d5:55:93:cd:e5:

[2016-09-22 18:30:42] [root]  38:b5:18:bc:b2:47:38:68:d6:67:e4:bf:03:8b:36:

[2016-09-22 18:30:42] [root]  07:23:a5:63:30:51:d1:7f:53:ea:5b:3c:0d:cd:04:

[2016-09-22 18:30:42] [root]  e3:38:71:37:32:7b:1d:d5:93:7b:97:9b:72:37:a9:

[2016-09-22 18:30:42] [root]  37:55:7d:fb:e4:41:7f:9b:85:64:84:e5:79:82:dc:

[2016-09-22 18:30:42] [root]  c2:81:80:96:b0:a0:c3:26:a5:3e:ff:84:0a:9e:2a:

[2016-09-22 18:30:42] [root]  16:08:28:79:a6:d1:08:27:7d:c5:46:d3:8b:b9:60:

[2016-09-22 18:30:42] [root]  dd:6c:da:56:8a:45:44:a7:e0:a5:4f:fc:cf:2c:c7:

[2016-09-22 18:30:42] [root]  6f:74:c0:2b:b6:8a:fb:cd:ba:7f:9f:82:f5:ec:94:

[2016-09-22 18:30:42] [root]  98:8b:85:a7:30:9d:85:9c:94:24:93:8d:e3:0a:2e:

[2016-09-22 18:30:42] [root]  4b:08:2c:ab:95:b3:c5:63:21:78:0c:ba:c8:71:3b:

[2016-09-22 18:30:42] [root]  1e:9f:25:6b:4b:fe:2e:43:a7:fe:4c:c7:28:5e:92:

[2016-09-22 18:30:42] [root]  79:95:e3:68:27:03:b5:03:d3:5b:04:4d:36:3b:e8:

[2016-09-22 18:30:42] [root]  67:36:27:89:fb:57:5c:db:01:b9:8a:62:09:d4:82:

[2016-09-22 18:30:42] [root]  12:3a:be:f2:0a:f1:72:5d:3e:1e:1e:87:d9:0a:61:

[2016-09-22 18:30:42] [root]  0b:d5:52:59:ef:d1:a2:8e:c8:4c:e0:1e:19:bd:27:

[2016-09-22 18:30:42] [root]  1d:8b:8a:71:18:ea:58:e6:cd:44:27:7e:43:fd:9e:

[2016-09-22 18:30:42] [root]  bf:0f:2e:76:15:5d:f1:86:63:bc:90:44:21:17:54:

[2016-09-22 18:30:42] [root]  50:93:c3:74:4d:c8:70:bc:d1:ec:62:e4:4c:88:08:

[2016-09-22 18:30:42] [root]  f6:60:cb:52:1b:bd:cc:3f:29:01:d4:40:cd:ef:eb:

[2016-09-22 18:30:42] [root]  fb:b9:35

[2016-09-22 18:30:42] [root]  Exponent: 65537 (0x10001)

[2016-09-22 18:30:42] [root]  X509v3 extensions:

[2016-09-22 18:30:42] [root]  X509v3 Basic Constraints:

[2016-09-22 18:30:43] [root]  CA:FALSE

[2016-09-22 18:30:43] [root]  X509v3 Key Usage:

[2016-09-22 18:30:43] [root]  Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment

[2016-09-22 18:30:43] [root]  X509v3 Extended Key Usage:

[2016-09-22 18:30:43] [root]  TLS Web Server Authentication, TLS Web Client Authentication

[2016-09-22 18:30:43] [root]  X509v3 Subject Alternative Name:

[2016-09-22 18:30:43] [root]  DNS:vraiaas.sov.com

[2016-09-22 18:30:43] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-22 18:30:43] [root]  ce:0a:06:eb:e6:dd:bd:80:07:68:6a:0b:34:3c:a0:7f:cb:2f:

[2016-09-22 18:30:43] [root]  00:88:aa:ed:51:88:7a:e3:1c:cd:a1:61:26:a2:4e:0d:35:fa:

[2016-09-22 18:30:43] [root]  9b:a8:d9:8f:1b:e6:e7:bd:df:a9:21:13:6e:01:dd:b2:0f:37:

[2016-09-22 18:30:43] [root]  33:32:e9:dc:38:1b:93:2b:b3:78:34:f5:87:69:79:29:3c:01:

[2016-09-22 18:30:43] [root]  2f:1d:a4:c1:93:1c:ee:a7:d9:3d:b1:71:31:b2:17:2d:43:42:

[2016-09-22 18:30:43] [root]  e7:3a:22:b9:66:61:e4:15:25:2e:75:46:50:76:b5:ef:df:0e:

[2016-09-22 18:30:43] [root]  36:aa:34:2a:58:de:26:f7:fb:8c:83:a7:37:07:56:7e:47:ee:

[2016-09-22 18:30:43] [root]  e2:58:69:6b:a0:24:33:97:d1:b3:80:11:62:8e:a9:21:ed:f4:

[2016-09-22 18:30:43] [root]  58:50:ee:7f:18:bc:4b:5a:b1:97:02:2e:f2:3c:98:0e:eb:89:

[2016-09-22 18:30:43] [root]  a0:77:8a:f0:eb:c5:ab:d5:38:11:c0:f4:e6:cf:41:dc:a1:80:

[2016-09-22 18:30:43] [root]  be:c2:bf:4d:fc:7e:ee:60:ef:69:c6:9d:6f:ec:10:99:53:9d:

[2016-09-22 18:30:43] [root]  79:b4:50:cf:66:76:f4:ea:8d:41:aa:b9:26:a8:83:70:0d:d0:

[2016-09-22 18:30:43] [root]  d9:f5:e4:09:7e:18:20:72:c7:e5:83:b7:ab:58:fe:ba:0b:e2:

[2016-09-22 18:30:43] [root]  00:e2:2d:cd:13:bc:47:9e:ae:05:f0:40:a0:40:b2:46:24:b8:

[2016-09-22 18:30:43] [root]  fc:2d:1b:8d:f7:94:ce:39:37:ca:d4:ec:22:15:7a:1a:05:9a:

[2016-09-22 18:30:43] [root]  4c:c6:84:b6:a2:a8:8f:9a:5f:44:8e:2f:b5:62:aa:0f:da:68:

[2016-09-22 18:30:43] [root]  1f:0a:24:74:8c:a8:2b:e0:dc:f5:b2:62:37:03:5e:be:97:8d:

[2016-09-22 18:30:43] [root]  c4:4d:79:6e:c8:28:2e:9f:fb:3e:24:e6:35:89:05:1b:1b:76:

[2016-09-22 18:30:43] [root]  c5:71:c5:e9:7a:b1:16:f6:f2:31:c2:1d:28:d5:12:45:f6:47:

[2016-09-22 18:30:43] [root]  b6:76:70:0c:f5:8f:13:0a:fc:d9:47:a2:41:53:52:83:d8:82:

[2016-09-22 18:30:43] [root]  d6:9f:b2:26:21:0c:12:80:df:6d:e0:08:54:35:68:5c:92:73:

[2016-09-22 18:30:43] [root]  dc:14:0a:28:57:32:af:d5:63:6b:6a:62:75:d6:d5:cf:88:a8:

[2016-09-22 18:30:43] [root]  13:fd:b0:4b:c2:44:79:b9:4e:7c:ed:20:a0:c5:c3:c2:6e:7a:

[2016-09-22 18:30:43] [root]  9e:db:7f:34:5a:52:15:fc:3a:5d:84:47:5f:7b:63:63:66:4d:

[2016-09-22 18:30:43] [root]  b0:65:b4:45:e5:fa:01:41:3c:87:56:74:a9:a9:3d:a9:8d:0a:

[2016-09-22 18:30:43] [root]  8a:57:87:16:75:3f:47:cf:15:b3:a5:d0:1a:3d:76:9e:e6:bb:

[2016-09-22 18:30:43] [root]  45:90:72:18:4a:b7:41:4c:e5:8c:59:12:bc:75:ce:0b:c7:14:

[2016-09-22 18:30:43] [root]  ec:31:54:a4:1f:5c:9e:aa:61:79:0b:bc:f4:e4:c6:bf:65:39:

[2016-09-22 18:30:43] [root]  1c:74:3a:3c:28:6c:77:07

[2016-09-22 18:30:43] [root]  PEM certificate generated in /usr/lib/vcac/tools/install/sha256_web.pem

[2016-09-22 18:30:43] [root]  PFX certificate generated in /usr/lib/vcac/tools/install/web.pfx

[2016-09-22 18:30:43] [root]  Self-Signed certificate generated for IaaS Website component

[2016-09-22 18:30:43] [root]  ms is the first component selected for Certificate generation

[2016-09-22 18:30:43] [root]  Selected path to store certificates: /usr/lib/vcac/tools/install/certs

[2016-09-22 18:30:43] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:43] [root]  Certificate SAN values: DNS entry 1:  DNS:vraiaas.sov.com

[2016-09-22 18:30:43] [root]  Generate Certificate Signing Request

[2016-09-22 18:30:43] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:43] [root]  Selected PK: RSA

[2016-09-22 18:30:43] [root]  PK_LENGTH=4096; PK_ENCRYPTION=RSA; CERT_SIGNATURE_ALG=sha256

[2016-09-22 18:30:43] [root]  Generating RSA private key, 4096 bit long modulus

[2016-09-22 18:30:43] [root]  ..............................................................................................................................................++

[2016-09-22 18:30:43] [root]  ...................++

[2016-09-22 18:30:43] [root]  e is 65537 (0x10001)

[2016-09-22 18:30:43] [root]  CSR generated in /usr/lib/vcac/tools/install/ms.csr and Private Key: /usr/lib/vcac/tools/install/ms.key

[2016-09-22 18:30:44] [root]  openssl x509 -fingerprint -sha256 -in /usr/lib/vcac/tools/install/certs/sha256_ms.csr -req -signkey /usr/lib/vcac/tools/install/certs/ms.key  -extensions v3_req -extfile /usr/lib/vcac/tools/install/certs/ms.cfg -out /usr/lib/vcac/tools/install/certs/sha256_ms.pem

[2016-09-22 18:30:44] [root]  Signature ok

[2016-09-22 18:30:44] [root]  subject=/C=US/ST=ON/L=PA/O=MyOrgranization/OU=vRA_7.1/CN=VMware vRA

[2016-09-22 18:30:44] [root]  Getting Private key

[2016-09-22 18:30:44] [root]  SHA256 Fingerprint=1E:63:FF:DB:48:8C:25:A1:18:53:56:AE:65:8A:D7:D7:9D:8D:54:61:3A:AD:DE:18:E0:7F:86:9C:66:27:13:51

[2016-09-22 18:30:44] [root]  CRT certificate generated in /usr/lib/vcac/tools/install/sha256_ms.crt

[2016-09-22 18:30:44] [root]  Certificate:

[2016-09-22 18:30:44] [root]  Data:

[2016-09-22 18:30:44] [root]  Version: 3 (0x2)

[2016-09-22 18:30:44] [root]  Serial Number:

[2016-09-22 18:30:44] [root]  c6:cb:b6:51:01:59:58:c2

[2016-09-22 18:30:44] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-22 18:30:44] [root]  Issuer: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-22 18:30:44] [root]  Validity

[2016-09-22 18:30:44] [root]  Not Before: Sep 22 18:30:43 2016 GMT

[2016-09-22 18:30:44] [root]  Not After : Sep 22 18:30:43 2017 GMT

[2016-09-22 18:30:44] [root]  Subject: C=US, ST=ON, L=PA, O=MyOrgranization, OU=vRA_7.1, CN=VMware vRA

[2016-09-22 18:30:44] [root]  Subject Public Key Info:

[2016-09-22 18:30:44] [root]  Public Key Algorithm: rsaEncryption

[2016-09-22 18:30:44] [root]  Public-Key: (4096 bit)

[2016-09-22 18:30:44] [root]  Modulus:

[2016-09-22 18:30:44] [root]  00:f7:14:3b:be:06:71:fc:8c:53:1d:4d:4e:a8:6c:

[2016-09-22 18:30:44] [root]  40:3c:93:ba:8d:9f:9f:25:be:88:fd:cd:89:c7:83:

[2016-09-22 18:30:44] [root]  72:75:35:95:3b:3d:27:16:66:e4:00:d3:a0:61:00:

[2016-09-22 18:30:44] [root]  d5:a7:db:ef:84:b6:df:70:a9:50:4a:47:d7:f9:5f:

[2016-09-22 18:30:44] [root]  95:24:0a:eb:ab:36:b1:ee:9e:d4:20:b5:fb:2f:a3:

[2016-09-22 18:30:44] [root]  51:54:dd:cd:5e:e3:b7:82:47:55:6b:4f:40:8f:cc:

[2016-09-22 18:30:44] [root]  31:92:3c:53:a8:1b:98:f7:c8:8e:9f:aa:9d:2e:8f:

[2016-09-22 18:30:44] [root]  cb:66:6c:ae:29:d5:56:ca:81:a2:8b:fd:2c:25:a7:

[2016-09-22 18:30:44] [root]  88:5e:2f:f5:f5:67:7b:75:22:3a:b3:c7:a7:e0:18:

[2016-09-22 18:30:44] [root]  be:a6:86:a0:98:3b:58:03:28:03:d8:3a:b6:36:03:

[2016-09-22 18:30:44] [root]  eb:df:e7:71:47:c7:31:b1:dd:5d:1b:37:3e:e0:37:

[2016-09-22 18:30:44] [root]  41:6b:3f:c0:87:5e:ee:45:2f:4c:bb:27:ef:84:19:

[2016-09-22 18:30:44] [root]  18:e6:5f:f8:7a:c1:bf:57:8b:7a:c6:06:ad:a8:f8:

[2016-09-22 18:30:44] [root]  c2:7c:fd:47:47:67:67:a6:94:da:42:4a:ca:ec:98:

[2016-09-22 18:30:44] [root]  87:61:65:c4:4d:7b:24:4d:d4:98:8e:19:44:61:ce:

[2016-09-22 18:30:44] [root]  8a:26:ec:a9:89:99:12:41:e9:2d:e4:9c:b6:8c:4d:

[2016-09-22 18:30:44] [root]  33:74:16:67:8d:b6:ad:90:40:0d:f3:ae:90:98:45:

[2016-09-22 18:30:44] [root]  74:a5:41:63:70:82:41:04:6d:48:cf:0f:6c:8e:91:

[2016-09-22 18:30:44] [root]  41:b8:0b:15:9f:7f:96:5a:62:c0:df:37:ff:67:d8:

[2016-09-22 18:30:44] [root]  54:76:f6:91:58:99:c3:47:6d:50:85:82:29:eb:83:

[2016-09-22 18:30:44] [root]  3c:7c:ed:de:7a:90:9e:b2:ee:d9:46:e9:16:74:34:

[2016-09-22 18:30:44] [root]  b9:f0:57:28:60:59:ff:33:8e:b8:42:10:6c:c5:52:

[2016-09-22 18:30:44] [root]  a3:d7:14:50:96:13:a0:1d:88:ed:1c:d0:63:9e:78:

[2016-09-22 18:30:44] [root]  a4:93:08:a3:9e:f4:4f:d3:a8:af:31:c2:a4:ce:2a:

[2016-09-22 18:30:44] [root]  bd:c2:56:52:b0:1d:7e:5c:53:c0:fc:e3:76:61:87:

[2016-09-22 18:30:44] [root]  24:28:33:22:b6:90:8f:2e:ef:16:32:23:e9:ce:f6:

[2016-09-22 18:30:44] [root]  d4:0d:62:53:7f:42:28:cc:57:c0:f6:18:99:1e:0b:

[2016-09-22 18:30:44] [root]  fa:4f:ba:c7:a6:1f:7c:6f:b5:ff:0d:ee:17:d2:83:

[2016-09-22 18:30:44] [root]  61:e5:ba:8f:07:e5:ce:ee:de:b6:4a:f5:b0:81:e7:

[2016-09-22 18:30:44] [root]  83:42:e6:9f:f4:12:bc:16:9a:00:c7:9d:88:f1:02:

[2016-09-22 18:30:44] [root]  69:23:92:f8:00:ce:d9:c2:c3:06:19:37:69:ef:5a:

[2016-09-22 18:30:44] [root]  65:50:f0:4d:c9:2a:92:e8:f2:f2:17:3e:df:37:3e:

[2016-09-22 18:30:44] [root]  fd:a4:e6:c2:c4:a4:40:ee:d9:8f:7a:dc:7a:52:fc:

[2016-09-22 18:30:44] [root]  d5:20:1e:0b:1a:3d:c7:9c:3a:40:68:c8:2d:7f:a4:

[2016-09-22 18:30:44] [root]  73:37:37

[2016-09-22 18:30:44] [root]  Exponent: 65537 (0x10001)

[2016-09-22 18:30:44] [root]  X509v3 extensions:

[2016-09-22 18:30:44] [root]  X509v3 Basic Constraints:

[2016-09-22 18:30:44] [root]  CA:FALSE

[2016-09-22 18:30:44] [root]  X509v3 Key Usage:

[2016-09-22 18:30:44] [root]  Digital Signature, Non Repudiation, Key Encipherment, Data Encipherment

[2016-09-22 18:30:44] [root]  X509v3 Extended Key Usage:

[2016-09-22 18:30:44] [root]  TLS Web Server Authentication, TLS Web Client Authentication

[2016-09-22 18:30:44] [root]  X509v3 Subject Alternative Name:

[2016-09-22 18:30:44] [root]  DNS:vraiaas.sov.com

[2016-09-22 18:30:44] [root]  Signature Algorithm: sha256WithRSAEncryption

[2016-09-22 18:30:44] [root]  d7:a4:98:fa:6e:12:fc:ef:80:c2:74:6f:26:8b:7a:3a:e4:76:

[2016-09-22 18:30:44] [root]  38:ee:66:55:d8:ab:4b:51:2b:c3:60:56:3c:a8:09:39:50:5b:

[2016-09-22 18:30:44] [root]  7f:22:fe:89:90:dd:15:a9:4d:27:58:fb:e8:02:3d:7f:ff:b6:

[2016-09-22 18:30:44] [root]  a0:ed:9d:e0:8a:11:e1:6e:a7:67:a3:8f:fb:c1:1e:4c:d6:47:

[2016-09-22 18:30:44] [root]  cb:f1:27:18:d7:58:57:bd:5e:ff:14:ec:13:0f:5f:d3:0d:a0:

[2016-09-22 18:30:44] [root]  e7:77:80:1b:5e:40:a7:58:0c:71:31:49:8c:4e:b2:12:11:4a:

[2016-09-22 18:30:44] [root]  21:d0:76:b6:98:23:18:a4:f4:64:8e:23:d8:9f:f3:e2:4e:b8:

[2016-09-22 18:30:44] [root]  36:76:aa:34:ef:b5:4b:1d:01:f1:65:0a:0b:6f:d8:8c:72:4d:

[2016-09-22 18:30:44] [root]  0b:3d:d5:cf:e8:11:6f:8d:54:fe:3b:02:e6:86:63:e2:97:8b:

[2016-09-22 18:30:44] [root]  db:90:2d:32:48:20:ff:b4:60:3f:76:c5:dc:c0:7b:b0:e1:36:

[2016-09-22 18:30:44] [root]  65:28:77:4b:07:07:e7:68:23:e3:ef:96:05:f8:ca:7e:b5:47:

[2016-09-22 18:30:44] [root]  af:ee:9a:b1:fc:af:64:c5:0b:75:79:0c:40:9a:07:91:70:21:

[2016-09-22 18:30:44] [root]  bd:5c:fc:1c:f8:26:b2:8b:a4:db:34:41:7c:c7:97:fe:a1:64:

[2016-09-22 18:30:44] [root]  80:24:68:80:43:84:a7:cb:69:34:2f:dd:00:02:f2:66:3e:23:

[2016-09-22 18:30:44] [root]  5b:6a:31:58:b9:b9:8a:eb:47:c6:c0:70:55:c8:ef:6d:09:6e:

[2016-09-22 18:30:44] [root]  1b:a1:5e:e9:6f:2e:f8:90:f3:ab:67:53:ab:ed:2c:10:d1:1e:

[2016-09-22 18:30:44] [root]  64:a2:9d:3d:80:be:ae:d3:eb:30:7d:b9:16:2c:cd:a7:98:26:

[2016-09-22 18:30:44] [root]  ac:d1:e7:66:77:b3:d0:ee:64:6c:47:32:9f:65:1a:b5:65:aa:

[2016-09-22 18:30:44] [root]  41:69:e3:e7:c9:62:b0:e3:49:37:51:29:fc:2a:00:ef:eb:2a:

[2016-09-22 18:30:44] [root]  e2:6b:ae:26:77:46:55:77:10:ef:c1:e8:f2:3a:58:f0:b8:93:

[2016-09-22 18:30:44] [root]  c7:a9:be:4b:ce:92:2d:00:d4:80:1b:82:1d:2a:98:c0:84:18:

[2016-09-22 18:30:44] [root]  26:30:9d:a9:cd:6d:f5:97:99:1e:a7:e6:73:8d:6a:9b:5f:29:

[2016-09-22 18:30:44] [root]  6f:9a:ee:37:11:33:f1:19:9d:ce:08:9a:ed:8b:b2:8a:2d:0b:

[2016-09-22 18:30:44] [root]  d4:ea:f9:62:ec:24:58:5b:03:58:88:af:fc:e8:8f:b6:28:89:

[2016-09-22 18:30:44] [root]  83:fe:64:d5:12:8a:4a:1d:13:91:41:11:50:ac:85:1e:a2:04:

[2016-09-22 18:30:44] [root]  c9:24:59:f9:57:4d:f4:4a:16:86:94:5d:2a:c7:b5:b9:89:b7:

[2016-09-22 18:30:44] [root]  43:56:57:bb:76:c1:e5:13:04:8f:e8:2d:ca:55:79:fd:b6:5e:

[2016-09-22 18:30:44] [root]  f3:ce:77:da:e4:56:a2:ab:16:c8:1c:36:6d:ea:e2:03:ae:31:

[2016-09-22 18:30:44] [root]  1d:80:61:77:73:02:4b:b0

[2016-09-22 18:30:44] [root]  PEM certificate generated in /usr/lib/vcac/tools/install/sha256_ms.pem

[2016-09-22 18:30:44] [root]  PFX certificate generated in /usr/lib/vcac/tools/install/ms.pfx

[2016-09-22 18:30:44] [root]  Self-Signed certificate generated for IaaS Manager Service component

[2016-09-22 18:30:44] [root]  SSL certificates generated for all vRealize components

[2016-09-22 18:30:44] [root]  RUNNING PREREQUISITE CHECKS

[2016-09-22 18:30:44] [root]  Executing the iaas-check-prerequisites.sh script on host vraiaas.sov.com for components Database;Website;ManagerService;Dem;Agent;

[2016-09-22 18:30:44] [root]  IaaS iaas_node_id is successfully populated.

[2016-09-22 18:30:44] [root]  Executing Prerequisite Checker command:

[2016-09-22 18:30:44] [root]  vra-command execute --node 577968DC-050F-40B1-8634-07D720BFA5C5 run-prereq --Components Database;Website;ManagerService;Dem;Agent; --ApplyFixes True

[2016-09-22 18:30:46] [root]  Parent command with id='dbb75b80-06ca-4465-9caf-d3129046fcc1' was created.

[2016-09-22 18:35:49] [root]  Waiting all child commands to complete.................................

[2016-09-22 18:37:09] [root]  .........

[2016-09-22 18:37:09] [root]  Command execution result:

[2016-09-22 18:37:09] [root]  Command id: 1acabdc5-974b-46d6-b1aa-a52a933927c9

[2016-09-22 18:37:09] [root]  Type: run-prereq

[2016-09-22 18:37:09] [root]  Node id: 577968DC-050F-40B1-8634-07D720BFA5C5

[2016-09-22 18:37:09] [root]  Node host: vraiaas.sov.com

[2016-09-22 18:37:09] [root]  Result:

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Security error.

[2016-09-22 18:37:09] [root]  Applying automatic fix for MSDTC prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for Java prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for IISServer prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WindowsAuthentication prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for StaticContent prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for DefaultDocument prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ASPNET prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ISAPIExtensions prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ISAPIFilter prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WindowsAuthenticationStatus prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for AnonymousAuthenticationStatus prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WindowsAuthenticationNegotiateProvider prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WindowsAuthenticationNtlmProvider prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WindowsAuthenticationExtendedProtection prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WindowsAuthenticationKernelMode prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ASPNET45 prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for WebDAV prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ConfigurationApi prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for NetEnvironment prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ProcessModel prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for ProcessModel prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for HttpActivation prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for NonHttpActivation prerequisite failed.

[2016-09-22 18:37:09] [root]  Applying automatic fix for SecondaryLogOnService prerequisite failed.

[2016-09-22 18:37:09] [root]  Result description:

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:09] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:09] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:09] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:09] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  System.Security.SecurityException: Security error.

[2016-09-22 18:37:10] [root]  at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)

[2016-09-22 18:37:10] [root]  The Zone of the assembly that failed was:

[2016-09-22 18:37:10] [root]  MyComputer

[2016-09-22 18:37:10] [root]  Applying automatic fix for MSDTC prerequisite (Microsoft Distributed Transaction Coordinator Service) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for Java prerequisite (Java) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for IISServer prerequisite (IIS Server) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WindowsAuthentication prerequisite (IIS Server WindowsAuthentication Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for StaticContent prerequisite (IIS Server StaticContent Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for DefaultDocument prerequisite (IIS Server DefaultDocument Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ASPNET prerequisite (IIS Server ASPNET Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ISAPIExtensions prerequisite (IIS Server ISAPIExtensions Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ISAPIFilter prerequisite (IIS Server ISAPIFilter Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WindowsAuthenticationStatus prerequisite (IIS Server WindowsAuthentication Status) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for AnonymousAuthenticationStatus prerequisite (IIS Server AnonymousAuthentication Status) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WindowsAuthenticationNegotiateProvider prerequisite (IIS Server WindowsAuthentication Negotiate Provider) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WindowsAuthenticationNtlmProvider prerequisite (IIS Server WindowsAuthentication NTLM Provider) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WindowsAuthenticationExtendedProtection prerequisite (IIS Server WindowsAuthentication Extended Protection) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WindowsAuthenticationKernelMode prerequisite (IIS Server WindowsAuthentication Kernel Mode) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ASPNET45 prerequisite (IIS Server ASPNET45 Module) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for WebDAV prerequisite (IIS Server Web-based Distributed Authoring and Versioning) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ConfigurationApi prerequisite (Windows Process Activation Service/Application Services ConfigurationApi Role) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for NetEnvironment prerequisite (Windows Process Activation Service/Application Services NetEnvironment Role) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ProcessModel prerequisite (Windows Process Activation Service/Application Services ProcessModel Role) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for ProcessModel prerequisite (Windows Process Activation Service/Application Services ProcessModel Role) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for HttpActivation prerequisite (Windows Process Activation Service/Application Services HttpActivation Role) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for NonHttpActivation prerequisite (Windows Process Activation Service/Application Services NonHttpActivation Role) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Applying automatic fix for SecondaryLogOnService prerequisite (Secondary Logon Service) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-22 18:37:10] [root]  Error: {"5":[{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"},{"resultMsg":"Security error.","resultDescr":"System.Security.SecurityException: Security error.\r\n   at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)\r\nThe Zone of the assembly that failed was:\r\nMyComputer"}],"15013":[{"resultMsg":"Applying automatic fix for MSDTC prerequisite failed.","resultDescr":"Applying automatic fix for MSDTC prerequisite (Microsoft Distributed Transaction Coordinator Service) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15021":[{"resultMsg":"Applying automatic fix for Java prerequisite failed.","resultDescr":"Applying automatic fix for Java prerequisite (Java) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15005":[{"resultMsg":"Applying automatic fix for IISServer prerequisite failed.","resultDescr":"Applying automatic fix for IISServer prerequisite (IIS Server) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15026":[{"resultMsg":"Applying automatic fix for WindowsAuthentication prerequisite failed.","resultDescr":"Applying automatic fix for WindowsAuthentication prerequisite (IIS Server WindowsAuthentication Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15032":[{"resultMsg":"Applying automatic fix for StaticContent prerequisite failed.","resultDescr":"Applying automatic fix for StaticContent prerequisite (IIS Server StaticContent Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15027":[{"resultMsg":"Applying automatic fix for DefaultDocument prerequisite failed.","resultDescr":"Applying automatic fix for DefaultDocument prerequisite (IIS Server DefaultDocument Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15028":[{"resultMsg":"Applying automatic fix for ASPNET prerequisite failed.","resultDescr":"Applying automatic fix for ASPNET prerequisite (IIS Server ASPNET Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15030":[{"resultMsg":"Applying automatic fix for ISAPIExtensions prerequisite failed.","resultDescr":"Applying automatic fix for ISAPIExtensions prerequisite (IIS Server ISAPIExtensions Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15031":[{"resultMsg":"Applying automatic fix for ISAPIFilter prerequisite failed.","resultDescr":"Applying automatic fix for ISAPIFilter prerequisite (IIS Server ISAPIFilter Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15017":[{"resultMsg":"Applying automatic fix for WindowsAuthenticationStatus prerequisite failed.","resultDescr":"Applying automatic fix for WindowsAuthenticationStatus prerequisite (IIS Server WindowsAuthentication Status) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15004":[{"resultMsg":"Applying automatic fix for AnonymousAuthenticationStatus prerequisite failed.","resultDescr":"Applying automatic fix for AnonymousAuthenticationStatus prerequisite (IIS Server AnonymousAuthentication Status) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15018":[{"resultMsg":"Applying automatic fix for WindowsAuthenticationNegotiateProvider prerequisite failed.","resultDescr":"Applying automatic fix for WindowsAuthenticationNegotiateProvider prerequisite (IIS Server WindowsAuthentication Negotiate Provider) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15020":[{"resultMsg":"Applying automatic fix for WindowsAuthenticationNtlmProvider prerequisite failed.","resultDescr":"Applying automatic fix for WindowsAuthenticationNtlmProvider prerequisite (IIS Server WindowsAuthentication NTLM Provider) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15008":[{"resultMsg":"Applying automatic fix for WindowsAuthenticationExtendedProtection prerequisite failed.","resultDescr":"Applying automatic fix for WindowsAuthenticationExtendedProtection prerequisite (IIS Server WindowsAuthentication Extended Protection) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15007":[{"resultMsg":"Applying automatic fix for WindowsAuthenticationKernelMode prerequisite failed.","resultDescr":"Applying automatic fix for WindowsAuthenticationKernelMode prerequisite (IIS Server WindowsAuthentication Kernel Mode) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15029":[{"resultMsg":"Applying automatic fix for ASPNET45 prerequisite failed.","resultDescr":"Applying automatic fix for ASPNET45 prerequisite (IIS Server ASPNET45 Module) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15006":[{"resultMsg":"Applying automatic fix for WebDAV prerequisite failed.","resultDescr":"Applying automatic fix for WebDAV prerequisite (IIS Server Web-based Distributed Authoring and Versioning) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15034":[{"resultMsg":"Applying automatic fix for ConfigurationApi prerequisite failed.","resultDescr":"Applying automatic fix for ConfigurationApi prerequisite (Windows Process Activation Service/Application Services ConfigurationApi Role) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15035":[{"resultMsg":"Applying automatic fix for NetEnvironment prerequisite failed.","resultDescr":"Applying automatic fix for NetEnvironment prerequisite (Windows Process Activation Service/Application Services NetEnvironment Role) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15036":[{"resultMsg":"Applying automatic fix for ProcessModel prerequisite failed.","resultDescr":"Applying automatic fix for ProcessModel prerequisite (Windows Process Activation Service/Application Services ProcessModel Role) failed. Error: Unable to apply fix: [Security error.][Security error.]"},{"resultMsg":"Applying automatic fix for ProcessModel prerequisite failed.","resultDescr":"Applying automatic fix for ProcessModel prerequisite (Windows Process Activation Service/Application Services ProcessModel Role) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15038":[{"resultMsg":"Applying automatic fix for HttpActivation prerequisite failed.","resultDescr":"Applying automatic fix for HttpActivation prerequisite (Windows Process Activation Service/Application Services HttpActivation Role) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15039":[{"resultMsg":"Applying automatic fix for NonHttpActivation prerequisite failed.","resultDescr":"Applying automatic fix for NonHttpActivation prerequisite (Windows Process Activation Service/Application Services NonHttpActivation Role) failed. Error: Unable to apply fix: [Security error.][Security error.]"}],"15016":[{"resultMsg":"Applying automatic fix for SecondaryLogOnService prerequisite failed.","resultDescr":"Applying automatic fix for SecondaryLogOnService prerequisite (Secondary Logon Service) failed. Error: Unable to apply fix: [Security error.][Security error.]"}]}

[2016-09-22 18:37:10] [root]  Status: FAILED

[2016-09-22 18:37:10] [root] 

[2016-09-22 18:37:10] [root]  SOME PREREQUISITES WERE NOT MET!

[2016-09-22 18:37:10] [root] 

[2016-09-22 18:37:10] [root]  Extracting prerequisite check results from database...

[2016-09-22 18:37:10] [root]  Postgres db encrypted password is extracted from file /etc/vcac/server.xml

[2016-09-22 18:37:10] [root]  Postgres DB password for user vcac is successfully decrypted

[2016-09-22 18:37:10] [root]  Pay attention to the checks with status different than OK

[2016-09-22 18:37:10] [root] 

[2016-09-22 18:37:10] [root]  Prerequisite check results:

[2016-09-22 18:37:10] [root] 

[2016-09-22 18:37:10] [root]  [

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Database",

[2016-09-22 18:37:10] [root]  "Result": "Off",

[2016-09-22 18:37:10] [root]  "ResultDescription": "Windows Firewall is off. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "Microsoft Windows Firewall",

[2016-09-22 18:37:10] [root]  "RuleId": "FIREWALL",

[2016-09-22 18:37:10] [root]  "Status": "OK",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "Windows Firewall is on.\r\n\r\nAlthough Distributed Transaction Coordinator has been enabled, the distributed transaction can fail if the firewall is turned on and has been set up improperly for MSDTC.\r\n\r\nTo set up the firewall for MSDTC, complete the following steps: (Regardless of whether Manager Service and database are on the same host or on different hosts.)\r\n\r\n1. From Control Panel, click System and Security.\r\n\r\n2. Under Windows Firewall section, select Allow a program through Windows Firewall.\r\n\r\n3. Select Distributed Transaction Coordinator, and then click OK."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Database",

[2016-09-22 18:37:10] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:10] [root]  "ResultDescription": "The service is running, and MSDTC settings are correct.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "Microsoft Distributed Transaction Coordinator Service",

[2016-09-22 18:37:10] [root]  "RuleId": "MSDTC",

[2016-09-22 18:37:10] [root]  "Status": "Failed",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "The service is running but the MSDTC settings are either not correct or we are not able to check them.\r\n\r\nFor remote databases check the MSDTC settings by running the instructions below on the remote machine.\r\n\r\nTo configure the MSDTC on the machine:\r\n1. Open Administrative Tools from the Start menu and select Component Services.\r\n2. Expand Component Services, Computers, My Computer, and Distributed Transaction Coordinator.\r\n3. For Local Standalone DTC right-click Local DTC and select Properties. For Clustered DTC expand Clustered DTCs and right-click on the named clustered DTC and select Properties.\r\n4. Open the Security tab.\r\n5. Select Network DTC Access, Allow Remote Clients, Allow Inbound, Allow Outbound, and Mutual Authentication Required.\r\n6. Click OK.\r\n\r\nEven with Distributed Transaction Coordinator enabled, the distributed transaction might fail if the firewall is turned on."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Database",

[2016-09-22 18:37:10] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:10] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "Java",

[2016-09-22 18:37:10] [root]  "RuleId": "Java",

[2016-09-22 18:37:10] [root]  "Status": "Failed",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "Java version 1.8 update 91 or higher (64-bit) must be installed, the environment variable JAVA_HOME must be set to the Java install folder, and %JAVA_HOME%\\bin\\java.exe must exist."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Database",

[2016-09-22 18:37:10] [root]  "Result": "Resource requirement met",

[2016-09-22 18:37:10] [root]  "ResultDescription": "Sufficient amount of RAM present. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "Minimum Memory Requirement",

[2016-09-22 18:37:10] [root]  "RuleId": "MemoryRequirement",

[2016-09-22 18:37:10] [root]  "Status": "OK",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "System does not meet minimum hardware requirements. vRealize Automation requires at least 2 GB of RAM."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Database",

[2016-09-22 18:37:10] [root]  "Result": "Resource requirement met",

[2016-09-22 18:37:10] [root]  "ResultDescription": "Processor meets minimum hardware requirements. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "Minimum Processor Requirement",

[2016-09-22 18:37:10] [root]  "RuleId": "ProcessorRequirement",

[2016-09-22 18:37:10] [root]  "Status": "OK",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "System does not meet minimum hardware requirements. vRealize Automation requires at least 2 logical processors."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Website",

[2016-09-22 18:37:10] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:10] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "IIS Server",

[2016-09-22 18:37:10] [root]  "RuleId": "IISServer",

[2016-09-22 18:37:10] [root]  "Status": "Failed",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "Add Web Server (IIS) by completing the following steps:\r\n\r\nWindows 2008 R2 Server:\r\n\r\n1. From Server Manager, select Roles > Add Roles.\r\n\r\n2. Select Web Server (IIS) and follow the wizard to install IIS Web Server.\r\n\r\nWindows 2012 Server:\r\n\r\n1. Click Manage from the Server Manager and select Add Roles and Features to start the Add Roles and Features Wizard. Then, click on the Server Roles screen.\r\n\r\n2. Select Web Server (IIS) and follow the wizard to install IIS Web Server."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Website",

[2016-09-22 18:37:10] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:10] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "IIS Server WindowsAuthentication Module",

[2016-09-22 18:37:10] [root]  "RuleId": "WindowsAuthentication",

[2016-09-22 18:37:10] [root]  "Status": "Failed",

[2016-09-22 18:37:10] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:10] [root]  },

[2016-09-22 18:37:10] [root]  {

[2016-09-22 18:37:10] [root]  "Component": "Website",

[2016-09-22 18:37:10] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:10] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:10] [root]  "RuleDescription": "IIS Server StaticContent Module",

[2016-09-22 18:37:11] [root]  "RuleId": "StaticContent",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server DefaultDocument Module",

[2016-09-22 18:37:11] [root]  "RuleId": "DefaultDocument",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server ASPNET Module",

[2016-09-22 18:37:11] [root]  "RuleId": "ASPNET",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server ISAPIExtensions Module",

[2016-09-22 18:37:11] [root]  "RuleId": "ISAPIExtensions",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server ISAPIFilter Module",

[2016-09-22 18:37:11] [root]  "RuleId": "ISAPIFilter",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is enabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server WindowsAuthentication Status",

[2016-09-22 18:37:11] [root]  "RuleId": "WindowsAuthenticationStatus",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is disabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server AnonymousAuthentication Status",

[2016-09-22 18:37:11] [root]  "RuleId": "AnonymousAuthenticationStatus",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is enabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server WindowsAuthentication Negotiate Provider",

[2016-09-22 18:37:11] [root]  "RuleId": "WindowsAuthenticationNegotiateProvider",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is enabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server WindowsAuthentication NTLM Provider",

[2016-09-22 18:37:11] [root]  "RuleId": "WindowsAuthenticationNtlmProvider",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "Windows Authentication Extended Protection option is turned off. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server WindowsAuthentication Extended Protection",

[2016-09-22 18:37:11] [root]  "RuleId": "WindowsAuthenticationExtendedProtection",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is enabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server WindowsAuthentication Kernel Mode",

[2016-09-22 18:37:11] [root]  "RuleId": "WindowsAuthenticationKernelMode",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server ASPNET45 Module",

[2016-09-22 18:37:11] [root]  "RuleId": "ASPNET45",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Profile is OK",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The user profile is not temporary. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Check that the current user profile is not temporary",

[2016-09-22 18:37:11] [root]  "RuleId": "UserProfileCheck",

[2016-09-22 18:37:11] [root]  "Status": "OK",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "The current user's profile is temporary. This might cause issues with the installation."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Disabled",

[2016-09-22 18:37:11] [root]  "ResultDescription": "Federal Information Processing Standards is disabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Federal Information Processing Standards (FIPS)",

[2016-09-22 18:37:11] [root]  "RuleId": "Fips",

[2016-09-22 18:37:11] [root]  "Status": "OK",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "You must disable Federal Information Processing Standards (FIPS).\r\n        \r\nDisable FIPS\r\n1. Click Start, click Run, type regedit, and then click OK.\r\n2. Locate and then click the following registry subkey: HKLM\\System\\CurrentControlSet\\Control\\Lsa\\FIPSAlgorithmPolicy\r\n3. locate a DWORD entry with name \"Enabled\" and make sure its value is set to 0\r\n4. Exit registry editor."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "Website",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is disabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "IIS Server Web-based Distributed Authoring and Versioning",

[2016-09-22 18:37:11] [root]  "RuleId": "WebDAV",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Unable to execute check: No IIS (7.0 or above) installed."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "ModelManagerWebServices",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Windows Process Activation Service/Application Services ConfigurationApi Role",

[2016-09-22 18:37:11] [root]  "RuleId": "ConfigurationApi",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Add Configuration API Feature by completing the following steps:\r\n\r\nWindows 2008 R2 Server:\r\n\r\n1. From Server Manager, select Features > Add Features.\r\n\r\n2. Under Windows Process Activation Service node, select Configuration APIs feature.\r\n\r\nWindows 2012 Server:\r\n\r\n1. Click Manage from the Server Manager and select Add Roles and Features to start the Add Roles and Features Wizard. Then, click on the Features screen.\r\n\r\n2. Under Windows Process Activation Service node, select Configuration APIs feature."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "ModelManagerWebServices",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Windows Process Activation Service/Application Services NetEnvironment Role",

[2016-09-22 18:37:11] [root]  "RuleId": "NetEnvironment",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Add .NET Environment Feature by completing the following steps:\r\n\r\nWindows 2008 R2 Server:\r\n\r\n1. From Server Manager, select Features >Add Features.\r\n\r\n2. Under Windows Process Activation Service node, select .NET Environment feature.\r\n\r\nWindows 2012 Server:\r\n\r\n1.Click Manage from the Server Manager and select Add Roles and Features to start the Add Roles and Features Wizard. Then, click on the Features screen.\r\n\r\n2. Under Windows Process Activation Service node, select .NET Environment feature."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "ModelManagerWebServices",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Windows Process Activation Service/Application Services ProcessModel Role",

[2016-09-22 18:37:11] [root]  "RuleId": "ProcessModel",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Add Process Model Feature by completing the following steps:\r\n\r\nWindows 2008 R2 Server:\r\n\r\n1. From Server Manager, select Features > Add Features.\r\n\r\n2. Under Windows Process Activation Service node, select Process Model feature.\r\n\r\nWindows 2012 Server:\r\n\r\n1. Click Manage from the Server Manager and select Add Roles and Features to start the Add Roles and Features Wizard. Then, click on the Features screen.\r\n\r\n2. Under Windows Process Activation Service node, select Process Model feature."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "ModelManagerWebServices",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Windows Process Activation Service/Application Services HttpActivation Role",

[2016-09-22 18:37:11] [root]  "RuleId": "HttpActivation",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Add HTTP Activation Feature by completing the following steps:\r\n\r\nWindows 2008 R2 Server:\r\n\r\n1.  From Server Manager, select Features then Add Features.\r\n\r\n2.  Under \".NET Framework 3.5.1 Feature\" node select sub-node \"WCF Activation\" then select HTTP Activation feature.\r\n\r\nWindows 2012 Server:\r\n\r\n1.  From Server Manager, click Manage and select Add Roles and Features and click Next.\r\n\r\n2.  Under Features, expand .NET Framework 4.5 Features node.\r\n\r\n3.  Expand WCF Services node.\r\n\r\n4.  Select HTTP Activation."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "ModelManagerWebServices",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Windows Process Activation Service/Application Services NonHttpActivation Role",

[2016-09-22 18:37:11] [root]  "RuleId": "NonHttpActivation",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Add Non-HTTP Activation Feature by completing the following steps:\r\n\r\nWindows 2008 R2 Server:\r\n\r\n1. From Server Manager, select Features > Add Features.\r\n\r\n2. Under .NET Framework 3.5.1 Feature node, select sub-node WCF Activation.\r\n\r\n3. Select Non-HTTP Activation feature.\r\n\r\nWindows 2012 Server:\r\n\r\n1. From Server Manager, click Manage and then select Add Roles and Features to start the Add Roles and Features Wizard. Then, click on Features screen.\r\n\r\n2. Under .NET Framework 4.5 Feature node, select WCF Service feature."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "ModelManagerWebServices",

[2016-09-22 18:37:11] [root]  "Result": "Disabled",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is disabled. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Authentication loopback check",

[2016-09-22 18:37:11] [root]  "RuleId": "LoopbackCheck",

[2016-09-22 18:37:11] [root]  "Status": "OK",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Authentication Loopback check is enabled. It must be disabled in order to install Model Manager successfully.\r\n\r\n1. Click Start, click Run, type regedit, and then click OK.\r\n2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa\r\n3. If there is no entry called \"DisableLoopbackCheck\":\r\n3.1. Right-click Lsa, point to New, and then click DWORD Value.\r\n3.2. Type DisableLoopbackCheck, and then press ENTER.\r\n4. Right-click DisableLoopbackCheck, and then click Modify.\r\n5. In the Value data box, type 1, and then click OK.\r\n6. Exit Registry Editor.\r\n7. Restart the computer."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "DemInstall",

[2016-09-22 18:37:11] [root]  "Result": "Unable to apply fix: [Security error.][Security error.]",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The service is running. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Secondary Logon Service",

[2016-09-22 18:37:11] [root]  "RuleId": "SecondaryLogOnService",

[2016-09-22 18:37:11] [root]  "Status": "Failed",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "The Secondary Logon service is not running.  This service is required, and must be running, during  installation.\r\nOpen the  Control Panel > Administrative Tools page and start the Secondary Logon service.  You can stop the service after installation is finished."

[2016-09-22 18:37:11] [root]  },

[2016-09-22 18:37:11] [root]  {

[2016-09-22 18:37:11] [root]  "Component": "DemInstall",

[2016-09-22 18:37:11] [root]  "Result": "Installed",

[2016-09-22 18:37:11] [root]  "ResultDescription": "The module is installed. No action needed.",

[2016-09-22 18:37:11] [root]  "RuleDescription": "Windows PowerShell Version 2.0",

[2016-09-22 18:37:11] [root]  "RuleId": "PowerShell",

[2016-09-22 18:37:11] [root]  "Status": "OK",

[2016-09-22 18:37:11] [root]  "TroubleshootingGuide": "Windows PowerShell version 2.0 is not installed."

[2016-09-22 18:37:11] [root]  }

[2016-09-22 18:37:11] [root]  ]

[2016-09-22 18:37:11] [root] 

[2016-09-22 18:37:11] [root]  Prerequisite check has failed!

[2016-09-22 18:37:11] [root]  The rest of the IaaS components will not be executed!

[2016-09-22 18:37:11] [root]  Failed to validate IAAS components. Exit HA deployment

Reply
0 Kudos
abhilashhb
VMware Employee
VMware Employee

Does the account running Management Agent have the Administrator privilege on this IaaS server?

Abhilash B
LinkedIn : https://www.linkedin.com/in/abhilashhb/

Reply
0 Kudos
jstander
Enthusiast
Enthusiast

yes,

account is in the local administrator group on Server as well as a domain admin account.

Reply
0 Kudos
abhilashhb
VMware Employee
VMware Employee

This is just a shot in the dark. Try setting the ExecutionPolicy on the IaaS server to Undefined and run the installer.

Abhilash B
LinkedIn : https://www.linkedin.com/in/abhilashhb/

Reply
0 Kudos
jstander
Enthusiast
Enthusiast

ha, yeah i tried that also yesterday, and for each of the scopes.

Reply
0 Kudos
GrantOrchardVMw
Commander
Commander

Can you please DM me the SR number?

Grant http://grantorchard.com
Reply
0 Kudos
mmumshad
Contributor
Contributor

Did you fix this? I am having the same issue.

Thanks

Mumshad

Reply
0 Kudos
jstander
Enthusiast
Enthusiast

sorry no fix as of yet.

I have a case open with GSS for over a week now and have not had any valuable update on this issue.  hopefully get some feedback soon.

Reply
0 Kudos
ttonev
Contributor
Contributor

Hi,

I've experienced this issue on Windows Server 2012 R2 when IPv6 is disabled. Enable it and all will be fine.

We don't know why, but some combination of infrastructure settings and this setting generates a number of issues.

Note that the fix could lead to something else, but this is only one we know.

Try to disable it after install and be on your guard.

Best regards T.Tonev.

Reply
0 Kudos
kallischlauch
Enthusiast
Enthusiast

is it not the simple fact that the agent fails to uninstall the two offending HFs?

[2016-09-21 19:42:05] [root]  Applying automatic fix for WinKB3098779 prerequisite (Windows Update KB3098779 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

[2016-09-21 19:42:05] [root]  Applying automatic fix for WinKB3097997 prerequisite (Windows Update KB3097997 presence.) failed. Error: Unable to apply fix: [Security error.][Security error.]

i had a windows where I simply couldn't uninstall them as the SXS directory was wiped. ended up installing windows over itself to bring it back to HF free environment for installation.

have you tried to simply uninstall the 2 HF using control panel and re-run the pre-req checker?

Reply
0 Kudos