1833772 Members
2076 Online
110063 Solutions
New Discussion

PHSS_30022 error

 
SOLVED
Go to solution
Achilles_2
Regular Advisor

PHSS_30022 error

Hi all,

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
10 REPLIES 10
Joseph Loo
Honored Contributor
Solution

Re: PHSS_30022 error

hi,

you 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 where you will see the software bundle.

regards.
what you do not see does not mean you should not believe
Achilles_2
Regular Advisor

Re: PHSS_30022 error

I think that the pasic patch has an error, it couldn't create the depot.
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...
Joseph Loo
Honored Contributor

Re: PHSS_30022 error

try this:

#./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.
what you do not see does not mean you should not believe
Achilles_2
Regular Advisor

Re: PHSS_30022 error

It has the same result.
I suspect that the source of patch is fault.
Joseph Loo
Honored Contributor

Re: PHSS_30022 error

just back from lunch.

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 //PHXX_12345.depot


regards.
what you do not see does not mean you should not believe
Steven E. Protter
Exalted Contributor

Re: PHSS_30022 error

try the ftp script download option. That gives you an ftp script that will get the files.

Or, if its one patch, just get the patch.

sh PHSS_30022

swinstall -s $PWD/PHSS_30022.depot \*

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ravinder Kaul
Advisor

Re: PHSS_30022 error

The patch may not be completely downloaded. Check the file size at the source and destination.
Achilles_2
Regular Advisor

Re: PHSS_30022 error

I have tried all your suggestions, but it is still failed.
Joseph Loo
Honored Contributor

Re: PHSS_30022 error

hi,

please be specified about what actually failed. the swinstall, ftp download or the execution of the script, create_depot_hp-ux_11, etc.

regards.
what you do not see does not mean you should not believe
wayne_89
New Member

Re: PHSS_30022 error

The PHSS_30022 is for 11.22

Does anyone know which equal patch for 11.23?

Thanks