Operating System - HP-UX
1753663 Members
5903 Online
108798 Solutions
New Discussion юеВ

Re: unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

 
Teck Sim
Frequent Advisor

unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

I am trying to mount and start Oracle Installer for HP-UX 11, database version 7.3.4.
I created the following file:

[wally:/etc] # vi pfs_fstab
"pfs_fstab" [New file]
/dev/dsk/c0t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0

[wally:/] # nohup /usr/sbin/pfs_mountd &
[1] 5179
[wally:/] # Sending output to nohup.out

[wally:/] # nohup /usr/sbin/pfsd &
[2] 5181
[wally:/] # Sending output to nohup.out

[wally:/] # /usr/sbin/pfs_mount /SD_CDROM
and then it just sat here for a while, but I found the follwoing file:

[wally:/] # more nohup.out
unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

What's this?
Please help. Thanks.
4 REPLIES 4
T G Manikandan
Honored Contributor

Re: unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

MANOJ SRIVASTAVA
Honored Contributor

Re: unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

Teck


check for all pfs processes running , ps -aef | grep pfs

kill all of them in the increaing order ie the lowest first .

Then also check whterh nfsd is runiinfg or not , I doubt also whehter c0t2d0 is a DVD ROM device also or not . THis you can check using ioscan -fnC disk and then see the device for the DVDROM ,

Also try to mount like this

pfs_mount /dev/dsk/cxtydz /cdrom

Manoj Srivastava
Wodisch_1
Honored Contributor

Re: unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

Hi,

in order to use PFS you'll first have to have the NFS-portmapper up and running ("rpcbind" is the name), then the NFS-server and -client daemons ("nfsd" and "biod", resp.).
Only then you may start using PFS...
Alternatively you can install the new "mount" patches and then use "mount" with some options on the Oracle-CD-ROM!

But do you really have an Oracle 7.3.4 for HP-UX 11.00??? I thought Oracle7 is not supported under HP-UX11...

Just my $0.02,
Wodisch

Teck Sim
Frequent Advisor

Re: unable to register (MOUNT_PROGRAM, MOUNT_VERSION, udp).

Wodisch:
Can you tell me what "exactly" I need to do when you said: you'll first have to have the NFS-portmapper up and running ("rpcbind" is the name), then the NFS-server and -client daemons ("nfsd" and "biod", resp.). I am absolutely have no clue.
I believed I have a CD A61009-01 for HP-UX 11, and I got it from Oracle RDBMS for HP9000 HP-UX Support Matrices.
Thanks.