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-09-2001 07:07 AM
11-09-2001 07:07 AM
software selection failed for 'amoi:/var/spool/sw
could not apply the software selection "tmp/PHCO_22365";it is not available from depot or root.."amo;/var/spool/sw''
but i tried it from the tmp ..in other words i followed procedures from the patch..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 07:10 AM
11-09-2001 07:10 AM
SolutionWhat was the command line entry you used to install the patch.
My standard format for a single patch is
swinstall -s `hostname`:/tmp/PHCO_22365
Seems to work for me.
Let us know what your command line was and the error may make more sense.
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 07:16 AM
11-09-2001 07:16 AM
Re: patches
You can use swinstall i nthe interactiver mode to install the patch. To do that run "swinstall" and in the next selction screen give the name of your server and the path to the patch. If it is a patch_name.depot file specify the completer patch with the filename.
source system ==> name of ssystem
source directory ==> /path_to_file/filename
Select okay and you should get the next selection screen.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 07:18 AM
11-09-2001 07:18 AM
Re: patches
swinstall -s
for example:
swinstall -s host1:/tmp/PHCO_12345.depot \*
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 08:01 AM
11-09-2001 08:01 AM
Re: patches
After downloading the patch, did you unshar the patch.
cd /tmp
sh PHCO_22365
(This should result in two files PHCO_22365.depot and PHCO_22365.text)
Now you should be able to install t he patch
swinstall -s /tmp/PHCO_22365.depot
-HTH
Ramesh