Posts

Showing posts from November 17, 2018

Nutanix Foundation fails during pre-checks on SuperServer 6029TP-HTR

Image
up vote 0 down vote favorite i'm trying to do foundation on my Superserver 6029TP-HTR. Foundation: 4.2.1 NOS: 5.5.7 Connectivity between IPMI node and Foundation VM is ok. I'm trying to install inserting each IPMI IP user/pwd. Installation starts correctly, each node starts with Phoenix image but at 44% foundation fails during pre-install sanity tests. This is the debug.log's output: 20181110 09:17:42 INFO Node with ip 192.168.7.21 is in phoenix. Generating hardware_config.json 20181110 09:17:45 ERROR Command '/usr/bin/python /phoenix/layout/layout_finder.py local hardware_attributes_override={"minimal_compute_node":false}' returned error code 1 stdout: stderr: Traceback (most recent call last): File "/phoenix/layout/layout_finder.py", line 206, in write_layout("hardwar

Panghta

Image
Village in Sagaing Region, Burma Panghta Village Panghta Location in Burma Coordinates: 24°37′N 95°7′E  /  24.617°N 95.117°E  / 24.617; 95.117 Coordinates: 24°37′N 95°7′E  /  24.617°N 95.117°E  / 24.617; 95.117 Country   Burma Region Sagaing Region District Hkamti District Township Homalin Township Time zone UTC+6.30 (MST) Panghta is a village in Homalin Township, Hkamti District, in the Sagaing Region of northwestern Burma. [1] [2] References ^ Google Maps (Map). Google. |access-date= requires |url= (help) .mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-positi

Why do i need to write (answers[random.randint(0, len(answers) - 1)] instead of random.choice?

Image
up vote -2 down vote favorite Hello everyone I learned the basics of python. I wanted to start a project on a magic8ball. It didn't worked so I searched a bit and found a working code. He uses this weird thing and I don't know why. Can someone explain what this means? python share | improve this question edited Nov 11 at 11:02 quant 1,438 1 12 26 asked Nov 10 at 20:54 Achilles 2 1