Monday, August 12, 2013

HP ProLiant Server shutdown show “The system has halted” when it is install Dialogic Brooktrout Fax card

When a HP ProLiant Server shutdown and show “The system has halted” like the following:

image

It will be happen if the server is install a Windows Server 2008 R2 and also a Dialogic Brooktrout Fax card have been installed.

The issue is caused by the way in which the board is put into a low power state before the operating system shutdown.

Solution:

1. Change/Add the following registry:

image

2. Change BIOS setting:

The Minimum Processor Idle Power State has been configured for "No C-states" or "C1E State."

And/OR

The Intel QPI Link Power Management is set to "Disabled."

And/OR

The HP Power Profile is configured for "Maximum Performance."

Print Friendly and PDF
Share/Bookmark

AMD Bulldozer CPU Windows 7 hotfix

There are two hotfix will need to apply if you are using AMD Bulldozer-based CPU on Windows 7 PC

KB2645594

http://thehotfixshare.net/board/index.php?autocom=downloads&showfile=14474

KB2646060

http://support.microsoft.com/kb/2646060

Reference:

http://www.techbang.com/posts/8635-free-amd-fx-real-combat-effectiveness

http://www.techpowerup.com/158534/new-windows-7-bulldozer-patches-available.html

Print Friendly and PDF
Share/Bookmark

Sunday, August 11, 2013

Virtual wifi hotspot Win7/Win8

Instead of using Windows 7/8 built in feature to create Virtual WiFi Hotspot feature, there are other freeware Virtual WiFi Hotspot

http://virtualwifihotspot.codeplex.com/ will able to turn your machine (which is equipped WLAN card/connection) into a Wi-Fi hotspot. Users can wirelessly share any internet connection (Wifi, LAN, Cable Modem, Dial-up, Cellular, etc.) with any Wifi device (Laptop, Smart Phone, iPod Touch, iPhone, Android Phone, Zune, Netbook, wireless printer, etc.)
 
 
Print Friendly and PDF
Share/Bookmark

La Fonera Firmware 0.7.1 r2 to enable SSH and upgrade to DD-WRT firmware and also how to restore a DD-WRT ROM if upgrade fail

La Fonera Firmware 0.7.1 r2 to enable SSH and upgrade to DD-WRT firmware and also how to restore a DD-WRT ROM if upgrade fail

For initiate IP address:

169.254.255.1 /24

Default root account username and password
root /admin

Latest ROM

http://www.dd-wrt.com/routerdb/de/download/FON/LaFonera/2100/linux.bin/3593

2010-08-09

FON 0.7.1 r2 to enable SSH

1. Hardreset the AP by press “reset button”

2. The firmware become LanFonera Firmware 0.7.0 r5

3. Login FON and change the DNS to 88.198.165.155

4. Reboot the FON

5. Connect it via Wireless (Private SSID)

6. You will able to use SSH to connect to FON (IP: 192.168.10.1) (Username: root and Password: admin)

7. In the console, enter the following command:

# vi /etc/firewall.user

Remove the "#" in line 22, 23

# cd /etc/init.d

# mv dropbear S50dropbear

# passwd (Recommend to change it)

# sync

* Do not run the upgrade firmware in the admin webpage, the manual upgrade will cause the SSH port close.

Remark: You will need to change the Internet connection to DHCP or Static IP. PPPoE and PPTP did not able to change DNS setting. (You will need a SOHO router to solve this problem)

Reference:
http://tw.myblog.yahoo.com/jw!H0yGgI2LBRZnnqD_g3JoVsLJ/article?mid=13849

How to flash DD-WRT to FON? (Remark: The FON firmware version is or below 0.7.1 r1 and SSH have been enabled) (If you follow the above steps to enable SSH, your FON is already ready for flash DD-WRT)

File required:
1.                  openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma <http://fonera.info/camicia/openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma>

2.                  out.hex <http://fonera.info/camicia/out.hex>

3.                  DD-WRT firmware <http://www.dd-wrt.com/site/support/router-database> (for FON 2100: linux.bin <http://www.dd-wrt.com/routerdb/de/download/FON/LaFonera/2100/linux.bin/3593> )

Tools:

1.                  PuTTY <http://www.chiark.greenend.org.uk/~sgtatham/putty/>

2.                  tftpd <http://tftpd32.jounin.net/>

3.                  HFS <http://www.rejetto.com/hfs/>

