Problem with the installation of the Plugin to check the VSANS health

Hello!

After running - /usr/lib/vmware-vpx/vsan-health/health-rpm-post-install.sh

I get this result:

/usr/lib/VMware-VPX/VSAN-health/health-RPM-post-install.sh--force

/ usr/lib/VMware-vpx/Workflow/bin

2015 05-15 T 21: 32:05.625Z development for install parameter: workflow.int.ser vice port

2015 05-15 T 21: 32:05.633Z development for install parameter: workflow.int.jmx - port

2015 05-15 T 21: 32:05.643Z development for install parameter: vpxd.int.sdk - por t

2015 05-15 T 21: 32:05.650Z development for install parameter: vpxd.int.sdk tun nel-port

2015 05-15 T 21: 32:05.658Z development for install parameter: rhttpproxy.ext.p ort1

2015 05-15 T 21: 32:05.665Z development for install parameter: rhttpproxy.ext.p ort2

{'vpxd_sdk_tunnel_port': ' 8089', 'rhttpproxy_https_port': '443', 'rhttpproxy_htt p_port': ' 80', 'workflow_service_port': ' 8088', 'vpxd_sdk_port': '8085', 'PASSWO RD': ", 'workflow_jmx_port': '19999'}

2015 05-15 T 21: 32:05.673Z development for install parameter: syslog.ext.port

2015 05-15 T 21: 32:05.682Z development for install parameter: vc.home.path

2015 05-15 T 21: 32:05.690Z development for install parameter: vc.conf.path

2015 05-15 T 21: 32:05.691Z health service firstboot VSAN has started

2015 05-15 T 21: 32:05.702Z user %s already exists, creation to jump.

2015 05-15 T 21: 32:05.710Z development for install parameter: rhttpproxy.cert

2015 05-15 T 21: 32:05.710Z WARNING rhttpproxy.cert install parameters optimization I empty s

Traceback (most recent call changed):

File "/ usr/lib/vmware-vpx/firstboot/vsanhealth_firstboot.py", line 292, may n

RES = vsanhealth_fb.get_rp_cert_info)

File "/ usr/lib/vmware/site-packages/cis/firstboot.py", line 185, in get_rp_cer t_info

digital footprint, ssl_trust, TCR = get_certinfo (rp_cert_file)

File "/ usr/lib/vmware/site-packages/cis/tools.py", line 184, in get_certinfo

f.readFile (cert_file)

File "/ usr/lib/vmware/site-packages/cis/utils.py", line 1028 to readFile

loErrMsg = localizedString (errMsg, file_name, e)

TypeError: localizedString() takes at most 2 arguments (3 given)

2015 05-15 T 21: 32:05.712Z health firstboot VSAN has failed

Traceback (most recent call changed):

File "/ usr/lib/vmware-vpx/firstboot/vsanhealth_firstboot.py", line 343, < mo dule >

Main()

File "/ usr/lib/vmware-vpx/firstboot/vsanhealth_firstboot.py", line 333, in may n

If eInfo and eInfo.detail:

UnboundLocalError: variable local "eInfo" referenced before assignment

VMware-vpxd: your visit vpxd request administrative. process ID was 9301

success

VMware-vpxd: Certificate SSL VC does not exist, it will be generated by vpxd

Pending database shipped to startup: success

Running scripts before starting...

VMware-vpxd: from vpxd of administrative request.

success

VMware-vpxd: waiting for vpxd to start listening to the requests on 8089

Wait vpxd initialize: .the

VMware-vpxd: vpxd has been initialized.

Last login: Friday, May 15, 21:18:53 UTC 2015 on console

Stopping VMware vSphere Web Client...

Order of VMware vSphere Web Client.

Last login: Friday, May 15, 21:32:20 UTC 2015 on pts/1

From VMware vSphere Web Client...

Waiting for VMware vSphere Web Client...

running: PID:30348

2015-05-16 00_48_38-vSphere Web Client.png

The suite - no buttons.

As far as I understand it - there are a few problems with certificate.

So, help me with troubleshooting, please.

Thank you.

Glad it worked! I managed to solve the rest of my problem get the plugin loaded as well.  Layout rhttpproxy.cert solved the problem with health-tr/min-post-install completed successfully.  But after you start the vmware-vsan-health service, health in the web client page loaded yet never buttons such as 'enable '.

