![]() |
|
|
google unix.com
|
|||||||
| Forums | Casino | Register | Forum Rules | Links | Albums | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reuters Config Files - Where do they go? | iBot | Complex Event Processing RSS News | 0 | 11-14-2008 03:50 PM |
| Areca Backup 6.0.1 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-31-2008 11:10 PM |
| Areca Backup: 5.5.4 released | iBot | Software Releases - RSS News | 0 | 12-24-2007 02:19 PM |
| Config Files | toddjameslane | HP-UX | 0 | 05-19-2005 09:53 AM |
| new LAN, where are the config files? | softarch | UNIX for Dummies Questions & Answers | 3 | 03-27-2001 02:36 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Where are the Areca and IPMI config files located
Hi,
I'm trying to locate the config files that are installed on a Unix/Linux system that belong to programs called Areca and IPMI. Two different programs. The most information I can get from IPMI is that it may be version 1.11 from Supermicro and it's installed by a CD. I checked the CD and there is no information on where it is installed. Areca also seems to be installed in the system as we get them so I have no idea where it is kept. I want to know where the config files are so I can modify them through a script rather than the GUI. I ran a "find" command using config, areca, ipmi and came up with nothing. If anyone has has these programs installed on their systems and have any ideas on where to look, I would greatly appreciate it. I'm also thinking that the config files may actually be on the card. Would there be a way to script the configurations? I'm really new to scripting and I also wondered if you can create scripts that run over a GUI, if that is even possible. Last edited by edomingox; 11-18-2008 at 01:36 PM.. |
| Sponsored Links |
|
|||
|
You can check what files the program opens by running the program with strace, if can get it. Try strace programname 2> logfile, it will print all system calls the program makes into logfile, including open() calls. thsi has more than once saved me much brain damage in trying to guess where the heck something keeps its files/wants its files.
|
|||
| Google The UNIX and Linux Forums |
![]() |
| Bookmarks |
| Tags |
| None |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|