4.                  Open a text file, copy the following text and save it as "step1.html"

            <html>
            <head>
            </head>
            <body>
            <center>
        <form method="post" action="http://192.168.10.1/cgi-bin/webif/connection.sh" enctype="multipart/form-data">
        <input name="username" value="$(/usr/sbin/iptables -I INPUT 1 -p tcp --dport 22 -j ACCEPT)" size="68" >
        <input type="submit" name="submit" value="Submit" onClick="{this.form.wifimode.value='";' + this.form.wifimode.value +';"'}" />
        </form>
        </body>
        </html>

5.                  Open a text file, copy the following text and save it as step2.html

        <html>
        <head>
        </head>
        <body>
        <center>
        <form method="post" action="http://192.168.10.1/cgi-bin/webif/connection.sh" enctype="multipart/form-data">
        <input name="username" value="$(/etc/init.d/dropbear)" size="68" >
        <input type="submit" name="submit" value="Submit" onClick="{this.form.wifimode.value='";' + this.form.wifimode.value +';"'}" />
        </form>
        </body>
        </html>

The procedure of flash DD-WRT firmware at the following:

1. Remove the Internet connection   

2. Power on FON and wait for the WLAN light up, then press reset about 30 sec and the WLAN light off.

3. Wait for FON restart and WLAN light up again.

4. Connect FON to your PC

5. Open steps1.html and click submit, then enter username: admin and password: admin

6. Open steps2.html and click submit 

7. Run HFS and add openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma and out.hex to the Root folder

8. Use PuTTY to connect FON via SSH (Username: root and password: admin)

9. Run the following command:    

# cd /tmp
# wget http://169.254.255.2:8080/openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma
# mtd -e vmlinux.bin.l7 write openwrt-ar531x-2.4-vmlinux-CAMICIA.lzma vmlinux.bin.l7
# reboot

Remark: vmlinux.bin.l7 , the "l" is the lowercase letter "L"

10. After the reboot completed, use SSH to reconnect FON and run the following command:

# cd /tmp
# wget http://169.254.255.2:8080/out.hex
# mtd -e "RedBoot config" write out.hex "RedBoot config"
# reboot

11. After the reboot completed, change computer IP address to 192.168.1.166 and submask to 255.255.255.0

12. Use the LAN cable to connect to FON (The WLAN light is off now) (Remark: If FON ip is 169.254.255.1 and then change computer IP to 169.254.255.2)

13. telnet 192.168.1.254 9000 (Keep ping 192.168.1.254 and try to telnet to FON. There are around 10 sec able to connect to RedBoot) (If you miss it you will need to reboot it.)

(If it keep fail to connect to FON via 192.168.1.254, please change computer IP to 169.254.255.2 and telnet 169.254.255.1)

14. Run tftpd and put linux.bin to tftpd same folder

15. Run the following command: 

       RedBoot> ip_address -l 192.168.1.254/24 -h 192.168.1.166

You will see the following message:      
IP: 192.168.1.254/255.255.255.0, Gateway: 0.0.0.0
        Default server: 192.168.1.166

Run the following command:
        RedBoot> fis init
        About to initialize [format] FLASH image system – continue (y/n)? y

You will see the following message:

        *** Initialize FLASH Image System
        … Erase from 0xa87e0000-0xa87f0000: .
        … Program from 0×80ff0000-0×81000000 at 0xa87e0000: .

16. Run the following command:

        RedBoot> load -r -b 0×80041000 linux.bin

You will see the following message:
        Using default protocol (TFTP)
        Raw file loaded 0×80041000-0×806a0fff, assumed entry at 0×80041000

Run the following command:
RedBoot> fis create linux

Then Wait for 10 mins, you will saw the following message:

        … Erase from 0xa8030000-0xa8690000: …………………………………………………………………………………………
        … Program from 0×80041000-0×806a1000 at 0xa8030000: …………………………………………………………………………………………
        … Erase from 0xa87e0000-0xa87f0000: .
        … Program from 0×80ff0000-0×81000000 at 0xa87e0000: .

17. Run the following command:

        RedBoot> fconfig
        Run script at boot: true

You will see the following message:
        Boot script:
        .. fis load -l vmlinux.bin.l7
        .. exec
        Enter script, terminate with empty line

