SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.
VMware vCenter Installation
Summary: How to install vmware VirtualCenter.
Date: Around 2008
Refactor: 29 April 2025: Checked links and formatting.
This is the installation of VMware VirtualCenter on Windows Server 2008 Standard SP2 64 bits. Installed like Windows Server 2008.
vCenter 5.1 Database Agent Jobs
Summary: How to troubleshoot the vCenter 5.1 Database Agent Jobs.
Date: Around 2013
Refactor: 29 April 2025: Checked links and formatting. \\}
After the upgrade from vCenter 5.1 GA to release 5.1.0b and moving vCenter to a new server we had a small issue with the vCenter database agent jobs, as we had this error:
Could not find stored procedure 'purge_stat1_proc'. [SQLSTATE 42000] (Error 2812). The step failed.
This caused me to look a little bit more into the database agent jobs.
vCenter Scheduled Task
Summary: How to schedule a task in vCenter to start a Virtual Machine.
Date: Around 2012
Refactor: 29 April 2025: Checked links and formatting.
How to schedule a task in vCenter to start a Virtual Machine:
- Logon to vCenter → Tasks & Events → Scheduled Tasks
- Click on the “New” button
- In the “Schedule Task” dialog select the “Change the VM power state”
- In the “Change a Virtual Machine's Power State” dialog:
- Select the virtual machine
- Select the required Power Operation (Power on)
- Note that it's possible to select a specific host to power on the virtual machine on.
- Give a task name and description and set the the frequency (once - later - 20:00 - today)
- Fill in the email addresses to notify after task completion
AIX Reading Passwords
Summary: ALthough AIX is by now on version 7.3 I find these old pages so fascinating I decided to keep them. On this page I'll show you quickly hide passwords from the screen. This page is for AIX 5.3 and AIX 6.1.
Date: Between 2010-2013
Refactor: 21 December 2024: Checked formatting.
If you have a script which requires a password somewhere as input and you don't want to have that password displayed on the screen, this is how you do it:
# Request for the password of the ORACLE_USER printf "Provide password %s user: " $ORACLE_USER # Save the current settings of the terminal session stty_orig=`stty -g` # Change the terminal session settings so it won't display input anymore stty -echo # Read the input from the script operator read ora_secret # Set the terminal back to it's old settings stty $stty_orig
This wiki has been made possible by:
