T.R | Title | User | Personal Name | Date | Lines |
---|
5320.1 | | MOLAR::YAHEY::BOSE | | Fri Jul 09 1993 11:23 | 16 |
|
Can you do the following commands separately and tell me which
ones work correctly and which ones don't :
MCC> show snmp fred all char
MCC> show snmp fred all count
MCC> show snmp fred all status
MCC> show snmp fred all refer
MCC> show snmp fred all ident
The second problem is probably due to slow DNS access. (When you
use a global entity wildcard, the entity instances are retrieved from
DNS via the registration fm). My guess is that the problem has nothing
to do with the SNMP AM.
Rahul.
|
5320.2 | More info......... | OPG::SIMON | | Fri Jul 09 1993 11:35 | 27 |
|
Rahul,
here is the info you wanted:
MCC> show snmp fred all char -- WORKS
MCC> show snmp fred all count -- WORKS
MCC> show snmp fred all status -- FAILS
MCC> show snmp fred all refer -- WORKS
MCC> show snmp fred all ident -- WORKS
> The second problem is probably due to slow DNS access. (When you
> use a global entity wildcard, the entity instances are retrieved from
> DNS via the registration fm). My guess is that the problem has nothing
> to do with the SNMP AM.
We are NOT using DNS it's Local MIR.
Cheers Simon......
|
5320.3 | ICMP problem? | TOOK::MCPHERSON | Dead or Canadian? | Fri Jul 09 1993 11:54 | 8 |
| >
> MCC> show snmp fred all status -- FAILS
>
Can you ping fred? I think that's essentially what the SNMP AM is doing to
determine IP Reachability (in the status partition).
/doug
|
5320.4 | | OPG::SIMON | | Fri Jul 09 1993 12:12 | 5 |
| Doug,
ping is OK
Chhers SImon.....
|
5320.5 | | MOLAR::YAHEY::BOSE | | Fri Jul 09 1993 16:55 | 11 |
|
Can you check the mode on the mcc_tcpip_am executable?
# ls -l /usr/mcc/mmexe/mcc_tcpip_am
The mode should be something like -rwsr-xr-x. The s permission
should be set on the file which will allow the executable to run
under root id.
Rahul.
|
5320.6 | That was it!! | SAC::HERBERT | Paul Herbert UK Govt A/cs | Mon Jul 12 1993 07:22 | 14 |
| Hello,
I'm the "guy" in .0.
The fix suggested in .5 worked. We did the chmod, killed the process and
did the "show snmp fred all status". ipReachability was returned with no
error message.
Thanks.
My only thoughts now are why did the mcc_tcpip_am not have the s
permission. Should all the files in mmexe have the same permissions?
Paul.
|
5320.7 | Don't SUID other MMs | TOOK::MINTZ | Erik Mintz | Mon Jul 12 1993 08:43 | 6 |
| > permission. Should all the files in mmexe have the same permissions?
No. Only specific MMs should be SUID to root. Changing others would be
dangerous.
|
5320.8 | | MOLAR::YAHEY::BOSE | | Mon Jul 12 1993 17:20 | 6 |
|
During installation the mcc_tcpip_am executable should automatically
have the s permission set. Only thing I can think of is someone must
changed it after installation.
Rahul.
|