Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> pfs_mount problem on HP-UX 10.20

pfs_mount problem on HP-UX 10.20

From: Kekko <kekko.milan_at_hotmail.com>
Date: Thu, 18 Jan 2001 08:37:15 +0100
Message-ID: <3A669D2A.5574AB79@hotmail.com>

Hello everybody;
I have this problem: I need to mount with pfs_mount a cdrom (an Oracle CD).
I inserted in the file /etc/pfs_fstab this row:

    /dev/dsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix 0 Then I run the following commands

    nohup /usr/sbin/pfs_mountd &
    nohup /usr/sbin/pfsd &

Now i have these processes running:

    root 10679 10607  0 15:32:32 ttyp1     0:00 /usr/sbin/pfsd
    root 10676 10607  0 15:31:59 ttyp1     0:00 /usr/sbin/pfs_mountd
    root 10680 10679  0 15:32:32 ttyp1     0:00 pfsd.rpc
    root 10677 10676  0 15:31:59 ttyp1     0:00 pfs_mountd.rpc

Finally I run this command:

/usr/sbin/pfs_mount /SD_CDROM

where /cdrom is the mount point.

The result is the following:

pfs_mount: /dev/cdrom on /SD_CDROM: Not owner pfs_mount: giving up on /SD_CDROM

Why? I am root user and my groups are: sys root other bin adm daemon mail lp users sna dba

In my system I have this situation:

HP-UX adrsam2 B.10.20 A 9000/831 2012530655 two-user license

adrsam2:>> ls -al /usr/sbin/pfs*
-r-xr-xr-x 1 bin bin 96256 Jun 10 1996
/usr/sbin/pfs_exportfs

-r-xr-xr-x 1 bin bin 194560 Jun 10 1996
/usr/sbin/pfs_mount

-r-xr-xr-x 1 bin bin 153600 Jun 10 1996
/usr/sbin/pfs_mountd

-r-xr-xr-x 1 bin bin 243712 Jun 10 1996
/usr/sbin/pfs_mountd.rpc

-r-xr-xr-x 1 bin bin 186368 Jun 10 1996
/usr/sbin/pfs_umount

-r-xr-xr-x 1 bin bin 157696 Jun 10 1996
/usr/sbin/pfsd

-r-xr-xr-x 1 bin bin 206848 Jun 10 1996
/usr/sbin/pfsd.rpc

adrsam2:>> ls -al /dev/dsk
total 10

drwxr-xr-x   2 bin        bin           1024 Jul  1  1997 .
dr-xr-xr-x  16 bin        bin           4096 Jan 17 12:06 ..
brw-r-----   1 bin        sys         31 0x000000 Jul  1  1997 c0t0d0
brw-r-----   1 bin        sys         31 0x000100 Jul  1  1997 c0t0d1
brw-r-----   1 bin        sys         31 0x005000 Jan 17 09:54 c0t5d0
brw-r-----   1 bin        sys         31 0x022000 May 30  1997 c2t2d0

Where is the problem?

Thanks a lot
Francesco Dini Received on Thu Jan 18 2001 - 01:37:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US