Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!hao!noao!arizona!andrey From: andrey@arizona.edu (Andrey K. Yeatts) Newsgroups: comp.unix.wizards Subject: increasing the number of iostat-monitored drives in 4.3BSD Message-ID: <3388@megaron.arizona.edu> Date: 8 Jan 88 00:20:29 GMT Distribution: na Organization: U of Arizona CS Dept, Tucson Lines: 11 Keywords: iostat 43BSD disk monitoring I'm about to increase the number of drives monitored by our VAX 4.3BSD+NFS system from the generic four to seven or so by changing the define #define DK_NDRIVE 4 to 7 (or perhaps 8). The code appears to autoconfigure itself properly without further hacking, as does iostat(1). Does anyone have any caveats or dire predictions? (I realize this is a rather conservative question, but why not?)