Cant run TDPOCONF

Flip

ADSM.ORG Member
Joined
Nov 6, 2007
Messages
39
Reaction score
2
Points
0
TDP ORACLE 5.4.1 Sol box x86 64 bit

standard intall done exactly like the other 20 times - right from my notes

copy over my options files and go to set the password ......


bash-3.00# ls
agent.lic en_US libobk.so tdpo.opt tdpo.opt.smp tdpoconf tdposync
bash-3.00# ls -all
total 5804
drwxrwxr-x 3 oracle dba 512 Dec 2 20:32 .
drwxrwxr-x 5 oracle dba 512 Dec 2 19:15 ..
-rwxrwxr-x 1 oracle dba 67 Mar 9 2007 agent.lic
drwxrwxr-x 2 oracle dba 512 Dec 2 19:14 en_US
-rwxrwxr-x 1 oracle dba 1042264 Mar 9 2007 libobk.so
-rwxr-xr-x 1 root root 583 Dec 2 20:30 tdpo.opt
-rwxrwxr-x 1 oracle dba 707 Mar 5 2007 tdpo.opt.smp
-rwxrwxr-x 1 oracle dba 929944 Mar 9 2007 tdpoconf
-rwxrwxr-x 1 oracle dba 957616 Mar 9 2007 tdposync
bash-3.00# tdpoconf passw
bash: /usr/bin/tdpoconf: Invalid argument
bash-3.00#

no matter how I try I get the same message. I've deleted the tdpo.opt file and ran the tdpoconf passw command and still get nothing.
I ran tdposync and get the same thing. I've done tdpoconf without passw all the smae result.

Here's my opt files:


***********************************************************************
*dsm.sys
************************************************************************
Servername TSMSVRM1
TCPSERVERADDRESS 192.168.2.6
TCPPort 1500
Nodename TOPSWEB
Passwordaccess generate
compression yes
schedlogretention 7,s
errorlogretention 30,s
inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.txt

Servername TSMSVRM1-TDP
TCPSERVERADDRESS 192.168.2.6
TCPPort 1500
Nodename TOPSWEB-DB
compression yes
schedlogretention 3,s
errorlogretention 30,s
Passwordaccess Prompt

Next, create a new file called dsmfortdp.opt
vi dsmfortdp.opt
************************************************************************
* dsmfortdp.opt
************************************************************************
Servername TSMSVRM1-TDP
Domain /
CompressA yes
Tapeprompt No
dateformat 1
Subdir yes


and

*******************************************************
* TDPO.OPT
*******************************************************

DSMI_ORC_CONFIG /opt/tivoli/tsm/client/ba/bin/dsmfortdp.opt
DSMI_LOG /opt/tivoli/tsm/client/oracle/bin64
TDPO_FS RMLWORC
TDPO_NODE RMLWDB01-DB
TDPO_OWNER oracle
TDPO_PSWDPATH /opt/tivoli/tsm/client/oracle/bin64
*TDPO_DATE_FMT 1
*TDPO_NUM_FMT 1
*TDPO_TIME_FMT 1
*TDPO_MGMT_CLASS_2 mgmtcl
*TDPO_MGMT_CLASS_4 mgmtclass4




I get no error log messages either.

Any ideas folks????


Thanks

FLIP
 
Did you try specifying the tdpo.opt file just for the heck of it? (though I know you shouldn't need to)

tdpoconf passw -tdpo_optfile=<path to your file>
 
Does tdpoconf showenv work? If it does not, the only other explanation I could think of is binary file corruption.

Try reinstalling TDP for Oracle.
 
Thanks for the help guys.

Tried Greg's idea no difference. Agreed with Moon about the bin file.
Double checked and found the customer told me the machine was x86 when it was really SPARC :eek:

Hope this answer comes up when we google "tdpoconf invalid"


you may have installed the wrong package!
 
Good news! The binaries weren't corrupt! :rolleyes:
 
Back
Top