Re: TDP for Informix password register fail

2003-08-20 Thread Raymer, Geoff
Mario,

What we do here is:

Create a new stanza in the dsm.sys and name it nodename_instance.  Create an
instance.opt file in /usr/bin and a link in /opt/tivoli/tsm/client/api/bin
to this file, set your informix user's environment variable
DSMI_CONFIG=/opt/tivoli/tsm/client/api/bin/instance.opt, then try setting
your password.

Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK  74116-5020

* mailto:[EMAIL PROTECTED]
www.eds.com



-Original Message-
From: Mario Behring [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 2:32 PM
To: [EMAIL PROTECTED]
Subject: Re: TDP for Informix password register fail


Bill,

Thank you. By the time I got this message I had alareddy figured it out for
myself, but then there is another error:

G40:root:/usr/tivoli/tsm/client/informix/bin tdpipswd
***
*   TDP for Informix Backup   *
* Password file initialization program*
* this must be run by the ROOT user if updating the value *
***
Enter your current password:
Enter your new password:
*** Server signon failed: ANS1353E (RC53)   Session rejected: Unknown or
incorrect ID entered

The TDP for Informix Installation Guide also says that I have to register
the TDP at the TSM Server but it must have a different name from the
BAClient. Do you know how can I register the TDP from the AIX (to register
the BAC is not a problem).

Thanks.

Mario Behring


Bill Boyer [EMAIL PROTECTED] wrote:
You need to add to the server stanza in the DSM.SYS

PASSWORDACCESS GENERATE

The default is PROMPT and the Informix agent wants GENERATE.

Bill Boyer
DSS, Inc.
Bill Boyer
A Life? Cool!! Where can I download one of those? - ???

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Mario Behring
Sent: Wednesday, August 20, 2003 2:51 PM
To: [EMAIL PROTECTED]
Subject: TDP for Informix password register fail


Hi list,

I am trying to register the root password from an AIX 4.3.3 server where I
have just installed TDP for Informix 4.1 using the tdpipswd program. The
process is failing eith the following error message:

*** Signon failed: dsm.sys option PasswordAccess = generate required.

Any ideas ?

The TSM server hostname and IP address are already informed at the dsm.opt
and dsm.sys files.

Thanks in advance.

Mario Behring


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software


Re: TDP for Informix password register fail

2003-08-20 Thread Raymer, Geoff
Mario,

The first stanza in our dsm.sys files are for the regular OS, we'll call
this node, mario.  The second stanza is for a database instance named
informix, for example mario_informix, see dsm.sys file below.  Create a
/usr/bin/informix.opt and link to it
/opt/tivoli/tsm/clien/api/bin/informix.opt.  In your informix.opt file, make
sure the servername is mariosbackupservera, so it will point to the correct
nodename in dsm.sys.  Then set your env variable temporarily to
/opt/tivoli/tsm/client/api/bin/informix.opt, and try setting your password.

SErvername  mariosbackupserver
   NODename mario
   COMMmethod TCPip
   TCPPort1500
   TCPServeraddress  X.X.X.X
compressionno
*   compressalways no
   passwordaccess   generate
TCPWindowsize  128
   TCPBuffsize32
   TCPNodelay Yes
   TXNBytelimit   25600
   LARGECOMmbuffers   Yes
   SCHEDLOGname  /opt/tivoli/tsm/client/ba/bin/dsmsched.log
   SCHEDLOGRetention 7,D
   ERRORLOGname  /opt/tivoli/tsm/client/ba/bin/dsmerror.log
   ERRORLOGRetention 7,D
   Inclexcl  /opt/tivoli/tsm/client/ba/bin/dsm.inclexcl

SErvername  mariosbackupservera
   NODename mario_informix
   COMMmethod TCPip
   TCPPort1500
   TCPServeraddress  X.X.X.X
compressionno
*   compressalways no
   passwordaccess   generate
TCPWindowsize  128
   TCPBuffsize32
   TCPNodelay Yes
   TXNBytelimit   25600
   LARGECOMmbuffers   Yes
   SCHEDLOGname  /opt/tivoli/tsm/client/ba/bin/dsmsched.log
   SCHEDLOGRetention 7,D
   ERRORLOGname  /opt/tivoli/tsm/client/ba/bin/dsmerror.log
   ERRORLOGRetention 7,D

-Original Message-
From: Mario Behring [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 2:53 PM
To: [EMAIL PROTECTED]
Subject: Re: TDP for Informix password register fail


Geoff,

The DSMI_CONFIG environment variable is already set. Actually the following
env vars are set:

DSMI_CONFIG=/usr/tivoli/tsm/client/api/bin/dsm.opt
DSMI_DIR=/usr/tivoli/tsm/client/api/bin
DSMI_INF_DIR=/usr/tivoli/tsm/client/informix/bin
DSMI_LOG=/usr/tivoli/tsm/client/informix/bin

As for this new stanza, they are susally created for new TSM Servers under
SERVERNAME, what do you mean by this new stanza ? Could you explain it
further  or simply tell me how should I do it ?

Thanks.

Mario Behring


Raymer, Geoff [EMAIL PROTECTED] wrote:
Mario,

What we do here is:

Create a new stanza in the dsm.sys and name it nodename_instance. Create an
instance.opt file in /usr/bin and a link in /opt/tivoli/tsm/client/api/bin
to this file, set your informix user's environment variable
DSMI_CONFIG=/opt/tivoli/tsm/client/api/bin/instance.opt, then try setting
your password.

Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK 74116-5020

* mailto:[EMAIL PROTECTED]
www.eds.com



-Original Message-
From: Mario Behring [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 20, 2003 2:32 PM
To: [EMAIL PROTECTED]
Subject: Re: TDP for Informix password register fail


Bill,

Thank you. By the time I got this message I had alareddy figured it out for
myself, but then there is another error:

G40:root:/usr/tivoli/tsm/client/informix/bin tdpipswd
***
* TDP for Informix Backup *
* Password file initialization program *
* this must be run by the ROOT user if updating the value *
***
Enter your current password:
Enter your new password:
*** Server signon failed: ANS1353E (RC53) Session rejected: Unknown or
incorrect ID entered

The TDP for Informix Installation Guide also says that I have to register
the TDP at the TSM Server but it must have a different name from the
BAClient. Do you know how can I register the TDP from the AIX (to register
the BAC is not a problem).

Thanks.

Mario Behring


Bill Boyer wrote:
You need to add to the server stanza in the DSM.SYS

PASSWORDACCESS GENERATE

The default is PROMPT and the Informix agent wants GENERATE.

Bill Boyer
DSS, Inc.
Bill Boyer
A Life? Cool!! Where can I download one of those? - ???

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Mario Behring
Sent: Wednesday, August 20, 2003 2:51 PM
To: [EMAIL PROTECTED]
Subject: TDP for Informix password register fail


Hi list,

I am trying to register the root password from an AIX 4.3.3 server where I
have just installed TDP for Informix 4.1 using the tdpipswd program. The
process is failing eith the following error message:

*** Signon failed: dsm.sys option PasswordAccess = generate required.

Any ideas ?

The TSM server hostname and IP address are already informed at the dsm.opt
and dsm.sys files.

Thanks in advance.

Mario Behring


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use

New version of TDP for informix

2003-07-30 Thread Raymer, Geoff
Hello all,

Does anyone know the version of DP for informix that is still supported by
IBM.  We are using TDP Informix 4.1.3, but from everything I can find that
has been replaced and end-of-serviced.  As far as I can tell it has been
replaced by ITSM for Databases 5.1.0, but I cannot find this version on the
FTP site for informix, all I can find is ITSM for databases for oracle on
AIX.  I need ITSM for databases for Informix on Solaris.  Any insight on
this issue would be appreciated.

Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK  74116-5020

* mailto:[EMAIL PROTECTED]
www.eds.com


Issues with auditocc table

2003-07-09 Thread Raymer, Geoff
TSM Server 5.1.5.0

I am running the following SQL command against my database and coming up
with several nodes that have 0 MB in the archive_mb and backup_mb columns,
but they should not be that way.

select node_name,backup_mb,archive_mb from auditocc

Yet if I run the command below to the occupancy table, it shows that these
same nodes have data in the database.  Can anyone explain the difference in
the two tables, and why the auditocc table shows no data for these nodes?

select node_name,physical_mb,logical_mb from occupancy

Thanks,
Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK  74116-5020

mailto:[EMAIL PROTECTED]


Re: Issues with auditocc table

2003-07-09 Thread Raymer, Geoff
Richard,

Thank you very much, that worked.

Geoff

-Original Message-
From: Richard Sims [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 10:34 AM
To: [EMAIL PROTECTED]
Subject: Re: Issues with auditocc table


I am running the following SQL command against my database and coming up
with several nodes that have 0 MB in the archive_mb and backup_mb columns,
but they should not be that way.

select node_name,backup_mb,archive_mb from auditocc

Yet if I run the command below to the occupancy table, it shows that these
same nodes have data in the database.  Can anyone explain the difference in
the two tables, and why the auditocc table shows no data for these nodes?

select node_name,physical_mb,logical_mb from occupancy

You didn't say whether you ran the requisite 'AUDit LICenses' before
querying the AUDITOCC table... ?

  Richard Sims, BU


Re: MediaW

2003-06-11 Thread Raymer, Geoff
David,

We have had these same types of problems when collocation is set to yes.
Try turning it off and running your backup again, I bet you will see it pick
up more drives.

Geoff

-Original Message-
From: David E Ehresman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 9:27 AM
To: [EMAIL PROTECTED]
Subject: Re: MediaW


Collocation is set YES.  Can collocation not go to multiple tapes?

 [EMAIL PROTECTED] 06/10/03 03:44PM 
David,

Have you verified that collocation is set to NO on the tape storage
pool
that this client is backing up to.

Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK  74116-5020

* phone: +01-918-292-4364
* cell: +01-918-629-1819
* mailto:[EMAIL PROTECTED]
www.eds.com



-Original Message-
From: David E Ehresman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 2:27 PM
To: [EMAIL PROTECTED]
Subject: MediaW


I have a client node that backs up over the lan to tape.  When I do a
Q
SESS during a backup, there are 3-4 sessions running.  One session has
a
tape mounted but one of the others remains in MediaW.  The node has
Maximum Mount Points Allowed: 2 defined.  The device class has Mount
Limit: DRIVES defined.  There are empty tape drives available.  Any
ideas why a tape is not being mounted?

TSM server is TSM 5.1.6.3 running on AIX 5.1 64 bit mode.  Client is
TSM 5.1.5.11 running on Aix 5.1 32 bit mode.

David Ehresman


Re: MediaW

2003-06-10 Thread Raymer, Geoff
David,

Have you verified that collocation is set to NO on the tape storage pool
that this client is backing up to.

Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK  74116-5020

* phone: +01-918-292-4364
* cell: +01-918-629-1819
* mailto:[EMAIL PROTECTED]
www.eds.com



-Original Message-
From: David E Ehresman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 2:27 PM
To: [EMAIL PROTECTED]
Subject: MediaW


I have a client node that backs up over the lan to tape.  When I do a Q
SESS during a backup, there are 3-4 sessions running.  One session has a
tape mounted but one of the others remains in MediaW.  The node has
Maximum Mount Points Allowed: 2 defined.  The device class has Mount
Limit: DRIVES defined.  There are empty tape drives available.  Any
ideas why a tape is not being mounted?

TSM server is TSM 5.1.6.3 running on AIX 5.1 64 bit mode.  Client is
TSM 5.1.5.11 running on Aix 5.1 32 bit mode.

David Ehresman


Recreating initsid.bki file

2003-06-04 Thread Raymer, Geoff
Does anyone know how to recreate the initsid.bki file in
/oracle/SID/dbs?  This is BRBACKUP version 4.6D running Data Protection
for mySAP.com on Solaris 6 with an Oracle version 7 database.

Any help would be greatly appreciated.

Geoff Raymer
EDS - Tulsa BUR and Leveraged Storage
MS 326
4000 N. Mingo Road
Tulsa, OK  74116-5020

* phone: +01-918-292-4364
* cell: +01-918-629-1819
* mailto:[EMAIL PROTECTED]
www.eds.com