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, 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
Tuesday, May 18, 2021
D-LINK DIR882 with padavan firmware
Prerequisite
1) Putty
2) WinSCP
3) Download the older stable ddwrt build. (https://download1.dd-wrt.com/dd-wrtv2/downloads/betas/2018/08-09-2018-r36527/dlink-dir882-a1/factory-to-ddwrt.bin) There are some stable build in May, 2020 based on the forum, pls check ddwrt forum if you decide to use ddwrt firmware rather than padavan.
4) Download a copy of breed.bin. I find the link below is still working.
https://pan.baidu.com/s/1FH5pEl5VLKHRhzSzh7E1PA#list/path=%2F
5) Download a copy of padavan firmware for DIR882 (Thanks hanwckf) I prefer to use one prepared by hanwcfk. Fewer addon and the English translation in the GUI is done well.
https://github.com/hanwckf/rt-n56u/releases
6) There is always a risk to load 3rd party custom firmware on the router. It is not supported by the vendor. Do it at your own risk!
7) I don't find an English version of breed.bin. That may be a problem because it only displays in Chinese. You will need someone who know Chinese to complete step 17-19. As you can see from the screenshot, it is displayed in Chinese.
Update steps
1) Power off the router (there is a power button from the back)
2) Use a toothpick to press the reset hole
3) Power on the router. Wait for 10s and release the toothpick
4) Connect your desktop to LAN1 of the router
5) Change your desktop NIC IP to 192.168.0.11, subnet mask to 255.255.255.0 and Primary DNS to 192.168.0.1
6) Connect the browser (try to avoid Firefox) to 192.168.0.1.
7) Upload the ddwrt firmware and wait for it complete. Always pick the factory-to-ddwrt.bin if the router is on D-LINK firmware.
8) Change the desktop NIC IP to 192.168.1.11
9) Connect the browser to 192.168.1.1
10) Change the login and password from ddwrt GUI. If you decide to use ddwrt firmware, you can stop here.
11) Go to Service, enable Secure Shell. Also make sure password login under Secure Shell is enabled. Save the settings
12) Now, SSH to 192.168.1.1. Run the command cat /proc/mtd
13) Depending on the output, backup all the mtd# to /tmp
In my case, I have mtd0 to mtd6
Then, I run the commands below
dd if=/dev/mtd0 of=/tmp/u-boot.bin
dd if=/dev/mtd1 of=/tmp/u-boot-env.bin
...............................................
14) Use WinSCP to copy the backup (step 13) in /tmp of router to your computer. Then, delete all the backup (step 13) in /tmp.
15) Copy breed.bin from desktop to /tmp of router
16) Then run the command below from putty.
cd /tmp
chmod 755 mtd-write
mtd -r write breed.bin u-boot
18) Select firmware backup then, EEPROM. Save a copy on your local computer.
19) Select firmware update. Then select the padavan firmware for the DIR882 from your desktop. Then click upload.
20) Change the NIC to obtain IP and DNS auto. Then, point to browser to 192.168.123.1 with credential admin/admin
21) Change the GUI to English. First click on the Firmware version link found at the top right.
===============================================================
5/27 Checking hanwckf firmware link for all the issue. Looks like MU-MIMO is not supported if channel bandwidth is running at 160MHz.
https://github.com/hanwckf/rt-n56u/issues/319
===============================================================
6/15 Running very stable since end of May.
===============================================================
In router's web GUI, simply go
to menu path Administration --> Console and issue the following two commands,
clicking the Refresh button right after typing each one:
nvram set detectWan=0
nvram commit
Thursday, May 13, 2021
esrshttpdlistener keeps stopping
After rebooting eSRS GW, it shows it is online but it shows VE is not connecting to EMC. Checking services and see esrshttpdlistener is not started. Try to restart service and it won't stay up. Strange part is all network test are fine.
Most of the eSRS is firewall related. If it passes the connectivity test, check the hosts file as some users point out in the forum https://www.dell.com/community/Secure-Remote-Services-ESRS/ESRS-3-06-esrshttpdlistener-keeps-stopping/td-p/7039948/page/2
Compared the hosts file with the other gateway, I found out the one with issue has an entry
127.0.0.1 GW_hostname_longname GW_hostname_shortname localhost
So, I modify the entry to
127.0.0.1 localhost
Reboot and everything comes up fine.