|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Programming & Scripting A place to discuss website design, programming, shell scripts, etc |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am new to Suse and was wondering if it is possible to have a script execute during boot that collects the hardware information, CPU, memory, disk sizes, etc and output and move the file to a network location with the hostname. I was looking at dmesg but not very fluent with scripting as was wondering if anyone has accomplish such a task? Basically, I am wanting to collect the hardware information from a few networked machines and have the output sent to a central location for review.
|
|
|||
|
Quote:
In a terminal as root do: "lspci -v" or "lspci -vv" for a more verbose output disk sizes, etc "fdisk -l" Cpu: "cat /proc/cpuinfo" Memory: "cat /proc/meminfo" and so on All this is available in Yast > hareware info Have fun
|
|
|||
|
Quote:
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|