Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "esxi"
-
I heard this joke a long time ago and I've tried getting laughs ever since. I swear I won't give up trying.
A priest, a surgeon and an engineer are going golfing on a Saturday. The golf club owner says the court is unavailable - on Saturdays the golf course is in use by a group of firemen who lost their eyesight while rescuing golf club members out of the club house a year back. The surgeon exclaims "that's awful! I'll arrange a fundraiser, maybe we can help improve their eyesight." The preacher folds his hands and states "my communion will include them in our prayers." The engineer is silent for a moment, then asks: "Can't they just play at night?"8 -
Correcting basic programming exam, see this part of an answer:
---
for round in all_days:
if round+1 < round:
---2 -
Scrum CSM course: it's good to accept that we can't be perfect.
Also CSM course (1): if it's not followed perfectly it's not scrum
Also CSM course (2): scrum won't work in your team unless the whole organization adopts it
CSM course provider after cert: $1k CSM cert isn't enough to practice Scrum responsibly12 -
This is how you break your own brain... And oh, did I mention that all this is running on vSphere/ESXi?2
-
Not really dev but: Starting in a new job this August, I'm going to be honest and say I'll miss the warm days of lunching outside the university's beautiful Informatics department.1
-
Starting dev job with .NET (various stack levels I think) in a couple months, beginning with a paid intro course. Any tips for stuff I should look out for, awesome training tools etc? Background: java, some js, some Python.4
-
TLDR: I need advice on reasonable salary expectations for sysadmin work in the rural United States.
I need some community advice. I’m the sysadmin at a small (35 employee) credit card processing company. I began as an intern and have now become their full time sysadmin/networking specialist. Since I was hired in January I have:
-migrated their 2007 Exchange server to Office 365
-Upgraded their ailing Windows server 2003 based architecture to 2012R2
-Licensed their unlicensed VMware ESXi servers (which they had already paid for license keys for!!!) and then upgraded them to 6.5 while preventing downtime on hosted VMs using tricky transfers and deployments (without vMotion!)
-Deployed a vCenter server to manage said ESXi servers easier
-Fixed a three month gap in their backups by implementing Veeam, and verifying its functionality
-Migrated a ‘no downtime’ fileserver to a new hypervisor host, implemented a ‘hot standby’ server as a backup kept up to date by the minute with DFS replication.
-Replaced failing hard drives in a RAID array underlying their one ‘business critical’ fileserver, which had no backups for 3 months at that time
-Reorganized Active Directory and Group Policy deployment from a nightmare spiderweb of OUs and duplicate policies
-Documented the entire old network and now the new one as I’ve been upgrading this
-Audited the developers AWS instances and removed redundant machines, optimized load balancing on front end Nginx servers, joined developer run Fedora workstations to the AD domain and implemented centralized syslog monitoring on them.
-Performed network scans and rewrote firewall exceptions to tighten security
There’s more, but you get the idea. I’ve now been tasked with taking point on an upcoming PCI audit which will be my first.
I’m being paid $16/hr US, with marginal health benefits. This is roughly $32,000 a year, before taxes.
I have two years previous work experience managing a third party Apple repair facility (SimplyMac) and every Apple certification for warranty repair and software troubleshooting. I have a two year degree in general sciences, with about 4 years of college credit (Two years of a physics education and two years of computer science after I switched focus) I’m actively pursuing a CCNA and MCSA server 2016 with exams paid for and scheduled.
I’m going into a salary negotiation in two months. What is a reasonable salary to request, from your perspective, for someone in my position?
Thanks in advance!6 -
Reading a 36 page article on REST for a course on OSS, and I'm pretty sure the combination of background sound generators (waves, fire, singing bowl, cat purrs) is what's going to get me through this exam...
PS: Recommend http://purrli.com for all demotivated, cat-deprived devs out there.2 -
Second big school project. Designed for at least 2 people. Quite a lot of work for the given time but not impossible to do, as I thought. Oh boy was I wrong.
My partner and I chose a networking project which included setting up a ESXi-Server, a VM (with Windows Server 2008 R2) and a router. We are both not unknowledged so I thought this would be easy-going.
I quickly recognised that my partner liked to spend his time at home rather than actually doing something so I ended up doing nearly everything.
When it came to documenting everything he tried to write something, but it had so many mistakes i had to correct it over and over again.
I asked him multiple times, if we should split and he denied every time and promised to work harder.
End of that story was him being expelled from school because of to many missed lessons and me finishing the project alone. Got a B+ for it.1 -
Not a rant but i got my first homelab server this week :D
Looking forward to playing with it. Already installed esxi,and openvpn.
:dell poweredge t130 with 16 gb ram i found for a reasonable price. -
Non-dev: Good science, tech, and/or video game inspired drinks, whisky-based or otherwise?
To start: http://imgur.com/a/zJwy14 -
Being drunk I keep thinking I can't get back the years I didn't spend programming when I was 16-20. What do now? Want to do Web but all I know is a micro part of everything. I can make a demo in old Unity. I have shitty basic skills in Java, Python, Pascal, JS + React. Also basic UX, Adobe design programs like AI, PS and ID. Nothing proper, and home projects just don't seem to cut it. Irl bards can't get no work4
-
Is it doable to install macOS on a hypervisor on aws/google/azure and use it via VNC screensharing?4
-
I wish multiple notifications would just be condensed into one on my phone... The notification menu gets cluttered by the separate replies and ++s.
Maybe instead have something like "devRant: 2 replies, 1 mention, 1 ++"?2 -
JS scrub doing a course using React. Necessary scripts provided in the course are only available as online .js files, not node packages. Keeps failing no matter how I try importing. Trying to find alternatives, but seems like no-node packages are only remnants of the past.
Get tips like this: "You should take a look at how you can combine js files with built-in modules." -
So I guess this doesn't really fall under dev, more web and net admin, but here it goes.
I am trying frantically to migrate our (@Gerrymandered and I) website from a hosted solution with Namecheap to my new personal badass server, Vector. The issue is that I need to host multiple subdomains under one IP. I learned how to use apache2's VirtualHost feature, and eventually made them all work. But now we need to get our 3 year SSL Certs that we already paid for working. Try to get ssl pass through... Nope. Fine, just use the VHost then forward it unsecured to the local ip which only accepts connections from the Apache host. But wait! I want to access my ESXi config page remotely too! Good GOD it is a pain in the ass to get all of this working, but I somehow did. Evidence is at https://git.infiniit.co, which is hosted on the same network as the ESXi control panel. *Sigh of relief* now I can sleep right? 😥29 -
That moment when someone in test runs rm -rf as root to delete log files, and you remember that server is running on ESXi.1
-
Hey devs or sysadmin here in devRant I wanna know what hypervisor are you using in production or dev environment??
I will annex the hypervisor that I know and I work on, but are free to add more.
Vote with a "++" in the hypervisors that you use.9 -
Today at work, I had to do a dry run of our new production environment config for our VM server.
So I setup ESXi in a vm in my workstation. Installed it it, no problem. Setup some VMs, still going good. Then my supervisor came and said I have to make some tweaks and use vCenter. I thought: meh, that came late but ok. Download the vCenter installer from our internal CDN and ran it. Sorry general config, blah blah blah. "Setup with embedded or external platform service controller?" -"Embedded" - "minimal requirements: 11GB ram, 250GB disk storage, 2 CPU cores". Well... Fuck me. My workstation specs: 8 GB RAM, 128 GB SSD, 4 cores.
What the bloody fucking hell does this stuff need 250 GB disk space for?!
Well at least I've got a permanent upgrade for my workstation.1 -
Recently got a couple r710's and started dabbling in the world of ESXI and wondered if anyone had any experience here? And if they did wouldn't mind being a mentor/tutor from time to time?5
-
PM: Can we setup this new server today ?
Me: Sure, where is the ESXi setup CD ?
PM: ehh, wasn't in the box ?
Me: nah
So Finance team can't ctrl+c, ctrl+v from what we send them and actually buy stuff we need :D1 -
Currently thinking of changing my dual boot setup on my desktop for ESXi with Windows (with GPU passthrough) and Ubuntu as second VM...
What do you think?2 -
Not quite dev-related, but I once had to migrate and replace a Windows Server 2003 Domain (1 DC) to a new Windows Server 2016 Domain Controller. The network consisted of about 30 PCs, 1 DC and 1 DB Server.
Eventhough it worked, I wouldn't do it again... 😰
At the beginning I almost deleted the old Domain Controller VM from the old ESXi host server, before any VM backup existed. Close one... -
When you ask for a local dev server for ages so your not running on live environment and your given an iMac to use as a server /facepalm
And to make it worse... was asked if that iMac could still be used as a dev machine at the same time!
No I installed ESXi on it now (managed to get that working) massive facepalm1 -
I am still astounded by how vCenter is able to vMotion itself between hosts while still remaining in control.
-
When you shutdown an esxi box... then realise your vcenter vm (and your vsphere web client connection) went with it!