cancel
Showing results for 
Search instead for 
Did you mean: 

Content cannot extracted

Former Member
0 Kudos

Dear Experts ,

We are upgrading kernel on OS400 (IBM i Platform). I am new to this platform. We are getting an issue which using the below command

  • APYSIDKRN SID(IDO) ARCHIVES('kern/*') SAVSAR(*NONE) MODE(*FULLY)
    CHGENV(*NO) UPDAPAR(*NO)


    we getting the error that content cannot be extracted. i don't know what to do next.

    Changed the download file name . download new kernel no use .


    Regards,
    Paran

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Open a Message at BC-OP-AS4 --- We will help you.

Former Member
0 Kudos

Hi Joachim,

Thank you !!

I have already open message to SAP. Message no -

244022 / 2016 content not extracted while kernel upgrade
Regards,
Paran

Former Member
0 Kudos

Hello Paran,

did you try to start the APYSIDKRN command in a completely new job? I.e. sign off and sign on again an repeat the APYSIDKRN command.

Greetings,

Joachim

Sriram2009
Active Contributor
0 Kudos

Hi Paran.

Refer the SCN link

BR

SS

christoph_ostrop
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi ,


i already refereed this note also. thanks.


1632755 - IBM i: Description of command APYSIDKRN

Sriram2009
Active Contributor
0 Kudos

Hi Paran.

1. what is the release & level of kernel?

2. Could you refer the SAP Note to follow the steps for kernel upgrade

1097751 - iSeries: Information and recommendations for kernel libraries

BR

SS

Sriram2009
Active Contributor
0 Kudos

Hi Paran.

Could you attach the log file \rootbin\sapmnt\SID\patches\log\apysidkrn*.log.

BR

SS

Former Member
0 Kudos

Hi Sriram,

Thanks for the help... Please see below log

LOG(apysap.c/02220): Patch Apply Process (with statistics) is run from SAP_TOOLS/CMDMAINQ at Fri Aug  5 17:01:24 2016

LOG(apysap.c/02221): Current directory is: '/home/IDOADM'

LOG(apysap.c/02239): Input argument 1: ---> APYSAP <---

LOG(apysap.c/02239): Input argument 2: ---> IDO <---

LOG(apysap.c/02239): Input argument 3: ---> /KERNEL/* <---

LOG(apysap.c/02239): Input argument 4: ---> *NONE <---

LOG(apysap.c/02239): Input argument 5: ---> *DEFAULT <---

LOG(apysap.c/02239): Input argument 6: ---> *NONE <---

LOG(apysap.c/02239): Input argument 7: ---> *FULLY <---

LOG(apysap.c/02239): Input argument 8: ---> *NO <---

LOG(apysap.c/02239): Input argument 9: ---> *NO <---

LOG(apysap.c/02239): Input argument 10: ---> /usr/sap/trans/config/infoapar.610 <---

LOG(apysap.c/02239): Input argument 11: ---> *ENV <---

LOG(apysap.c/02239): Input argument 12: ---> *ENV <---

LOG(apysap.c/02241): Program delivered with ILE patch 712

LOG(apysap.c/10820): runPASEcommandWithOutput: Run(0:0x1) <'/sapmnt/IDO/patches/work/SAPCAR'>

LOG(apysap.c/09214): findSAPCAR: Checking SAP digital signature is not possible: no valid input in parameter CRYPTODIR

LOG(apysap.c/10820): runPASEcommandWithOutput: Run(0:0x1) <'/sapmnt/IDO/patches/work/SAPCAR' -xvf '/KERNEL/dw_712-10011210.sar,' -R '/sapmnt/IDO/patches/work/dw_712-10011210_sar_0'>

LOG(apysap.c/03693): SAPCAR error message processing /KERNEL/dw_712-10011210.sar (without checking digital signature):

End of SAPCAR messages

LOG(apysap.c/10820): runPASEcommandWithOutput: Run(0:0x1) <'/KERNEL/dw_712-10011210.sar' -version>

LOG(apysap.c/10820): runPASEcommandWithOutput: Run(0:0x1) <'/QOpenSys/usr/bin/file' '/KERNEL/dw_712-10011210.sar'>

LOG(apysap.c/13900): APYSIDKRN: Invalid SAR-Archive '/KERNEL/dw_712-10011210.sar' - content cannot be extracted (line 3742) (compiletime Jul  8 2016, 23:59:37)

Regards,

Paran

Sriram2009
Active Contributor
0 Kudos

Hi Paran.

1. From the SIDADM before starting the APYSIDKRN have you add the library SAP_TOOLS?

2. Library creation and extraction are done thruogh SAP SIDADM or Qsecofr user id ?


<'/sapmnt/IDO/patches/work/SAPCAR' -xvf '/KERNEL/dw_712-10011210.sar,' -R '/sapmnt/IDO/patches/work/dw_712-10011210_sar_0'>

LOG(apysap.c/03693): SAPCAR error message processing /KERNEL/dw_712-10011210.sar (without checking digital signature):

3. After downloaded the kernel files from SAP SMP you have to rename those files to SAPEXE.sar,SAPEXEDB.sar,IGSEXE.sar & IGhelper.sar, then follow the steps as reference SAP note 1097751



BR

SS

Former Member
0 Kudos

Login as: SIDADM

ADDLIBLE SAP_TOOLS

APYSIDKRN SID(XXX) ARCHIVES('/SAPMEDIA/K721/*') SAVSAR(*NONE) MODE(*ADD) CHGENV(*YES) UPDAPAR(*NO)

Call QP2TERM (disp+work) to verify new kernel

DLTR3PKG SID(XXX)

Log off as user ADM and Log Back In and start the instance.

There are some pre-requisite commands you need to do prior executing APYSIDKRN such as apply new user concept or classic

ie..

Login as: QSECOFR

CHGCURDIR (‘/SAPMEDIA/K721)

CALL QP2SHELL PARM('/QOpenSys/usr/bin/csh' '-c' './SAPCAR.EXE -xvf ILE.SAR iletools ILE_TOOLS; ./iletools')

ADDENVVAR ENVVAR(CLASSICUSERCONCEPT) VALUE('Y')

ADDLIBLE SAP_TOOLS

FIXSAPOWN *NONE SAP_TOOLS

I hope this will help you.

Regards,

Guillermo

Former Member
0 Kudos

Hi Guillermo,

Thanks for the suggestions. i have followed the same steps using the SAP note 1713986.

Regards,

Paranthaman