02-27-2011
I found the following from "iostat -En."
Primary - WOW that's alot!
HTML Code:
c0t0d0 Soft Errors: 78 Hard Errors: 9 Transport Errors: 2
c2t3d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t8d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t13d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t9d0 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
c1t0d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t2d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t12d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t9d0 Soft Errors: 288 Hard Errors: 32 Transport Errors: 1
c1t4d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t8d0 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
c1t5d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t13d0 Soft Errors: 0 Hard Errors: 4 Transport Errors: 1
c2t0d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t10d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t11d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t12d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t1d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t4d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t5d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t3d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t10d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t11d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c1t2d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
c2t1d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
rmt/0 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
Standby
HTML Code:
c0t0d0 Soft Errors: 205 Hard Errors: 3 Transport Errors: 0
c1t9d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t12d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t12d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t9d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t11d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t11d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t13d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t13d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t4d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t4d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t3d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t3d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t2d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t2d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t5d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t8d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t8d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t5d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c2t10d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
c1t10d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
rmt/0 Soft Errors: 4 Hard Errors: 10 Transport Errors: 0
10 More Discussions You Might Find Interesting
1. Programming
After my previous thread, I think I found out what causes the long delays.
I run this program on several Linux computers, and the sometimes (after the file with the arrays becomes big) the fwrite takes between 100 ms to 900 ms.
This is very bad for me, as I want a timer to halt each 30 ms.... ... (5 Replies)
Discussion started by: inna
5 Replies
2. Red Hat
I'm having a bit of a login performance issue.. wondering if anyone has any ideas where I might look.
Here's the scenario...
Linux Red Hat ES 4 update 5
regardless of where I login from (ssh or on the text console) after providing the password the system seems to pause for between 30... (4 Replies)
Discussion started by: retlaw
4 Replies
3. Shell Programming and Scripting
I'm new from UNIX scripting. Please help.
I have about 10,000 files from the $ROOTDIR/scp/inbox/string1 directory to compare with the 50 files from /$ROOTDIR/output/tma/pnt/bad/string1/ directory and it takes about 2 hours plus to complete the for loop. Is there a better way to re-write the... (5 Replies)
Discussion started by: hanie123
5 Replies
4. UNIX for Advanced & Expert Users
I'd like to
1. Check and compare the 10,000 pnt files contains single record from the /$ROOTDIR/scp/inbox/string1 directory against 39 bad pnt files from the /$ROOTDIR/output/tma/pnt/bad/string1 directory based on the fam_id column value start at position 38 to 47 from the record below. Here is... (1 Reply)
Discussion started by: hanie123
1 Replies
5. UNIX for Dummies Questions & Answers
grep -f taking long time to compare for big files, any alternate for fast check
I am using grep -f file1 file2 to check - to ckeck dups/common rows prsents. But my files contains file1 contains 5gb and file 2 contains 50 mb and its taking such a long time to compare the files.
Do we have any... (10 Replies)
Discussion started by: gkskumar
10 Replies
6. UNIX for Dummies Questions & Answers
Hi ,
We have 20 jobs are scheduled.
In that one of our job is taking long time ,it's not completing.
If we are not terminating it's running infinity time actually the job completion time is 5 minutes.
The job is deleting some records from the table and two insert statements and one select... (7 Replies)
Discussion started by: ajaykumarkona
7 Replies
7. UNIX for Dummies Questions & Answers
Hi,
All the data are kept on Netapp using NFS. some directories are so fast when doing ls but few of them are slow. After doing few times, it becomes fast. Then again after few minutes, it becomes slow again. Can you advise what's going on?
This one directory I am very interested is giving... (3 Replies)
Discussion started by: samnyc
3 Replies
8. Shell Programming and Scripting
while read myhosts
do
while read discovered
do
echo "$discovered"
done < $LOGFILE | grep -Pi "|" | egrep... (7 Replies)
Discussion started by: SkySmart
7 Replies
9. Shell Programming and Scripting
I have so many (hundreds of thousands) files and directories within this one specific directory that my "rm -rf" command to delete them has been taking forever.
I did this via the SSH, my question is: if my SSH connection times out before rm -rf finishes, will it continue to delete all of those... (5 Replies)
Discussion started by: phpchick
5 Replies
10. AIX
HI Admin,
I have running 2 node HACMP cluster- AIX 6.1. I just set it up.
It does sync completely without any errors. But it take too long to sync. More than 30 mins... any reasons? Where can I start looking into ?
Same network, same Subnet (1 Reply)
Discussion started by: snchaudhari2
1 Replies
LEARN ABOUT SUNOS
install-solaris
install-solaris(1M) install-solaris(1M)
NAME
install-solaris - install the Solaris operating system
SYNOPSIS
install-solaris
install-solaris invokes the Solaris Install program. Depending on graphical capability and available memory at the time of invocation,
install-solaris invokes either a text-based installer or a graphical installer.
The following minimum requirements for physical memory dictate which features are available during installation:
For SPARC machines:
128 MB
Minimum physical memory for all installation types
128 MB
Minimum physical memory required for windowing system
384 MB
Minimum physical memory required for graphical-based installation
For x86 machines:
256 MB
Minimum physical memory for all installation types
256 MB
Minimum physical memory required for windowing system
512 MB
Minimum physical memory required for graphical-based installation
In some cases, even if the minimum physical memory is present, available virtual memory after system startup can limit the number of fea-
tures available.
install-solaris exists only on the Solaris installation media (CD or DVD) and should be invoked only from there. Refer to the for more
details.
install-solaris allows installation of the operating system onto any standalone system. install-solaris loads the software available on the
installation media. Refer to the for disk space requirements.
Refer to the for more information on the various menus and selections.
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcdrom (Solaris instal- |
| |lation media) |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
pkginfo(1), install(1M), pkgadd(1M), attributes(5)
It is advisable to exit install-solaris by means of the exit options in the install-solaris menus.
23 Sep 2005 install-solaris(1M)