Run the following command:
        >> fis load -l linux
        >> exec
        >>
        Boot script timeout (1000ms resolution): 10
        Use BOOTP for network configuration: false
        Gateway IP address:
        Local IP address: 192.168.1.254
        Local IP address mask: 255.255.255.0
        Default server IP address:
        Console baud rate: 9600
        GDB connection port: 9000
        Force console for special debug messages: false
        Network debug at boot time: false
        Update RedBoot non-volatile configuration – continue (y/n)? y

You will see the following message:
        … Erase from 0xa87e0000-0xa87f0000: .
        … Program from 0×80ff0000-0×81000000 at 0xa87e0000: .

Run the following command:
RedBoot> reset

After the boot, you will able to connect to FON via 192.168.1.1, you will ask for setup administrator account

Reference:
http://geek.no19.com/2010/03/fon-dd-wrt.html#tools
LaFonera Software Flashing on DD-WRT.com <http://www.dd-wrt.com/wiki/index.php/LaFonera_Software_Flashing>
DD-WRT on Research & Development <http://ims.tw/archives/417>

How to restore ROM after the flash rom failure

1. Change your PC LAN IP address to 192.168.1.x (e.g. 192.168.1.2)

2. Direct connect you PC LAN to FON LAN (Keep the FON POWER OFF)

3. Start to ping 192.168.1.254

4. Open putty to get ready to telnet 192.168.1.254 9000 (Do not connect at this step)

5. Power On FON

6. When seen ping got reply from 192.168.1.254 (Only few seconds), press telnet immediately

7. You will able to enter the redboot again

8. Now, you will able to flash any rom to FON.

Reference: http://alvinj.net/2009/02/19/5/

Print Friendly and PDF
Share/Bookmark

Thursday, June 27, 2013

How to manually install the 5600 Engine Update for VirusScan Enterprise 8.x (Also some reference about 8.7 5600 engine update)

To manually install the 5600 Engin Update for VirusScan Enterprise 8.x, you can follow the steps of the following kb:

https://kc.mcafee.com/corporate/index?page=content&id=KB68575

Remark: If you are using VirusScan Enterprise 8.7, you must upgrade to Patch 5 and also install Hotfix 777352

For more information:

VirusScan Enterprise 8.7i Patch 5 and Hotfix 777352 are required for VSE 8.7i to install the 5600 Anti-Malware Engine
https://kc.mcafee.com/corporate/index?page=content&id=KB75459

You will able check the Patch level at “About VirusScan Enterprise”:

image

And the Hotfix 777352 at the following registry (If you are using Windows XP)

image

After the update success, you will able to check the engine version become “5600.1067”

image

* Optional: Upgrade the McAfee agent to 4.6 patch 3 or above (e.g. 4.8) ** The VSE 8.7i with patch 5 is supported by MA 4.6 or above

(Remark: The agent 4.6 patch 3 have a unsolved security vulnerability, for more information: McAfee Security Bulletin – McAfee ePO Extension for McAfee Agent 4.5 and 4.6 Blind SQL Injection Vulnerability)

 http://kc.mcafee.com/corporate/index?page=content&id=SB10043

Print Friendly and PDF
Share/Bookmark

Monday, June 3, 2013

HP ProLiant Server deploy VMware ESXi Suggestion checklist

1. Check VMware from HP ProLiant Server VMware Support Matrix
http://h18004.www1.hp.com/products/servers/vmware/supportmatrix/hpvmware.html

2. Check VMware: Best practices for maintaining HP firmware, driver, and system software
Using the HP Service Pack for ProLiant (SPP) and the HP Software Delivery Repository (SDR) to update the firmware and BIOS before install/deploy VMWare ESXi
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c03747972/c03747972.pdf

3. Download the latest customize VMware ESXi Images for HP ProLiant Servers
http://h18004.www1.hp.com/products/servers/software/vmware/esxi-image.html

4. Consider to use HP Insight Control for VMware vCenter server
http://h18013.www1.hp.com/products/servers/management/integration.html
http://h20195.www2.hp.com/V2/GetPDF.aspx/4AA3-9197ENW.pdf

HP Insight Control
https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPICE Print Friendly and PDF
Share/Bookmark

HP DL380 G5 server is no longer support by HP for VMware 5.1

HP_G5

Source:

http://h18004.www1.hp.com/products/servers/vmware/supportmatrix/hpvmware.html

Print Friendly and PDF
Share/Bookmark