April 1, 2010 at 10:39 pm
· Filed under cloud, linux
The debate occurs quite often on how to stack software in Cloud Computing solution (specifically Development & Test Cloud), amongst Service, Software & STG. I don’t complain the variety of software stack, as I like the more choices. I’m going to write out how my architectural solution looks.
I have one philosophy: When I could use OpenSource + Pure Blue software in my solution, I will do it without any hesitation.
IBM Development & Test Cloud solution is based upon Tivoli Service Automation Manager v7.2 for now. There’re 3 types machines in its Cloud environment. 2 of 3, in Managing environment , are Management Server & Administrative Server. The last one, in Managed environment, is the managed system(s).
My only rule to follow is to check the product infocenter, which tells the truth of technology & product. The one is http://tinyurl.com/tivsam (I talk about x only for my current engaged case @ one Telco customer in Beijing)
For Management Server, we have 2 choices on 64 bits x – RHEL5.4 or SLES10.2

For Administrative Server, SLES10.2 is ONLY our choice for Linux. Obviously Microsoft Windows isn’t in my list either. The reason is clear.

For Managed environment on x, we get rid of VMware and we have RHEL5.4 and SLES10.2 (CentOS isn’t in my list, due to lack testing & support)
To combine the above consideration, I use SuSE Linux Enterprise 10.2 in management environment and Redhat Enterprise Linux 5.4 in managed environment.
Permalink
March 25, 2010 at 7:28 pm
· Filed under cloud, linux
Source & Credit: http://www.ibm.com/cloud…
What are the specifications for the sizes of images?
For the Beta (Poughkeepsie) environment:
| Specification/Sizes |
Small |
Medium |
Large |
| CPU |
2virtual CPUs/ 0.3 physical CPU |
4virtual CPU/0.6 physical CPU |
8virtual CPU/0.9physical CPU |
| Storage (including swap) |
10GB |
20GB |
30GB |
| Memory |
911MB |
1.822GB |
3.644GB |
For the Pilot (Southbury) environment:
| Specification/Sizes |
32-bit Bronze |
32-bit Silver |
32-bit Silver Lite |
32-bit Gold |
| CPU |
1virtual CPUs/ 0.2 physical CPU |
2virtualCPU/0.3 physical CPU |
2virtualCPU/0.3 physical CPU |
4virtual CPU/0.9physical CPU |
| Storage(including swap) |
175GB |
350GB |
50GB |
3500GB |
| Memory |
2GB |
3.644GB |
3.644GB |
3.644GB |
| Specification/Sizes |
64-bit Bronze |
64-bit Silver |
64-bit Silver Lite |
64-bit Gold |
| CPU |
2virtual CPUs/ 0.3 physical CPU |
4virtualCPU/0.6 physical CPU |
4virtualCPU/0.6 physical CPU |
8virtual CPU/1.2physical CPU |
| Storage(including swap) |
850GB |
1024GB |
50GB |
1024GB |
| Memory |
4GB |
8GB |
8GB |
16GB |
Permalink
July 14, 2009 at 9:28 pm
· Filed under linux
gedit-editor > apps > totem > buffer-size | network-buffer-threshold
Change buffer-size = 10 & network-buffer-threshold = 10

Permalink
July 13, 2009 at 12:33 am
· Filed under linux, opensource
Stack: SeaMonkey 1.1.15 in Ubuntu 9.04
Symptom: Socks Proxy is set, but doesn’t work
Open SeaMoney > about:config in URL bar > type
network.proxy.type
then set the value = 2
Permalink
July 12, 2009 at 7:15 am
· Filed under linux, opensource
Installed cups-pdf in Ubuntu 9.04 and changed the following in /etc/cups/cups-pdf.conf
Out ${HOME}/Desktop
Restarted /etc/init.d/cups, still received
Could not open the file /home/{you}/Desktop/273_.pdf
in /var/log/cups/error_log
The solution is, in /etc/cups/cups-pdf.conf, change to
Out ${HOME}/PDF
and create PDF directory under your home directory
Permalink
July 9, 2009 at 11:05 pm
· Filed under linux, opensource, script, shell
Disable in gconf-editor

Or in command line:
To disable >
gconftool -s --type bool /apps/update-notifier/auto_launch false
To enable >
gconftool -s --type bool /apps/update-notifier/auto_launch true
Permalink
July 7, 2009 at 7:58 pm
· Filed under linux, opensource, virtualization
Stack
Host OS > Ubuntu 9.04
Guest OS > Windows XP
VirtualBox > 3.0.0
Hardware > ThinkPad T43, single CPU, 2G memory
Symptom: Windows XP hangs during shutdown
Resolution: Change the setting as the followings
VT – Enabled
Nested Paging – Disabled
ACPI – Enabled
IO ACPI – Disabled
PAE – Disabled




Permalink