
- #Ibm spectrum protect client download update#
- #Ibm spectrum protect client download manual#
- #Ibm spectrum protect client download series#
- #Ibm spectrum protect client download windows#
For ease of management, resources are combined together into groups, and failover acts at the group level. If any node in the cluster fails, all the resources hosted on that node fail over to another node in the cluster.
#Ibm spectrum protect client download series#
Installing Spectrum Protect backups on a Microsoft clusterĪ Microsoft Cluster consists of a number of physical servers that are capable of hosting a series of resources. Once you get the service name from the query command, you can use other sc commands on that service, for example Sc query lists all Services, then pipes the result into a find command to just list out the services that start with TSM, the /I switch means ignore case.
#Ibm spectrum protect client download windows#
You can also work with services using the Windows sc.exe program. The command should go to the opt file and get the sched and error log file namesĭsmcutil remove /name:"Tivoli Integrated Portal - TIPProfile-Port-16310" To define a standard node, useĭsmcutil inst /name:"TSM Scheduler Service - Z095XFSU1" /optfile:"C:\Program Files\Tivoli\TSM\baclient\dsm.opt" /node:z095XFSU1 /password:xxxx /autostart:yes /startnow:yes On a Windows client you can use the dsmcutil command to add and remove schedules from TSM, - much faster than using the TSM GUI Wizard. If this works then you could consider changing to schedmode polling.
#Ibm spectrum protect client download manual#
If you get errors then one possibility is that you are trying to get through a firewall, and you need that port opened up for both inbound/outbound communication.Īnother option is to check that you can run a manual backup from the client. If you get no messages, then the server is connecting OK. Next, check that theSpectrum Protect server can get to that port by opening an operating system command line from there, then running command You can check to see if it is listening by running aĬommand from an operating system command line, and you should see a listener on that port. (dsmcad) ANS3000I TCP/IP communications available on port XXXXXĭSMCAD should be listening for the server prompt on the port shown. You can check which port DSMCAD is using by recycling it then checking the dsmwebcl.log for an entry like: Typically DSMCAD has to be recycled after each backup or backups will fail. Sometimes you will get backups missing due to port problems with the DSMCAD when you are running with SCHEDMODE=PROMPTED. You can force the server to use a specific ip address and port as shown below. If you find you are having problems with schedules missing with no apparent cause, it is possible that the server is trying to contact the client on the wrong address or port. By default,Spectrum Protect uses port 1501. SCHEDMODE PROMPTED is best used if you want to tell a client which specific LAN address and port it needs to use for a backup, otherwise it will use the address it used for first contact, every time. SCHEDMODE POLLING must be used if a client is outside a firewall. Typical parameters are shown below, and mean contact the server every hour. POLLING seems to work best with Windows clients, and is used with a QUERYSCHEDPERIOD parameter that tells it how often to contact the server to see if a backup is required. SCHEDMODE PROMPTED means that the server contacts the client when it is time to start a backup SCHEDMODE POLLING means that every now and again the client asks the server if there is a schedule waiting to be started Nothing will happen, because those files are always excluded.

So now if you try to backup with the command


To exclude an entire disk you need two commands, one to exclude the drive and one to exclude the files in the root folder, like this If you absolutely never want to let anyone backup the c: drive in any circumstances, then use EXCLUDE statements as these will always apply. This approach will also allow you to backup selected files or directories from an excluded diskĭsmc selective c:\tivoli\tsm\* -subdir=yes This is not necessarily a bad thing, it means that you can exclude the c: from scheduled backups, but when you really want a backup, you can do it manually. Will backup the entire c: drive, even though it is excluded in the domain statement. If you manually select a volume that is excluded in the dsm.opt file, then it will be backed up. However, the DOMAIN ALL-LOCAL approach will only work if you are backing up at domain level with a scheduled backup. Specific selection criteria for the Windows System Object is given below. This means that all drives are backed up except the c: drive, and you do not need to change the dsm.opt file as drives are added or removed. A good variant, if you never wanted to backup your c: drive for example is
#Ibm spectrum protect client download update#
The problem with these approaches is that you need to remember to update the dsm.opt file if you add new drives You can select and exclude drives from scheduled backups by placing an entry in the DSM.OPT file on the client, with a line which looks like this for a Windows client
