- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- System Configuration Collection Command?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 02:25 PM
05-29-2005 02:25 PM
System Configuration Collection Command?
is there a command or tool that can be used to collect system configuration info? i.e. installed software, file system...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 02:30 PM
05-29-2005 02:30 PM
Re: System Configuration Collection Command?
If using a RH or SuSE distribution, the following is good for you:
df -vh
rpm -qa
lspci
cat /proc/meminfo
cat /proc/scsi/scsi
This gives disk space, installed software, installed PCI hardware, memory information, and SCSI Bus information.
You might also want to include the contents of '/etc/sysconfig/hwconf' (from a RH system).
Is there any specific information you need from such an audit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 03:11 PM
05-29-2005 03:11 PM
Re: System Configuration Collection Command?
I had to do the same thing for HP-UX, so its not just Linux.
I would say however its been done.
Why not offer a 10 point reward to one who can attach a script that does what you wish.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 08:34 PM
05-29-2005 08:34 PM
Re: System Configuration Collection Command?
i am not sure whether there is single program which can dump the system information in to a text file. you can write your own script to collect the required information.
df, /etc/sysconfig/hwconf and files in /proc directory might be of useful to you.
if you are looking for GUI based tool, there is on kinfocenter (for KDE) which can give all the details that you are looking for. but there is no option to export these information to a text file
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 02:39 AM
05-30-2005 02:39 AM
Re: System Configuration Collection Command?
do a
#rpm -qla sysreport
This will extract lots of information from your system and ask you if you want to mail this to reahat in case they need this to help you solve a problem (or check your config)
On one of my system's I have this version (I used Yum tolls to keep up to date)
# yum info sysreport
Setting up Repos
extras 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
extras : ################################################## 937/937
base : ################################################## 2622/2622
updates-re: ################################################## 885/885
Installed Packages
Name : sysreport
Arch : noarch
Version: 1.3.13
Release: 1
Size : 20 k
Repo : installed
Summary: Gathers system hardware and configuration information.
Description:
Sysreport is a utility that gathers information about a system's
hardware and configuration. The information can then be used for
diagnostic purposes and debugging. Sysreport is commonly used to help
support technicians and developers by providing a "snapshot" of a
system's current layout.
Hope this helps everybody that may read this ;)
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 02:44 AM
05-30-2005 02:44 AM
Re: System Configuration Collection Command?
Zero point for this add on to previous reply.
Thanks,
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2005 01:46 AM
05-31-2005 01:46 AM
Re: System Configuration Collection Command?
cfg2html
lshw
dmidecode
Regards,
Ross