- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: patch install problems
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
04-18-2001 11:12 AM
04-18-2001 11:12 AM
patch install problems
* Started install agent on "/" for root@dev, pid=1309, 04/18/01
13:40:38 CDT
* Started source agent on "/u01/ux_patches/PHKL_20016" for
root@dev, pid=1313, 04/18/01 13:40:40 CDT
ERROR: tar: /u01/ux_patches/PHKL_20016 : This doesn't look like a tar
archive
ERROR: tar: /u01/ux_patches/PHKL_20016 : Skipping to next file...
ERROR: Read from serial depot file failed. Invalid argument (22).
ERROR: The INDEX file on the source did not exist or could not be
read.
ERROR: The target "/u01/ux_patches/PHKL_20016" could not be opened.
pid=1313 04/18/01 13:40:40 CDT
* Agent pid=1313 completed. 04/18/01 13:40:40 CDT
* Agent pid=1309 completed. 04/18/01 13:40:41 CDT
I did a search in the technical docs and forums but didn't see anything helpful. Any help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 11:18 AM
04-18-2001 11:18 AM
Re: patch install problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 11:41 AM
04-18-2001 11:41 AM
Re: patch install problems
I'm sure you used all the right steps but I have seen still problems with the download.
The depot format of a patch is nothing else but a tar file, so you can actually run
tar tvf
In most cases you would see a cksum error and a new download of the patch will fix it.
Steffi JOnes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 11:52 AM
04-18-2001 11:52 AM
Re: patch install problems
dev:/u01/ux_patches#cp PHKL_20016.depot test.depot
dev:/u01/ux_patches#tar tvf test.depot
rw-r--r-- 0/3 2499 Oct 4 17:23 1999 catalog/INDEX
rw-r--r-- 0/3 559 Oct 4 17:23 1999 catalog/dfiles/INDEX
rw-r--r-- 0/3 136 Oct 4 17:23 1999 catalog/dfiles/INFO
r--r--r-- 0/3 941 Oct 4 17:23 1999 catalog/PHKL_20016/pfiles/INDEX
r--r--r-- 0/3 403 Oct 4 17:23 1999 catalog/PHKL_20016/pfiles/INFO
r--r--r-- 18825/171 4144 Oct 4 17:22 1999 catalog/PHKL_20016/pfiles/README
r-xr--r-- 18825/171 3377 Sep 28 12:45 1999 catalog/PHKL_20016/pfiles/postinsta
ll
r-xr--r-- 18825/171 3308 Sep 28 12:45 1999 catalog/PHKL_20016/pfiles/postremov
e
r--r--r-- 0/3 498 Oct 4 17:23 1999 catalog/PHKL_20016/CORE2-KRN/INDEX
r--r--r-- 0/3 290 Oct 4 17:23 1999 catalog/PHKL_20016/CORE2-KRN/INFO
r--r--r-- 0/3 501 Oct 4 17:23 1999 catalog/PHKL_20016/CORE2-KRN.2/INDEX
r--r--r-- 0/3 291 Oct 4 17:23 1999 catalog/PHKL_20016/CORE2-KRN.2/INFO
r--r--r-- 2/2 6164 Sep 28 11:47 1999 PHKL_20016/CORE2-KRN/mod_object.o
r--r--r-- 2/2 14536 Sep 28 11:47 1999 PHKL_20016/CORE2-KRN.2/mod_object.o
dev:/u01/ux_patches#ls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 12:16 PM
04-18-2001 12:16 PM
Re: patch install problems
one thing you might want to check too:
To test the downloaded file, run cksum on it and verify that the cksum value is
what the web page indicates it should be.
I still think that it is a download problem :-) But I might be totally off. At least it is worth to try to download the patch one more time and give it another shot.
BTW, do you know that this patch has a few dependencies?
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 01:02 PM
04-18-2001 01:02 PM
Re: patch install problems
From your swagent log file , it looks like the Source depot specified is "/u01/ux_patches/PHKL_20016". After you unshar the download , you should have two files , viz, PHKL_20016.depot and PHKL_20016.txt . In swinstall , the source should be "/u01/ux_patches/PHKL_20016.depot" instead of "/u01/ux_patches/PHKL_20016".
Hope this helps!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 01:32 PM
04-18-2001 01:32 PM
Re: patch install problems
swinstall:
======= 04/18/01 16:14:38 CDT BEGIN swinstall SESSION
(non-interactive)
* Session started for user "root@dev".
* Beginning Selection
* Target connection succeeded for "dev:/".
* "dev:/u01/ux_patches/dose/PHKL_20016.depot": This source is a
tape device.
* "dev:/u01/ux_patches/dose/PHKL_20016.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: The match operation failed to find software in the source that
matches software on the target.
NOTE: Cannot continue the "swinstall" task.
======= 04/18/01 16:14:42 CDT END swinstall SESSION (non-interactive)
command:
swinstall -x autoreboot=true -x match_target=true -s /u01/ux_patches/dose/PHKL_20016.depot
All the direcories and files involved are wide open for writing, here is the agent daemon log file (/var/adm/sw/swagentd.log)
* Started install agent on "/" for root@dev, pid=2147, 04/18/01
16:04:33 CDT
* Started source agent on
"/u01/ux_patches/dose/PHKL_20016.depot" for root@dev,
pid=2150, 04/18/01 16:04:35 CDT
NOTE: The target "/u01/ux_patches/dose/PHKL_20016.depot" currently
open for reading is a tape. pid=2150 04/18/01 16:04:36 CDT
* Agent pid=2147 completed. 04/18/01 16:04:38 CDT
* Agent pid=2150 completed. 04/18/01 16:04:38 CDT
* Started install agent on "/" for root@dev, pid=2203, 04/18/01
16:14:38 CDT
* Started source agent on
"/u01/ux_patches/dose/PHKL_20016.depot" for root@dev,
pid=2206, 04/18/01 16:14:40 CDT
NOTE: The target "/u01/ux_patches/dose/PHKL_20016.depot" currently
open for reading is a tape. pid=2206 04/18/01 16:14:40 CDT
* Agent pid=2203 completed. 04/18/01 16:14:42 CDT
* Agent pid=2206 completed. 04/18/01 16:14:43 CDT
Here is the other file mentioned /var/tmp/swagent.log:
* 04/18/01 16:14:40 CDT BEGIN source AGENT SESSION (pid=2206)
* Agent session started for user "root@dev". (pid=2206)
* 04/18/01 16:14:42 CDT END source AGENT SESSION (pid=2206)
~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 07:46 AM
04-19-2001 07:46 AM
Re: patch install problems
It looks like "/u01" is a NFS mount on your local machine. Copy PHKL_21006.depot to local directory ( ex. /var/tmp ) and it will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 07:55 AM
04-19-2001 07:55 AM
Re: patch install problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 07:50 AM
04-20-2001 07:50 AM
Re: patch install problems
complicated.
The engineer recomended looking up the dependancies myself and setting the "enforce dependancies" to false. Also one the PHKL_20016 patch is not necessary for my system, so he said to skip that one, and move on to the rest of my list of patches. I did not bring my system up to current patch level, and he did not recommend doing so either.