I recently had a need to create a new container in an existing Nutanix storage pool from a web interface. I did it using PHP. I figured since I wrote the code, which is very similar to the cloning script I posted here, I may as well post this as […]
Estimated reading time: 1 minute
In my last article, I showed a simple way to read data from a Nutanix cluster using PHP. This method was simple because it didn’t have to send any data to the cluster, just retrieve it. We simply fetched a JSON file to show the data we wanted to show. […]
Estimated reading time: 1 minute
Here is a bit of a change from the usual datacenter type posts. A nameless friend of mine recently plugged her Ipod into a different PC that was set to auto-sync. It appeared to erase all of her MP3s from her Ipod without prompting or intervention. I am not familiar […]
Estimated reading time: 3 minutes
I feel like I’ve had to write and re-write this script repeatedly as I’ve needed it for various customers and tasks. Today I figured I would post it in case anyone else will find it useful. This script is similar to the Push2Tape script that comes as a sample with […]
Estimated reading time: 2 minutes