Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mounting Oracle Cd in HP-UX 3

Status
Not open for further replies.

mariocq

MIS
Apr 20, 2001
61
US
Hello:

I am trying to install Oracle 8.0.6 under HP-UX 10.20 and I am having problems with pfs_mount command. When I mount the CD the name of the files appear in iso9960 format. The latest patch for PFS is installed and configured. I have made several tests, here are two of them:

babieca:/etc# more pfs_fstab
#/dev/dsk/c2t2d0 /cdrom pfs-iso9660 xlat=unix 0 0
#/dev/dsk/c2t2d0 /cdrom pfs-rrip ro,hard
#/dev/dsk/c2t2d0 /cdrom pfs-hsfs ro,hard
#/dev/dsk/c2t2d0 /cdrom pfs-hffs ro,suid 0 0
#/dev/dsk/c2t2d0 /cdrom pfs-rrip xlat=unix 0 0
#/dev/dsk/c2t2d0 /cdrom pfs-iso9660 xlat=unix,Port=889
/dev/dsk/c2t2d0 /cdrom pfs-rrip xlat=unix 0 0
babieca:/# pfs_mountd &
[1] 7367
babieca:/# pfsd &
[2] 7370
babieca:/# pfs_mount /cdrom
pfs_mount: /dev/dsk/c2t2d0 on /cdrom: not rrip.
pfs_mount: giving up on /cdrom

babieca:/etc# more pfs*
/dev/dsk/c2t2d0 /cdrom pfs-iso9660 xlat=unix 0 0
#/dev/dsk/c2t2d0 /cdrom pfs-rrip ro,hard
#/dev/dsk/c2t2d0 /cdrom pfs-hsfs ro,hard
#/dev/dsk/c2t2d0 /cdrom pfs-hffs ro,suid 0 0
#/dev/dsk/c2t2d0 /cdrom pfs-rrip xlat=unix 0 0
#/dev/dsk/c2t2d0 /cdrom pfs-iso9660 xlat=unix,Port=889
#/dev/dsk/c2t2d0 /cdrom pfs-rrip xlat=unix 0 0

babieca:/etc# pfs_mountd &
[1] 7492
babieca:/etc# pfsd &
[2] 7494
babieca:/etc# pfs_mount /cdrom
babieca:/etc# cd /cdrom
babieca:/cdrom# ls
bin lib nlsrtl opsm otrace reldesc.txt
svrmgr
ctx md ocommon oracore plsql slax
unixdoc
dst.lst mlx odg orainst precomp sqlplus
unix.prd
jdbc network oemagent ord rdbms stage_tm
babieca:/cdrom# cd orainst
babieca:/cdrom/orainst# ls
avapdver. hhcsun5.res lx20001.nlb oratab_c.sh tk2cavx3.res
tk2motif.gra
crindex.sh hhcsun.res lx2001f.nlb oraview. tk2cdec.res
tk2motif.gs
croin.sh hhctandm.res lynx.cfg oraview.man tk2cdgd2.res
tk2motif.rgb
crprd.sh hhcvt100.res mkstg.sh oraview_. tk2cdgd4.res
tk2motif.ros
crrtsh.sh hhcvt220.res mkvisib.sh oravw tk2ciris.res
tk2motif.ste
chkadptr. hhcwy150.res oicmus.res preamble.txt tk2cncd.res
uius.msb
chkdrvrs. hhcwy50.res oimous.res problem.ins tk2csun5.res
unixenv.
gtrc. hhcxhft.res oinus.msb readme.fir tk2csun.res
unix.avf
gtrc_. hhcxsun5.res oitape. readme.lyn tk2ctand.res
unix.pin
gtr. hhcxsun.res oiuncomp. relver. tk2cvt10.res
unix.prd
gtr_. hhchftc.res opendev. rthd.sh tk2cvt22.res
unix.pvf
helpdoc hhchft.res orainst. shmtst. tk2cwy15.res
unix.stp
hhc3151.res hhchp.res orainst.cm symfind. tk2cwy50.res
unix.us
hhc386u.res inspdver. orainst.dei tk2c3151.res tk2cxsu0.res
unix.zoo
hhc386x.res lib orainst.ins tk2c386s.res tk2cxsu1.res
unix_stp.bs
hhc386.res logo.xpm orainst.map tk2c386u.res tk2chftc.res
ver_char.
hhcansi.res lx00001.nlb orainst.mot tk2c386x.res tk2chft.res
hhciris.res lx10001.nlb orainst.vrf tk2c386.res tk2chp.res
hhcncd.res lx1boot.nlb oratab.sh tk2cansi.res tk2motif.bw

I have rebooted the system before doing this, any clue about what can be happening?

Best regards,
Mario.






 
Hi Mario,

I haven't got any notes with me, but my guess is that it's the format of your pfs_fstab file. I don't use it, have you tried simply starting your pfs_mountd and pfsd and then
#pfs_mount /dev/dsk/c2t2d0 /cdrom

Let me know
Clare


 
Clare's command will probably get it, but this is what Oracle's How to Get Started booklet says:
Issue these commands:

/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/<dev filename> /cdrom

 
If you want to use remote system for CD.

A. Perform these steps on the local system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. Add the filesystem to /etc/pfs_fstab
4. Add the filesystem to /etc/pfs_exports
5. pfs_exportfs -a
6. pfs_mount /cdrom

B. Perform these steps on the remote system:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. pfs_mount -o xlat=unix remotesystemA:/cdrom /localmnt_pnt

Or If it is local CD-Drive
#/usr/sbin/pfs_mountd &
#/usr/sbin/pfsd &
#pfs_mount /cdrom

Patel
 
Hello:

Thanks to all for your help but finally the problem was that the CD was recorded in a wrong format.

Thanks,
Mario.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top