I wrote a simple batch script to simplify the process of adding a new wireless user in the HP MSM720 AP for our network guy. It also includes a log file which keeps all the detailed information of what happened while executing the commands in the AP. @echo off cd /d %~dp0 set ADMIN=root set … Continue reading Use batch script to add wireless user in HP MSM720 AP
Use svcmon to monitor V7000 SAN
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
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