proc filesystem

Linux list all IROs currently in use

by Vivek Gite on November 14, 2007 · 0 comments

Q. How do I list all IRQs currently used under CentOS Linux? A.. There is a file called /proc/interrupts. The proc filesystem is a pseudo filesystem which is used as an interface to kernel data structures. It is commonly mounted at /proc. This is used to record the number of interrupts per each IRQ on [...]

{ 0 comments }

Linux Rescan HP Smart Array For New Disks

by Vivek Gite on July 10, 2007 · 0 comments

How do I rescan an HP Smart Array for new disks without rebooting in CentOS or Debian or RHEL server?

{ 0 comments }