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: Still need help installing Oracle 8.0.4 on HP-UX v11

Re: Still need help installing Oracle 8.0.4 on HP-UX v11

From: jennetta <jennetta_at_hotmail.com>
Date: Thu, 9 Sep 1999 18:18:36 -0400
Message-ID: <7r9bt6$4ci$1@news.duke.edu>


It turns out that I needed to get a patch for the OS from HP. This psfmount problem is fixed by the patch. I think the patch number is PHCO_16348

Alex Hudghton <alex_at_alenda.freeserve.co.uk> wrote in message news:7r7qnp$lre$1_at_taliesin.netcom.net.uk...
>
> jennetta <jennetta_at_hotmail.com> wrote in message
> news:7r73to$7g8$1_at_news.duke.edu...
> > Here's my problem as far as I can tell.
> >
> > I've set all the environment parameters. I can execute ORAINST.SH, but
> > then I get an error message telling me that my TERM variable is not
> > compatible.
> > Yet both TERM and ORACLE_TERM = ansi. In conjunction with this error,
is
> a
> > message
> > stating that the Oracle file which holds compatible terminal types (I
can
> > remember the file name)
> > is not found.
> >
> > Now then, I think that the cause of these problem comes back to the way
> the
> > CD-ROM drive
> > is mounted. I have mounted it in SAM using the only general options
> > available.
>
> HP CDROMS must be mounted using pfs_mount - the instructions should be in
> the cover notes of the CD.
>
> If not here they are :
>
> use vi and add an entry to /etc/pfs_fstab
> <device_file> <mount_point> <filesystem_type> <translation_method>
> /dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 0
>
> su root
>
> nohup /usr/sbin/pfs_mountd &
>
> nohup /usr/sbin/pfsd &
>
> /usr/sbin/pfs_mount /SD_CDROM
>
> logout of root
>
> cd /SD_CDROM
>
> ls -al gives lower case listing of files
>
>
>
> Alex
>
>
Received on Thu Sep 09 1999 - 17:18:36 CDT

Original text of this message

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