theunixguide.blogspot.com theunixguide.blogspot.com

theunixguide.blogspot.com

Unix useful & Practical Guide

Unix useful and Practical Guide. Monday, March 16, 2015. Clearing Single Bit Error Logs in CSTM. Here i'll post how to clear memory error log and PDT error log in hpux zx6000 and rx26000 itanium servers.This procedure need to be done after DIMM replacing, for example the server had bad DIMM/'s and you brought a new and replaced the bad one. After that PDT(Page Deallocation Table) must be clear. To be sure if you have any memory errors run:. Echo "selclass qualifier memory;info;wait;infolog" cstm. Page De...

http://theunixguide.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR THEUNIXGUIDE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 12 reviews
5 star
6
4 star
0
3 star
4
2 star
0
1 star
2

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • theunixguide.blogspot.com

    16x16

  • theunixguide.blogspot.com

    32x32

  • theunixguide.blogspot.com

    64x64

  • theunixguide.blogspot.com

    128x128

CONTACTS AT THEUNIXGUIDE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Unix useful & Practical Guide | theunixguide.blogspot.com Reviews
<META>
DESCRIPTION
Unix useful and Practical Guide. Monday, March 16, 2015. Clearing Single Bit Error Logs in CSTM. Here i'll post how to clear memory error log and PDT error log in hpux zx6000 and rx26000 itanium servers.This procedure need to be done after DIMM replacing, for example the server had bad DIMM/'s and you brought a new and replaced the bad one. After that PDT(Page Deallocation Table) must be clear. To be sure if you have any memory errors run:. Echo selclass qualifier memory;info;wait;infolog cstm. Page De...
<META>
KEYWORDS
1 memory board inventory
2 clearing procedure
3 touch /var/stm/logs/os/memlog
4 chmod 644 /var/stm/logs/os/memlog
5 chown root root /var/stm/logs/os/memlog
6 cstm
7 cstm runutil logtool
8 logtool utility cl
9 posted by
10 adil
CONTENT
Page content here
KEYWORDS ON
PAGE
memory board inventory,clearing procedure,touch /var/stm/logs/os/memlog,chmod 644 /var/stm/logs/os/memlog,chown root root /var/stm/logs/os/memlog,cstm,cstm runutil logtool,logtool utility cl,posted by,adil,no comments,email this,blogthis,share to twitter
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Unix useful & Practical Guide | theunixguide.blogspot.com Reviews

https://theunixguide.blogspot.com

Unix useful and Practical Guide. Monday, March 16, 2015. Clearing Single Bit Error Logs in CSTM. Here i'll post how to clear memory error log and PDT error log in hpux zx6000 and rx26000 itanium servers.This procedure need to be done after DIMM replacing, for example the server had bad DIMM/'s and you brought a new and replaced the bad one. After that PDT(Page Deallocation Table) must be clear. To be sure if you have any memory errors run:. Echo "selclass qualifier memory;info;wait;infolog" cstm. Page De...

INTERNAL PAGES

theunixguide.blogspot.com theunixguide.blogspot.com
1

Unix useful & Practical Guide: Linux cluster command line Great Notes

http://www.theunixguide.blogspot.com/2015/03/checking-status-of-cluster-clustat.html

Unix useful and Practical Guide. Tuesday, March 10, 2015. Linux cluster command line Great Notes. Checking status of the cluster:. Clustat -m Display status of and exit. Clustat -s Display status of and exit. Clustat -l Use long format for services. Cman tool status Show local record of cluster status. Cman tool nodes Show local record of cluster nodes. Cman tool nodes -af. Ccs tool lsnode List nodes. Ccs tool lsfence List fence devices. Group tool displays the status of fence, dlm and gfs groups. Ccs to...

2

Unix useful & Practical Guide: Install VMware Tools on RHEL 6

http://www.theunixguide.blogspot.com/2015/03/install-vmware-tools-on-rhel-6.html

Unix useful and Practical Guide. Tuesday, March 10, 2015. Install VMware Tools on RHEL 6. Below is the process to install VMware Tools on RHEL 6 or CentOS 6. This guide is more here for me than anyone else, but I hope that you can benefit from it. Yum install make gcc kernel-devel kernel-headers glibc-headers perl. Start the VMware Tools installation process on your VM:. Mount the VMware Tools installation media:. Mount: block device /dev/sr0 is write-protected, mounting read-only.

3

Unix useful & Practical Guide: How To Produce High CPU Load, Memory, I/O Or Stress Test Linux Server

http://www.theunixguide.blogspot.com/2015/03/how-to-produce-high-cpu-load-memory-io.html

Unix useful and Practical Guide. Tuesday, March 10, 2015. How To Produce High CPU Load, Memory, I/O Or Stress Test Linux Server. Yum install gcc gcc-c autoconf automake. Download the latest tarball and run configure, make, make install. Wget http:/ pkgs.fedoraproject.org/repo/pkgs/stress/stress1.0.4.tar.gz/a607afa695a511765b40993a64c6e2f4/stress-1.0.4.tar.gz. Tar zxvf stress-1.0.4.tar.gz. Cd stress-1.0.4. The binary gets installed under /usr/local/bin. Similarly to stress some memory you can execute.

