- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall problem in remote machine
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:22 AM
10-08-2002 02:22 AM
swinstall problem in remote machine
in a machine b.
I start the swinstall process in the machine b give as SOURCE HOST NAME the machine a , but when I give the directory where depots resides , I got an error message telling me that I can not access the depots ...
any ideas ?
thanx ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:39 AM
10-08-2002 02:39 AM
Re: swinstall problem in remote machine
a. Are you running the install as root ?
b. check the files on machine a in the dir;
/var/adm/sw/security
Check the following files contain;
> cat _ACL
# default_realm=
any_other:r----
> cat _OWNER
# default_realm=
num_entries=2
user:root:0
group:sys:0
> cat secrets
default -sdu-
If not change them and run; /sbin/init.d/swagentd stop then /sbin/init.d/swagentd start
but you should also investigate why someone changed the default security permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:39 AM
10-08-2002 02:39 AM
Re: swinstall problem in remote machine
What error do you get? Is it permissions? Can you post the error message. If it is the permissions, you need to use swacl command to set them. Example:
swacl -l depot -M user:root@systemb:crwit
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 02:44 AM
10-08-2002 02:44 AM
Re: swinstall problem in remote machine
yes ..
b. check the files on machine > cat _ACL
# default_realm=
any_other:01
> cat _OWNER
# default_realm=
num_entries=2
user:root:0
group:sys:0
> cat secrets
default -sdu-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 05:06 AM
10-08-2002 05:06 AM
Re: swinstall problem in remote machine
on a machine a have you run:
swreg -l depot ??
for example.
bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 05:23 AM
10-08-2002 05:23 AM
Re: swinstall problem in remote machine
/usr/sbin/swagentd -r
And then try the install again.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 05:27 AM
10-08-2002 05:27 AM
Re: swinstall problem in remote machine
You need somekind of license to run swinstall on depot over network. But you can still use this here is the trick. I have done it many time.
on system X run swcopy to create a bundle or depot from depot.
X#swcopy /tmp/test.depot @ /home/sachin/testing
Then on system Y
Y#swinstall -s X:/home/sachin/testing \*
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 05:29 AM
10-08-2002 05:29 AM
Re: swinstall problem in remote machine
The last reply is incorrect.
you do NOT need a license to run swinstall on machine b from a depot on machine a.
You DO need a license to 'push' software from machine a (where the depot lives) to machine b. Doing the first method is called a 'pull' and is the normal method used as it doesnt need a license.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 05:39 AM
10-08-2002 05:39 AM
Re: swinstall problem in remote machine
How can I make first mathod worked.
Y#swinstall -s X:/tmp/test.depot
is giving me error that I do not have a permission. How can I open up permission?
Sachin