-
Recent Posts
- HPE 3PAR Adaptive Optimization configuration demystified
- 3PAR iSCSI Delayed ACK read or write performance issues
- Brocade 300 password recovery and factory reset
- vCenter Server Appliance 6.0 bug – Intermediate authentication issues – Native platform error -1765328378
- 3PAR with AO and SSDs. How much do I need?
Recent Comments
Archives
- July 2017
- June 2017
- March 2017
- February 2017
- October 2016
- August 2016
- November 2015
- October 2015
- September 2015
- March 2015
- January 2015
- December 2014
- November 2014
- September 2014
- April 2014
- August 2013
- May 2013
- April 2013
- January 2013
- December 2012
- May 2012
- April 2012
- March 2012
- December 2011
- October 2011
- March 2011
- February 2011
Categories
Meta
Category Archives: Powershell
3PAR iSCSI Delayed ACK read or write performance issues
I’ve noticed a few people running iSCSI 3PARs with Delayed ACK enabled and experiencing latency on their datastores. Here’s what happens when you disable it (SSD backed datastore): Before and after: VMware KB about it: https://kb.vmware.com/kb/1002598 I suggest to use … Continue reading
3PAR WSAPI via Powershell
Earlier I’ve demonstrated how to use 3PAR CLI with Powershell. In this example I will show how to work with 3PAR’s WSAPI via Powershell and poll last time remote copy group was synchronized (i use Last Sync date from first … Continue reading
Posted in 3par, Powershell, Random stuff
Tagged 3par, 3par api, 3par powershell, powershell, wsapi
5 Comments
VMware Site Recovery Manager remote Powershell script
You have a PowerShell script designed to run locally, but you need to execute it on remote computer via another product such as VMware Site Recovery Manager . You need to keep all your scripts in central repository but you … Continue reading
3par Powershell Example
HP has amazing product called 3par but it’s definitely lucking some features on add-on software side. One of the products HP offers is called HP 3PAR Recovery Manager Software for Microsoft SQL Server (RM-SQL). Purpose of this software is to … Continue reading
Powershell Help Desk tasks
This script will help automating some help desk tasks. For example in my current environment we put user’s name in the “Description” field. When user calls in helpdesk for a support, we need to connect to their machine. In a … Continue reading
XML and Powershell
Here’s a sample script which shows how to work with XML files in Powershell and much more. Logic of this script: Check if folder has more than 2 files If it finds more than 2 files send email via function … Continue reading