Sponsored Content
Full Discussion: Hard Disk Check
Top Forums UNIX for Dummies Questions & Answers Hard Disk Check Post 82254 by muneebr on Tuesday 30th of August 2005 05:41:16 AM
Old 08-30-2005
output uname -a

SunOS sys_441a 5.8 Generic_108528-22 sun4u sparc SUNW,Sun-Fire-V240
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to check my hard disk is below 10%, and then send mail to superuser

how to write bash to superuser, when the disk space dips below 10% of the total by automatically sending an email? It is have any sample for reference (3 Replies)
Discussion started by: foong
3 Replies

2. UNIX Desktop Questions & Answers

Hard Disk

I have a cuestion. How Can I to add other hard disk to my computer? I need to configurate anyone? (4 Replies)
Discussion started by: hmaraver
4 Replies

3. Solaris

how to reformat a hard disk

hi i need help on how to reformat a hard disk. what should i do since i don't have any bootable disk. i'm using solaris 1 & 2 and also need to make a backup copy of the current hard disk. appreciate all the help i can get... (14 Replies)
Discussion started by: mr_balodoy
14 Replies

4. HP-UX

how can i get hard disk usage

I want to get hard disk usage hard disk usage= already allocated/total allocated first I use ioscan -kfnC disk get disk name c#t#d# then I use diskinfo /dev/rdsk/c#t#d# but this command can only get total disk size,not disk usage has any command can get that thanks:) (2 Replies)
Discussion started by: alert0919
2 Replies

5. UNIX for Dummies Questions & Answers

Hard Disk at 99% Help!

:eek: I use this Solaris to run CMS a call acounting software package for my job. No one could run reports today because it said the this when you logged on "The following file systems are low, and could adversely affect server performance: File system /: 99%full" Can some one please explain... (9 Replies)
Discussion started by: mannyisme
9 Replies

6. SCO

declare disk driver for IDE hard disk

hi I've a fresh installation of SCO 5.0.7 on the IDE hard disk. For SCSI hard disk I can declare, for example blc disk driver using: # mkdev hd 0 SCSI-0 0 blc 0but it works for IDE hard disk? (3 Replies)
Discussion started by: ccc
3 Replies

7. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

8. BSD

Migrate a Hard Disk

hi Has anyone already tried to migrate a hard disk with FreeBSD using recoverdisk? (1 Reply)
Discussion started by: ccc
1 Replies

9. AIX

Command to check the busy % for a hard disk device like hdisk5

Please help with command to check the busy % for a hard disk device like hdisk5 Best regards, Vishal (7 Replies)
Discussion started by: Vishal_dba
7 Replies

10. HP-UX

How to check overall hard disk utilization in UNIX?

how to check overall hard disk utilization in unix? we use bdf command to find the utilized space for the particular path bdf filepath how can i find overall hard disk utilization? (4 Replies)
Discussion started by: ashwanthfrq
4 Replies
snscan,v0.3.8(8)					      System Manager's Manual						  snscan,v0.3.8(8)

NAME
snscan - display information on articles in the spool sncat - display articles in the spool sncancel - cancel articles in the spool SYNOPSIS
snscan [options] articlespec... sncat [options] articlespec... sncancel [options] articlespec... options: [-n] [-s since] [-o outputfile] DESCRIPTION
snscan displays information on all articles specified by articlespec, in the form newsgroup serial id on a line, one line per article matched. This output is suitable for feeding to snprimedb. sncat displays the articles specified by articlespec. sncancel marks articles specified by articlespec as canceled, so they become unavailable to sn programs. ARGUMENTS
articlespec defines a broad pattern for articles. It takes two mutually exclusive forms. Specify by newsgroup and serial number Here articlespec is newsgroup[:range[,range]...] where each range is serial[-[toserial]] (where toserial is greater than serial). If toserial is omitted, then all articles after serial are matched. If both serial and toserial are empty, then only the first and last articles are matched. Specify by articles message ID Here articlespec is -i id... where each id is a message ID, angle brackets optional. OPTIONS
-n This option weeds out articles that are aliases. If an article is crossposted, there will be an original copy, the others will be aliases to it. This option prevents information being displayed if it is not from the original copy. -ssince This option weeds out articles that were obtained before since. since is in the format year/month/day[:hour:minute] where each is a number. year may be 2 or 4 digits, and / and : can be any non-digit character. -ooutputfile Write output to outputfile instead of descriptor 1. Sometimes you just don't feel like using the shell. EXAMPLES
sncancel linux.lemmings:12 Cancel article 12 from linux.lemmings. snscan linux.lemmings:4,12- Display information on article 4, and also articles 12 to the most recent article, from linux.lemmings. sncat -n -s 1998/4/1 linux.lemmings Display all articles that are not aliases, and which were entered after April 1 1998, from linux.lemmings. snscan -i '123@myhost' Display information on the article whose ID is <123@myhost>, in whichever newsgroup it is found. FILES
Each articlespec or id on the command line refers to articles in the news spool located in /var/spool/sn. ENVIRONMENT VARIABLES
SNROOT If this is set and is not empty, the value is used in place of /var/spool/sn, the default news spool directory. EXIT CODES
snscan exits 0 on success, 1 on usage error, 2 on system error, and 3 on other errors. It is not an error to specify an article that does not exist, or which does not meet the since criterion. SEE ALSO
snprimedb(8) N.B. Harold Tay snscan,v0.3.8(8)
All times are GMT -4. The time now is 01:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy