i`ve got a some probluem... anyone know that resolving about installing client for solaria 8

david8131

ADSM.ORG Member
Joined
Feb 17, 2005
Messages
9
Reaction score
0
Points
0
Website
Visit site
PREDATAR Control23

jool0:/tmp/tsm_img># pkgadd -a ./tsmadmin -d ./TIVsmCapi.pkg TIVsmCapi



Processing package instance <TIVsmCapi> from </tmp/tsm_img/TIVsmCapi.pkg>



Tivoli Storage Manager Solaris 7/8/9 API Client

(sparc) Version 5 Release 2 Level 2



This appears to be an attempt to install the same architecture and

version of a package which is already installed. This installation

will attempt to overwrite this package.





The installation of this package was previously terminated and

installation was never successfully completed.



Do you want to continue with the installation of <TIVsmCapi> [y,n,?] y

Licensed Materials - Property of IBM



5655-A30

(C) Copyright International Business Machines Corp. 1990, 2003.



All rights reserved.

US Government Users Restricted Rights - Use, duplication or disclosure

restricted by GSA ADP Schedule Contract with IBM Corp.



Using </opt/tivoli/tsm/client> as the package base directory.

## Processing package information.

## Processing system information.

6 package pathnames are already properly installed.

## Verifying package dependencies.

## Verifying disk space requirements.

## Checking for conflicts with packages already installed.



Installing Tivoli Storage Manager Solaris 7/8/9 API Client as <TIVsmCapi>



## Executing preinstall script.

/var/sadm/pkg/TIVsmCapi/install/preinstall: sed: execute permission denied

/var/sadm/pkg/TIVsmCapi/install/preinstall: test: argument expected

pkgadd: ERROR: preinstall script did not complete successfully



Installation of <TIVsmCapi> failed.

joo10:/tmp/tsm_img>#
 
PREDATAR Control23

David,

Looks like TSM was previously installed on this box and you may not have had permission to execute some things.



Ensure you are root, try omitting the -a option and accept defaults, ensure that the install files are not owned by an unknown user and manually remove old stuff after saving any configuration files to a safe place.



- Become root

- Change ownership of the install files to root.



- Check to see which packages were installed

"pkginfo | grep -i tiv"



Note the package names



- Save any configuration files such as dsm.sys, dsm.opt, include-exclude, etc

Solaris client normally installs in /opt/tivoli/tsm/.....



- Remove the old stuff that you want to upgrade.

pkgrm TIVsmCapi

pkgrm TVIsmCba

remove any other packages you want to



- Install the new stuff.

pkgadd -d ./installpkg



Cheers,

neil
 
Top