Operating System - Linux
1827284 Members
3426 Online
109717 Solutions
New Discussion

DL380 and Supportpack for RH8.0

 

DL380 and Supportpack for RH8.0

Hi Folks,

while setting up my new DL380 I installed Supportpack for RedHat 8.0 from:http://h18007.www1.hp.com/support/files/server/us/download/10933.html

All seems OK. On next reboot no NFS - Mounts can be done. Output on /var/log/boot.log:

mount: RPC: Port mapper failure - RPC: unable to receive

trying manually: RPC: Timeout


In my /var/log/messages appears:

May 19 08:30:01 lwesu0017 net-snmp[738]: Connection from udp:127.0.0.1:32771
May 19 08:30:46 lwesu0017 last message repeated 98 times
May 19 08:31:47 lwesu0017 last message repeated 132 times
May 19 08:33:02 lwesu0017 last message repeated 165 times
May 19 08:34:03 lwesu0017 last message repeated 132 times

and so on...


No other changes are done before, so it might be some part of the Supportpack. I suspect the HW Monitoring tool. Why ? - I got mails who told me, the redundancy of my Fans got lost. But all fans are working...... ( on every reboot)

Help is solicited
Alex
4 REPLIES 4

Re: DL380 and Supportpack for RH8.0

Hi Alex,
1)NFS,
try to check rpc services,
rpcinfo -p
if rpc.mountd is running.
Have you started portmaper, nfs, nfslock, netfs?
2)HW
Have you checked HW logs?

Frantisek.



Re: DL380 and Supportpack for RH8.0

Hey Frantisek,

I checked the rpcinfo, all seems OK ( no differ to another machine who all works fine )...

# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
100007 2 udp 844 ypbind
100007 1 udp 844 ypbind
100007 2 tcp 847 ypbind
100007 1 tcp 847 ypbind
391002 2 tcp 32769 sgi_fam
100011 1 udp 976 rquotad
100011 2 udp 976 rquotad
100011 1 tcp 979 rquotad
100011 2 tcp 979 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32771 nlockmgr
100021 3 udp 32771 nlockmgr
100021 4 udp 32771 nlockmgr
100005 1 udp 32772 mountd
100005 1 tcp 32770 mountd
100005 2 udp 32772 mountd
100005 2 tcp 32770 mountd
100005 3 udp 32772 mountd
100005 3 tcp 32770 mountd


I attached my /var/log/messages. At time 08.02.44 you can see the mont - errors.

Ugly, first the kernel don??t know my HDDs, but I think that??s OK because the raid "virtualizes" them....

HW is OK, I installed RH and the supportpack again, the same behavior...

Greethings,

Alex

Michael Steele_2
Honored Contributor

Re: DL380 and Supportpack for RH8.0

Regarding: "...net-snmp[738]: Connection from udp:127.0.0.1:32771..."

I believe refers to the below listed security vulnerability associated with denial of service attacks:

https://rhn.redhat.com/errata/RHSA-2002-228.html

Regarding: "...Can't locate module block-major-105
..."

This is a problem with the block devices. The O/S may believe they no longer exist. Check your .config file or re-run "make menuconfig" and re-compile. You may be able to ignore them. Note this link:

http://www.europe.redhat.com/documentation/mini-HOWTO/Partition/partition-2.php3
Support Fatherhood - Stop Family Law

Re: DL380 and Supportpack for RH8.0

Hey Michael,

installed new snmp - rpms, but no change appears...

Has someone another idea?