Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

scsi_logging_level(8) [debian man page]

SCSI_LOGGING_LEVEL(8)						     SG3_UTILS						     SCSI_LOGGING_LEVEL(8)

NAME
scsi_logging_level - access Linux SCSI logging level information SYNOPSIS
scsi_logging_level [--all=LEV] [--create] [--error=LEV] [--get] [--help] [--highlevel=LEV] [--hlcomplete=LEV] [--hlqueue=LEV] [--ioctl=LEV] [--llcomplete=LEV] [--llqueue=LEV] [--lowlevel=LEV] [--midlevel=LEV] [--mlcomplete=LEV] [--mlqueue=LEV] [--scan=LEV] [--set] [--time- out=LEV] [--version] DESCRIPTION
This Bourne shell script accesses the Linux SCSI subsystem logging level. The current values can be shown (e.g. with --get) or changed (e.g. with --set). Superuser permissions will typically be required to set the logging level. One of these options: --create, --get or --set is required. Only one can be given. OPTIONS
Arguments to long options are mandatory for short options as well. -a, --all=LEV LEV is used for all SCSI_LOG fields. -c, --create Options are parsed and placed in internal fields that are displayed but no logging levels are changed within the Linux kernel. -E, --error=LEV LEV is placed in the SCSI_LOG_ERROR field. -g, --get Fetches the current SCSI logging levels from the Linux kernel and displays them. -h, --help print out the usage message then exit. -H, --highlevel=LEV LEV is placed in the SCSI_LOG_HLQUEUE and SCSI_LOG_HLCOMPLETE fields. --hlcomplete=LEV LEV is placed in the SCSI_LOG_HLCOMPLETE field. --hlqueue=LEV LEV is placed in the SCSI_LOG_HLQUEUE field. -I, --ioctl=LEV LEV is placed in the SCSI_LOG_IOCTL field. --llcomplete=LEV LEV is placed in the SCSI_LOG_LLCOMPLETE field. --llqueue=LEV LEV is placed in the SCSI_LOG_LLQUEUE field. -L, --lowlevel=LEV LEV is placed in the SCSI_LOG_LLQUEUE and SCSI_LOG_LLCOMPLETE fields. -M, --midlevel=LEV LEV is placed in the SCSI_LOG_MLQUEUE and SCSI_LOG_MLCOMPLETE fields. --mlcomplete=LEV LEV is placed in the SCSI_LOG_MLCOMPLETE field. --mlqueue=LEV LEV is placed in the SCSI_LOG_MLQUEUE field. -S, --scan=LEV LEV is placed in the SCSI_LOG_SCAN field. -s, --set Uses the fields specified in this command's options and attempts to apply them to the Linux SCSI subsystem logging levels. Typically superuser permissions will be required to do this. -T, --timeout=LEV LEV is placed in the SCSI_LOG_TIMEOUT field. -v, --version Outputs the version information and then exits. NOTES
The --get and --set options access the /proc/sys/dev/scsi/logging_level pseudo file. EXIT STATUS
The exit status of this script is 0 when it is successful. Any other exit status indicates that an error has occurred. AUTHORS
Written by IBM. Small alterations by Douglas Gilbert. REPORTING BUGS
Report bugs to <dgilbert at interlog dot com>. COPYRIGHT
Copyright (C) IBM Corp. 2006 This software is distributed under the GPL version 2. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR- POSE. The software was obtained from an IBM package called s390-tools-1.6.2 found on that company's "developerworks" site. The most recent ver- sion of that package at this time is 1.8.3 . sg3_utils-1.33 December 2011 SCSI_LOGGING_LEVEL(8)

Check Out this Related Man Page

rpld(1) 						    System User's Manual: rpld							   rpld(1)

NAME
rpld - RoarAudio PlayList Daemon SYNOPSIS
rpld [OPTIONS] DESCRIPTION
The RoarAudio PlayList Daemon is a daemon which manages playlists and can play files or streams from those lists using a RoarAudio Sound Server. MISC OPTIONS
-h --help Show a small help. --daemon Daemonize (go into background). --server SERVER Set default server to the RoarAudio server (e.g. roard) at SERVER. --pidfile PIDFILE Write a pidfile at PIDFILE. --histsize NUM Set size of the default history playlist to NUM entrys. This may be overwritten by restoring a store. --plugin-load PLUGIN Load plugin PLUGIN. --plugin-args ARGS Set the plugin arguments for the plugin loaded next to ARGS. This must always be used before --plugin-load. SECURITY OPTIONS
--user USER Sets UID to USER. --group GROUP Sets GID to GROUP. --allow-running-as-root Allow to run as root. This is a bad thing to do. Do never set this option. This will open very bad security holes! STORE OPTIONS
--restore Restore state from store. --no-restore Do not restore state from store. --auto-restore will restore old state if possible. This is a non-fatal version of --restore. --store Store state on exit. --no-store Do not store state on exit. --store-path DIR Location where to store/restore from/to. PLAYBACK OPTIONS
--play Start in playling state. --stopped Start in stopped state (default). --role ROLE Set role for streams (default: music). --codec-helper-rate RATE Set the sample rate the codec helper uses as it's output format. --codec-helper-bits Set the number of bits the codec helper uses as it's output format. --codec-helper-channels Set the number of channels the codec helper uses as it's output format. --codec-helper-codec Set the codec the codec helper uses as it's output format. PLAYLIST OPTIONS
--load-playlist PLAYLIST TYPE FILE Load playlist PLAYLIST of type TYPE from file FILE. The playlist is created if it does not exist. NETWORK OPTIONS
--tcp Listen on TCP Socket. --unix Listen on UNIX Socket. --decnet Listen on DECnet Socket. --port PORT Listen on port PORT. This is only useful for TCP listen sockets. --bind ADDR Listen on address ADDR. --proto PROTO Set protocol of listen socket. --acclev LEV Sets the accesslevel for this socket to LEV. --new-sock Opens an additional listen socket. --slp Enable OpenSLP support. --no-listen Do not add a default listening socket. This option is in general not very useful for any user. It is only useful for specal tests and with --client-fh. --client-fh FH Added a client at the given FH to rpld. This option is in general not very useful for any user. --close-fh FH This closes a given FH at startup time. This option is in general not very useful for any user. CODEC OPTIONS
--bl-codec CODEC Use helper for codec CODEC. SEE ALSO
roartips(7), libroar(7), RoarAudio(7). HISTORY
For history information see RoarAudio(7). RoarAudio PlayList Daemon July 2010 rpld(1)
Man Page