- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- DL380 and Supportpack for RH8.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2003 10:39 PM
05-18-2003 10:39 PM
DL380 and Supportpack for RH8.0
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 01:25 AM
05-19-2003 01:25 AM
Re: DL380 and Supportpack for RH8.0
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 10:31 PM
05-19-2003 10:31 PM
Re: DL380 and Supportpack for RH8.0
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2003 05:33 AM
05-20-2003 05:33 AM
Re: DL380 and Supportpack for RH8.0
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2003 04:06 AM
05-21-2003 04:06 AM
Re: DL380 and Supportpack for RH8.0
installed new snmp - rpms, but no change appears...
Has someone another idea?