Operating System - HP-UX
1752866 Members
3556 Online
108791 Solutions
New Discussion юеВ

How to Configure an SD-UX depot server

 
Logesh_1
Occasional Advisor

How to Configure an SD-UX depot server

Hi,

Can any one help me how to configure an SD-UX depot server in hp-ux ?

Logesh S
4 REPLIES 4
Asif Sharif
Honored Contributor

Re: How to Configure an SD-UX depot server

Logesh_1
Occasional Advisor

Re: How to Configure an SD-UX depot server

Please give me step by step procedure for configuring hp-ux

Logesh S
Dennis Handly
Acclaimed Contributor

Re: How to Configure an SD-UX depot server

Basically all you need to do is swreg and then you can access the depot from other machines.
You can also use swcopy to combine depots and this will automatically register the depot.
Rasheed Tamton
Honored Contributor

Re: How to Configure an SD-UX depot server

Hi,

copy your depot software in the dir and swreg on it. Also swcopy will automatically register the depot.

cp /tmp/mysoftware.depot /mysw
swreg -l depot /mysw

swlist -d @ /mysw
( -d List software available from a depot)

This will show you the registered software available from the depot.

swinstall
will show /mysw in the avble source depot paths.

Regards,
Rasheed Tamton.