4

Unix useful & Practical Guide: Change my system timezone from the command line without using redhat-config-date

http://www.theunixguide.blogspot.com/2015/03/change-my-system-timezone-from-command.html

Unix useful and Practical Guide. Tuesday, March 10, 2015. Change my system timezone from the command line without using redhat-config-date. In order to change the timezone of your system you will need to access the file. Note: If your system's BIOS has UTC set to true, then set UTC to true. If it has it set to false, set it to false. UTC in the configuration file must always reflect your BIOS settings. Or perhaps you need to set the timezone to that of East Brazil :. Thu Sep 30 10:06:23 BRT 2004. Setting...

5

Unix useful & Practical Guide: Extend file system online with dm multipath

http://www.theunixguide.blogspot.com/2015/03/how-toextend-filesystem-online-with.html

Unix useful and Practical Guide. Tuesday, March 10, 2015. Extend file system online with dm multipath. Before doing change Keep few important configuration file as backup:. Cat /etc/fstab /var/fstab-`date %Y%m%d%H%M`. Df -h /var/df-h-`date %Y%m%d%H%M`. Fdsik -l /var/fdisk-l-`date %Y%m%d%H%M`. Cat /etc/lvm/lvm.conf /var/lvmconfig-`date %Y%m%d%H%M`. Mulitpah -ll /var/lvmconfig-`date %Y%m%d%H%M`. Check the fc host port:. Systool -c fc host -v. Class = "fc host". Class Device path = "/sys/class/fc host/host3".

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL PAGES IN THIS WEBSITE

10

LINKS TO THIS WEBSITE

gourmetz.blogspot.com gourmetz.blogspot.com

KC Gourmetz: April 2008

http://gourmetz.blogspot.com/2008_04_01_archive.html

Foods on my Island called "Pearl Of The Orient" and some parts of the world. Sunday, April 6, 2008. Labels: cute cute food. Tuesday, April 1, 2008. Subscribe to: Posts (Atom). Enter your search terms.

kcphotoz.blogspot.com kcphotoz.blogspot.com

kcphotoz: February 2008

http://kcphotoz.blogspot.com/2008_02_01_archive.html

Sunday, February 10, 2008. WAT MATCHIMMARAM Kelantan Malaysia. WAT MATCHIMMARAM located at Kelantan, on the way to Pengkalan Kubu border. The PANO view of the "WAT". Sitting Buddha, Largest in South East Asia. Subscribe to: Posts (Atom). WAT MATCHIMMARAM Kelantan Malaysia.

kcphotoz.blogspot.com kcphotoz.blogspot.com

kcphotoz: August 2007

http://kcphotoz.blogspot.com/2007_08_01_archive.html

Monday, August 20, 2007. First time playing paint ball, it was very fun since it involved physical movement and tactical strategy to win over the opponent. Things to do and don't while playing paint ball after my experience:. The most and most important rules is NOT to take of your MASK! At anytime while playing paint ball. Understand on the function of the gun, it is important while playing, since sometimes it will jam. (I encounter this while playing). Labels: Paint Ball PISA. Subscribe to: Posts (Atom).

kcphotoz.blogspot.com kcphotoz.blogspot.com

kcphotoz: April 2008

http://kcphotoz.blogspot.com/2008_04_01_archive.html

Wednesday, April 2, 2008. Perfect timing for photographer is to locate the special things or scenery to snap. Because of Photography Passion. Passion Photography this is what we called. From whatever terrain and difficulty, photography can be seen all over to places to capture great photos. Subscribe to: Posts (Atom). Because of Photography Passion.

kcphotoz.blogspot.com kcphotoz.blogspot.com

kcphotoz: Olympics Equipment

http://kcphotoz.blogspot.com/2008/08/olympics-equipment.html

Saturday, August 30, 2008. This is what u bring to the Olympics as a pro. All Equipment are for only ONE photog. Vincent Laforet. Source from http:/ www.vincentlaforet.com/Gear/. Labels: olympics camera equipment. Subscribe to: Post Comments (Atom).

kcphotoz.blogspot.com kcphotoz.blogspot.com

kcphotoz: September 2007

http://kcphotoz.blogspot.com/2007_09_01_archive.html

Friday, September 28, 2007. Miss M'sia Queen International Day. Lions Club of Georgetown currently organize the "Miss Queen" events from 25th Sept to 30th Sept 2007. From Tomorrow onwards- Saturday, the Miss will be jointly accompany by the vintage cars at Sunshine Squares, then a convoy of antics car will be driving all the way to Queens Bay Mall. Below are the sponsor group who upload the event show online. Http:/ www.penangnettv.com/enjoyshow.asp? Http:/ www.penangnettv.com/enjoyshow.asp? It was the P...

