Search:
Type: Posts; User: neerajkgupta
Search: Search took 0.00 seconds.
-
09-09-2012, 10:00 AM
Thread: VTL connection
by neerajkgupta- Replies
- 7
- Views
- 790
If you have the fiber connectivity to the remote...
If you have the fiber connectivity to the remote site, then Yes, you can connect to the remote VTL. Otherwise CIFS or NFS are the options for remote VTL.
Most of the customers have the TSM Server... -
08-07-2012, 03:24 PM
- Replies
- 16
- Views
- 1,227
No, It will not effect any of the two tdp nodes.
No, It will not effect any of the two tdp nodes.
-
08-06-2012, 02:32 PM
- Replies
- 16
- Views
- 1,227
No need to restart as long as the Oracle RMAN...
No need to restart as long as the Oracle RMAN script is executing the backup. On the TDP Client end, you need to setup the TDP password using "TDPOCONF PASSWord" and verify the configuration using...
-
08-06-2012, 10:12 AM
Thread: Re: Error Configure TSM
by neerajkgupta- Replies
- 2
- Views
- 2,233
TSM RC 0409 Means : DSM_RC_INVALID_SERVER Server...
TSM RC 0409 Means : DSM_RC_INVALID_SERVER Server name not found in System Options File.
Try the following ..
dsmc -se=<ServerName> The servername option specifies the name you want to use to... -
12-20-2011, 04:33 PM
- Replies
- 2
- Views
- 672
Not a major difference, if the disk is locally...
Not a major difference, if the disk is locally attached (Not NFS mount).
-
06-21-2011, 10:24 AM
- Replies
- 1
- Views
- 1,558
DD880 Library with more than 7999 slots
Did any one experience any issue defining more than 7999 slots to DD880 library with TSM 5.5.3(AIX 5.3). As per IBM user may see the issue. Here is the info from IBM...
-
02-14-2011, 02:43 PM
Thread: Script - Command Line
by neerajkgupta- Replies
- 8
- Views
- 3,046
you need a complete path for the script.txt.
you need a complete path for the script.txt.
-
02-14-2011, 02:11 PM
Thread: mounted volumes
by neerajkgupta- Replies
- 8
- Views
- 2,295
you can get whether the drive is loaded or idle.....
you can get whether the drive is loaded or idle..
tsm:>select library_name,drive_name,drive_state from drives order by drive_state
Hope this helps... -
02-14-2011, 02:05 PM
Thread: Management Class
by neerajkgupta- Replies
- 1
- Views
- 1,258
It will go to the Exchange TDP dsm.opt file i.e. ...
It will go to the Exchange TDP dsm.opt file i.e.
INCLUDE "SERVER1\SG2\...\*" CLASS1 -
02-14-2011, 11:50 AM
- Replies
- 1
- Views
- 3,525
Try the follwing
1. Check the TCP/IP...
Try the follwing
1. Check the TCP/IP connectivity.
2. Reset the password for the TDP domino node.
3. domdsmc query adsmserver /adsmoptfile=dsm.opt /logfile=domssch.log
check the domssch.log... -
02-14-2011, 11:39 AM
Thread: Replication issue during the restore
by neerajkgupta- Replies
- 7
- Views
- 3,252
Try /activate=no, this way the Domino database...
Try /activate=no, this way the Domino database file will be not brought online and will not replicate to another Domino server.
-
02-14-2011, 11:35 AM
Thread: exclude file?
by neerajkgupta- Replies
- 5
- Views
- 1,608
It depends upon the status of the dsmsched.log...
It depends upon the status of the dsmsched.log file. If the file is in use and TSM client tries to backup this file 4 times (depends upon the Copy Serialization setting) and if unable to Backup this...
-
02-14-2011, 11:28 AM
Thread: Script - Command Line
by neerajkgupta- Replies
- 8
- Views
- 3,046
run script.txt
run script.txt
-
02-09-2011, 01:09 PM
Thread: Breaking up a Backup Schedule
by neerajkgupta- Replies
- 10
- Views
- 2,429
Try image backup and then do the imgae...
Try image backup and then do the imgae incremental backup.. hope this helps
-
02-04-2011, 06:05 PM
- Replies
- 3
- Views
- 1,843
I had tested it and it works. Can you post you...
I had tested it and it works. Can you post you inclexcl file.
-
02-04-2011, 03:13 PM
- Replies
- 3
- Views
- 1,843
You need the following
include /.../* OS_1year...
You need the following
include /.../* OS_1year
This will backup the root (/) filesystem with the OS_1year Management class.
Thanks. -
02-03-2011, 03:51 PM
Thread: mounted volumes
by neerajkgupta- Replies
- 8
- Views
- 2,295
select drive_name,volume_name from drives where...
select drive_name,volume_name from drives where volume_name like '%'
tsm:>select colname from syscat.columns where tabname='DRIVES'
COLNAME
------------------
LIBRARY_NAME
DRIVE_NAME... -
02-03-2011, 03:37 PM
Thread: Restore Error SQL 2005
by neerajkgupta- Replies
- 2
- Views
- 2,188
Can you paste the command line which you are...
Can you paste the command line which you are trying.
try this:
tdpsqlc restore BackupDBName full /INTO=<DBName in Which the database to restore> /configfile=tdpsql.cfg... -
01-27-2011, 02:51 PM
Thread: DB2 Backup with API fails, RC=-50
by neerajkgupta- Replies
- 21
- Views
- 5,580
No it is 2GB and the max is 32GB.
No it is 2GB and the max is 32GB.
-
01-27-2011, 02:09 PM
Thread: DB2 Backup with API fails, RC=-50
by neerajkgupta- Replies
- 21
- Views
- 5,580
Please refer to the following IBM Docs
...
Please refer to the following IBM Docs
https://www-304.ibm.com/support/docview.wss?uid=swg21208412
Also you can have the following in the API backup Stanza (dsm.sys) file
txnbytelimit ... -
01-25-2011, 03:32 PM
Thread: BAClient timeout bug while browsing
by neerajkgupta- Replies
- 2
- Views
- 978
Use Command line interface. This helped me to...
Use Command line interface. This helped me to query the contents.
-
01-21-2011, 02:11 PM
Thread: TSM Logging Question
by neerajkgupta- Replies
- 4
- Views
- 2,486
Just add the verbose instead of quiet, and that...
Just add the verbose instead of quiet, and that will give you a detailed of the backup of each file. Yes the eventlog contains all the failure/backup stats info for a particalar windows machine.
-
01-19-2011, 04:32 PM
- Replies
- 2
- Views
- 2,490
We use 300
We use 300
-
01-19-2011, 03:25 PM
- Replies
- 6
- Views
- 2,327
TSM Journaling is only Available for Windows and...
TSM Journaling is only Available for Windows and AIX.
-
01-14-2011, 03:46 PM
- Replies
- 12
- Views
- 4,088
try updating the dsm.opt file and for the domain...
try updating the dsm.opt file and for the domain option add -systemstate (example)
domain c: -systemstate -
01-14-2011, 01:57 PM
Thread: tdp oracle problem
by neerajkgupta- Replies
- 21
- Views
- 7,530
Check the idletimeout and set the IDLETIMEOUT for...
Check the idletimeout and set the IDLETIMEOUT for a longer duration and try. It could be that the session is idle and then the backup got terminated.
-
01-14-2011, 10:28 AM
Thread: Backup Inconsistency Issue
by neerajkgupta- Replies
- 5
- Views
- 1,942
Nothing. It should backup the same data, if you...
Nothing. It should backup the same data, if you are utilizing the same dsm.opt file.
Check the following
1)q inclexcl
2)check the TSM scheduler & TSM CAD service, for the dsm.opt file location.... -
01-14-2011, 10:12 AM
Thread: VTL versus NAS-Primary disk pools
by neerajkgupta- Replies
- 2
- Views
- 2,070
VTL is more prefered as compared to NAS, as the...
VTL is more prefered as compared to NAS, as the NAS will be having the TCP/IP overhead significantly and may impacts the efficiency of any data transfer as compared to Fiber Channel.
-
01-13-2011, 06:06 PM
- Replies
- 5
- Views
- 2,023
No, The same Atape driver will work for the IBM...
No, The same Atape driver will work for the IBM tape library as well as for Quantum tape library and will detect both the Library and Emulated IBM drives from Qunatum Library.
-
01-13-2011, 04:39 PM
- Replies
- 5
- Views
- 2,023
Hi,
You need to run the cfgmgr to configure...
Hi,
You need to run the cfgmgr to configure the non IBM tape library. you will endup seeing two lb devices(those are for the non IBM Library). Define the Devclass, library, drive and storage pool... -
01-04-2011, 04:39 PM
- Replies
- 7
- Views
- 2,517
Update the Device Class, Audit the library.
Update the Device Class, Audit the library.
-
09-01-2009, 09:37 AM
Thread: Re:TSM.PWD file
by neerajkgupta- Replies
- 1
- Views
- 2,864
delete or rename the tsm.pwd file and then use...
delete or rename the tsm.pwd file and then use the dsmc to create the TSM.PWD file. This will save your node password in this file.
-
09-01-2009, 09:27 AM
- Replies
- 6
- Views
- 6,828
The simple will be to add a service using...
The simple will be to add a service using dsmcutil and once the password is set in the Windows registry, delete the service using dsmcutil. This way you can set the password, and will help to...
-
05-28-2008, 10:02 AM
Thread: Check Adminstrative schedules
by neerajkgupta- Replies
- 4
- Views
- 630
Try this
Select schedule_name, successful from...
Try this
Select schedule_name, successful from summary where schedule_name='Your_Admin_Schedule_name'
or customise the select statement as per your requirement.
Thanks
Neeraj -
03-20-2008, 11:52 AM
- Replies
- 11
- Views
- 3,967
Can you verify that a Web Client Service is...
Can you verify that a Web Client Service is configured for the Domino Node or not. If not then you need to create the "Remote Client for Domino" Service by using either the BA Client GUI or dsmcutil...
-
03-12-2008, 06:57 PM
Thread: admin sched start time end time
by neerajkgupta- Replies
- 16
- Views
- 2,519
Look like the Expiration process is running in...
Look like the Expiration process is running in the background, which is the default option. Is it possible to run the expiration in the Foreground (adding wait=yes)then try the script(or q events...
-
03-10-2008, 02:51 PM
Thread: admin sched start time end time
by neerajkgupta- Replies
- 16
- Views
- 2,519
Hi,
I guess "michaelabel" is correct, the...
Hi,
I guess "michaelabel" is correct, the event shows the time when the admin schedule completes the task(i.e Backup_DB). Try the following select query gives you more info:-
select... -
03-10-2008, 10:37 AM
Thread: sql query mgmtclass of single files
by neerajkgupta- Replies
- 2
- Views
- 1,918
Try this for your Backups
select node_name,...
Try this for your Backups
select node_name, hl_name, ll_name, class_name from backups where node_name='Your_Node_Name'
You can try the same select statement from the Archives table, to grab the... -
03-05-2008, 12:23 PM
- Replies
- 4
- Views
- 1,644
Hi,
Now all system services components are...
Hi,
Now all system services components are backed up as a part of "System State" in TSM BA Client 5.5. With the TSM Client 5.5 System Services option are no longer available to use.
Thanks -
02-28-2008, 05:58 PM
- Replies
- 7
- Views
- 5,985
Hi,
Stop the CAD Service at your Windows...
Hi,
Stop the CAD Service at your Windows client machine and then upgarde the Client code. It should work. Just make sure that the Windows Client machine is not accessing the TSM client software... -
02-21-2008, 04:56 PM
Thread: Errors with a new node
by neerajkgupta- Replies
- 1
- Views
- 2,736
Please check the following URL to resolve
...
Please check the following URL to resolve
http://www-1.ibm.com/support/docview.wss?uid=swg21243837 -
01-29-2008, 10:11 AM
Thread: Unable to uninstall TSM 5.3
by neerajkgupta- Replies
- 8
- Views
- 2,602
Hi,
Try to delete the following files also...
Hi,
Try to delete the following files also from the C:\windows\system32 directory and reboot the machine
1. adsmv3.dll
2. dsmntapi.dll
3. tsmapi.dll
4. tsmutil.dll
5. tsmLVSAmsg.dll
6. in...
Results 1 to 42 of 43

