aliuhui.blogspot.com aliuhui.blogspot.com

ALIUHUI.BLOGSPOT.COM

Programming Notes

Tuesday, May 22, 2012. AIX KDB: "no real storage". When using AIX kdb to analysis kernel dump, the following error may happen:. Kdb read mem] no real storage @ FFFFFFFFFFF98B0. Good news for AIX version 7.1, it is a default setting and this problem won't happen. Sunday, May 20, 2012. AIX Kernel Dump Analysis. 1 Uncompress core dump from customer. Ulimit -f unlimited / Avoid too large file error on AIX. Gunzip SR 99999999 99997.7TD.000.snap.pax.Z. Dmpuncompress -p dump.BZ. 1) minidump [2 entries]. 4 Refer...

http://aliuhui.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ALIUHUI.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 11 reviews
5 star
4
4 star
5
3 star
1
2 star
0
1 star
1

Hey there! Start your review of aliuhui.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • aliuhui.blogspot.com

    16x16

  • aliuhui.blogspot.com

    32x32

  • aliuhui.blogspot.com

    64x64

  • aliuhui.blogspot.com

    128x128

CONTACTS AT ALIUHUI.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Programming Notes | aliuhui.blogspot.com Reviews
<META>
DESCRIPTION
Tuesday, May 22, 2012. AIX KDB: no real storage. When using AIX kdb to analysis kernel dump, the following error may happen:. Kdb read mem] no real storage @ FFFFFFFFFFF98B0. Good news for AIX version 7.1, it is a default setting and this problem won't happen. Sunday, May 20, 2012. AIX Kernel Dump Analysis. 1 Uncompress core dump from customer. Ulimit -f unlimited / Avoid too large file error on AIX. Gunzip SR 99999999 99997.7TD.000.snap.pax.Z. Dmpuncompress -p dump.BZ. 1) minidump [2 entries]. 4 Refer...
<META>
KEYWORDS
1 programming notes
2 posted by hui
3 no comments
4 email this
5 blogthis
6 share to twitter
7 share to facebook
8 share to pinterest
9 labels unix
10 ulimit hf unlimited
CONTENT
Page content here
KEYWORDS ON
PAGE
programming notes,posted by hui,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels unix,ulimit hf unlimited,cd dump,uncompress unix z,2 load kdb,kdb dump unix,component names,start end name,processing symbol table
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Programming Notes | aliuhui.blogspot.com Reviews

https://aliuhui.blogspot.com

Tuesday, May 22, 2012. AIX KDB: "no real storage". When using AIX kdb to analysis kernel dump, the following error may happen:. Kdb read mem] no real storage @ FFFFFFFFFFF98B0. Good news for AIX version 7.1, it is a default setting and this problem won't happen. Sunday, May 20, 2012. AIX Kernel Dump Analysis. 1 Uncompress core dump from customer. Ulimit -f unlimited / Avoid too large file error on AIX. Gunzip SR 99999999 99997.7TD.000.snap.pax.Z. Dmpuncompress -p dump.BZ. 1) minidump [2 entries]. 4 Refer...

INTERNAL PAGES

aliuhui.blogspot.com aliuhui.blogspot.com
1

Programming Notes: May 2012

http://aliuhui.blogspot.com/2012_05_01_archive.html

Tuesday, May 22, 2012. AIX KDB: "no real storage". When using AIX kdb to analysis kernel dump, the following error may happen:. Kdb read mem] no real storage @ FFFFFFFFFFF98B0. Good news for AIX version 7.1, it is a default setting and this problem won't happen. Sunday, May 20, 2012. AIX Kernel Dump Analysis. 1 Uncompress core dump from customer. Ulimit -f unlimited / Avoid too large file error on AIX. Gunzip SR 99999999 99997.7TD.000.snap.pax.Z. Dmpuncompress -p dump.BZ. 1) minidump [2 entries]. 4 Refer...

2

Programming Notes: April 2012

http://aliuhui.blogspot.com/2012_04_01_archive.html

