I managed to set up the svcmon to monitor the V7000. Here is my how to: 1) Create passwordless SSH user svcmon Use ssh-keygen to generate a key pair, then create a new user named svcmon (in the admin group) in V7000 and grant the public key. 2) Install the svcmon, I wrote a bash … Continue reading Use svcmon to monitor V7000 SAN
Author: Jackie Chen
Block password policy in AD LDS
By default, the AD LDS inherits the password policy from the AD domain. In some scenarios, you may want to block it. Here are two ways to do it:1) Use ADSI Edit tool, and navigate to the 'CN=Directory Service, CN=Windows NT, CN=Services, CN=Configuration, CN={guid}' set 'ADAMDisablePasswordPolicies=1' in the Attributes.2) dsmgmt commanddsmgmt "Configurable Settings" Connections "connect … Continue reading Block password policy in AD LDS
Install IBM V7000 Storage Management Pack in SCOM
1) Create a AD group (e.g IBM_V7000_Monitor) and add the SCOM service account in. Then link the AD group in the V7000 remote LDAP access.2) Download the IBM Storage MP from IBM fix central then install it on the SCOM server. Choose custom installation to remove the unnecessary components. In my case, I only install … Continue reading Install IBM V7000 Storage Management Pack in SCOM
IBM V7000 Overview Mindmap
Use UbuntuOne behind proxy
By default, UbuntuOne does not work behind a proxy. To make it work, you have to install ubuntuone-client-proxy (sudo apt-get install -y ubuntuone-client-proxy ), then restart the UbuntuOne. Now there is one more ubuntuone related process running in background. ps aux | grep ubuntuone jchen 8688 2.7 1.4 180816 56852 ? Sl 13:20 0:01 /usr/bin/python /usr/bin/ubuntuone-control-panel-qt … Continue reading Use UbuntuOne behind proxy