Sunday, July 24, 2022
CertUtil to verify MD5 and SHA256 checksum
Thursday, April 21, 2022
Update firmware for MDS 9700 switches
You can find the steps at Cisco site to perform non-disruptive upgrade on MDS 9000 switches. I add some additional steps.
1) Read release notes and discuss with support to determine which version to upgrade. Then, download the correct firmware file. Supervisor 3 and supervisor 4 in MDS 9710 firmware files are different.
Saturday, March 26, 2022
Isilon NDMP throttle
There are 3 shares in the Isilon with very complex folder structure. They are deep and contain lots of small files. Again, you need to follow tech spec guide. You cannot have more than 1 million files per folder. We have a NFS share with over 100,000,000 files but we have a folder created under the share each year.
Only issue is backup. When NDMP backup is run, it uses a lot of CPU when it reaches some folders. It can reach 80% CPU usage. Same thing when we use Datadobi to migrate to Isilon. When it reaches those folders, scan speed will drop by 50%.
I have Gen 6 nodes with OneFS 9.1. From the doc below, it requires Gen 6 nodes and the command is available in OneFS 8.2 (see link below). Looks like this setting can be modified thru CLI only. At least with 9.1, I don't see it in the GUI.
1. Run the following command through the command line interface to enable NDMP Throttler:
isi ndmp settings global modify --enable-throttler true
2. View the setting by running the following command:
isi ndmp settings global view
3. Default settings are 50% for CPU throttle threshold. I use command below to change it to 65.
isi ndmp settings global modify –throttler-cpu-threshold 65
Isilon spare settings
Open SmartPools settings
Enable Global Spillover pool if you have more than 1 pool.
Make sure Virtual hot spare is selected. Our environment is small and use 1 virtual drive. For bigger environment, use % of total storage instead. EMC tech suggests 10% of total storage.
Wednesday, November 10, 2021
PowerMax: embedded Unisphere with Solution Enabler
5) Edit netcfg in SYMAPI directory in the SE Client. Add the entry of both management IP and primary IP first. In the case below, if you manage two PowerMax, you can add the 2nd site to netcfg file.
Wednesday, September 29, 2021
Connect USB to VirtualBox guest
To connect USB device to guest in VirtualBox. First is to install Oracle VM extension pack. I download it from VirtualBox site. Follow instructions to try to install thru GUI with host running Bodhi 6.0 but it gives me some weird error msg. So, I try command below instead and it works fine.
VBoxManage extpack install
After successful installation, I can see option to select USB 2.0 and USB 3.0 in VirtualBox.
However, it is still not discovering my USB devices. I check /var/log/dmesg to confirm the USB devices are discovered correctly. Then I add bodhi to vboxusers group.
usermod -aG vboxusers bodhi
reboot the host and now, I can see the USB devices.
Saturday, September 25, 2021
Bodhi Linux as Virtual Box host
Thursday, September 23, 2021
NetWorker NDMP backup for Isilon failed after upgrade from 19.4.0.1 to 19.4.0.3
custom firmware with old TP-LINK WR1043ND
Recently, I try to update my old TP-LINK WR1043ND v1.6 for my lab. Doing some research in the forum and confirm couple of old firmware version are ok with h/w ver 1.x. The latest version that has been tested successfully is r39290 based on the link below.
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=319186&highlight=r39230
So, I take a chance and flash r39296 using factory to ddwrt image. The router boots up successfully. Power cycle it again to confirm.
Looks like WEB GUI upgrade will not work after version r33375. My future upgrade will have to go thru tftp option.
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=62217&start=2445
I will test the rest of the function this weekend.
*** Tested the ethernet connection for a week. No issue. Will test the WiFi. (Aug 28, 2019)
*** Tested WIFI for a week and no issue found so far (Sep 8, 2019)
*** WIFI sometimes freeze after 6-8 hr of use. Need a complete reboot of the router (Sep 13, 2019)
=========================================================================
To flash Gargoyle firmware, first upload the original firmware vendor firmware back following the link below.
https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=315817&postdays=0&postorder=asc&start=0
Then, follow https://www.gargoyle-router.com/wiki/doku.php?id=tp-link-install to install the 1.10 stable version of the firmware.
*** Tested Gargoyle 1.10 and ethernet works great. Management GUI responses much faster than ddwrt (Nov 10, 2019)
*** Tested WIFI next week. WiFi is not great. Perhaps due to insufficient CPU power.
Thursday, June 3, 2021
Update Raspberry Pi and basic commands
I have purchased a Raspberry pi 4 with 4GB RAM for my dad as a desktop replacement. He only uses it to login to the bank, check news and look for deal.
Here are some commands I used to update the Raspberry OS.
sudo apt update
sudo apt full-upgrade
Use commands below to check temp of the board and CPU
sudo vcgencmd measure_temp
sudo vcgencmd measure_volts
To read Chinese in the browser, run the command below to install the fonts.
sudo apt-get install fonts-arphic-uming











