1752355 Members
5736 Online
108787 Solutions
New Discussion юеВ

Re: pfs_mountd

 
SOLVED
Go to solution

pfs_mountd

hi experts

I am facing one problem on my HP box which have HP-UX 11i in it. My problem is i couldnt eject the cd which has been mounted through following commands
#nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd &
#/usr/sbin/psf_mount -t rrip -x unix /dev/dsk/c1t2d0 /cdrom

i tried both umount and pfs_umount commands to unmount the drive , both the cases the drive is getting unmounted and we couldnt eject the drive

where as the if i use the mount command to mount the drive and umount to unmount, we are able to eject the cd

with thanks and regards
Anith Prabhakar.c
5 REPLIES 5
Steven E. Protter
Exalted Contributor
Solution

Re: pfs_mountd

Shalom,

Common issue, you cd into the /cdrom mount directory, start an oracle install process and then can't eject.

You are done, you must kill the install and start over.

Next time:
cd /home/oracle #wherever

/cdrom/runInstaller &

Now you will be able to change cd's when you need.

There is a better way to mount oracle cd's as well. Here is the code:

/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom


Change c3t2d0 to the actual device of your cdrom..

Script code for you.

/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c1t2d0 /cdrom

Have fun and its happened to me, so don't feel bad.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Arunvijai_4
Honored Contributor

Re: pfs_mountd

Hi Anitha,

Check the patches first of all for pfs_mount

PHKL_32035 and PHKL_34153

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"

Re: pfs_mountd


thanks SEP ,
but i got the following error
# /usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c1t2d0 /cdrom
mount: illegal file system specific option rr
usage: mount [-l][-v|-p]
mount [-F FStype][-eQ] -a
mount [-F FStype][-eQrV][-o specific_options]
{ special | directory }
mount [-F FStype][-eQrV][-o specific_options]
special directory
#
Steven E. Protter
Exalted Contributor

Re: pfs_mountd

Shalom Anith,

Its an Oracle produced cd? I'm shocked. My code was worked on every continent that has HP-9000 servers.

If the cd is self produced my code will not work.

The bottom line is the other part of my solution about running runInstaller form outside the /cdrom folder will sovle the problem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Binh Minh
Occasional Advisor

Re: pfs_mountd

I was in the same situation.
Are you sure that any terminal is using /cdrom mount point ?