I have a number of servers that has been running for a long period of time (on the time scale of years) but I want to know exactly how old they are from the command line because I cannot physically access them. Basically, I have sudo accounts but I cannot physically go to the machine room to read the manufacture labels. How do I get an idea of that from the command line? A rough idea would be enough. Thanks.
问问题
1326 次
1 回答
3
我发现了两件事可以帮助你:
链接是法语:s(你可以使用谷歌翻译来翻译它们)
http://dev.petitchevalroux.net/linux/connaitre-nom-carte-mere-linux.72.html
http://dev.petitchevalroux.net /linux/lshw-recuperer-les-informations-hardware-machine-l.244.html
http://linux.die.net/man/1/lshw
在这两种情况下,您可以通过查看固件版本(某些版本显示发布日期)来了解一下,如果您没有看到日期,您可以尝试在网络上找到它的发布日期
dmidecode
显示bios版本等
于 2013-03-20T20:49:58.587 回答