I need to code a utility in Java to capture kernel paramters from a variety of different UNIX systems:
- Solaris
- Linux
- HP-UX
- AIX
The captured data needs to be in the form:
<parameter>=<value> in the tool that I code.
What I need to know is what system files or Unix commands I need to run in order to get this data? I think I know a couple:
- Solaris: 'cat /etc/system'
- Linux (assume RedHat): 'cat /etc/sysctl.conf' ??? Not sure if this is correct.
- HP-UX: don't know.
- AIX: don't know. I think there is no file to dump in AIX but a system command instead???


LinkBack URL
About LinkBacks
Reply With Quote