kcphotoz.blogspot.com kcphotoz.blogspot.com

kcphotoz: August 2008

http://kcphotoz.blogspot.com/2008_08_01_archive.html

Saturday, August 30, 2008. This is what u bring to the Olympics as a pro. All Equipment are for only ONE photog. Vincent Laforet. Source from http:/ www.vincentlaforet.com/Gear/. Labels: olympics camera equipment. Subscribe to: Posts (Atom).

kcfunride.blogspot.com kcfunride.blogspot.com

KC Fun Ride: Biking at Penang Hill

http://kcfunride.blogspot.com/2008/01/biking-at-penang-hill.html

Ride The Bike With My Mountain Bike. Wednesday, January 23, 2008. Biking at Penang Hill. Friday 18 January 2008, having my exercise routine at Penang Hill. The Parking area which is free, I park my car here. The distance between the parking area and the foot hill are between 400m away. The starting point to go up Penang Hill. The road up to the hill. Hiker, biker, car also share the same route. Just be carefull while on the ride! On the way to 48 checkpoint. Located just beside the road to "Penang Hill".

UPGRADE TO PREMIUM TO VIEW 35 MORE

TOTAL LINKS TO THIS WEBSITE

43

OTHER SITES

theunixgeek.blogspot.com theunixgeek.blogspot.com

The Unix Geek

Unix: It's What Matters. I have moved my blog to Wordpress at theunixgeek.wordpress.com. I will still be checking back periodically on this one as well, though. 19 April 2009. Merging Mkdir and Cd. I Switched to KDE 4. Sunday, April 19, 2009. I have moved my blog to Wordpress at theunixgeek.wordpress.com . This doesn't mean, however, that I'll completely abandon Blogger. I'll post links to my posts from here, so I'll begin with today's posts:. The Current State of Linux Distributions. Scribbles * * *.

theunixgeek.com theunixgeek.com

Welcome to the Geek's website!

This page uses frames, but your browser doesn't support them.

theunixgeek.livejournal.com theunixgeek.livejournal.com

Thoughts of a Mind

Thoughts of a Mind. The Self-Portrait of Albrecht Dürer. Socrates, His Methods, and His Condemnation. This is Not A Pipe. The Self-Portrait of Albrecht Dürer. Sep 5th, 2009 02:24 pm. Albrecht Dürer’s famous. Self-portrait at Age 28 with Fur Coat. Click on the image for full size (from Wikimedia Commons. Sep 5th, 2009 02:22 pm. Socrates, His Methods, and His Condemnation. Apr 7th, 2009 02:48 pm. This is Not A Pipe. Feb 18th, 2009 06:16 pm. I recently discovered this image. Writing systems and numbers exis...

theunixgeek.wordpress.com theunixgeek.wordpress.com

The Unix Geek | Unix: It’s What Matters

Unix: It’s What Matters. In which the author learns JavaScript. 1 August, 2014. On a free webhost, pardon any ads that pop up), and I’ve posted the JavaScript code below. For the HTML page, opening up the source code in the link above should suffice. DidUserInputNumber){ newNumber = prompt("How many rounds of Rock/Paper/Scissors do you want to play? Else { var whetherPlayerWon = didPlayerWin(playerChoice, compChoice); console.log("Did player win? WhetherPlayerWon); if(whetherPlayerWon){ playerScore ; upd...

theunixguide.blogspot.com theunixguide.blogspot.com

Unix useful & Practical Guide

Unix useful and Practical Guide. Monday, March 16, 2015. Clearing Single Bit Error Logs in CSTM. Here i'll post how to clear memory error log and PDT error log in hpux zx6000 and rx26000 itanium servers.This procedure need to be done after DIMM replacing, for example the server had bad DIMM/'s and you brought a new and replaced the bad one. After that PDT(Page Deallocation Table) must be clear. To be sure if you have any memory errors run:. Echo "selclass qualifier memory;info;wait;infolog" cstm. Page De...

theunixguru.com theunixguru.com

theunixguru.com - Registered at Namecheap.com

This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.

theunixguru.net theunixguru.net

theunixguru.net - Registered at Namecheap.com

This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.

theunixguru.org theunixguru.org

theunixguru.org - Registered at Namecheap.com

This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.

theunixguys.com theunixguys.com

Home

Because this is what we do. We are a consulting company serving the Greater Philadelphia area, specializing in providing UNIX services for companies that do not have sufficient in-house UNIX staff to manage their systems, applications, security, performance, and capacity planning. We can also help home and small businesses support their PCs and Networks.

theunixhost.com theunixhost.com

The Unix Host

Data Back up and Hosting. Keys To A Successful Web Page Hosting Experience! Contact your favorite web host to see what website services they currently offer. Some free hosting sites don’t allow you to add your own unique language scripts. Is sending automated emails out to your customers on your wish list? This is possible through the right web host! Keep reading to find out what sets web hosts. Apart and which features you need to run your site efficiently. Write down a list of your own priorities befor...