  | |  | 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-13 - By Teja
Back 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
|
|
 |