Operating System - HP-UX
1753944 Members
8919 Online
108811 Solutions
New Discussion юеВ

How do you download patches?

 
SOLVED
Go to solution
Zachary Stowell
Occasional Advisor

How do you download patches?

My Unix 11.00 system is not connected to the internet. It's on it's own private network. I've been having problems downloading patches from the HP website to it. I've been downloading the patches to my PC that runs with Windows XP, but when I write those patches to a CD, the CD is unreadable in my UNIX system. I'm assuming that Window's CD writing utility is making it so the CD is in some sort of format that my UNIX system can't read. Anyone experience this before and have a solution?
17 REPLIES 17
Steven Schweda
Honored Contributor

Re: How do you download patches?

> It's on it's own private network.
^^^^--^^^^--- They can't both be right.

> Window's [...]

Looks like a chronic problem. Try a Web
search for:
eats shoots leaves


> [...] the CD is unreadable in my UNIX
> system.

What, exactly, does this mean? Drive spits
out the disc? "mount" fails? File names are
funny?

> Anyone experience this before and have a
> solution?

I have no relevant Windows experience, but
I'd assume that its CD-writing utility can
produce an ISO-9660-compatible disc. If you
can enable the "Rock Ridge" file name scheme
(and disable "Joliet"), that might help some
file name problems.

It's hard to say if I have a solution until I
see a description of the problem clearer than
"the CD is unreadable".
Zachary Stowell
Occasional Advisor

Re: How do you download patches?

When I attempt to mount the CD if fails to mount because it says the device is busy. But I can mount any of the HP CD's that came with system.
Steven Schweda
Honored Contributor

Re: How do you download patches?

I suppose that a transcript showing actual
working and failing "mount" commands would be
too much of a bother?

> But I can mount any of the HP CD's that
> came with system.

Are those ISO-9660 file systems, or ufs, or
what? ("mount" may offer clues.) Any other
handy (newer?) non-Windows systems where you
can try the mystery disc?

Is the disc a CD-R or CD-RW? If -RW, is the
drive in the HP-UX system new/good enough to
be able to read it? For that matter, can it
read _anything_ other than a factory-pressed
disc?

11.00 is older than anything I have, so it
may have quirks about which I know nothing.
Zachary Stowell
Occasional Advisor

Re: How do you download patches?

The message displayed from the mount command is as follows:

The command used to mount the new file system, mount(1), has failed. The stderr from this command is shown below. The disk has not been configured for use.

The command used to mount the new file system, mount(1), has failed. The stderr output from the command is shown below.

mount: dev/dsk/c0t0d0 on /cdrom: Device Busy




The CD-ROM is a read only TEAC-224E CD-ROM.

I have an even older system that runs with HPUX 10.20 and I get the exact same error message.

The type of CD I'm using is a CD RW. Unfortunately we don't have any other types of CDs. They're all CD RWs.
Masud Parvez
Valued Contributor

Re: How do you download patches?

When you write you CD into windows what WR Speed you used.

May be your Old HPUX system CD drive speed can't read that CD.

Also check if someone is using cdrom mount point or not.
check by this commmand

fuser -u /cdrom

Send the SIGKILL signal to each process using each file

fuser -k /cdrom
Zachary Stowell
Occasional Advisor

Re: How do you download patches?

I don't know what speed the windows PC writes the CD at. When I download the patches, I send them straight to the D: drive (which is the CD ROM) and after the download finishes I get a popup bubbles saying that I have files waiting to be written to the CD and to click the pop up to write the CD. After I click the popup I get a window that shows the files waiting to be written to the CD and I just pick next (cancel is the only other option) and then it writes the files to the CD.
Zachary Stowell
Occasional Advisor

Re: How do you download patches?

Oh forgot. I'm the only user on the system so it's impossible for anyone else to be using the cdrom drive. Also immediately after I get that error trying to install the patches I've downloaded, I can take one of they HP system CDs the system came with and mount that with no problems and can see the contents of that disk.
Steven Schweda
Honored Contributor

Re: How do you download patches?

> The message displayed from the mount
> command is as follows:
> [...]

You got all that from a "mount" command? Get
serious. What. exactly, did you do, and
what, exactly, happened when you did it?

Are you using SAM to do the mount, or what?
Did you try a manual "mount" command,
possibly with some options? ("man 1m mount",
"man fstyp", ...?) What's (relevant) in
/etc/fstab? If no one is specifying "-F
cdfs", that could cause some difficulty.

What does a plain "/usr/sbin/mount" say? It
would be nice to know that no one is using
dev/dsk/c0t0d0 or /cdrom. (I never seem to
get much of value from "fuser", but if you
have "lsof" installed, that might be more
informative.)

> May be your Old HPUX system CD drive speed
> can't read that CD.

Speed? That sounds very unlikely to be the
explanation. (Of anything.)

The product info I found at teac.com suggests
that a CD-RW should not be a problem for this
drive (but it could be old and dim/blind,
too).

> [...] Unfortunately we don't have any other
> types of CDs [...]

Try a store? CD-R discs are normally pretty
cheap. I'd hold off on spending money until
the other possibilities have been considered,
however.
Masud Parvez
Valued Contributor
Solution

Re: How do you download patches?

I am not talking about CDROM busy I am talking about mount point busy.

You have keep busy your mount point /cdrom or not.
If you login to your system go into /cdrom mount point and try to mount cdrom then you will face this problem
like below example
# cd /cdrom
# mount /dev/dsk/c0t4d0 /cdrom
mount: /dev/dsk/c0t4d0 on /cdrom : Device busy
# pwd
/cdrom

Try to avoid this