- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem installing Patches and software remote...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
08-19-2003 07:26 AM
08-19-2003 07:26 AM
Problem installing Patches and software remotely.
The source you have chosen is a tape device. A tape device must be
local to the single marked target. Since the hostname of the tape
device does not match the hostname of the single marked target, this
source is not allowed. Please choose a different source.
No i am trying to install from /u01/patches on my Host server..
I tried this command
swinstall -s /u01/patches/B6834AA.depot @
but it only see's patches, so i tried this command on the host that actually needs the software (pulling from patch server)
swinstall -s <>
and i get the message above.
Can someone lay out the rules on how to install from remote depots whether it would be patches or software? I think i have the remote patch installs down pat, but it just doesn't seem consistant. thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 07:38 AM
08-19-2003 07:38 AM
Re: Problem installing Patches and software remotely.
1. on the remote server(rmt_svr)
# swreg -l depot @/u01/patches/B6834AA.depot
2. on other servers
# swinstall -s rmt_svr:/u01/patches/B6834AA.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 07:42 AM
08-19-2003 07:42 AM
Re: Problem installing Patches and software remotely.
You have to register the depot in the remote host like this
swreg -l depot /dir/containing/software
Then you can install the depot using
swinstall -s
The depot may not be correctly packaged
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 07:43 AM
08-19-2003 07:43 AM
Re: Problem installing Patches and software remotely.
Can you see the remote depot through swlist -l depot -s
Try restarting the swagentd.
The depot may not be correctly packaged
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 07:48 AM
08-19-2003 07:48 AM
Re: Problem installing Patches and software remotely.
(shows the depot on the depot server)
Host A = server that needs software
Host B = depot server for all servers
It can see the depot, i did the swreg command to register it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 08:00 AM
08-19-2003 08:00 AM
Re: Problem installing Patches and software remotely.
Copy the software to local depot, running following on Host A:
# swcopy -s Host_B:/Depots/depot @ /var/spool/sw/new_depot_path
And try to reinstall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 08:04 AM
08-19-2003 08:04 AM
Re: Problem installing Patches and software remotely.
This thread explains your problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x19a6663ce855d511abcd0090277a778c,00.html
I am trying to find the doc A4820792 which might be explaining the same thing.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 08:08 AM
08-19-2003 08:08 AM
Re: Problem installing Patches and software remotely.
It makes sense because if i do a remote install i can see all the patches i have out there on the depot server, just not any of the software items i have in this depot IE. ignite software, B6834AA.depot, diagnostics etc....
. I ran into the same problem with diagnostics and found out i have to install those locally. I just figured that this software being (just software) like a patch, i could do a remote install.