Patch Name: PHSS_28222 Patch Description: s700_800 10.X OV OB3.50 patch - CC packet Creation Date: 03/01/21 Post Date: 03/01/23 Hardware Platforms - OS Releases: s700: 10.00 10.01 10.10 10.20 s800: 10.00 10.01 10.10 10.20 Products: OmniBackII A.03.50 Filesets: OMNIBACK-II.OMNI-HPUX-P,A.03.50 OMNIBACK-II.OMNI-OTHUX-P,A.03.50 Automatic Reboot?: No Status: General Superseded Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHSS_28222 Symptoms: PHSS_28222: Id = HSLco37193 SR:H555008807 When backing up SAP integration with EMC split mirror functionality, not all the SAP files are backed up. Id = HSLco37723 SR: H555008892 If a Manager-of-Managers Server is also a MC/ServiceGuard virtual node, then the command "omnirpt -report list_sessions -timeframe -multicell -no_multiple" lists the matching sessions from this node twice. PHSS_27595: Id = HSLco31733 SR: H555006893 Additional dates added to periodic backup schedule after 13 months. Id = HSLco35611 SR: H555008476 Restore GUI can not handle two separate Oracle7 databases with the same SID. GUI does not display all objects versions. Id = HSLco35661 SR: H555008490 Filesystem restore summary displays incorrect version of file selected for restore. Id = HSLco36478 SR: H555008657 GUI ends abnormally when trying to perform Informix restore. Id = HSLco36904 SR: H555008730 xomnimm reports "Internal error" when trying to load large media pool or device. Id = JAGad97576 SR: 8606228519 Command Line (CLI) command omnimcopy does not provide error codes. Id = HSLco36916 SR: H555008732 HP-UX GUI corrupts barlists for SSEA backup created using Windows GUI. PHSS_25956: Id = HSLco28793 SR: H555006144 Omnir command starts multiple Database Session Managers. Id = HSLco29971 SR: H555006524 Double-clicking an existing EMC datalist results in the following error: "Unknown object type encountered.". Id = HSLco31433 SR: H555006834 omnir incorrectly parses "-srdf_smmf" option. Id = HSLco31734 SR: H555006894 OmniBack does not select all the objects with the same timestamp. Id = JAGad57038 SR: 8606187829 "Omnidb -filesystem -detail" generates output in which Object Name and Object Type files contents are reversed. PHSS_24660: Id = NSMex03922 Listing of Oracle objects on GUI fails. Id = NSMex03986 Omnir core dumps. Id = NSMex04296 Backup scheduler shows incorrect dates. Id = NSMex04323 Command "omnimm -enter [slot_range]" returns invalid slot error. Id = NSMex04347 Restore to a different host fails with an error: "Can not stat script /usr/omni/bin/(null).". Id = NSMbb39907 Any attempt to change object format in Oracle8 RMAN script using OmniBack II GUI fails with the following error: "[12:1645] Format of RMAN channel names is not correct.". Id = HSLco20414 Device maintenance from command line is not sufficient. Id = NSMex03989 Command "omnirpt -report db_size -html -email " works improperly. Id = NSMex04439 omnib command ignores "-encode" option. Id = NSMbb38972 Exchange 2000 backup cannot be started from command line. PHSS_22850: Id = JAGad30352 "EMC Support" tab is not available in "Backup Specification - Options" GUI. Id = JAGad35002 If database integration in a MC/ServiceGuard cluster is backed up, the backup can report an error. Id = NSMex03419 After importing a tape from 2.55 to 3.50 cell some of the files can not be restored. Id = NSMex03475 Restore GUI does not display SAP objects, if two SAP instances with the same name are backed up on different host. Id = NSMex03505 a) When selecting restore of SAP object, message "Cannot browse from root" appears. b) When selecting restore from File System Restore Dialog GUI might core dump. Id = NSMex03658 Exit code of omniminit is incorrect. Id = NSMex03833 The options under Edit button are not accessible even if user has rights. Id = JAGad29457 Ownership incorrectly displayed within restore GUI. Id = JAGad33161 Datalists/barlists with EMC integration are incorrectly created. PHSS_22038: Id = NSMex03503 Users with only "Start Backup" privilege can delete datalists. Id = NSMex03511 "Send external" method always executes external script on Cell Manager system. Defect Description: PHSS_28222: Id = HSLco37193 SR:H555008807 In split mirror environment with huge SAP databases it can happen that the size of the message buffer OmniBack II uses is too small to receive complete list of SAP files to be backed up. Resolution: Setting the OB2IPCBUFSIZE environment variable in the /opt/omni/.omnirc file on Cell Server, R1 and R2 hosts, specifying the desired amount of memory to be used for the buffer solves the described problem. Please read the following instructions and make sure that the patches listed in "Other Dependencies" section (see below) are installed and the environment variable is set on Cell Server, R1 and R2 systems before running the backup! How to determine the buffer size? --------------------------------- N_obj: number of objects (files) N_fs: number of file systems N_lvmvg: number of volume groups N_dg: number of disk groups N_rdsk: number of rawdisks Obj: Object Name ObjBack: Object Backup Name MntPathLen: Path name on backup (R2) host (example: /var/opt/omni/tmp/App_host) fsmnt: File System Mount Point fsdev: File System Device File (example: /dev/dsk/[c0t1d1,lvol1]) vg: Volume group (ex: /dev/vg01) dg: Disk group (VxVM) - dependence on mapfile which is required for creating disk group (example:/dev/vx/dsk/dg01) rdsk: Raw disk file name (example: /dev/rdsk/c1t1d1) AvgLen_ average length of There are two different buffers used: 1. BSM <-> R1 2. R1 <-> R2 Calculating the BSM <-> R1 buffer size -------------------------------------- MsgSize_BSM_R1 = N_obj * (AvgLen_Obj + 1 + MntPathLen) Calculating the R1 <-> R2 buffer size ------------------------------------- MsgSize_R1_R2 = N_obj*(AvgLen_Obj+1+AvgLen_ObjBack) + N_fs*(AvgLen_fsmnt*2 + MntPathLen + AvgLen_fsdev*2)+ N_lvmvg*(AvgLen_vg*2) + N_dg*(AvgLen_dg*2) + N_rdsk*(AvgLen_rdsk*2) Calculating the OB2IPCBUFSIZE value ----------------------------------- OB2IPCBUFSIZE > max (MsgSize_BSM_R1, MsgSize_R1_R2) RESTORE NOTE: ------------- If restore is started using the sapbda utility, the variable OB2IPCBUFSIZE must be exported to environment prior to starting sapbda. Known problems: --------------- If the calculated variable OB2IPCBUFSIZE is correctly set, but is still too small for the file list to fit into the message buffer, the session will fail with the following error seen in the report: BR295I Splitting mirror disks... BR280I Time stamp