Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Moving db to linux
Yep, you were right
[oracle_at_milx04 oracle]$ rpm -qa | grep jfs
jfsutils-1.1.2-2
[oracle_at_milx04 oracle]$ rpm -ql jfsutils-1.1.2-2
/sbin/fsck.jfs
/sbin/jfs_debugfs
/sbin/jfs_fsck
/sbin/jfs_fscklog
/sbin/jfs_logdump
/sbin/jfs_mkfs
/sbin/jfs_tune
/sbin/mkfs.jfs
/usr/share/doc/jfsutils-1.1.2
/usr/share/doc/jfsutils-1.1.2/AUTHORS
/usr/share/doc/jfsutils-1.1.2/COPYING
/usr/share/doc/jfsutils-1.1.2/ChangeLog
/usr/share/doc/jfsutils-1.1.2/INSTALL
/usr/share/doc/jfsutils-1.1.2/NEWS
/usr/share/doc/jfsutils-1.1.2/README
/usr/share/man/man8/fsck.jfs.8.gz
/usr/share/man/man8/jfs_debugfs.8.gz
/usr/share/man/man8/jfs_fsck.8.gz
/usr/share/man/man8/jfs_fscklog.8.gz
/usr/share/man/man8/jfs_logdump.8.gz
/usr/share/man/man8/jfs_mkfs.8.gz
/usr/share/man/man8/jfs_tune.8.gz
/usr/share/man/man8/mkfs.jfs.8.gz
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mladen Gogala
Sent: Wednesday, February 25, 2004 1:12 PM
To: oracle-l_at_freelists.org
Subject: Re: Moving db to linux
It should already be in the distribution. Type "rpm -qa|grep jfsutils"
and
you should get an answer like this:
Yogi> rpm -qa|grep jfs
jfsutils-1.0.17-6
Yogi>
JFS is a standard part of the kernel. The "utils" package contains all
you need for for checking it, making it and alike. Here is contents of
the
standard distribution on RH-9:
Yogi> rpm -ql jfsutils-1.0.17-6
/sbin/defragfs
/sbin/extendfs
/sbin/fsck.jfs
/sbin/logdump
/sbin/logredo
/sbin/mkfs.jfs
/sbin/xchkdmp
/sbin/xchklog
/sbin/xpeek
/usr/share/doc/jfsutils-1.0.17
/usr/share/doc/jfsutils-1.0.17/AUTHORS
/usr/share/doc/jfsutils-1.0.17/COPYING
/usr/share/doc/jfsutils-1.0.17/ChangeLog
/usr/share/doc/jfsutils-1.0.17/INSTALL
/usr/share/doc/jfsutils-1.0.17/NEWS
/usr/share/doc/jfsutils-1.0.17/README
/usr/share/man/man8/fsck.jfs.8.gz
/usr/share/man/man8/logdump.8.gz
/usr/share/man/man8/logredo.8.gz
/usr/share/man/man8/mkfs.jfs.8.gz
/usr/share/man/man8/xchkdmp.8.gz
/usr/share/man/man8/xchklog.8.gz
/usr/share/man/man8/xpeek.8.gz
Yogi>
Can you please check that you have it? I'm very eager to learn, because
that's
precisely the problem I reported to oracle with 10g. The result is bug#
3446411
(public) and I'm in the process of disembowelling my existing RH-9 box
and
turning it into ES 3.0, because oracle told me that the ES 3.0 kernel
may contain
the necessary ingredients to make it work.
On 02/25/2004 01:54:50 PM, "Nelson, Allan" wrote: > Really, do you know where I can get JFS for RH AS 3.0? I can work from
> tarballs as well. > > Thanks > > -----Original Message----- > From: oracle-l-bounce_at_freelists.org > [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mladen Gogala > Sent: Wednesday, February 25, 2004 12:05 PM > To: oracle-l_at_freelists.org > Subject: Re: Moving db to linux > > > My advice is to use JFS for database files because on 9.2.0.4, you can > use direct I/O, which is supported by JFS. As far as the big files are > concerned, JFS supports them without any problem. > > On 02/25/2004 12:22:58 PM, "Nelson, Allan" wrote: > > Im, going to be moving a 220 GB 8.1.7.4 database from HP-UX to RedHat
> > platforms. Does anyone know of other issues that may trip me up? > > > > Thanks In Advance > > > > > Allan L. Nelson > > > Oracle DBA > > > M-I L.L.C. > > > (832) 295-2238 office > > > (832) 351-4180 fax > > > anelson_at_midf.com <mailto:anelson_at_midf.com> > > > > > > > > > > > > > > ________________________________________________________________________> ______
> other than the addressee is prohibited. If > > > > > ---------------------------------------------------------------- > Please see the official ORACLE-L FAQ: http://www.orafaq.com > ---------------------------------------------------------------- > To unsubscribe send email to: oracle-l-request_at_freelists.org > put 'unsubscribe' in the subject line. > -- > Archives are at http://www.freelists.org/archives/oracle-l/ > FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html > ----------------------------------------------------------------- > > > ________________________________________________________________________
> > ---------------------------------------------------------------- > Please see the official ORACLE-L FAQ: http://www.orafaq.com > ---------------------------------------------------------------- > To unsubscribe send email to: oracle-l-request_at_freelists.org > put 'unsubscribe' in the subject line. > -- > Archives are at http://www.freelists.org/archives/oracle-l/ > FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html > ----------------------------------------------------------------- > ----------------------------------------------------------------Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Feb 25 2004 - 13:24:33 CST
![]() |
![]() |