- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with CDROM : each filename ends with ;...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 02:28 AM
11-27-2000 02:28 AM
Problem with CDROM : each filename ends with ;1
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 02:38 AM
11-27-2000 02:38 AM
Re: Problem with CDROM : each filename ends with ;1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 02:45 AM
11-27-2000 02:45 AM
Re: Problem with CDROM : each filename ends with ;1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 02:51 AM
11-27-2000 02:51 AM
Re: Problem with CDROM : each filename ends with ;1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:01 AM
11-27-2000 03:01 AM
Re: Problem with CDROM : each filename ends with ;1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:06 AM
11-27-2000 03:06 AM
Re: Problem with CDROM : each filename ends with ;1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:14 AM
11-27-2000 03:14 AM
Re: Problem with CDROM : each filename ends with ;1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:15 AM
11-27-2000 03:15 AM
Re: Problem with CDROM : each filename ends with ;1
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]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 03:19 AM
11-27-2000 03:19 AM
Re: Problem with CDROM : each filename ends with ;1
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 09:16 AM
11-27-2000 09:16 AM
Re: Problem with CDROM : each filename ends with ;1
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 09:26 AM
11-27-2000 09:26 AM
Re: Problem with CDROM : each filename ends with ;1
/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.