1833872 Members
1853 Online
110063 Solutions
New Discussion

Re: SWCOPY

 
Ramanathan_2
Occasional Advisor

SWCOPY

Hi,
I have OpenSSH installed in one of my server which is a latest version , Now Iam not having the depot/SW for that particular version of software to install on another server.
Can anybody help me out, how to copy from the server to a Installable product for another server .
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: SWCOPY

Hi,

You will not be able to get the depot as it is but you can get a list of files installed through that depot. Do

#/usr/sbin/swlist -l file openssh

Replace openssh with the exact name of the product you installed.

Above will print all the files. You will need to tar them up and untar on the other server. You can create a package with these files too but that's kind of extra work. Man 'swpackage' for more details if you want to create your own package.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Jeroen Peereboom
Honored Contributor

Re: SWCOPY

You may also visit software.hp.com and download HP-UX Secure Shell.

JP.