- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install depot
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
06-23-2002 11:11 PM
06-23-2002 11:11 PM
install depot
======= 06/24/02 10:05:32 EAT BEGIN swinstall SESSION
(non-interactive)
* Session started for user "myhost".
* Beginning Selection
* Target connection succeeded for "myhost:/".
ERROR: There is currently no depot software on host "myhost" at
location "/var/spool/sw".
* Source connection failed for "myhost:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is hksis:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 06/24/02 10:05:34 EAT END swinstall SESSION (non-interactive)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:12 PM
06-23-2002 11:12 PM
Re: install depot
swinstall -s ./lsof-4.61-sd-10.20.depot \*
Then it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:27 PM
06-23-2002 11:27 PM
Re: install depot
The same result after run your command.
Andy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:37 PM
06-23-2002 11:37 PM
Re: install depot
Try using the full path name of where you have the depot file. If this doesn't work, you can try and using the interactive part of 'swinstall'. The full path should work though.
# swinstall -s /tmp/lsof-4.61-sd-10.20.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:49 PM
06-23-2002 11:49 PM
Re: install depot
Andy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:52 PM
06-23-2002 11:52 PM
Re: install depot
eg. if lsof is installed into;
/opt/lsof/bin
Then add to /etc/PATH
:/opt/lsof/bin
and to /etc/MANPATH
:/opt/lsof/man
Then logout and in again, now its always in your path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:55 PM
06-23-2002 11:55 PM
Re: install depot
If the program has not installed properly Check the output of the /var/adm/swinstall.log files, and the other logs swagent etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2002 11:56 PM
06-23-2002 11:56 PM
Re: install depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:26 AM
06-24-2002 12:26 AM
Re: install depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:35 AM
06-24-2002 12:35 AM
Re: install depot
Try removing some temporary files from /var/tmp - simply rm -rf /var/tmp/*
This should free up some space. If you need to free up some more space how big is the directory /var/adm/sw/save ? (du -sk /var/adm/sw/save)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:41 AM
06-24-2002 12:41 AM
Re: install depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:42 AM
06-24-2002 12:42 AM
Re: install depot
Andy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:48 AM
06-24-2002 12:48 AM
Re: install depot
You should be able to remove all in /var/tmp.
Youve got a lot of space in /var/adm/sw/save, you can free it up by commiting superceeded patches with this command;
swmodify -x patch_commit=true \*
(Ignore any errors when it runs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:58 AM
06-24-2002 12:58 AM
Re: install depot
the error is :
# # swmodify -x patch_commit=true \*
# ERROR: Cannot lock "/" because another command holds a conflicting
sh: ERROR:: not found.
#
# lock. The process id of that command is 22544.
sh: lock.: not found.
# ERROR: Cannot read the target "/".
sh: ERROR:: not found.
how to solve?
-----
Andy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:05 AM
06-24-2002 01:05 AM
Re: install depot
Sounds like another process is doing an SD command, the pid number is listed. What process is it ? (ps -lfp
You can try killing it then rerun the swmodify command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 01:16 AM
06-24-2002 01:16 AM
Re: install depot
"lsof: FATAL: lsof was built for a 32 bit kernel, but this is a 64 bit kernel. ",
what i download was for ver 11, but still not work ,where can i get the 64 bit version?
Andy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 02:02 AM
06-24-2002 02:02 AM
Re: install depot
Attached is a gzip copy of a static lsof 64 bit. Just unzip, put in /opt/lsof/bin, rename to lsof (remove old lsof).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 02:03 AM
06-24-2002 02:03 AM
Re: install depot
Andy - im not sure the attachment is downloadable - I get an error. Email me at;
stefan_farrelly@ipcmedia.com
And i will email you back lsof precompiled for 64bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 05:27 AM
06-24-2002 05:27 AM
Re: install depot
I cant mail back to you, your mailbox is full! Free up some space and let me know so I can retry sending you lsof.64bit