- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- running patch error using swinstall
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
08-07-2006 12:38 PM
08-07-2006 12:38 PM
running patch error using swinstall
Here error is when I run "running patch error using swinstall". I want to adopt "PHCO_33609".
================================
bash-2.04# swinstall -x autoreboot=true -x patch_match_target=true -s /var/tmp/
patches/depot
======= 08/08/06 09:24:37 JST BEGIN swinstall SESSION
(non-interactive) (jobid=xxx-hp-0165)
* Session started for user "root@xxx-hp".
* Beginning Selection
* Target connection succeeded for "xxx-hp:/".
* Source connection succeeded for
"xxx-hp:/var/tmp/patches/depot".
NOTE: The patch match operation failed to find patches for target
software on "xxx-hp" which passed the filter.
NOTE: Cannot continue the "swinstall" task.
======= 08/08/06 09:24:41 JST END swinstall SESSION (non-interactive)
(jobid=xxx-hp-0165)
================================
If anyone has any ideas, please let us know.
Regards;
tash S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 03:44 PM
08-07-2006 03:44 PM
Re: running patch error using swinstall
swlist -l fileset -a state PHCO_33609
If all else fails.. download the patch and save it to /tmp on your system. The unshar and try the install in preview again. If no errors, do it w/out -p optio.
cd /tmp
sh PHCO_33609
swinstall -p -s /tmp/PHCO_33609 \*
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 05:52 PM
08-07-2006 05:52 PM
Re: running patch error using swinstall
> Is the patch already installed?>
>
NO, we have not installed
> swlist -l fileset -a state PHCO_33609
bash-2.04# swlist -l fileset -a state PHCO_33609
# Initializing...
# Contacting target "xxx-hp"...
ERROR: Software "PHCO_33609" was not found on host "xxx-hp:/".
bash-2.04#
===========================
>cd /tmp
>sh PHCO_33609
>swinstall -p -s /tmp/PHCO_33609 \*
The same result is the first one.
Regards;
tash S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 06:30 PM
08-07-2006 06:30 PM
Re: running patch error using swinstall
Here is error running sh command.
===================
bash-2.04# sh ./PHSS_33944
x - PHSS_33944.text
x - PHSS_33944.depot [non-ascii]
./PHSS_33944[841]: Syntax error at line 846 : `<<' is not matched.
===================
Regards;
-tash S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 06:56 PM
08-07-2006 06:56 PM
Re: running patch error using swinstall
Try to redownload the patch, make sure to ftp in binary to your HPUX server.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 10:40 PM
08-07-2006 10:40 PM
Re: running patch error using swinstall
swinstall -x autoreboot=true -s /var/tmp/patches/depot \*,
And I reboot HP-UX box.
but swlist said in the following.
====================================
bash-2.04# swlist -l fileset -a state PHCO_33035
# Initializing...
# Contacting target "xxx-hp"...
ERROR: Software "PHCO_33035" was not found on host "xxx-hp:/".
bash-2.04# swlist -l fileset -a state PHCO_33944
# Initializing...
# Contacting target "rsasj-hp"...
ERROR: Software "PHCO_33944" was not found on host "xxx-hp:/".
====================================
regard;
-tash S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2006 11:59 PM
08-07-2006 11:59 PM
Re: running patch error using swinstall
Try
# swlist -l fileset -a state | grep PHCO_33035
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:18 AM
08-08-2006 12:18 AM
Re: running patch error using swinstall
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:52 AM
08-08-2006 12:52 AM
Re: running patch error using swinstall
swinstall -p -s /tmp/PHCO_33609.depot \*
Also as everyone noted, be sure to xfer in binary mode.
If you've saved the patch via a "cut & paste" from your browser window, try right-click "save target as" or "save link as" to download the file from the ITRC. Less room for error...
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHCO_33609
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 11:58 AM
08-08-2006 11:58 AM
Re: running patch error using swinstall
I swinstall for PHSS_33035 and PHSS_33944.
During analyzing, I got the following messages.
It seems to me that the both PHSS_33035 and PHSS_33944 have been installed.
Is this correct?
Here is logs for swinstall.
================================
bash-2.04# more print_info_2
======= 08/09/06 08:40:39 JST BEGIN install AGENT SESSION (pid=4458)
* Agent session started for user "root@xxxsj-hp.xxxs.com".
(pid=4458)
* Beginning Analysis Phase.
* Source:
xxxsj-hp.com:/var/tmp/patches6/depot_test
* Target: xxxsj-hp:/
* Target logfile: xxxsj-hp:/var/adm/sw/swagent.log
* Reading source for product information.
NOTE: The fileset "PHSS_33035.C-ENG-A-MAN,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.C-INC,r=1.0" is already installed. If
you wish to reinstall this fileset, change the "reinstall"
option to "true".
NOTE: The fileset "PHSS_33035.C-KRN,r=1.0" is already installed. If
you wish to reinstall this fileset, change the "reinstall"
option to "true".
NOTE: The fileset "PHSS_33035.C-MIN,r=1.0" is already installed. If
you wish to reinstall this fileset, change the "reinstall"
option to "true".
NOTE: The fileset "PHSS_33035.C-MIN-64ALIB,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.CAUX-ENG-A-MAN,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.CMDS-AUX,r=1.0" is already installed.
If you wish to reinstall this fileset, change the "reinstall"
option to "true".
NOTE: The fileset "PHSS_33035.CORE-64SLIB,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.CORE-SHLIBS,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.LANG-MIN,r=1.0" is already installed.
If you wish to reinstall this fileset, change the "reinstall"
option to "true".
NOTE: The fileset "PHSS_33035.LINKER-HELP,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.PAUX-ENG-A-MAN,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.PROG-AUX,r=1.0" is already installed.
If you wish to reinstall this fileset, change the "reinstall"
option to "true".
NOTE: The fileset "PHSS_33035.PROG-AX-64ALIB,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-FRE-I-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-FRE-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-GER-I-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-GER-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-ITA-I-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-ITA-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-JPN-E-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-JPN-S-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-JPN-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-KOR-E-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-KOR-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-SCH-H-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-SCH-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-SPA-I-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-SPA-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-TCH-B-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-TCH-E-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33035.UX-TCH-U-MSG,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33944.CORE-64SLIB,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33944.CORE-SHLIBS,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33944.LANG-64ALIB,r=1.0" is already
installed. If you wish to reinstall this fileset, change the
"reinstall" option to "true".
NOTE: The fileset "PHSS_33944.LANG-MIN,r=1.0" is already installed.
If you wish to reinstall this fileset, change the "reinstall"
option to "true".
* Reading source for file information.
* Executing preDSA command.
NOTE: The bundle "BUNDLE,r=B.11.11" is already installed. If you
wish to reinstall this bundle, change the "reinstall" option
to "true".
* Summary of Analysis Phase:
* 36 of 36 filesets will be Skipped.
* The Analysis Phase succeeded.
bash-2.04#
================================
Thanks in advance.
-tash S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2006 12:08 PM
08-08-2006 12:08 PM