Home » Infrastructure » Linux » No such file or directory? (Oracle VM Server, Oracle Enterprise Linux R5 U4)
No such file or directory? [message #424740] Mon, 05 October 2009 13:37 Go to next message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
Hello,

I have no background in oracle or anything like it but by some misfortune have been given the task of implementing it for a large greenhouse wholesaler (my work).

Here is my problem currently:

Using the instructions listed here: (cant use links yet)
ww.oracle.com/technology/obe/ovm/ovmel5pvmdb11gr1/ovmel5pvmdb11gr1.htm#.
I have installed Oracle VM server, downloaded the iso for OEL R5 U4 and tried mounting it as instructed.

After the command:
mount -t iso9660 -o ro,loop /OVS/iso_pool/Enterprise-R5-U4-Server-i386-dvd.iso /el/EL5-x86

I hit enter and get the following message:
/OVS/iso_pool/Enterprise-R5-U4-Server-i386-dvd.iso: No such file or directory

I downloaded the dvd iso from //edelivery.oracle.com.

I am installing on a dell poweredge 2900 with dual Intel Xeon 3Ghz cpu's and 4gig of ram and yes it has a DVDROM.

Can anyone please explain if I am doing something wrong, I have followed the instructions to the letter and am now stuck here. I am now downloading the file again on an ubuntu machine thinking that oracle might not like the windows version or something, I really have no clue at this point.

Thanks for any help with this issue.
Re: No such file or directory? [message #424741 is a reply to message #424740] Mon, 05 October 2009 13:59 Go to previous messageGo to next message
ursusca
Messages: 40
Registered: September 2009
Location: Toronto, ON
Member

Hi,

Did you check it?

ls -la /OVS/iso_pool
Re: No such file or directory? [message #424742 is a reply to message #424741] Mon, 05 October 2009 14:06 Go to previous messageGo to next message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
Yes, the instructions actually have me check:
ls -al /el/EL5-x86

But, in the past couple of days messing around with this i have also done the command you gave me:

ls -al /OVS/iso_pool

The line above prints out a couple of lines:
drwxr-xr-r 2 root root 4069 Oct 2 10:27
drwxr-xr-r 0 root root 4069 Oct 5 05:27

Similar lines are printed when I check the /el/EL5-x86
Re: No such file or directory? [message #424744 is a reply to message #424740] Mon, 05 October 2009 14:25 Go to previous messageGo to next message
ursusca
Messages: 40
Registered: September 2009
Location: Toronto, ON
Member

I'm sorry Buddy but you don't have this file really. Smile For example in my Distr directory I have a iso file of CentOS linux CentOS5_3.iso.
ls -la /home/mike/Distr
total 4376616
drwxrwxr-x  3 mike mike       4096 Oct  5 22:18 .
drwx------ 32 mike mike       4096 Oct  5 23:08 ..
-rw-r--r--  1 root root 3971022848 Oct  4 21:41 CentOS5_3.iso
drwxrwxr-x  2 mike mike       4096 Oct  5 22:18 Fedora-11-x86_64-DVD
-rw-rw-r--  1 mike mike     325922 Oct  5 22:18 Fedora-11-x86_64-DVD.torrent
-rw-rw-r--  1 mike mike    4118891 Sep 25 21:58 flash-plugin-10.0.32.18-release.i386.rpm
-rw-rw-r--  1 mike mike      15252 Sep 27 10:30 index.html
-rw-rw-r--  1 mike mike   10059000 Sep 25 21:59 opera-10.00.gcc4.shared.qt3.i386.rpm
-rw-rw-r--  1 mike mike      16698 Oct  3 23:24 rpmforge-release-0.3.6-1.el5.rf.i386.rpm
-rw-rw-r--  1 mike mike    3678726 Oct  3 23:52 sim-0.9.4.2-1.fc6.lost1.i386.rpm
-rw-r--r--  1 mike mike  487995484 Sep 20 13:13 VMware-server-2.0.1-156745.i386.rpm

or
ls -la /home/mike/Distr | grep CentOS
-rw-r--r--  1 root root 3971022848 Oct  4 21:41 CentOS5_3.iso


Try to find it

cd /
find -name "*.iso"

[Updated on: Mon, 05 October 2009 14:29]

Report message to a moderator

Re: No such file or directory? [message #424746 is a reply to message #424744] Mon, 05 October 2009 14:31 Go to previous messageGo to next message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
The file is on a DVD, the instructions are trying to put the file in a directory on the Oracle VM server so it can use it later to create a virtual guest.

These are the instructions, I cant post links yet, but if you put "w" in front of this it will take you to the instructions:

ww.oracle.com/technology/obe/ovm/ovmel5pvmdb11gr1/ovmel5pvmdb11gr1.htm#.
Re: No such file or directory? [message #424748 is a reply to message #424746] Mon, 05 October 2009 14:46 Go to previous messageGo to next message
ursusca
Messages: 40
Registered: September 2009
Location: Toronto, ON
Member

Quote:
6.

The prerequisites section instructed you to download the ISO files for Enterprise Linux 5 from http://edelivery.oracle.com/linux. Move the CD ISO files for Enterprise Linux 5 to directory /OVS/iso_pool.


Did you download it?
Re: No such file or directory? [message #424749 is a reply to message #424748] Mon, 05 October 2009 14:50 Go to previous messageGo to next message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
Yes, I downloaded the single DVD file, I did not download the 5 CD files.

5. During the installation of the operating system for a paravirtualized machine, the location of the install media can not be changed, thus installing directly from multiple CD ISO files is not possible. Steps 7 through 9 show the steps to create a directory tree of the CD ISO files for installing the operating system.

The install can be made directly from a single ISO file such as the DVD ISO of Enterprise Linux 5. Step 11 shows how to setup the install from a single DVD ISO.

(Skipping steps 6-10 as they are for multiple CD installation)

11. This step is for setting up installation from a single DVD ISO file. If you have multiple CD ISO files skip this step.

mount -t iso9660 -o ro,loop /OVS/iso_pool/Enterprise-R5-U1-Server-i386-dvd.iso /el/EL5-x86
Re: No such file or directory? [message #424756 is a reply to message #424749] Mon, 05 October 2009 19:11 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
The file Enterprise-R5-U1-Server-i386-dvd.iso needs to exist in the /OVS/iso_pool directory. Simply copy this file to the /OVS/iso_pool directory.
Re: No such file or directory? [message #424790 is a reply to message #424746] Tue, 06 October 2009 01:09 Go to previous messageGo to next message
ursusca
Messages: 40
Registered: September 2009
Location: Toronto, ON
Member

kaloc2374 wrote on Mon, 05 October 2009 23:31
The file is on a DVD...


Hi,

You have to find your DVD
ls -la /dev | grep dvd

if it hda (dvdrom -> hda)
then
dd if=/dev/hda of=/OVS/iso_pool/Enterprise-R5-U4-Server-i386-dvd.iso
Re: No such file or directory? [message #424877 is a reply to message #424790] Tue, 06 October 2009 06:43 Go to previous messageGo to next message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
I tried your last 2 options and was able to get it to actually open the disk, but when it did it gave the same "no such file or directory" error message.

I know the iso file is on the disk, but being new to Oracle and Linux in general, im not sure if i can download it using windows and winrar and then try to copy it to Oracle. Do I need to try to save this file to the disk some other way?

I have actually made an image with this iso and installed OEL on a test machine, so I know it is working. I just cant get the iso from the DVD to the directory on the server right now.
Re: No such file or directory? [message #424890 is a reply to message #424877] Tue, 06 October 2009 07:30 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
How did you burn the iso to disk? By the sounds of it, I assume you created a DVD from the iso file.

Do you still have the iso on a Windoze box? If so, simply ftp the iso to the Linux box or burn the iso as a file and not as an image to a DVD and copy the iso file from the DVD to the Linux box.
Re: No such file or directory? [message #424895 is a reply to message #424890] Tue, 06 October 2009 07:40 Go to previous messageGo to next message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
Before coming to the forums, I tried everything I could think of regarding the disk. I burned the image to the disk
I copied the iso file to the disk zipped
I copied the files to the disk and put them in a folder and renamed it to the file name
I did all sorts of things I knew wouldn't work.

I think what I need is a simple command to copy the files from the disk to the directory on the server. My guide here doesn't mention how to do that and I can't find anywhere on the internet that explains it.

I thought the mount -t iso9660 -o ro,loop /OVS/iso_pool/Enterprise.... command did that but apparently it does not.

I just need to know how to get the files from the DVD disk...to...the directory on the server

Burning the iso as a file and not an image wielded the same results, "no such file or directory", I believe the instructions assume the reader carries some knowledge of this and omits the steps to actually copy the contents of the dvd to the server directory.
Re: No such file or directory? [message #424902 is a reply to message #424895] Tue, 06 October 2009 08:16 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
Assuming the iso file was burned as a simple file to the DVD, once you stick the DVD in the drive and it is mounted, what is the output of:

ls /media/cdrom


Re: No such file or directory? [message #424919 is a reply to message #424902] Tue, 06 October 2009 08:46 Go to previous message
kaloc2374
Messages: 7
Registered: October 2009
Junior Member
I found this line on some other forums:
cp /dev/dvd /OVS/iso_pool

This allows me to copy the contents of the DVD to the directory, but I don't know if it will keep the file in a .ISO format so i can use it later to create a virtual guest.

I'll keep you updated and thanks for your patience thus far.
Previous Topic: ORA-01034: ORACLE not available
Next Topic: I didn't find any 64 bit packages in Oracle VM 2.1.5 (x86_64)
Goto Forum:
  


Current Time: Thu Mar 28 06:18:53 CDT 2024