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 -> Re: pfs_mount problem on HP-UX 10.20

Re: pfs_mount problem on HP-UX 10.20

From: Xifer <ark_at_im.net>
Date: Fri, 26 Jan 2001 14:53:18 +0000
Message-ID: <3A718F5E.CC7615C7@im.net>

Have your tried using the character device? pfs_mount doesn't support block devices.

i.e. /dev/rdsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix 0

if you still have trouble u can use sam to find and mount all drives. (i think that works in 10.2 i only have 11.0 at the moment)

Kekko wrote:
>
> 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 Fri Jan 26 2001 - 08:53:18 CST

Original text of this message

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