- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall problem
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
10-26-2000 08:51 AM
10-26-2000 08:51 AM
swinstall problem
* Session started for user "root@umawihp6".
* Beginning Selection
* Target connection succeeded for "umawihp6:/".
* "umawihp6:/home/oracle/patches/phss_22217/PHSS_22217.depot":
This source is a tape device.
* "umawihp6:/home/oracle/patches/phss_22217/PHSS_22217.depot":
Cannot open the logfile on this target or source. Possibly
the media is read-only or there is a permission problem.
Check the daemon logfile and "/var/tmp/swagent.log" on this
host for more information.
NOTE: Cannot continue the "swinstall" task.
2. And the below is part of the swagent.log file.
* Beginning Analysis Phase.
* Source:
:/tmp/PHSS_22217.depot
* Target: umawihp6:/
* Target logfile: umawihp6:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
NOTE: The fileset "PHSS_22217.LANG-AUX,r=1.0" is a "sparse" or
"patch" fileset which may only be installed upon a previously
installed base fileset. The specification for the required
base fileset is "Auxiliary-Opt.LANG-AUX,fr=B.11.00,v=HP".
Since there is no fileset on the target or selected from the
source which matches this specification, fileset
"PHSS_22217.LANG-AUX,r=1.0" will be excluded.
* Executing preDSA command.
* Summary of Analysis Phase:
* 1 of 1 filesets will be Skipped.
WARNING: The Analysis Phase had warnings. See the above output for
details.
what kind of problem is it ?
how to resolve it?
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 09:11 AM
10-26-2000 09:11 AM
Re: swinstall problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 09:16 AM
10-26-2000 09:16 AM
Re: swinstall problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 09:42 AM
10-26-2000 09:42 AM
Re: swinstall problem
1. According to the patch text, this patch applies to these products: C-ANSI-C B.11.00, aCC compiler and the FORTRAN 77 compiler.
2. When doing patch installations, you should always choose the "match-target" option. In this way only patches that apply to your system are selected.
3. To see if you have any of these products installed, do the following (note the case-insensitve '-i' option of the 'grep'):
# swlist -l product | grep -i -e ANSI-C -e Fortran -e CC
4. I believe that everyone of these is a separately licensed product.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2000 09:46 AM
10-26-2000 09:46 AM
Re: swinstall problem
# swlist -l | grep
to find out if the patch is already installed.
Here is the link to get patch details and installation notes.
http://us-support.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=bdbe5d191d97e1cb26?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHSS_22217&HW=s800&OS=11.00#patchfiles
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 12:01 AM
10-27-2000 12:01 AM
Re: swinstall problem
Am i wrong ?