July-September, 2010 Status Report

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News July-September, 2010 Status Report
# 1  
Old 10-26-2010
July-September, 2010 Status Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

system status report script

hi i m new to this forum as well as UNIX. I've got an assignment but i don't know how can I start it. can anyone please help to tell me how can I start it? I added here few lines from my assignment. In industry, it is common for a single organisation to provide technical support for a... (0 Replies)
Discussion started by: moco
0 Replies
Login or Register to Ask a Question
AMRCTL(8)						    BSD System Manager's Manual 						 AMRCTL(8)

NAME
amrctl -- Control utility for AMI MegaRaid controllers SYNOPSIS
amrctl stat [-bgv] [-a attempts] [-f device] [-l volno] [-p driveno] [-s busno] [-s busno:driveno] [-t microseconds] DESCRIPTION
The amrctl queries or controls AMI MegaRaid controllers supported by the amr(4) driver. Only the stat subcommand is currently implemented, and reports status of the controller. The options for the stat subcommand are as follows: -a attempts Number of retries for a command before giving up. Default 5. -b Report battery status. -f device Device to use. Default to /dev/amr0. -g Report global paramters for the controller. -l volno Report status of a logical drive. -p driveno Report status of a physical drive. -s busno Report status of all physical drives on the specified bus. -s busno:driveno Report status of the specified physical drive on the specified bus. -t microseconds Delay between retries for a command. -v Increase verbosity level by one. SEE ALSO
amr(4) HISTORY
The amrctl command first appeared in NetBSD 4.0. AUTHORS
The amrctl command was written by Pierre David <Pierre.David@crc.u-strasbg.fr> and Jung-uk Kim <jkim@FreeBSD.org> for FreeBSD. BSD
July 22, 2006 BSD