I already have a program similar to SNMP watch and I know what SNMP can do, but i do not know
- where to find a newer and better SNMP SERVER for AIX 4.3
- where to find the mibs for AIX 4.3 SNMP server
(I need more managed objects on the server...)
Sometimes you need the "s" and such (set uid, set gid) but that's not difficult to learn either, once you master the ordinary permissions. (hint: prepend the number, replace the x with s).
You don't need a calculator. That conversion is trivial.
r=4, w=2, x=1
no right = 0 = "-"
The "d" stands for "directory"
When you take one of the three permission digits, then it is one of these:
1 (x), 2 (w), 4(r)
3 (xw), 5 (rx), 6 (rw)
7 (rwx)
Then you just place three numbers there: one...
Oh, you want to give a plaintext password in the script, thus bypassing all security? Well... sftp requires a terminal. So, give it one:
#!/usr/bin/expect
set timeout -1
set password [lindex $argv 0 ]
set account [lindex $argv 1 ]
set script [lindex $argv 2 ]...
How do I get the most info out of an AIX 4.3 box using SNMP?
I have an SNMP application that can query SNMP. I don't know what mibs I need (and from where) and if I need to upgrade the SNMP server on Aix 4.3 (it's SNMPv1, right?).
I would need to monitor processes, diskspace, errpt and of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.