Operating System - HP-UX
1753808 Members
8605 Online
108805 Solutions
New Discussion юеВ

swinstall from a remote host

 
SOLVED
Go to solution
Alex Lavrov.
Honored Contributor

swinstall from a remote host

Hello,

I saw similar thread, but the solution provided is not working for me.

I downloaded a depot (ISEEPlatform) and registred it on some server.
swreg -l depot /dir/Iseeblabla.depot

Now, from other server, I'm doing swinstall, but when I select that depot, I get an error about "local tape device" and it can not install it.

How to resolve it?
And why some depots are working for the remote installation and some don't?

thanx.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
6 REPLIES 6
harry d brown jr
Honored Contributor

Re: swinstall from a remote host

is swagentd running?

live free or die
harry d brown jr
Live Free or Die
Steve Steel
Honored Contributor

Re: swinstall from a remote host

hi


try

swinstall -s remotemach:/dir/Iseeblabla.depot

However it depends on the format since a tar file depot is handled as a local tape.

Then you must use swcopy to move it to a directory depot


Steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
RAC_1
Honored Contributor

Re: swinstall from a remote host

Where the depot lies?? If it is complaing about local tape, you need to do as follows.

mkdir /tmp/something.

swcopy -s "absolute_path_of_depot" "product_name" @ /tmp/something.

Now, from other server, do as follows.

swinstall -s "first_server:/tmp/something"

Anil
There is no substitute to HARDWORK
Bill Hassell
Honored Contributor
Solution

Re: swinstall from a remote host

There are actually two types of depot packages: standard (reaady to use) depots and tape images. The tape image is used for ISEE and also for the STM/EMS online diagnostics. swinstall has an option to select local tape but not a remote tape image. Unfortunately, swreg will register this image without comment. You'll need to use swcopy to unpack the image into standard depot format, then register the swcopy's destination depot location.


Bill Hassell, sysadmin
Alex Lavrov.
Honored Contributor

Re: swinstall from a remote host

Yep, I already swcopied it.
It's just I don't understand what's the problem to install t from the remote depot, even if it's a tar file.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Alex Lavrov.
Honored Contributor

Re: swinstall from a remote host

Bill, thanx for explanation, now I see what's the problem
I don't give a damn for a man that can only spell a word one way. (M. Twain)