Monday, April 23, 2012. SCSI-3 Persist Reservation Command on Linux. Note: Linux sg3 utils packages are required. To query all registrant keys for given device. Sg persist -i -k -d /dev/sdd. To query all reservations for given device. Sg persist -i -r -d /dev/sdd. Sg persist -o -G -S 123abc /dev/sdd. To clear all registrants. Sg persist -C -K 123abc -o -d /dev/sdd. Sg persist -o -R -K 123abc -T 5 -d /dev/sdd. Sg persist -o -L -K 123abc -T 5 -d /dev/sdd. Common used reservation Types:. Echo "add device di...

3

Programming Notes: Compile SCST on ubuntu 11

http://aliuhui.blogspot.com/2012/05/compile-scst-on-ubuntu-11.html

Tuesday, May 1, 2012. Compile SCST on ubuntu 11. 1) Get Compile tools. Sudo apt-get install subversion. Sudo apt-get kernel-package libncurses5-dev fakeroot wget bzip2. 2) Get Linux source. Sudo svn co https:/ scst.svn.sourceforge.net/svnroot/scst/trunk scst. Sudo apt-get source linux-image-$(uname -r). Cd /usr/src/linux-3.0.0. Sudo cp /home/hui/scst/iscsi-scst/kernel/patches/put page callback-3.0.patch . Sudo cp /home/hui/scst/scst/kernel/scst exec req fifo-3.0.patch . Subscribe to: Post Comments (Atom).

4

Programming Notes: AIX KDB: "no real storage"

http://aliuhui.blogspot.com/2012/05/aix-kdb-no-real-storage.html

Tuesday, May 22, 2012. AIX KDB: "no real storage". When using AIX kdb to analysis kernel dump, the following error may happen:. Kdb read mem] no real storage @ FFFFFFFFFFF98B0. Good news for AIX version 7.1, it is a default setting and this problem won't happen. Subscribe to: Post Comments (Atom). Simple template. Powered by Blogger.

5

Programming Notes: Setup iSCSI Target with iscsi-scst 2.0

http://aliuhui.blogspot.com/2012/04/setup-iscsi-target-with-iscsi-scst-20.html

Monday, April 23, 2012. Setup iSCSI Target with iscsi-scst 2.0. Environment: Ubuntu 11.04 for i386. 1) Install Linux kernel with scst patches(See my post. On how to compile scst patched Linux kernel). Sudo dpkg -i linux-headers-3.0.22-scstcustom 3.0.22-scstcustom-10.00.Custom i386.deb. Sudo dpkg -i linux-image-3.0.22-scstcustom 3.0.22-scstcustom-10.00.Custom i386.deb. Edit /boot/grub/grub.cfg to enable new kernel and reboot the host. 2) Build scst and iscsi-scst against the new kernel. TARGET iqn.200...

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL PAGES IN THIS WEBSITE

10

OTHER SITES

aliuh.deviantart.com aliuh.deviantart.com

Aliuh (Alt) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Going north and never comin back. Paypal Open - Points Closed. Deviant for 7 Years. This deviant's full pageview. Paypal Open - Points Closed. Going north and never comin back. We've split the page into zones!

aliuhanna.blogfa.com aliuhanna.blogfa.com

وبــــــــــلاگــــــ علی بیــــــــرونی

تحمل تنهایی بهتر از گدایی محبت است. مقاله issn شهلا طالاری. دانلود فرم پروپزال مربوط به دانشگاه شهر قدس تهران. خلاصه فصل 1و2 کتاب جعفر باباجانی. اساتید دانشگاه در ترم دو در واحد علوم تحقیقات اهواز. جزوه تئوری حسابداری 2 دکتر رمضان احمدی. عجیب ترین برادر و خواهر جهان. اسم شما به ژاپنی. اساتید دانشگاه در ترم اول. اخبار اعلام نتایج کارشناسی ارشد ودکترا. روش شناسی فصل۱ تئوری حسابداری۱ (هندریکسون). نمونه سوال درس روش تحقیق تالیف اوماسکاران. نمونه سوال امتحانی تئوری حسابداری 1. پاور پوینت فصل 5تئوری هندریکسن.

aliuhanna1.mihanblog.com aliuhanna1.mihanblog.com

وبلاگ شخصی