I checked /var/log/vmware/vsan-health/vmware-vsan-health-service.log and noticed it was spamming 'Could not open a session in VC, retry in 10 seconds' over and over again.  So I went digging in the python source in /usr/lib/vmware-vpx/vsan-health. I managed to understand that when you start the web service that hosts the plugin, it tries to connect to vCenter using own vCenter SSL certificate and the private key (rui.crt and rui.key) in/etc/vmware-vpx/ssl. On my VCSA, the permissions of that file looked like this:

myvcsa: / etc/vmware-vpx/ssl # ls - la

Total 28

drwxr-x - 2 root cis 4096 Jul 20 05:00.

drwxr-xr-x 14 root root 4096 21 Jul 04:05...

-rw - 1 root root 3416 Apr 30 05:36 rui.crt

-rw - 1 root root 1704 Apr 30 05:36 rui.key

-rw - 1 root root 65 30 Apr 05:19 symkey.dat

-rw - 1 root root 3343 Apr 30 05:36 vcsoluser.crt

-rw - 1 root root 1704 Apr 30 05:36 vcsoluser.key

Now, I knew that the health service was run as a local user called vsan-health. It so there's no way that he would be able to read these files.  Fortunately, I had a mostly vanilla VCSA I could compare with.  Here's what looked like the VCSA vanilla folder:

myvcsa: / etc/vmware-vpx/ssl # ls - la

Total 28

drwxr-x - 2 root cis 4096 Jul 20 05:00.

drwxr-xr-x 14 root root 4096 Jul 21 04:24...

-rw - r - 1 root cis 3416 Apr 30 05:36 rui.crt

-rw - r - 1 root cis 1704 Apr 30 05:36 rui.key

-rw - 1 root root 65 30 Apr 05:19 symkey.dat

-rw - r - 1 root cis 3343 Apr 30 05:36 vcsoluser.crt

-rw - r - 1 root cis 1704 Apr 30 05:36 vcsoluser.key

Notice the difference of the Group property on the associated files cert and change of 600 to 640 permissions.  When I saw that, I have also remembered seeing in the vsan firstboot script that the vsan-health user was added to the cis group.  As soon as I did my broken VCSA permissions corresponds to vanilla, the service has started and all this work began.  I guess the reason that my permissions were leech is a bug with the replacement of SSL scripts.  One of the first things I do on my vCenter is updating the SSL certificates with those customized PKI infrastructure.  I guess that process currently does not work quite right and live the permissions on files that is not replaced.

Tags: VMware

