Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Problem with installing db2 udb 8.1 version on RH 7.1

Problem with installing db2 udb 8.1 version on RH 7.1

2004-02-16       - By Willem van der Walt

 Back
Reply:     1     2     3     4     5     6     7     8  

Hi,
Things are now starting to make sence.
You most likely had a directory called /opt to start off with.
You need to remove or rename it before you do the ln command.
To be safe, do mv /opt /opt.keep to rename the current /opt directory.
Then do the ln command and try your install again.
hth
Willem

On Fri, 13 Feb 2004, Teja wrote:

> Hi,
>
> I tried as u said it does not show anything as u said,
> lrwx -rx -rx root root ... opt - > /home/opt
>
> So I tried doing it again.
>
> but now I am gettin this message
> [root@(protected) opt]# ln -s /home/opt /opt
> ln: `/opt/opt ': File exists
>
> Thanks,
> Tej
>
>
>
>
>
> -- -- Original Message -- --
> From: <willem@(protected) >
> To: "Teja " <tejaswips@(protected) >
> Cc: <redhat-list@(protected) >
> Sent: Friday, February 13, 2004 5:12 AM
> Subject: Re: Problem with installing db2 udb 8.1 version on RH 7.1
>
>
> > Are you sure the /opt link was created?
> > If you do:
> > cd /
> > ls -l
> > the relevant line should look some thing like this:
> > lrwx -rx -rx root root ... opt - > /home/opt
> > If it starts with
> > drwx the ln command did not succeed.
> > In that case do:
> > cd /
> > rm -rf opt
> > and repeate the ln command:
> > ln -s /home/opt /opt
> > hth
> > Willem
> >
> > On Fri, 13 Feb 2004, Teja wrote:
> >
> > > Hi,
> > >
> > > Below is the result..... looks to me as if the the size didn 't get
> changed
> > > at all.
> > >
> > > [root@(protected) /]# df -h /opt
> > > Filesystem Size Used Avail Use% Mounted on
> > > /dev/hda8 251M 67M 170M 29% /
> > >
> > > Thanks,
> > > Tej
> > >
> > > -- -- Original Message -- --
> > > From: <willem@(protected) >
> > > To: <redhat-list@(protected) >
> > > Sent: Thursday, February 12, 2004 10:10 PM
> > > Subject: Re: Problem with installing db2 udb 8.1 version on RH 7.1
> > >
> > >
> > > > Hi,
> > > > What does df -h /opt give you?
> > > >
> > > > On Thu, 12 Feb 2004, Teja wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > Can you check this since I am getting same error. I did try your
> > > suggestion.
> > > > >
> > > >
> > >
> > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> > > --
> > > > > -- --
> > > > >
> > > > > [root@(protected) 009_ESE_LNX_32_NLV]# ./db2_install -p DB2.ESE
> > > > > Disk space needed = 549372 KB Available = 175092 KB
> > > > >
> > > > > DBI1080E Disk full. Minimum space required in /opt is
> > > > > 549372 KB, whereas only 175092 KB space is available.
> > > > >
> > > > > Explanation:
> > > > >
> > > > > There is not enough free space available in the file system or
> > > > > directory.
> > > > >
> > > > > User Response:
> > > > >
> > > > > Free more disk space and retry the command.
> > > > >
> > > > >
> > > > > db2_install program terminated prematurely.
> > > >
> > >
> > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> > > --
> > > > > -- ---- ---- ---- ---- ---- -----
> > > > >
> > > > >
> > > > > Thanks
> > > > > Tej
> > > > >
> > > > > -- -- Original Message -- --
> > > > > From: <willem@(protected) >
> > > > > To: <redhat-list@(protected) >
> > > > > Sent: Thursday, February 12, 2004 12:34 AM
> > > > > Subject: Re: Problem with installing db2 udb 8.1 version on RH 7.1
> > > > >
> > > > >
> > > > > > Hi,
> > > > > > You do not have a /opt filesystem. If a directory /opt is created
> > > without
> > > > > > any other steps first, It will be created in /. You should be
> able to
> > > do
> > > > > > the following:
> > > > > > mkdir /home/opt
> > > > > > cd /
> > > > > > ln -s /home/opt /opt
> > > > > > This will create a link called /opt which actualy refers to
> /home/opt.
> > > > > > Your /home filesystem has lots of space.
> > > > > > hth
> > > > > > Willem
> > > > > >
> > > > > > On Wed, 11 Feb 2004, Teja wrote:
> > > > > >
> > > > > > > I am having a strange problem with installing DB2 udb 8.1 on RH
> 7.1
> > > > > version. Below is the message I am receiving
> > > > > >
> > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
> > > > > > > [root@(protected) 009_ESE_LNX_32_NLV]# ./db2_install -p DB2.ESE
> > > > > > > Disk space needed = 549372 KB Available = 175098 KB
> > > > > > >
> > > > > > > DBI1080E Disk full. Minimum space required in /opt is
> > > > > > > 549372 KB, whereas only 175098 KB space is available.
> > > > > > >
> > > > > > > Explanation:
> > > > > > >
> > > > > > > There is not enough free space available in the file system or
> > > > > > > directory.
> > > > > > >
> > > > > > > User Response:
> > > > > > >
> > > > > > > Free more disk space and retry the command.
> > > > > > >
> > > > > > >
> > > > > > > db2_install program terminated prematurely.
> > > > > >
> > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
> > > > > > >
> > > > > > > I checked the filesystem using this command and following is the
> > > > > information about disk space
> > > > > > >
> > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
> > > > > > > Filesystem Size Used Avail Use% Mounted on
> > > > > > > /dev/hda8 251M 67M 170M 29% /
> > > > > > > /dev/hda1 53M 3.5M 46M 7% /boot
> > > > > > > /dev/hda6 13G 1.3G 10G 11% /home
> > > > > > > /dev/hda5 13G 2.1G 10G 17% /usr
> > > > > > > /dev/hda9 251M 22M 216M 10% /var
> > > > > > > /dev/hdd 589M 589M 0 100% /mnt/cdrom
> > > > > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
> > > > > > >
> > > > > > >
> > > > > > > I am not sure what to do now, can any one help me resolving
> this.
> > > > > > >
> > > > > > > Thanks,
> > > > > > >
> > > > > > > Tej Patil
> > > > > >
> > > > > >
> > > > > > --
> > > > > > redhat-list mailing list
> > > > > > unsubscribe
> mailto:redhat-list-request@(protected)?subject=unsubscribe
> > > > > > https://www.redhat.com/mailman/listinfo/redhat-list
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > redhat-list mailing list
> > > > unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
> > > > https://www.redhat.com/mailman/listinfo/redhat-list
> > > >
> > >
> > >
> > >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
> > https://www.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>


--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list