1820262 Members
2861 Online
109622 Solutions
New Discussion юеВ

Re: SD files

 
SOLVED
Go to solution
John Downs_1
Frequent Advisor

SD files


Greetings, I have the following file: HP11e118.SD. How do I install this file?

-john
I'd rather be fly fishing for trout!
8 REPLIES 8
Bill McNAMARA_1
Honored Contributor

Re: SD files

try using
swinstall

Other than that, file to figure out the format..

Later,
Bill
It works for me (tm)
T G Manikandan
Honored Contributor

Re: SD files

Yes Bill is right.
YOu have to use swinstall to install it.

Run swinstall
select the local directory path.


Thanks
John Downs_1
Frequent Advisor

Re: SD files



Hi, Do i need to create a depot for this file? When I run swinstall and select local directory
and give the full path to the file it complains with:

There is currently no depot software on host "istanbul" at location /u/user/pgms..

I have tried this with the just the path and path/file. Same results.

-john
I'd rather be fly fishing for trout!
T G Manikandan
Honored Contributor
Solution

Re: SD files

Hello,
Just try registering the software using

#swreg -l depot /tmp/HP11e118.SD

Thanks
Stefan Farrelly
Honored Contributor

Re: SD files


You may need to unpack it first, do;

sh HP11e118.SD

And see if it unpacks a .txt and a .depot file, then you can install from the .depot file.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Rita C Workman
Honored Contributor

Re: SD files

Make sure you put the file either into a directory path that IS registered...or you apply the swreg suggestion (for the directory path it's at) that TG stated above.

I find sometimes when installing that I also have to type the name of the file.
Another suggestion is try changing your view option.
Tab over to View/Change Software View/Start with Product.

Hope this helps,
Rita
T G Manikandan
Honored Contributor

Re: SD files

Hello

Just use

#swinstall -s /opt/HPHP11e118.SD

Thanks
MANOJ SRIVASTAVA
Honored Contributor

Re: SD files

Hi John


You need to do the following :

do a file HP11e118.SD to know thwe type of the file , incase it is a compressed file umcopress it or untar it . then register the depot as :

swreg -l depot /tmp/HP11e118.SD
assuming that HP11e118.SD is the deport file or the uncompresed file .
then run

swinstall -s /opt/HPHP11e118.SD

do a man swinstall in cse you get into more troubles.
All the best.


Manoj Srivastava