تاشقایق هست زندگی باید کرد. عکس یوسف فرحانی صدر. باز هم در مورد عشق. هفته سوم مرداد 1392. هفته اول شهریور 1391. هفته دوم دی 1390. هفته چهارم آذر 1390. بازدید این ماه :. بازدید ماه قبل :. تعداد کل پست ها :. آخرین بروز رسانی :. دریافت کد تاریخ شمسی. کد جملات په نه په برای وبلاگ. بلاگ گروه مترجمین ایران زمین. OnLoad and onUnload Example. سه شنبه 15 مرداد 1392 : نویسنده : بیرونی. یکشنبه 5 شهریور 1391 : نویسنده : بیرونی. در دبی آخر عینک ریبن( RayBan). عکس یوسف فرحانی صدر. یلدا رو تمام دوستام تبریک میگم. یعنی ...

aliuhomes.com aliuhomes.com

Amy Liu's website

Powered by InstantPage® from GoDaddy.com. Want one?

aliuhrg.rzb.ir aliuhrg.rzb.ir

hacked by siler

My Best friends : (پایدار) - Ali-Demon - Spider. Joker Assisstent : Revenger - Assassin Wolf. Capitans : Killer - Angry Fox - M.D.I. Active Members : Versant - Devil - Templar - CL. Shahram 08 - Siler - Dr.Matrix. Add To Yahoo : DarkMan66610@yahoo.com.

aliuhui.blogspot.com aliuhui.blogspot.com

Programming Notes

Tuesday, May 22, 2012. AIX KDB: "no real storage". When using AIX kdb to analysis kernel dump, the following error may happen:. Kdb read mem] no real storage @ FFFFFFFFFFF98B0. Good news for AIX version 7.1, it is a default setting and this problem won't happen. Sunday, May 20, 2012. AIX Kernel Dump Analysis. 1 Uncompress core dump from customer. Ulimit -f unlimited / Avoid too large file error on AIX. Gunzip SR 99999999 99997.7TD.000.snap.pax.Z. Dmpuncompress -p dump.BZ. 1) minidump [2 entries]. 4 Refer...

aliui.net aliui.net

优惠券秒杀系统

aliuiakaimonoaliuia.blogspot.com aliuiakaimonoaliuia.blogspot.com

H Αλήθεια θα πρέπει να λέγεται

H Αλήθεια θα πρέπει να λέγεται. Δευτέρα, 28 Μαρτίου 2016. ΕΝΟΡΙΑΚΗ ΕΥΛΟΓΙΑ 101 - ΦΩΝΗ - ΕΓΕΡΤΗΡΙΟ ΣΑΛΠΙΣΜΑ (Ξυπνήστε Χριστιανοί! Αναρτήθηκε από Η ΕΛΠΙΔΑ ΤΗΣ ΕΛΛΑΔΟΣ. Αποστολή με μήνυμα ηλεκτρονικού ταχυδρομείου. Μοιραστείτε το στο Twitter. Μοιραστείτε το στο Facebook. Τρίτη, 22 Μαρτίου 2016. Ω ΕΛΛΑΣ ΗΡΩΩΝ ΧΩΡΑ. Αναρτήθηκε από Η ΕΛΠΙΔΑ ΤΗΣ ΕΛΛΑΔΟΣ. Αποστολή με μήνυμα ηλεκτρονικού ταχυδρομείου. Μοιραστείτε το στο Twitter. Μοιραστείτε το στο Facebook. ΕΣΥ ΕΙΣΑΙ ΥΠΕΥΘΥΝΟΣ ΓΙΑ ΟΛΑ! Μοιραστείτε το στο Twitter.

aliukae.deviantart.com aliukae.deviantart.com

aliukae (Acro) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Hobbyist. Deviant for 3 Years. Last Visit: 20 minutes ago. This deviant's activity is hidden. Deviant since Aug 13, 2012. This is the place where you can personalize your profile! Why," you ask?

aliukevicius.com aliukevicius.com

Martynas Aliukevičius

A developer from Lithuania. I work with .

aliul.com aliul.com

啊啊购 | 控制不了的诱惑

八月 25, 2014. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!