- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall error messages
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
09-15-2005 08:39 AM
09-15-2005 08:39 AM
swinstall /u02/hpux_patches/cde_patch/depot
======= 09/15/05 16:16:26 EDT BEGIN swinstall SESSION
(non-interactive) (jobid=phoenix-0141)
* Session started for user "root@phoenix".
* Beginning Selection
* Target connection succeeded for "phoenix:/".
ERROR: There is currently no depot software on host "phoenix" at
location "/var/spool/sw". Make sure that an absolute pathname
is specified for location (beginning with "/").
* Source connection failed for "phoenix:/var/spool/sw".
WARNING: More information may be found in the daemon logfile on this
target (default location is phoenix:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 09/15/05 16:16:31 EDT END swinstall SESSION (non-interactive)
(jobid=phoenix-0141)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 08:48 AM
09-15-2005 08:48 AM
Re: swinstall error messages
if you happen to run
swlist -l depot
command on this server, you will more than likely see /var/spool/sw listed as a source.
if you unregister it, using command
swreg -u -l depot /var/spool/sw
it will not come up again when you launch swinstall session to the best of my knowledge
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 08:48 AM
09-15-2005 08:48 AM
Re: swinstall error messages
It appears that you didn't specify the depot locatino. The default is /var/spool/sw. Perhaps you wanted:
# swinstall -x autoreboot=true -x patch_match_target=true -s /u02/hpux_patches/cde_patch/depot
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 08:57 AM
09-15-2005 08:57 AM
Re: swinstall error messages
You need to give the command as
#swinstall -s
With this, the depot file would be sourced to swinstall and it will start an interactive SAM session as well to continue the installation of the depot software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 09:20 AM
09-15-2005 09:20 AM
Re: swinstall error messages
It just looks like you havent given the full/correct path to the patch depot.
swinstall is looking here :/var/spool/sw for the patch and you have it here /u02/hpux_patches/cde_patch/depot
run swinstall again adding the correct path or just run the interactive swinstall
#swinstall
and then when the TUI opens point it to the correct path and install from here.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 04:21 PM
09-15-2005 04:21 PM
Re: swinstall error messages
It looks like you haven't given the full path to the depot. Try this,
# swinstall -s /u02/hpux_patches/cde_patch/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 04:24 PM
09-15-2005 04:24 PM
Re: swinstall error messages
You can use sam also to install the software.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:35 PM
09-15-2005 11:35 PM
Re: swinstall error messages
'swinstall /u02/hpux_patches/cde_patch/depot'.
And in fact the .log file that was created did show the patches as available (Available PHKL_30398.CORE2-KRN,r=1.0) and verified (Verified PHKL_30398.CORE2-KRN,r=1.0) . Should there be additional entries in the .log file indicating the patch was actually applied?
Is the -s parameter required, and would I compromise anything if i reran the swinstall again with the -s parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:43 PM
09-15-2005 11:43 PM
Re: swinstall error messages
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2005 11:46 PM
09-15-2005 11:46 PM
Re: swinstall error messages
The '-s' option signals that what follows is the software source, in this case, your depot. You need to specify it as shown in my first post.
There is no problem rerunning the session. 'swinstall' has options to control reinstallation. The default, unless you have rest it in your sessions file, is *not* to reinstall. At commandline you would add '-x reinstall=true' and/or '-s reinstall_files=true' but that is only done infrequently.
Regards!
...JRF...