unixqas.blogspot.com unixqas.blogspot.com

unixqas.blogspot.com

Unix Q&A's

Wednesday, 11 April 2012. Checks the status of Zpool and send Email if zpool utilization is above 89%. Purpose : checks the status of Zpool and send Email if zpool utilization is above 89%. Author : Kush Kumar. Version : 1.0. P ID=`echo $ `. LOG=/var/tmp/check zpool utilization $P ID. M FILE=/var/tmp/M S File $P ID. DATE=`date ' %b%d 20%y'`. OSR=`uname -r awk -F. '{print $NF}'`. If [ $OS = SunOS ] & [ $OSR -eq 10 ]. Zpool list sed 1d awk '{print $1,$5}' sed 's/ %/ g' while read ZN ZU. If [ -a $LOG ].

http://unixqas.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR UNIXQAS.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 14 reviews
5 star
9
4 star
5
3 star
0
2 star
0
1 star
0

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • unixqas.blogspot.com

    16x16

  • unixqas.blogspot.com

    32x32

  • unixqas.blogspot.com

    64x64

  • unixqas.blogspot.com

    128x128

CONTACTS AT UNIXQAS.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Unix Q&A's | unixqas.blogspot.com Reviews
<META>
DESCRIPTION
Wednesday, 11 April 2012. Checks the status of Zpool and send Email if zpool utilization is above 89%. Purpose : checks the status of Zpool and send Email if zpool utilization is above 89%. Author : Kush Kumar. Version : 1.0. P ID=`echo $ `. LOG=/var/tmp/check zpool utilization $P ID. M FILE=/var/tmp/M S File $P ID. DATE=`date ' %b%d 20%y'`. OSR=`uname -r awk -F. '{print $NF}'`. If [ $OS = SunOS ] & [ $OSR -eq 10 ]. Zpool list sed 1d awk '{print $1,$5}' sed 's/ %/ g' while read ZN ZU. If [ -a $LOG ].
<META>
KEYWORDS
1 unix q&as
2 labels
3 bonding
4 failover
5 linux
6 query
7 scripts
8 solaris
9 veritas
10 bin/ksh
CONTENT
Page content here
KEYWORDS ON
PAGE
unix q&as,labels,bonding,failover,linux,query,scripts,solaris,veritas,bin/ksh,host=`uname n`,cmail=abc@yahoo com,os=`uname s`,then,done,cmail,else,exit 1,posted by,kush,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Unix Q&A's | unixqas.blogspot.com Reviews

https://unixqas.blogspot.com

Wednesday, 11 April 2012. Checks the status of Zpool and send Email if zpool utilization is above 89%. Purpose : checks the status of Zpool and send Email if zpool utilization is above 89%. Author : Kush Kumar. Version : 1.0. P ID=`echo $ `. LOG=/var/tmp/check zpool utilization $P ID. M FILE=/var/tmp/M S File $P ID. DATE=`date ' %b%d 20%y'`. OSR=`uname -r awk -F. '{print $NF}'`. If [ $OS = SunOS ] & [ $OSR -eq 10 ]. Zpool list sed 1d awk '{print $1,$5}' sed 's/ %/ g' while read ZN ZU. If [ -a $LOG ].

INTERNAL PAGES

unixqas.blogspot.com unixqas.blogspot.com
1

Unix Q&A's: vx volume is corrupted and doesn't accept fsck command

http://unixqas.blogspot.com/2011/09/vx-volume-is-corrupted-and-doesnt.html

Saturday, 24 September 2011. Vx volume is corrupted and doesn't accept fsck command. Guys Had a very interesting issue in July after a system reboot a lot of filesystem in veritas were unable to mount and the error was like when you run a fsck .The below simply implies that the superblock cannot be read . UX:vxfs fsck: ERROR: V-3-20729: OLT extents conflict. Cause : The superblock on the filesystem has been incorrectly flushed with wrong superblock belonging to an alternative filesystem. UX:vxfs fsck: ER...

2

Unix Q&A's: April 2011

http://unixqas.blogspot.com/2011_04_01_archive.html

Wednesday, 13 April 2011. How to discover the path dynamically in solaris. We had a system with EMC luns and some new luns were presented from HDS .The fabric was failing to discover the new path .Possibly because it dosent pick up the WWN informiation from the new zoning .To get the new zoning/masking to be picked we might require to send a LIP reset to fabric . Cfgadm : Library error :report Luns failed. Do the following to pick up and map the fabric. This should give you the device paths .

