- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swinstall error
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
11-22-2002 08:36 AM
11-22-2002 08:36 AM
swinstall error
ERROR: Access denied to root@backup to start agent on unregistered
depot "/tmp/openssh-3.5p1-sd-11.00.depot". No (i)nsert
permission on host. 11/22/02 13:14:26 SAT
* Agent pid=459 completed. 11/22/02 13:25:55 SAT
* Started install agent on "/" for root@backup, pid=503,
11/22/02 13:31:01 SAT
ERROR: Access denied to root@backup to start agent on unregistered
depot "/tmp/openssh-3.5p1-sd-11.00.depot". No (i)nsert
permission on host. 11/22/02 13:31:03 SAT
* Agent pid=503 completed. 11/22/02 13:31:04 SAT
Do you know what??s going out??
Thanks for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 09:49 AM
11-22-2002 09:49 AM
Re: swinstall error
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 11:10 AM
11-22-2002 11:10 AM
Re: swinstall error
If you're trying to swinstall that SW from a remote system, you have to register the depot on that remote box.
Since you've got the .depot file, what I would do is create a dir - maybe
/var/spool/sw/ssh-3.5p1
Copy the depot file there.
Extract it
tar xvf openssh-3.5p1-sd-11.00.depot
Move down into the catalog dir
cd catalog
touch swlock
chmod 444 swlock
Then mv the .depot file out of /var/spool/sw/ssh-3.5p1
Then register the depot
swreg -l depot /var/spool/sw/ssh-3.5p1
Then you should be able to swinstall it from the target system.
You other option would be to ftp or rcp it to the target & install it locally. You wouldn't need to register it or anything then.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2002 01:38 PM
11-23-2002 01:38 PM
Re: swinstall error
check the output of "swacl -l root" on that system: is your account listed there? Maybe then without the "i" permission?
"root" should be the *owner*, are you logged in as "root"?
If not, then try the "swinstall" as "root", or give the permission to your account with "swacl -l root -M user:YOURLOGNAMEHERE:crwit".
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2002 01:54 PM
11-23-2002 01:54 PM
Re: swinstall error
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0b2806350fe2d61190050090279cd0f9,00.html