Operating System - HP-UX
1855688 Members
2605 Online
104103 Solutions
New Discussion

Re: Problem with CDROM : each filename ends with ;1

 
Martin_9
Occasional Contributor

Problem with CDROM : each filename ends with ;1

On a HP-UX 9000 L2000
I must install Oracle 8.1.6 EE
I tried mount /dev/dsk/c3t2d0 /CDROM
each filename ends with ;1
I try this:
/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
/usr/sbin/pfs_mount /CDROM

with the line in pfs_fstab :
/dev/dsk/c3t2d0 /CDROM pfs-rrip xlat=unix 0 0
like it is said in the oracle installation documentation

but the pfs_mountd & tells me :

pfs_mountd: can't contact pfs_mountd.rpc: agoradvt: RPC: Program not registere
d
pfs_mountd: pfs_mountd: can't contact pfs_mountd.rpc: agoradvt: RPC: Program not
registered

help me please!!
and sorry for my poor english...
Youl
10 REPLIES 10
Bill McNAMARA_1
Honored Contributor

Re: Problem with CDROM : each filename ends with ;1

make sure you're user root, and /usr/sbin
is in your echo $PATH
Make sure as well you're on a unix system,
uname -a
That ;1 brings me back to my vax days!

Also I'm not sure but why not mount
normally?
mkdir /cdrom
mount /dev/dsk/cXt2d0 /cdrom

Later,
Bill
It works for me (tm)
Martin_9
Occasional Contributor

Re: Problem with CDROM : each filename ends with ;1

it is when i mount it normally that filenames ends with ;1
Youl
Andreas Voss
Honored Contributor

Re: Problem with CDROM : each filename ends with ;1

Hi,

look at Doc KBAN00000252.
Go to 'maintenance and support' -> 'technical knowledge base'
Change to 'Search by Doc. Id' and type KBAN00000252 as the search pattern.

Regards
Martin_9
Occasional Contributor

Re: Problem with CDROM : each filename ends with ;1

KBAN00000252 search replies me : no results!
Youl
Lucien Wolfs
Valued Contributor

Re: Problem with CDROM : each filename ends with ;1

Try option -o rrip when mounting
Vincente Fernandes
Valued Contributor

Re: Problem with CDROM : each filename ends with ;1

Try this out.
comment out entry in /etc/pfs_fstab.
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
pfs_mount -av -t rrip -x xlat=unix 0 0 /dev/dsk/c3t2d0 /CDROM
CHRIS_ANORUO
Honored Contributor

Re: Problem with CDROM : each filename ends with ;1

Do the following:
1.Insert cdrom into drive
2.start processes Pfs:
#/usr/sbin/pfs_mountd &
#/usr/sbin/pfsd &
3.Note: varify > #ps -ef|grep pfs
4.find cdrom device name )ioscan -funC disk) [e.g. /dev/dsk/c1t2d0]
5.validate mount point to mount cdrom [e.g. /cdrom]
6.#pfs_mount /dev/dsk/c1t2d0 /cdrom

To umount do the following:
1.#pfs_umount /cdrom
2. manually eject cdrom from drive. (press eject button)
3.#kill processess [pfsd and pfs_mountd]
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Martin_9
Occasional Contributor

Re: Problem with CDROM : each filename ends with ;1

you guys don't understand :

when i launch pfs_mountd, it replies :
pfs_mountd: can't contact pfs_mountd.rpc: agoradvt: RPC: Program not registere
d
pfs_mountd: pfs_mountd: can't contact pfs_mountd.rpc: agoradvt: RPC: Program not
registered
Youl
Patrick Wallek
Honored Contributor

Re: Problem with CDROM : each filename ends with ;1

Try mounting your Oracle CD with this command and see what happens:

mount -r -o cdcase /dev/dsk/c3t2d0 /CDROM

I think this should work. I have had problems mounting the Oracle CDs with pfs_mount as well. I seem to recall that the above worked last time I tried it.
Karen Elrod
Frequent Advisor

Re: Problem with CDROM : each filename ends with ;1

See if rpc.lockd and rpc.statd deamons are running. If not start them:
/usr/sbin/rpc.lockd
/usr/sbin/rpc.statd

I also suggest that you unmount the cd, stop all of the pfs processes and start the processes (including those above) again. If this does not correct the problem, check to see if the cd really needs a pfs mount.