Similar Questions

  • Problem with the installation of iOS 10

    I tried to install iOS 10 earlier but it did not work, so now that I'm trying to reinstall iOS 9 if my phone will work again, if this does not work I have to reset my phone (but I am a fool and did not a back-up because I never had a problem with the software updates in the past if all data will be lost).

    < published by host >

    The same problem with me too. After installing ios 10 nuer OTA my iphone brick! I'm trying to re - install ios 9 i-Tunes, but 2 hours now always stop installation... what happent?

  • Satellite L875-13D - problem with the installation of the wireless card

    Hello

    I bought a Toshiba Satellite L875-13D. I installed Windows 7 Enterprise edition.

    I have a problem with the installation of the wireless card. I have downloaded the driver on Toshiba website, but it does not work. When I run the file .zip and .exe, nothing happens. In addition, there are several pilots: Athos, Intel and Realtek and I do not know what is mine... I test all the driver but same result.

    I have the same problem with Bluetooth driver that does not work too.

    Thank you for your help.

    > But it does not work yet for Bluetooth,... I have install the driver by the .exe from the Toshiba Web site but when I run the application, I have error that says missing tosbtapi.dll. I founded and downloaded and installed on budget3 and SysWOW. But after that, the installation is blocked. Any ideas?

    Laptop Satellite L875-13D isn t equipped with Bluetooth.
    Didn t you know who?

  • Satellite Pro A120: I have problems with the installation of the graphics driver for W2k

    I installed windows 2000 on an A120, the system is fully packed and service updated before I even start to install the necessary drivers, I am unable to restart the system. I once, install as recommended drivers that I have problems with the graphics driver because it will not be installed because it requires a reboot and then I can't install new programs that require a restart that the driver has not been installed correctly.

    The laptop is a Pro A120, age of 1 week and came with XP home, because of this toshiba will not offer me support I changed the o/s even though they obviously support 2000 on this laptop, because they provide the drivers.

    Any ideas would be greatly appreciated.

    Hello

    Did you use and install the drivers from the Toshiba driver page right?
    The drivers of Toshiba W2k for Satellite Pro A120 have been published and are ready!

    But please pay attention to the Toshiba drivers.
    There are two different sets of Satellite Pro A120, with different drivers W2k!
    After choosing the good laptop and download the drivers please follow the proper installation order that is indicated in the document "installation instructions"! Check it!

    I think that if you follow this guide line everything works and runs correctly. Good luck

  • Problem with the new installation of Windows XP on the Satellite A100-259

    Hi all!

    I have a problem with the fresh install WIN XP on Satellite A100-259 (PSAA2E).
    I already deleted the partition, formatted (NTFS) and tried to reinstall from recovery disk that initially provided with the laptop. But whenever I try to install a problem is detected (for the most part it's 'page in the nonpaged area failure').

    I also tried to install the OS directly from MS Windows XP Home Edition SP2 CD - the same problem.
    I checked the partition using PQ Magic and discovered that there are ' partition table error #110 ".» So, what I did:

    (1) delete partition-> create new partition-> format (NTFS)-> reinstall from recovery disk-> has not yet;
    (2) partition delete-> install WinXP CD original by create and format partition option-> has not yet;
    (3) delete the partition (using the magic of pq)-> create partition (using the magic of pq)-> format NTFS partition for win xp option-> check partition-OK no problems don't-> installation of original win XP CD-installation without changes-> option failed even once
    (4) delete the partition (pq magic)-> create partition (pq magic)-> format NTFS partition for win xp option-> check partition-OK, no problem-> installation of the recovery disc-> has not yet

    Whenever a different error is detected, so I can't identify the problem. I don't know what to do. Does anyone have any ideas?

    Hello

    Seems that there are some problems with the standards of the partitions.
    A friend of mine has tried to install the OS on the recovery CD on the laptop that has been formatted with Partitions Magic 8 and the installation failed.
    It was very strange

    Finally, we have formatted the whole HARD drive using the CD original Windows XP Pro.
    We did not remove the partition but simply kicked this CD and after the configuration process spent, we formatted the whole HARD disk and install XP without creating all the partitions.

  • Problems with the installation of recovery - Satellite A300D - BSOD

    Hello

    The laptop in question (TOSHIBA Satellite A300D) recently stopped starting (BSoD).

    So, I tried using the recovery disk, but there is no help. What happens is:
    -After about 10 minutes of waiting, the first language menu load, so I click on "next".
    - Then I again click Next and accept the message that my HARD drive will be erased
    - Then I see a cmd prompt that says "try to remove all the letters of partitions possible...". »
    -There is also a minimized command prompt that says something like "RAID failed to initialize."
    -And then nothing happens.

    Is this a hardware problem? I also tried a full installation (instead of recovery), which, even once, is simply not. None of the errors is - it just freezes.

    Any help appreciated.
    Thank you.

    It is not easy to tell what can be the problem, but if you were not able to install the OS by using two different facilities CDs/DVDs, so there must be a problem with the HARD drive.

    The warranty is still valid?
    I mean you can contact the nearest Toshiba authorized service provider and explain the situation. They can swap the HDD and again test the recovery procedure.
    Can you get somewhere 2,5 SATA HDD for testing?

  • Problem with the installation of Windows XP on the Satellite A200-1RK

    Hello!
    I ve you have a problem with my laptop.
    I would like to install Windows XP SP2 instead of Vista, but I had a problem with the hard drive,
    Windows XP Installer cannot find the hard drive. It is problem with drivers disk, but the site of tohsiba I can´t find my laptop and the disk for XP drivers.
    Why?
    Can someone help me?

    Maybe I can use drivers from another laptop A200 series, but which?

    Hello
    a good explanation how to install XP on a SATA machine can be found here:
    http://forums.computers.Toshiba-Europe.com/forums/thread.jspa?threadID=29342

    Welcome and good luck

  • I tried to install the latest version of itunes with windows 10 but he said "there is a problem with the installation package. A program to complete the installation could not be executed. Please contact the support staff. No matter what guys?

    I tried to install the latest version of itunes with windows 10 but he said "there is a problem with the installation package. A program to complete the installation could not be executed. Please contact the support staff. No matter what guys?

    (1) temporarily disable your security/antivirus software

    (2) download iTunes from the official source: http://www.apple.com/itunes/download/

    (3) try to reinstall

    (4) turn on your anti-virus

  • HP Envy 17-2100ed: problem with the installation of a driver on my laptop

    Dear readers,

    I have some time for problems with the installation of the drivers on the HP site. Whenever I chose a driver, such as for the Cyberlink Youcam software, the download process will be blocked at 28.9 MB, a total of 154 MB. I also tried to install the software for my HP printer, but once the same question.

    Can someone help me? Thanks in advance!

    Kind regards

    Amir

    Hello @Amirkalloe,

    Thank you for visiting the HP Forums! The Forums are a great place where you can find solutions for your problems, with the help of the community!

    I came across your post about the problem of driver and he wanted to help!

    Problems installing drivers, or by downloading the drivers?  If you have problems to install the drivers, you can use the tool on the following site:

    Open the Windows Update troubleshooting tool

    Let me know how it goes.  Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution', this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Have a great day!

  • Problem with the Installation of JAVA in my new Dell running Windows 7

    Problem with the Installation of JAVA in my new Dell running Windows 7 - error message when you try to intall Java using Chrome.

    "lib'charsets.jar: old file not found."  However, a file of the same name was found.  No updates since the contents of the file do not match. »

    Then "Java update fails to apply the changes to your system."

    Then "error 1722.  There is a problem with this Windows Installer package.  A fun program as part of the Setup did not finish as expected.

    Earlier, I had a problem with the video and had Windows reinstalled 7.  Now my AOL games don't show/reading.  JAVA said error 1722 is an InstallShield error code. It indicates that the installation process has failed. The exact reason for this error is not known at this time.  I was told to uninstall JRE (Java Runtime Environment).  I find two versions of Java on my system (no JRE) - Java (TM) 6 - update 14 and 14 (64-bit).  Should I uninstall both?... OR WHAT?

    Hi Betty48228,

    Here's how to solve your problem:
    (1) uninstall all versions of Java.
    (2) the uninstall will probably fail. If so, get Revo Uninstaller free http://www.revouninstaller.com/revo_uninstaller_free_download.htmland uninstall Java in advanced mode (integrated Java uninstaller runs, failure and then Revo will delete everthing manually). You will need to restart your PC.
    (3) reinstall Java: http://java.com/en/download/

  • Hi.I download Microsoft Security Essentials and installation becomes a problem with the code: 0 x 80070643. If you can help me...

    Hi.I download Microsoft Security Essentials and installation becomes a problem with the code: 0 x 80070643. If you can help me...

    Support Microsoft Security Essentials forums
    http://social.answers.Microsoft.com/forums/en-us/category/MSE

    Can I install Microsoft Security Essentials [or any other anti-virus/anti-spyware application] to clean my already infected computer?
    http://social.answers.Microsoft.com/forums/en-us/msescan/thread/87058857-D181-4019-a723-efd9a49d9275

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Problem with the Package Windows Installer... when trying to install ITUNES 9.2 and Quicktime.

    I bought an IPHONE 4 yesterday.  For more than 7 hours, I tried everything to download ITUNES 9.2.  I get the same error.  I spoke with apple as Microsoft.  I didn't PAY to get assistance from Microsoft yet and I hope I don't have to.

    Error: problem with the Windows Installer Package.  A program required for this install to complete could not be run.  Contact your provider to support personal or package.

    I have Windows XP.  I uninstalled and re-installed Safari and which did not help (at one point, I had problems with Safari).  I also have at one point received an alert on 'applesync.notifier' could not be executed.

    I have no idea where from here, but I'm frustrated.  I want to use my phone for something more than "just a phone" and I can't.  I have to carry my OLD Iphone (1st generation original).  Help<><>

    There is a simple way to do it!

    I had this problem too, but I did

    first open Installer u then let it install

    When you get the messege, click ok and it will say restoration of action but don't get put off by this cause after 5 min, it will say: it is installed and restart your computer

    hope this has helped

  • Problem with the installation of the webcam VX2000

    problem with the installation of vx2000.  After installation, I hit finish and get error Lifecam.exe has encountered a problem and needs to close.  The program is installed and the icon on my desktop but when I try to open it I get the error.  There is no Logitech drivers installed, have the latest version of the driver, uninstalled/installed in many times, did a clean boot.  Tried on another computer (same operating system) cam and installed and worked perfectly.  Reformatted the drive on my computer and and had the same problem error once again.  Checked the error reports and it shows kernel32.dll as the defective module but it, s not to be missed in System 32.  It may be corrupt and I would like to replace it.  If anyone can shed some light on this problem it would be greatly appreciated.  Thanks, Max

    Hi Max1215,

    Follow the steps in the article.

    Troubleshoot failures to find the new LifeCam hardware

    Troubleshoot installation of Intellipoint and IntelliType LifeCam software

  • PROBLEM WITH THE INSTALLATION OF UPDATES

    When the computer tells me to reboot to complete the installation of updates, I do.  It stops normally, but when he tries to restart, the screen goes completely dark.  I have to press the market / stop button for 4 seconds & it stops.  I wait a few minutes start computer & it starts normally & then it finish installing updates.  My question is what could cause the problem?  I learned recently by Microsoft (office of answers) that there is a big possibility that I corrupted the registry files. She did a remote help on this laptop for a problem with the execution of any Microsoft fix it Solutions.

    I would like to know what else could be the cause of the problems and what I could try to fix it?

    CF. http://answers.microsoft.com/en-us/windows/forum/windows_vista-update/windows-updates-wont-install/9ae86061-ff1e-4996-b5a2-8918d01588ab (10 Dec-15)

  • Message 'there is a problem with the Windows Installer package

    I have Vista 64-bit Service pack 2

    On my computer HP ProtectSmart Hard Drive Protection has stopped working... .it shows such as the disabled and 'activate' is grey.

    I went to HP to download the new version.  It downloaded, but then to install I got the following message:

    "There is a problem with the Windows Installer Package.  A program run as part of the Setup did not finish as expected.  Contact your supplier of staff or the package of support ".

    How can I fix?

    Please help pleas...

    Thank you

    "C:\Windows\system32\msiexec.exe'-I 'C:\Users\David Candy\AppData\Local\Temp\IPDT_Install.msi '.

    Is the command line to install a particular product. Use the Task Manager to find your command line.

    Then change to add logging.

    "C:\Windows\system32\msiexec.exe" - working '% userprofile%\desktop\install.log'-I 'C:\Users\David Candy\AppData\Local\Temp\IPDT_Install.msi '.

    FixIt

    Microsoft has a range of automatic programs to solve common problems. To see Windows Installer problems

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall/en-us

    For the visit of the list the most comprehensive

    http://support.Microsoft.com/FixIt/en-us

    When you choose to download, choose the option to run on another computer. You can then save it to a folder on your hard drive. Open the folder, open the folder fix this laptop and run Run Fix It. It will contain all 27 FixIt.


    --

Maybe you are looking for

  • where to change the outgoing server

    Just put a ssl on my outgoing server and need to update the settings for the outgoing server. It seems that this function within thunderbird is incomplete. After some googling I was able to get to a place where I could drop to the bottom of all the s

  • Where to get the replacement drive recovery for Satellite 2450

    Hello Miss me the recovery for my 2450 disk, anyone know where I can get a replacement?It is running a bit slow and you want to re - install XP Thank you Michael

  • Re: How to get the system running again on my laptop satellite

    Everything ok and ongoing run (Vista 32 bit), also installing the update for Intel chipset seemed to agree,but subsequently requested reboot does not work... and the horror began :( No matter if the hard drive is installed or not, following events oc

  • I have a few questions about Satellite Pro L300

    1.) how can I update my Bios? I find the zip file, but no further information how it works? 2.) I want to upgrade to more memory. 2GB are less for quick work. Where I could find information on the memory controller-p. e.g. voltage, Timings... to pass

  • What windows is compatible with hp 6730 s (Core 2 Duo, T5870 @2.00 GHZ, 4 GB RAM)?

    Hello I use HP 6730 s with Machine configs as below: Processor: Core 2 Duo, T5870 GHZ @2.00 Installed RAM: 4 GB RAM I want to know what version of Windows on the bottom would be more compatible with my laptop? 1. Windows XP 2. Windows Professional 32