Operating System - HP-UX
1748022 Members
4795 Online
108757 Solutions
New Discussion юеВ

Re: swinstall and swacl problem

 
smatador
Honored Contributor

Re: swinstall and swacl problem

Hi,
Could you please post the swagentd.log/swagent.log and swinstall.log?
Dennis Handly
Acclaimed Contributor

Re: swinstall and swacl problem

>This is what i am trying to install: # swlist -d @ /tmp/DP*

I would suggest you not fall into the SD trap of having N ways to do things. Just use:
swlist -s /tmp/DP_A0600_UXia64.sd_depot

Note: swlist doesn't take wildcards. While it works for you to select the one file, using "*" in your thread will confuse us.

>I have copied this with cp, not swcopy, as I did for the other server2 and server3 where it had worked fine.

You can copy tape depots with cp but it won't register them.

>I am able to install with swinstall -s /tmp/DP_A0600_UXia64.sd_depot \*

On this server?

>I need a window for other product which will be installed with swinstall.

Again why? If you know the product name, you can use the command. Also the command may give better error messages, messages that you can cut&paste.
DeafFrog
Valued Contributor

Re: swinstall and swacl problem

Hello Dennis ,

>Yes on this server(server1) i was been able to with swinstall -s /tmp/DP_A0600_UXia64.sd_depot \* . But again i removed it as , it was not able to connect with omni server , while other servers were able to.

>I install by command line , but the problem is that other senior are sure that this swinstall problem has something to do with me :>(.
FrogIsDeaf
DeafFrog
Valued Contributor

Re: swinstall and swacl problem

Hello Smatador ,

soory for delay , pls find the file attached.Please open this with Text pad.
FrogIsDeaf
DeafFrog
Valued Contributor

Re: swinstall and swacl problem

Dear All ,

Thanks for the support. Wish ITRc had some ways so that points could have been redeemed.
Solution :
recreated the swacl with
1. swacl -l host > /tmp/new_acl
2. vi /tmp/new_acl
3. swacl -l host -F /tmp/new_acl

and then deleted the /var/adm/sw/.sdkey file!!
FrogIsDeaf
smatador
Honored Contributor

Re: swinstall and swacl problem

Hi,

On the swinstall.log, all it's installed
"Execution phase succeeded"
If you do
#swinstall -s /tmp/DP_A0600_UXia64.sd_depot \*
you are going to install all, that is done
if you just do
#swinstall -s /tmp/DP_A0600_UXia64.sd_depot
you will have a GUI and you are about to choose [ mark ] under the depot, the different fileset like core, da etc. in your case just DA I think.

If you just want to be a client DP, you have to modify in the config directory the cell info server, and after that on your Cell Manager import this server as a simple client. I think your CM is windows, because you do the install directly not by pushing the client directly. You don't have an Installation Server hpux/linux.

For me you don't have a problem with swinstall, just a config problem with DP.

Hope it helps