- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PHSS_30022 error
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
05-19-2004 02:33 PM
05-19-2004 02:33 PM
I have downloaded PHSS_30022 from HP offical website and installed in my server. But I found that there is an error after extracted.
My server is ia64 hp server rx2600 and OS is 11.23
/opt/hp_patch/30022 # tar tvf hpux_800_11.22_05190954.tar
rw-r----- 50/100 92 May 20 09:54 2004 patch_manifest
r--r--r-- 50/100 1780 Jun 15 05:49 2001 README_hp-ux
rwxr-xr-x 50/100 5608 May 20 09:54 2004 create_depot_hp-ux_11
rw-r--r-- 50/100 63255195 Jan 28 14:05 2004 PHSS_30022
Tar: error! blocksize changed
I tried to download other formats (zip, gzip) but it has the same result. Do you know what's happpen?
Thanks you for your attention!!
Alex
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 02:43 PM
05-19-2004 02:43 PM
Solutionyou have downloaded the necessary files to create a software depot bundle.
the script, create_depot_hp-ux_11 will create a depot in the directory which you prefer and afterwhich run swcopy to that depot.
you may choose to run swinstall -s
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 03:29 PM
05-19-2004 03:29 PM
Re: PHSS_30022 error
Here is the error message whent create depot:
root@GZDT-2:/opt/hp_patch/30022 # create_depot_hp-ux_11 PHSS_30022
DEPOT: /opt/hp_patch/30022/depot
BUNDLE: BUNDLE
TITLE: Patch Bundle
UNSHAR: y
PSF: depot.psf
Expanding patch shar files...
x - PHSS_30022.text
x - PHSS_30022.depot [non-ascii]
PHSS_30022[3582]: Syntax error at line 3586 : `<<' is not matched.
ERROR: Could not unshar PHSS_30022
list of SD installable patches =
No valid SD installable patch found. Exiting...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 03:42 PM
05-19-2004 03:42 PM
Re: PHSS_30022 error
#./create_depot_hp-ux_11 -i
or in this case
#/opt/hp_patch/30022/create_depot_hp-ux_11 -i
this will run the script in interactive mode.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 04:05 PM
05-19-2004 04:05 PM
Re: PHSS_30022 error
I suspect that the source of patch is fault.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 05:30 PM
05-19-2004 05:30 PM
Re: PHSS_30022 error
i did not see the tar:error.
yes, you may need to download that patch again. if you decided to use the gzip, (i.e. hpux_800*.tgz), it will still be a compressed tar file. perform these steps after downloading the patch bundle.
# gunzip -d hpux_800*.tgz
# tar xvf hpux_800*.tar
# ./create_depot_hp-ux_11 -i
for non-interactive mode:
# ./create_depot_hp-ux_11
it should perform a swcopy and create a depot.
by the way, i will only use this if i am looking at a lot of patches. for one or 2 patches, just download the patch and
# sh PHXX_12345
this will unshare the patch files, to PHXX_12345.depot and PHXX_12345.text
you may then do a swinstall -s /
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 05:50 PM
05-19-2004 05:50 PM
Re: PHSS_30022 error
Or, if its one patch, just get the patch.
sh PHSS_30022
swinstall -s $PWD/PHSS_30022.depot \*
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 06:01 PM
05-20-2004 06:01 PM
Re: PHSS_30022 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:17 PM
05-20-2004 07:17 PM
Re: PHSS_30022 error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 08:08 PM
05-20-2004 08:08 PM
Re: PHSS_30022 error
please be specified about what actually failed. the swinstall, ftp download or the execution of the script, create_depot_hp-ux_11, etc.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 02:41 PM
06-09-2004 02:41 PM
Re: PHSS_30022 error
Does anyone know which equal patch for 11.23?
Thanks