1754014 Members
4554 Online
108811 Solutions
New Discussion юеВ

Copy sw from media CD

 
SOLVED
Go to solution
The_Cina
Advisor

Copy sw from media CD

Hello guys,

Does anybody knows how to copy a specific software from one of the installation Media CD to the Ignite Server? This is a 11.31 IA 64.
I'm trying to copy the USB Drivers into our main depot.

Thanks,
4 REPLIES 4
Tim Nelson
Honored Contributor
Solution

Re: Copy sw from media CD

/usr/sbin/swcopy ?????

use swlist -l product -s /cdrom to get a list of product names
d_bachelor01
Frequent Advisor

Re: Copy sw from media CD

you can run swcopy then specify the cdrom as the source.

regards,
Torsten.
Acclaimed Contributor

Re: Copy sw from media CD

If the media is mounted to /cdrom run

# swcopy -s /cdrom USB-00

or adjust the command as needed.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
The_Cina
Advisor

Re: Copy sw from media CD

Hello,

Thanks for your suggestions, for reference the command I used is:

swcopy -s @

Which is :

swcopy -s /dvdrom USB-00 @ /depot/SOFTWARE

Thanks!