티스토리 뷰
출처 : http://www.symantec.com/business/support/index?page=content&pmv=print&impressions=&viewlocale=&id=TECH75215
Problem
While upgrading server package on HP UX, upgrade fails with a Private Branch Exchange (PBX) error.
Solution
ISSUE:
While updating NetBackup server package on HP-UX platform, it errors out with ICS/PBX installation failed error.
When trying installing ICS-PBX package manually it gives the following error :
ERROR: VRTSicsco failed to install on system: HOST_NAME
Please check the logs for more information.
installics log files are saved at /opt/VRTS/install/logs/installics-1ZVQCf
*-/opt/VRTS/install/logs/installics-1ZVQCf is directory where ICS installation log files will be saved and this location is for one session of installation. For next installation, it'll create another directory.
Here the session-id: 1ZVQCf.
LOGS:
At the above location, check the following log files:
1. The Installics-XXX.install.HOST_NAME log :
4:7:29 exec /usr/sbin/swinstall -s /ICS_package/HP11.23/depot -x autoreboot=true -x verbose=1 -x autoselect_dependencies=false VRTSicsco 2>>/var/tmp/installics-SCnc6Y/installics-XXXXX.install.VRTSicsco.HOST_NAME 1>>/var/tmp/installics-SCnc6Y/installics-XXXXX.install.VRTSicsco.HOST_NAME
4:7:33
4:7:33 exit=1
2. At the same location one more logs file in the format installics-XXX.install.VRTSicsco.HOST_NAME log should be there. It will show the following error :
ERROR: "HOST_NAME:/": The software dependencies for 1 products or
filesets cannot be resolved.
* The analysis phase failed for "HOST_NAME:/".
* Analysis and Execution had errors.
ERROR: More information may be found in the agent logfile using the
command "swjob -a log JOB_ID @ HOST_NAME:/".
======= 09/03/09 07:17:05 CDT END swinstall SESSION (non-interactive)
(jobid=<job_id>)
3. Run the command mentioned in the above log file to check the swjob logs
# swjob -a log <job_id> @ <target_hostname>:/
======= 09/03/09 07:17:02 CDT BEGIN install AGENT SESSION (pid=22217)
(jobid=<job_id>)
* Agent session started for user "root@HOST_NAME".
(pid=22217)
* Beginning Analysis Phase.
* Source:
HOST_NAME:/ICS_package/HP11.23/depot
* Target: HOSTNAME:/
* Target logfile: HOST_NAME:/var/adm/sw/swagent.log
* Reading source for product information.
NOTE: The filesystems in the filesystem table will not be checked
against those currently mounted because the
"mount_all_filesystems" option is set to "false".
* Reading source for file information.
* The installed fileset "AVXVM.AVXVMPKG,l=/,r=5.0.00" requires
the fileset "VRTSicsco.ICSCO,l=/opt/VRTSicsco,r=1.3.18.4" as a
corequisite. The new version of the corequisite,
"VRTSicsco.ICSCO,r=1.3.25.1", does not satisfy the dependency.
ERROR: The dependencies for fileset "AVXVM.AVXVMPKG,l=/,r=5.0.00"
cannot be resolved (see previous lines).
You must resolve the above dependencies before operating on
this fileset or change the "enforce_dependencies" option to
"false".
* Executing preDSA command.
* Summary of Analysis Phase:
ERROR: Exclude VRTSicsco.ICSCO,r=1.3.25.1
ERROR: 1 of 1 filesets had Errors.
ERROR: The Analysis Phase had errors. See the above output for
details.
======= 09/03/09 07:17:04 CDT END install AGENT SESSION (Cancelled)
(pid=22217) (jobid=JOB_ID)
The above errors shows the PBX was already installed alongwith VxVM and had dependency on Base-VxVM package and so in not allowing to uninstall.
CAUSE:
Since the PBX that is shipped with VxVM is 1.3.17 or 1.3.18 and NBU-6.5 installs 1.3.25, so the update installation script aborts if the PBX version not matches (is older version) with the PBX of NBU-6.5, which is 1.3.25.
SOLUTION:
Apply new version ICS/PBX package manually (out of "installics" routine) running swremove command with enforcing swjob to ignore the dependency resolution :
# swinstall -s <ICS_PACKAGE_DIRECTORY>/HP11.23/depot -x autoreboot=true -x verbose=1 -x autoselect_dependencies=false -x enforce_dependencies=false VRTSicsco
OR remove existing ICS/PBX package using the following command and then run "installics"script to install PBX package :
# swremove -x mount_all_filesystems=false -x enforce_dependencies=false <Package_name>
NOTE: VxVM uses ICS/PBX services for GUI, so uninstalling old package might affect the VxVM GUI operations.
'os' 카테고리의 다른 글
온라인 동영상 전송을 위한 미디어 서버 (0) | 2014.12.15 |
---|---|
유닉스에서 윈도우 개행 문자 (^M) 제거 (0) | 2014.08.27 |
redhat linux openssl upgrade (0) | 2014.06.30 |
Maria 1탄 – MySQL의 쌍둥이 형제 MariaDB를 소개합니다. (0) | 2014.02.10 |
웹로직 서버 설치하기 (0) | 2013.08.08 |