What Are You Doing Right Now
-
On Host 1 no access
-
@DustinB3403 said in What Are You Doing Right Now:
@travisdh1 actually, on host 2 yes.
Let me retest on host 1.
Stick with the full backup and reboot plan, I was just wondering if DOM0 ran out of space on whatever it's using for /var/log?
-
Planned downtime will be at 5 tonight
-
XAPI has reported errors, I've got host 2 back to a semi-functional, albeit "XAPI is not running" on the host.
Rebooting hopefully will fix the issue.
-
Happy Friday!
-
This topic here list the same issue I see on host2 (state.db has an old time stamp)
Going to do a reboot tomorrow of the hosts in the cluster. Will perform a full backup first for good measure.
-
@MattSpeller said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
Man, this 8 drive RAID10 is fast. It is absolutely blasting through 215 Windows updates.
Spinning rust? That'll get you pretty good performance.
Especially at 15k RPM.
-
Downloading Black Ops III. It's free to play this weekend on Steam
-
Also, on sale:
-
I just got a box of swag and snacks from Barkly. And a $35 gift card for AMC theatres. Not bad.
-
...and I just had a great conversation with the boss about virtualization and why we should be using it. I think I will have some hefty hardware to virtualize our whole infrastructure (development testing environments included) by the end of the year. Today is a truly great Friday... the weather is awesome today, I'm going home in a half hour, and I finally got a partial green light for making VMs.
-
@RojoLoco said in What Are You Doing Right Now:
...and I just had a great conversation with the boss about virtualization and why we should be using it. I think I will have some hefty hardware to virtualize our whole infrastructure (development testing environments included) by the end of the year. Today is a truly great Friday... the weather is awesome today, I'm going home in a half hour, and I finally got a partial green light for making VMs.
Archived diary from 2005?
-
@thwr said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
...and I just had a great conversation with the boss about virtualization and why we should be using it. I think I will have some hefty hardware to virtualize our whole infrastructure (development testing environments included) by the end of the year. Today is a truly great Friday... the weather is awesome today, I'm going home in a half hour, and I finally got a partial green light for making VMs.
Archived diary from 2005?
I was just going to comment pretty much the same thing.
-
@thwr said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
...and I just had a great conversation with the boss about virtualization and why we should be using it. I think I will have some hefty hardware to virtualize our whole infrastructure (development testing environments included) by the end of the year. Today is a truly great Friday... the weather is awesome today, I'm going home in a half hour, and I finally got a partial green light for making VMs.
Archived diary from 2005?
Sadly, no. But because they had lots of trouble with VMware a few years back, management has shyed away from virtualization altogether. I have managed to change that attitude by just wearing them down with facts. It's past due, but a victory nonetheless.
-
@RojoLoco said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
...and I just had a great conversation with the boss about virtualization and why we should be using it. I think I will have some hefty hardware to virtualize our whole infrastructure (development testing environments included) by the end of the year. Today is a truly great Friday... the weather is awesome today, I'm going home in a half hour, and I finally got a partial green light for making VMs.
Archived diary from 2005?
Sadly, no. But because they had lots of trouble with VMware a few years back, management has shyed away from virtualization altogether. I have managed to change that attitude by just wearing them down with facts. It's past due, but a victory nonetheless.
Aye
-
@JaredBusch said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
Probably due to my embedded background.
Speaking of that, the owner approved my project to build something for UPS monitoring. Going to order that RaspberryPi 3 kit later (probably tomorrow) and get this going.
Awesome. Will be a lot of fun.
Once i have this under my belt, I may seriously look at redoing it with a cheaper board and parts for wider roll out. THis is the best thing I can think of for a first project though.
Don't forget to make a thread on it. I know I'm interested.
As for something smaller and cheaper. I really think that the ESP8266 or the new ESP32xx would work nicely.
-
@gjacobse said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
Probably due to my embedded background.
Speaking of that, the owner approved my project to build something for UPS monitoring. Going to order that RaspberryPi 3 kit later (probably tomorrow) and get this going.
Awesome. Will be a lot of fun.
Once i have this under my belt, I may seriously look at redoing it with a cheaper board and parts for wider roll out. THis is the best thing I can think of for a first project though.
Don't forget to make a thread on it. I know I'm interested.
As for something smaller and cheaper. I really think that the ESP8266 or the new ESP32xx would work nicely.
ETA:
Please kind sir.
-
@gjacobse said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
@JaredBusch said in What Are You Doing Right Now:
@thwr said in What Are You Doing Right Now:
Probably due to my embedded background.
Speaking of that, the owner approved my project to build something for UPS monitoring. Going to order that RaspberryPi 3 kit later (probably tomorrow) and get this going.
Awesome. Will be a lot of fun.
Once i have this under my belt, I may seriously look at redoing it with a cheaper board and parts for wider roll out. THis is the best thing I can think of for a first project though.
Don't forget to make a thread on it. I know I'm interested.
As for something smaller and cheaper. I really think that the ESP8266 or the new ESP32xx would work nicely.
Again, it's uC vs full blown Linux on ARM
You will need to implement everything yourself on a uC, from reading a RTC to controlling single bytes in the UARTs Tx and Rx buffers. I'm not even talking about persistent storage here (reading/writing to an EEPROM or a flash card for example) or communication with the UPS, which will all be handled by some Linux packages for you.I can see little to no benefit for this project in using a uC vs a single core ARM which can run Linux.
-
Just got back from getting the car inspected.
-
Just had a minor breakthrough in my VDI setups... Seeing as our current setup has no DHCP server on the VLAN, and we don't have an installed SCVMM... I decided to tinker with powerrshell...
It actually is possible to change a machine's IP address with powershell... So I made it set the IP based on the Machine name, and done. Now I have a fully automated build again... No more manually touching VMs when time to re-image!