- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- process "rptdrv' cannot be killed
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
10-15-2009 02:29 AM
10-15-2009 02:29 AM
process "rptdrv' cannot be killed
Our Backup admin need our help to kill this process "rptdrv" in hpux 11.11 that was chaos their netbackup application. however I failed to kill this process even kill -9.
root@s53kj213[/] # ps -ef |grep -i rptdrv
root 7036 1 0 17:59:46 ? 0:00 bptm -rptdrv -jobid -1255460476 -jm
root 16397 1 0 18:19:46 ? 0:00 bptm -rptdrv -jobid -1255460722 -jm
root 11485 1 0 18:09:46 ? 0:00 bptm -rptdrv -jobid -1255460602 -jm
root 19872 17513 1 18:27:03 pts/td 0:00 grep -i rptdrv
root 22781 1 0 17:29:46 ? 0:00 bptm -rptdrv -jobid -1255460138 -jm
root 27473 1 0 17:39:46 ? 0:00 bptm -rptdrv -jobid -1255460250 -jm
need help please. TQ in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 02:47 AM
10-15-2009 02:47 AM
Re: process "rptdrv' cannot be killed
Try kill -24 before (kill -9) as those cannot be trapped :
0 Check access to pid
1 Terminate; can be trapped
2 Terminate; can be trapped
3 Terminate with core dump; can be trapped
9 Forced termination; cannot be trapped
15 Terminate; can be trapped
24 Pause the process; cannot be trapped
25 Pause the process; can be trapped
26 Run a stopped process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 03:02 AM
10-15-2009 03:02 AM
Re: process "rptdrv' cannot be killed
Hmm, the parent process of those bptm processes
is process 1 (init).
You might try to stop all NetBackup
daemons.
I am afraid you might be forced to reboot the
server in the end.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 06:01 AM
10-15-2009 06:01 AM
Re: process "rptdrv' cannot be killed
already reboot the server but the process "rptdrv" still exist and running. been told by backup admin this process must be killed before netbackup can run normally..FYI, we performed SAN switch and data migration just before this problem occurred..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 12:23 AM
10-16-2009 12:23 AM
Re: process "rptdrv' cannot be killed
It doesn't "still" exist, it was restarted on the reboot. You need to find out who is starting it. I don't see any rptdrv process, just bptm with that parm. So who is starting that process, and why so many?
>Mouad: Try kill -24 before (kill -9) as those cannot be trapped
If kill -9 doesn't work, then -24 won't either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 01:07 AM
10-16-2009 01:07 AM
Re: process "rptdrv' cannot be killed
These bptm processes cannot happen by magic :)
Somebody or someone started them.
bptm is a NetBackup tape media manager on
master/slave servers and is used when the
storage unit type is Media Manager.
bptm manages the transfer of images between
the client and storage devices. It also
handles communication between backup and
Media Manager software.
Additionally, bptm manages the Netbackup
media database and provides information for
the media list report screen.
bptm is normally started by bpbrm for each
backup/restore operation.
bptm is stopped by a completion of the
operation.
Why don't you check the activity log:
/usr/openv/netbackup/logs/bptm/bptm.log
or
/opt/openv/netbackup/logs/bptm/bptm.log
... on the client machine?
As an alternative, you could simply DISABLE
all NetBackup daemons from starting and
reboot the server. Then see what is going
wrong.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2009 09:31 PM
12-13-2009 09:31 PM
Re: process "rptdrv' cannot be killed
this is the same pending issue but I got some hints from netbackup team. They've claimed that the rpc services is not running proper on my server. They wanted me to verify rpc communication between the my server and the acsls host using the rpcinfo command (rpcinfo -t
root@s53kj213[/] # rpcinfo -t acs 30031 1 h
Usage: rpcinfo [-m | -s] [host]
rpcinfo -p [host]
rpcinfo -T netid host prognum [versnum]
rpcinfo -l host prognum versnum
rpcinfo [-n portnum] -u | -t host prognum [versnum]
rpcinfo -a serv_address -T netid prognum [version]
rpcinfo -b prognum versnum
rpcinfo -d [-T netid] prognum versnum
Please advise..how to verify my rpc services?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2009 09:49 PM
12-13-2009 09:49 PM
Re: process "rptdrv' cannot be killed
># rpcinfo -t acs 30031 1 h
It looks like you leave off the "h".
http://docs.hp.com/en/B2355-60130/rpcinfo.1M.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2009 10:35 PM
12-13-2009 10:35 PM
Re: process "rptdrv' cannot be killed
root@s53kj213[/] # rpcinfo -t acs 30031 1
rpcinfo: RPC: Program not registered
program 30031 version 1 is not available
Is the rpv service not running on my server and caused the problem of netbackup to running proper as usual?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 12:35 PM
12-14-2009 12:35 PM
Re: process "rptdrv' cannot be killed
Try "rpcinfo -s" and "rpcinfo -s acs".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 07:22 PM
12-15-2009 07:22 PM
Re: process "rptdrv' cannot be killed
this is the output;
root@s53kj213[/] # rpcinfo -s acs
program version(s) netid(s) service owner
100000 2 tcp,udp rpcbind unknown
536871166 2,1 tcp,udp - unknown
300031 2,1 tcp,udp - unknown
root@s53kj213[/] # rpcinfo -s
program version(s) netid(s) service owner
100000 2,3,4 udp,tcp,ticlts,ticotsord,ticots rpcbind superuser
100024 1 udp,tcp status superuser
100021 2,4,3,1 udp,tcp nlockmgr superuser
100020 1 tcp,udp llockmgr superuser
100068 5,4,3,2 udp cmsd superuser
100083 1 tcp ttdbserver superuser
100005 3,1 tcp,udp mountd superuser
100003 3,2 udp,tcp nfs superuser
but this is the one netbackup team claimed should exist and running;
1073741824 2 tcp 0.0.0.0.194.241 - superuser
1073741825 2 tcp 0.0.0.0.194.252 - superuser
So what the conclusion should i give to them?really appreciates your help..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2009 04:08 AM
12-17-2009 04:08 AM
Re: process "rptdrv' cannot be killed
Give them the above output and let them make their conclusions? I was just changing their rpcinfo command to something more valid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2009 05:06 AM
12-17-2009 05:06 AM
Re: process "rptdrv' cannot be killed
It's pretty rare that a process won't respond to a "kill -9" - the only time I've seen it is when the hung process is in a Processor Set [ https://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PSETS ] which has its IOINTR attribute turned off, and the only remedy there is to reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2009 01:21 AM
12-18-2009 01:21 AM
Re: process "rptdrv' cannot be killed
By the time it's in the ITRC forum, we have weeded out the all but "kill -9" and zombie cases. :-)