Monday, January 10, 2011

steps to perform the CPU MMU upgrade

old setting

XSCF> showboards -a

XSB DID(LSB) Assignment Pwr Conn Conf Test Fault

---- -------- ----------- ---- ---- ---- ------- --------

00-0 00(00) Assigned y y y Passed Normal Domain 0

00-1 01(00) Assigned y y y Passed Normal Domain 1

00-2 01(01) Assigned y y y Passed Normal Domain 1

00-3 03(03) Assigned y y y Passed Normal Domain 3

01-0 02(00) Assigned y y y Passed Normal Domain 2

01-1 03(00) Assigned y y y Passed Normal Domain 3

01-2 03(01) Assigned y y y Passed Normal Domain 3

01-3 00(01) Assigned y y y Passed Normal Domain 0



new setting

XSCF> showboards -a

XSB DID(LSB) Assignment Pwr Conn Conf Test Fault

---- -------- ----------- ---- ---- ---- ------- --------

00-0 00(00) Assigned y y y Passed Normal Domain 0

00-1 01(00) Assigned y y y Passed Normal Domain 1

00-2 01(01) Assigned y y y Passed Normal Domain 1

00-3 03(02) Assigned y y y Passed Normal Domain 3

01-0 02(00) Assigned y y y Passed Normal Domain 2

01-1 03(00) Assigned y y y Passed Normal Domain 3

01-2 03(01) Assigned y y y Passed Normal Domain 3

01-3 03(03) Assigned y y y Passed Normal Domain 3



XSCF> showdevices -d 0

XSCF> showdevices -d 3



XSCF> showdcl -d 0

DID LSB XSB Status

00 Running

00 00-0

01 01-3



XSCF> showdcl -d 3

DID LSB XSB Status

03 Running

00 01-1

01 01-2

02 00-3



XSCF> setdcl -d 3 -a 3=01-03



XSCF> showdcl -d 3

DID LSB XSB Status

03 Running

00 01-1

01 01-2

02 00-3

03 01-3



XSCF> moveboard -d 3 -c assign 01-03

XSB#01-3 will be assigned to DomainID 0 immediately. Continue?[y|n] :y

Start unconfiguring XSB from domain.

Unconfigured XSB from domain.

XSB power off sequence started. [1200sec]

0..end

Operation has completed.



XSCF> showboards -d 3

XSB DID(LSB) Assignment Pwr Conn Conf Test Fault

---- -------- ----------- ---- ---- ---- ------- --------

00-0 00(00) Assigned y y y Passed Normal

01-3 00(01) Assigned y n n Passed Normal





XSCF> addboard -c configure -d 3 01-03

XSB#01-3 will be configured into DomainID 0. Continue?[y|n] :y

Initial diagnosis started. [1800sec]

0..... 30..... 60..... 90....end

Initial diagnosis has completed.

Start configuring XSB to domain.

Configured XSB to domain.



XSCF> showboards -d 3

XSCF> showdevices -d 3



setdcl –d 0 –r 01

XSCF> showdcl -d 0

XSCF> showboards –d 0

Thursday, January 6, 2011

Linux - change brightness

reference : http://www.thinkwiki.org/wiki/LCD_Brightness

This worked for my X61:
Once your brightness keys work, you can set the brightness by writing to the procfs:

# echo 100 > /proc/acpi/video/VID/LCD0/brightness

using a script and acpid events.

Wednesday, January 5, 2011

Linux - Burn CD using command cdrecord

cdrecord -v -dao -eject speed=8 dev=1,0,0 file.iso

Wednesday, December 22, 2010

Answer me first before log a call

While waiting for the explorer data. I would like to understand:
1) When you first discover the amber light is on?
2) Is there any software installation/maintenance been performed recently?
3) Is there any hardware installation/maintenance been performed recently?
4) Is there any recent power failure?
5) What action you have tried to troubleshoot?
6) Do you notice any other abnormal situation (e.g. daemon down, network not working, etc)? Or the server still running as usual?

Thank you.

Sunday, December 19, 2010

Linux - Enable root passwd

from : http://www.ubuntugeek.com/enable-and-disable-ubuntu-root-password.html


If you want to enable root account (which is not recommended) enter the following command.

$sudo passwd root

This will prompt for a new root password and once you confirm it, you can start using the root account to login.

If you want to disable root account in ubuntu you need to lock the root account by using the following command

$sudo passwd -l root

If you want to work on a root console you’d better use the following command

$sudo -i

Friday, December 17, 2010

Picasa login failed - Network

http://www.google.com/support/forum/p/Picasa/thread?tid=6eb9c7d06d5aa10c&hl=en

Wednesday, December 15, 2010