
Wednesday, November 30, 2016
Abstract provisioning using an Excel file

Tuesday, November 29, 2016
SQL Select Queries with JOINS for dummies

Tutorial : Resize a volume, the proper way

Thursday, November 24, 2016
WFA Powershell Commands Slow ?
Are you running WFA and are all PowerShell commands slow ?
Maybe CRL checking is enabled...
PowerShell cmdlets are sometimes "signed" and when they are run, they tend to go the the web and check the CRL (Certificate Revocation List). Now if internet connection is not allowed or slow, this will impact the speed of the commands.Wednesday, November 23, 2016
Create you first WFA workflow

Tuesday, November 22, 2016
How to install WFA on windows

Never installed WFA before ? Here is a step-by-step tutorial.
Monday, November 21, 2016
Wfa string, char and numeric functions

Generating number sequence in MySQL
Sometimes you need to create a dropdown box with a list sequential numbers. Now that can be just plain 1,2,3. But it could just as well be 400,500,600, ...
Use-cases are for example, you want to provide a dropdown box to resize a volume, but you don't want the operator to go below the current size and you don't want him to over 10TB for example and you always want it to be a multiple of 100GB. How do you provide such a list ?
Use-cases are for example, you want to provide a dropdown box to resize a volume, but you don't want the operator to go below the current size and you don't want him to over 10TB for example and you always want it to be a multiple of 100GB. How do you provide such a list ?
Find a netapp lun by WWID
When you create userinput and you need to present some luns in a dropdownbox, most of the time, you just list up your luns.
However, sometimes you want to create a portal to non-netapp people. Linux people for example. And they have no clue of what the lun is named.
They do however have the WWID, a hexadecimal string. Part of that string is the actual netapp lun serial number. With some simple MySQL querying, it's very simple to determine the actual lun.
Sunday, November 20, 2016
Powershell Transpose Table Data
I had a question from a friend this weekend how he could transpose a powershell table. I couldn't find anything working on the web, so created my own.
Saturday, November 19, 2016
WFA Datasource Template
If you are working with WFA for quite some time, you will eventually need more advanced workflows, requiring a custom scheme and dictionaries. And most likely you will want to import external data and import that data into you custom dictionaries. To import that data, you will need to have a custom datasource.
Subscribe to:
Posts
(
Atom
)