Good acl for remote depot software


 
Thread Tools Search this Thread
Operating Systems HP-UX Good acl for remote depot software
# 1  
Old 04-07-2015
Good acl for remote depot software

This is the situation
On hpux2.domain.com i have set a depot source,copying various
depots on /var/spool/sw
I can install from hpux2,but i want to do a remote access
to other hosts,i have tried this

Code:
swacl -l global_product_template -M host:hpux3.domain.com:crw-t
swacl -l depot -M host:hpux3.domain.com:crw-t

but doesn't work.
Give me this error when i try to install a depot or a software(java80 for example)
" Security on the remote system has denied access."

Last edited by Linusolaradm1; 05-24-2015 at 08:24 PM..
# 2  
Old 05-24-2015
The problem is happening again
Network is checked and i can resolve hostnames
i can register depot
but when i try to install for example NTP
give me those errors

Code:
[root@hpux4 /]# swjob -a log hpux4-0448 @ hpux4:/
=======  05/25/15 01:05:09 METDST  BEGIN install AGENT SESSION
         (pid=7815) (jobid=hpux4-0448)

       * Agent session started for user "root@hpux4". (pid=7815)

       * Beginning Analysis Phase.
       * Source:           hpux3.domain.com:/var/spool/sw
       * Target:           hpux4:/
       * Target logfile:   hpux4:/var/adm/sw/swagent.log
       * Reading source for product information.
       * Reading source for file information.
ERROR:   Could not access remote file "INFO" in software item
         "NTP,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP:/".  Security on
         the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INET-ENG-A-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INET-JPN-E-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INET-JPN-S-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.INETSVCS2-BOOT,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-AUX,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-ENG-A-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-JPN-E-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-JPN-S-MAN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA/PA:/".
         Security on the remote system has denied access.
ERROR:   Could not access remote file "INFO" in software item
         "NTP.NTP-RUN,r=C.4.2.6.6.0,a=HP-UX_B.11.31_IA/PA,v=HP,fr=C.4.2.6.6.0,fa=HP-UX_B.11.31_IA:/".
         Security on the remote system has denied access.
ERROR:   The catalog files for product "NTP,r=C.4.2.6.6.0" failed to
         load.  Check the above output for details.
       * Executing preDSA command.
NOTE:    Could not install the bundle "HPUX-NTP,r=C.4.2.6.6.0" because
         none  of its filesets could be installed.
NOTE:    All filesets in the product "NTP,r=C.4.2.6.6.0" will be
         excluded because there was an error in this product.

       * Summary of Analysis Phase:
ERROR:       Exclude       NTP.INET-ENG-A-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.INET-JPN-E-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.INET-JPN-S-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.INETSVCS2-BOOT,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-AUX,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-ENG-A-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-JPN-E-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-JPN-S-MAN,r=C.4.2.6.6.0
ERROR:       Exclude       NTP.NTP-RUN,r=C.4.2.6.6.0
ERROR:   9 of 9 filesets had Errors.
ERROR:   The Analysis Phase had errors.  See the above output for
         details.

I have set the acl in the depot server with those lines

Code:
for i in product host root depot...etc ;do swacl -M user:root@hpux4:a

Code:
for i in product host root depot...etc ;do swacl -M host:hpux4:a

Suggestion?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Ubuntu

Software to work and convert to pdf with good frontend

Hello, I use pdftk for join pdf and split pages and more option! But this is through terminal! I need the software with frontend and, especially, with option on button right mouse hover icon document whit option "convert direct to pdf". This software, or frontend exist? Thanks (0 Replies)
Discussion started by: enodev
0 Replies

2. HP-UX

DEPOT software

I am using SAM and it is asking for the location of the DEPOT software. I don't know what the DEPOT software is. Can anyone explain and tell me where the default location for the software is? Thanks in advance (3 Replies)
Discussion started by: Randydog
3 Replies

3. UNIX for Advanced & Expert Users

perl and HP-UX : instmodsh in combination with software depot : update inventory for installed Perl

we create a HP-UX software depot with a new perl-modul. after installation of the software depot, the perl module i can't find with instmodsh in the inventory for installed Perl modules. - i have learned of using instmodsh command : i find out what modules are already installed on my system. ... (0 Replies)
Discussion started by: bora99
0 Replies

4. OS X (Apple)

Need good parental software for Mac

My parents want to monitor my little brothers (10 year old) internet activity for a couple of weeks to check out who he talks to on IM and everything. I suggested a keylogger for mac, but not familiar with it.........Is there a better program? If so or If not, is there any program you recommend? (4 Replies)
Discussion started by: Tinna
4 Replies

5. Programming

good continuous integration and automatic documentation software for c++

Started using trac and svn and it is working nicely, but am looking for some other things to add: continuous integration, automatic documentation. What suggestions do you guys have for the most full featured easy to use software for this? Stuff I am looking for: continuous integration... (1 Reply)
Discussion started by: Eruditass
1 Replies

6. UNIX for Dummies Questions & Answers

Good remote sites to get graphics from?

Hello, I am starting ym first webpage and I am learning how to get images from a remote unix site to my unix account. But I don't know of any good sites to get some. Anyone know of any? (3 Replies)
Discussion started by: werty7373
3 Replies

7. HP-UX

Creating a depot

Hi. I am working on creating a depot that should be relocatable(I should be able to install it to a directory of my choice). The hp-ux help library talks about the variables SW_LOCATION and SW_ROOT_DIRECTORY to accomplish this. I have set the is_relocatable parameter to true in my psf. I... (1 Reply)
Discussion started by: JStone
1 Replies

8. HP-UX

VNC depot

Hi All, I'm having a very difficult time compiling VNC for HPUX 11.0. Is there a vnc depot sitting somewhere out there ? Thanks a bunch, KENT (1 Reply)
Discussion started by: kxchen_home
1 Replies
Login or Register to Ask a Question