Thursday, March 2, 2017

Unable to add Cluster on NetApp OnCommand Performance Manager

Hi guys!

ERROR:
Error:
Cluster <xxx> is currently managed by the following instance of OnCommand Performance Manager:
URL:                       https://<xxx.xxx.com>:443
System ID:          <uuid-here>
Managing a cluster with multiple instances of the same application will impact the performance of the cluster.
You must remove cluster <xxx> from the instance of OnCommand Performance Manager above before adding it to this instance of OnCommand Performance Manager.


SOLUTION:
CLU::> set -privilege diag

Warning: These diagnostic commands are for use by NetApp personnel only.
Do you want to continue? {y|n}: y

CLU::*> application-record show
  (cluster application-record show)
Name            Value              Last Modified Timestamp Modified From
--------------- ------------------ ----------------------- --------------
app-OnCommand Performance Manager-b6f4e437-b23b-4223-8c87-f7f634e07ce5
                {"id":"b6f4e437-b23b-4223-8c87-f7f634e07ce5","url":"https://xxx.xxx.xxx.xxx:443","version":"7.0","dateAdded":"2017-03-01 11:28:04.895"}
                                   3/1/2017 11:28:28       172.30.2.104

CLU::*> application-record delete -name "app-OnCommand Performance Manager-b6f4e437-b23b-4223-8c87-f7f634e07ce5"
  (cluster application-record delete)

CLU::*> application-record show
  (cluster application-record show)
This table is currently empty.

CLU::*>

Monday, January 9, 2017

Friday, December 23, 2016

NetApp Certified Data Administrator, ONTAP

Buenos días!
comentaros de mi nueva certificación en NetApp.
Por este año ya lo dejo, pero en breve espero tener otra!

Felices Fiestas y Próspero Año Nuevo!

Thursday, November 10, 2016

How to reset the counter on Machine Creation Services on our Citrix Platform

SOLUTION : 

1. Get-AcctIdentityPool to get the identity pool name 

2. To change the "start count" to the number you want in this example the startcount will change to X 
New-AcctAdAccount -IdentityPoolName "%IdentityPoolName%" -Count 1 -StartCount X where X is the number do you need to start

Tuesday, October 11, 2016

Citrix Certified Associate - Virtualization (CCA - V) - Managing Citrix XenDesktop 7.6 Solutions

Nueva titulación superada! 1Y0-201 - Managing Citrix XenDesktop 7.6 Solutions

Thursday, March 31, 2016

HOW TO Configure same Bookmark for all users logged in a Windows Server

I use ADM & ADMX templates for Google Chrome in my Windows.
To download ADM or ADMX templates: https://support.google.com/chrome/a/answer/187202?hl=es
and to put BookMarks follow this guide https://www.chromium.org/administrators/complex-policies-on-windows but this is an example from below link:

[ { "name": "ASA 5505-X", "url": "https://192.168.30.200/" },{ "name": "PALO ALTO 2050", "url": "https://192.168.30.201/" },{ "name": "Fortigate 60D", "url": "https://192.168.30.202/" },{ "name": "WLC 2500", "url": "https://192.168.42.100/" },{ "name": "MX64", "url": "http://192.168.42.220/" },{ "name": "MS220-8P", "url": "https://192.168.42.221/" },{ "name": "MR32", "url": "https://192.168.42.222/" },{ "name": "MR26", "url": "http://192.168.42.223/" },{ "name": "CISCO ISE", "url": "https://192.168.42.210/" },{ "name": "CISCO PRIME", "url": "https://192.168.42.211/" },{ "name": "OPENVAS", "url": "https://192.168.42.230/login/login.html" }]

The next image show you how to configure Local Computer Policy with Google Chrome ADM


Here I enable Bookmark Bar


And final result



Thanks a lot !!