Alex Lee
2008-Aug-05 03:03 UTC
[Lustre-discuss] How to find currently running version of lustre?
Silly question. How do you find out what version of lustre is currently running? On kernel I know you can just look at uname but as for the software itself I have no clue. I guess I could check what rpm package was installed but there must be other ways. -Alex
minh diep
2008-Aug-05 03:16 UTC
[Lustre-discuss] How to find currently running version of lustre?
You can do something like this rpm -qi lustre-tests | grep Version Thanks -Minh Alex Lee wrote:> Silly question. > > How do you find out what version of lustre is currently running? > > On kernel I know you can just look at uname but as for the software > itself I have no clue. I guess I could check what rpm package was > installed but there must be other ways. > > -Alex > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss
Robert Read
2008-Aug-05 03:22 UTC
[Lustre-discuss] How to find currently running version of lustre?
If the modules are loaded, then you can look here: cat /proc/fs/lustre/version robert On Aug 4, 2008, at 20:03 , Alex Lee wrote:> Silly question. > > How do you find out what version of lustre is currently running? > > On kernel I know you can just look at uname but as for the software > itself I have no clue. I guess I could check what rpm package was > installed but there must be other ways. > > -Alex > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss
Alex Lee
2008-Aug-05 06:23 UTC
[Lustre-discuss] How to find currently running version of lustre?
Thanks Robert. Thats exactly what I was looking for. -Alex Robert Read wrote:> If the modules are loaded, then you can look here: > > cat /proc/fs/lustre/version > > robert > > On Aug 4, 2008, at 20:03 , Alex Lee wrote: > > >> Silly question. >> >> How do you find out what version of lustre is currently running? >> >> On kernel I know you can just look at uname but as for the software >> itself I have no clue. I guess I could check what rpm package was >> installed but there must be other ways. >> >> -Alex >> _______________________________________________ >> Lustre-discuss mailing list >> Lustre-discuss at lists.lustre.org >> http://lists.lustre.org/mailman/listinfo/lustre-discuss >> > >