- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Looking for RPC
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-27-2004 06:16 AM
01-27-2004 06:16 AM
is trying to send out RPC_GETPORT_Request from
a unix server to a PC.
I have a user that is getting bounded with
over a thousand a day to his PC.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:32 AM
01-27-2004 06:32 AM
SolutionUse netstat -an (lsof is better) & watch for ports 1110 UDP/TCP or 2049 UDP/TCP as these are the NFS ports as I suspect they're trying to mount something from the PC.
And if it's that many I suspect that they've got an automount trying it over & over. So check /etc for any files starting with auto.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:39 AM
01-27-2004 06:39 AM
Re: Looking for RPC
Run
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.core stop
Then edit /etc/rc.config.d/nfsconf & set all the following
NFS_CLIENT
NFS_SERVER
AUTOMOUNT
START_MOUNTD
AUTOFS
to 0 (zero) - then they won't start up at next boot.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 06:41 AM
01-27-2004 06:41 AM
Re: Looking for RPC
gunzip the download file
swinstall -s /location_of_depot \*
There will be one error, suid the binary.
Then you can use lsof.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2004 07:39 AM
01-27-2004 07:39 AM
Re: Looking for RPC
I don't see anything in netstat -an and
that would not show me what on the unix
server would be broadcasting RPC_GETPORT_Request.
There is nothing in the /var/adm/syslogs
either. And I have syslogd ficilities split into separate files at debug level.
I checked also rpc.lockd.log rpc.statd.log
rpcinfo. Nothing.
I am going to check and see if his PC is
trying to mount something or other.
But we use Advance server for mounting homes from unix to PC and that uses netbios.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 06:08 AM
01-30-2004 06:08 AM
Re: Looking for RPC
Thanks all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 07:50 AM
01-30-2004 07:50 AM
Re: Looking for RPC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 09:20 AM
01-30-2004 09:20 AM
Re: Looking for RPC
of options to run with nettl. man page looks
kind of cryptic and I will have to do some
tests with it since I have not used it before.