3

Unix Q&A's: Replace rootdisk on solaris

http://unixqas.blogspot.com/2011/05/replace-rootdisk-on-solaris.html

Tuesday, 3 May 2011. Replace rootdisk on solaris. We all probably know what to do when we have a failed disk in solaris and how to replace it .But of late on M series servers before you remove a disk for replacement please unconfigure it before removal . Cfgadm -c uncofigure c1. Incase of multiple disks on same controller please specify the disk eg. Cfgadm -c unconfigure c1: dsk/c1t0d0. Now ask the datacentre people to replace disk .Once done. Cfgadm -c configure c1. Cfgadm -x configure device c1.

4

Unix Q&A's: How to discover the path dynamically in solaris

http://unixqas.blogspot.com/2011/04/how-to-discover-path-dynamically-in.html

Wednesday, 13 April 2011. How to discover the path dynamically in solaris. We had a system with EMC luns and some new luns were presented from HDS .The fabric was failing to discover the new path .Possibly because it dosent pick up the WWN informiation from the new zoning .To get the new zoning/masking to be picked we might require to send a LIP reset to fabric . Cfgadm : Library error :report Luns failed. Do the following to pick up and map the fabric. This should give you the device paths .

5

Unix Q&A's: September 2011

http://unixqas.blogspot.com/2011_09_01_archive.html

Saturday, 24 September 2011. Vx volume is corrupted and doesn't accept fsck command. Guys Had a very interesting issue in July after a system reboot a lot of filesystem in veritas were unable to mount and the error was like when you run a fsck .The below simply implies that the superblock cannot be read . UX:vxfs fsck: ERROR: V-3-20729: OLT extents conflict. Cause : The superblock on the filesystem has been incorrectly flushed with wrong superblock belonging to an alternative filesystem. UX:vxfs fsck: ER...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

OTHER SITES

unixprotocol.com unixprotocol.com

Welcome unixprotocol.com - Hostmonster.com

Web Hosting - courtesy of www.hostmonster.com.

unixpunx.de unixpunx.de

unixpunx

Ich breche mein Schweigen nur ungern, aber ich möchte die Liebhaber gediegener Rockmusik einmal auf eine ganz besondere Perle aufmerksam machen, die ich gefunden habe: Motorama. Motorama, dass sind zwei Mädels, die mit Gitarre und Schlagzeugen bewaffnet, ohne Bass und Nebelmaschine, durch die verschimmelten Keller toben und dem tanzfreudigen Publik lecker was auf die Ohren ballert. Wer mal reinhören will: http:/ www.myspace.com/motoramaitaly. Über Hessen und andere Schweinereien. Und gerade in diesem Lan...

unixpunx.net unixpunx.net

unixpunx.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.

unixpunx83.deviantart.com unixpunx83.deviantart.com

UnixPunx83 (Josh) - 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? Deviant for 10 Years. This deviant's full pageview. Last Visit: 101 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Nov 9, 2006.

unixpuppy.tripod.com unixpuppy.tripod.com

A UNIX Tutorial for the Masses

unixqas.blogspot.com unixqas.blogspot.com

Unix Q&A's

Wednesday, 11 April 2012. Checks the status of Zpool and send Email if zpool utilization is above 89%. Purpose : checks the status of Zpool and send Email if zpool utilization is above 89%. Author : Kush Kumar. Version : 1.0. P ID=`echo $ `. LOG=/var/tmp/check zpool utilization $P ID. M FILE=/var/tmp/M S File $P ID. DATE=`date ' %b%d 20%y'`. OSR=`uname -r awk -F. '{print $NF}'`. If [ $OS = SunOS ] & [ $OSR -eq 10 ]. Zpool list sed 1d awk '{print $1,$5}' sed 's/ %/ g' while read ZN ZU. If [ -a $LOG ].

unixqua.com unixqua.com

unixQua ~ We Work Behind Keyboard

UnixQua We Work Behind Keyboard.

unixquest.com unixquest.com

Virtual Acceleration | Just another WordPress site

Just another WordPress site. Skip to primary content. Skip to secondary content. August 1, 2011. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Proudly powered by WordPress.

unixquestions.com unixquestions.com

Unixquestions.com

This domain may be for sale. Backorder this Domain.

unixquick.com unixquick.com

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.

unixrack.com unixrack.com

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.