Operating System - HP-UX
1834454 Members
2193 Online
110067 Solutions
New Discussion

Installing depot software on CDROM via the network

 
SOLVED
Go to solution
Jerome Bellet
Advisor

Installing depot software on CDROM via the network

Hello!

Sorry if this question has already been asked a thousand times, but I couldn't find a consise answer.

What's the quickest way to install depot software on several boxes of a network, from a CDROM mounted on one of the boxes?
A short step-by-step guide should be appreciated.

TIA, Jerome
2 REPLIES 2
Rainer_1
Honored Contributor
Solution

Re: Installing depot software on CDROM via the network

At the system with cdrom drive mount the cdrom

mount /dev/dsk/c#t#d0 /SD_CDROM

Export the mount point

exportfs -iv -o ro /SD_CDROM

Register the depot

swreg -l depot /SD_CDROM

Install on remote system with:

swinstall -s :/SD_CDROM
Darrel Louis
Honored Contributor

Re: Installing depot software on CDROM via the network

Hi,

Becarefull with patch installation over the network.
If there are Network or NFS patches, this can cause a problem.

Good Luck