Enterprise Solution.

2001-07-13 Thread Yury Us

Hi everybody,
Currently we use ADSM for back up only, but there are some other components,
so I am trying to get information about those components too and need a good
advice.

SUTUATION: We have few overseas locations in different countries, where
development is taking place.

So this is a very important task monitoring the software installed on all
PC, servicepacks installed on every single PC, to make the possible
transition from overseas computers here in headquarters.

Another important task is deployment and installation the software to the
clients. Sometimes it is a hundred PC on client site.

Third task is to produce the servisepacks and deploy them to client.

Next very important task is keeping track about what the client has.

QUESTION: Does anybody has experience with Tivoli that covers the listed
above issues?
Documentation claims that all that software exists already. If there are
people who think that using that software is a smart choice I would
appreciate the answer.

Yuriy Us.



Re: Enterprise Solution.

2001-08-02 Thread Yury Us

Do I need to install some additional software for that? 
Is there some books that explain how to set up everything?
The only information I was able to get is how to set up inter-server
communication, and that works ok.

-Original Message-
From: Angela Hughes [mailto:[EMAIL PROTECTED]]
Sent: 13 èþëÿ 2001 ã. 21:51
To: [EMAIL PROTECTED]
Subject: Re: Enterprise Solution.


Yury US,
Yes, I've done it for IBM internally and externally
and it can be done w/TSM.
Thanks,
Angela
--- Yury Us <[EMAIL PROTECTED]> wrote:
> Hi everybody,
> Currently we use ADSM for back up only, but there
> are some other components,
> so I am trying to get information about those
> components too and need a good
> advice.
>
> SUTUATION: We have few overseas locations in
> different countries, where
> development is taking place.
>
> So this is a very important task monitoring the
> software installed on all
> PC, servicepacks installed on every single PC, to
> make the possible
> transition from overseas computers here in
> headquarters.
>
> Another important task is deployment and
> installation the software to the
> clients. Sometimes it is a hundred PC on client
> site.
>
> Third task is to produce the servisepacks and deploy
> them to client.
>
> Next very important task is keeping track about what
> the client has.
>
> QUESTION: Does anybody has experience with Tivoli
> that covers the listed
> above issues?
> Documentation claims that all that software exists
> already. If there are
> people who think that using that software is a smart
> choice I would
> appreciate the answer.
>
> Yuriy Us.


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/



Again about performance and a lot of small files.

2001-08-07 Thread Yury Us

Hi,
I have a problem with performance. It works extremely slow on few volumes.

Few words about environment:
AIX 4.3; TSM 4.1.3; IBM ULTRIUM library with 2 drives.

Library is splitted on two logical parts and the first half is used for
primary pool and second part for copy pool. The primary pool has collocation
on, but second no. Three nodes have a lot of small files.

Usually reclamation on volumes where is placed one of those nodes takes few
days, and that is unacceptable.
I made a search over the database and found few recommendations like use
reclamation using (1)"Reclaim Storage Pool" on disk or (2)move data to other
storage pool and let them migrate back. 

I was surprised that in (1) case data was not moved on Reclaim storage pool
with one shoot and them reclaimed during migration back. It started
reclamation during copying data on disk. Well I tried to move data on the
disk storage pool. Guess what happened? The system moves data file by file
(what is equal to reclamation). During those operations I checked activities
on disks and usage of the processor, but there was nothing. Looks like tape
drive used all the time. For 1G information it took 2hours.

The other problem is on collocated storage pool in most cases reclamation
starts without changing a status of volume. So when volume has the "filling"
status and reclamation goes very long(few days) the new information keep
adding to the same volume and it is endless.

If somebody can propose the other way around I would gladly appreciate it.

Thank you in advance.


-Original Message-
From: Prather, Wanda [mailto:[EMAIL PROTECTED]]
Sent: 7 àâãóñòà 2001 ã. 11:06
To: [EMAIL PROTECTED]
Subject: Re: Assertion Problem


I have seen that error during backups where there are non-English/invalid
characters in filenames.
I think the 4.2 client is supposed to have a fix for that.


-Original Message-
From: Amini, Mehdi [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 8:41 AM
To: [EMAIL PROTECTED]
Subject: Assertion Problem


Trying to install TSM 4.1.2.19 on an Windows 2000 and getting error when
trying to acCess the GUI

Here is the error:


Assertion failed
Program: N:\APPS\TIVOLI\ADSM\BACLIENT\DSM.EXE
File: DSMEM.CPP
Line: 1508

Exrpession:CB_HDRP((Char *) blkp - FB_Size(blkp))->prevfree==0

Mehdi Amini
LAN/WAN Engineer
ValueOptions
3110 Fairview Park Drive
Falls Church, VA 22042
Phone: 703-208-8754
Fax: 703-205-6879




**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the sender by email, delete and destroy this message and its
attachments.


**



How to suppress ANR2963W

2002-05-15 Thread Yury Us

Hi all!
I use SQL in my scripts to determine whether backup finished or not and it
worked OK until few days ago the following message appeared:
ANR2963W This SQL query may produce a very large result table, or may
require a significant amount of time to compute.

Do you wish to proceed? (Yes/No)

The script hangs at this place. Is there way to suppress this message?

Here is a fragment of the script:

 integer  KEEPWAITING;
 READY='0'   # 1 when backlog will have evidence of dbbkp completion
 KEEPWAITING=1 # number of checks of actlog for dbbkp result
 SLEEPPERIOD=900  # 15 minutes

 while [[ $READY != '1' ]] && (( $KEEPWAITING <= 4 ))
 do
  # sql query TSM database for completion code
  echo " select msgno, Message, date_time  from actlog  -
 where date_time>timestamp(current date , '00:00')  and msgno=0985
   " |dsmadmc -id=$ADSM_ADMIN -pa=$ADMIN_PWD -servername=$ADSM_SERV
-displaymode=list |
while read lx
do
  # skip 8-th first lines
  read lx;read lx;
  read lx;read lx;
  read lx;read lx;
  read lx;read lx;
  if [[ "ANR2034E" = ${lx%% *} ]]
  then
sleep $SLEEPPERIOD;
KEEPWAITING=$KEEPWAITING+1 ;
break; #not completed yet.
  else
READY='1'; #has completed
break;
  fi
 done
done



How to exclude all mapped network drives using clopt?

2002-08-21 Thread Yury Us

Does anybody knows how to exclude mapped drives from backup via CLOPT?

My situation:
I have server 4.3.1 running on  AIX4.3 and about 600 clients on PCs.

The task is to backup only documents because of limited space in the tape
library.

So I created clopt set where I exclude and include what I need. But on some
PC there is a mapped drives and that information also goes in to backup.

Any thoughts or comments?



Re: dsmc Manual

2002-10-02 Thread Yury Us

If you install windows server on your pc it will install documentation for
both client and server. It is a nice documentation with cross links and
search engine. 

-Original Message-
From: Tani [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 27, 2002 6:00 AM
To: [EMAIL PROTECTED]
Subject: dsmc Manual


Hi all,
Can anybody tell me where is a manual of the dsmc and it's options?
Thanks





Estanislao Sanmartín Rejo
[EMAIL PROTECTED] 



Windows mailbox backup

2001-09-12 Thread Yury Us

I am trying to backup mailbox from my PC.
Of course I understand that if I could stop my MSOutlook before backup and
restart it after, it would be the best way to do. But I did not find the way
to stop MSOutlook from command line. The other posibility to keep mailbox on
server and backup server instead of client is unacceptable to me too.
So the only way to go seems to me is backup *.pst files while the file is
held by MSOutlook.

Here is my CLOPTSET:
 Option: INCLEXCL
Sequence number: 5
   Override: No
   Option Value: exclude.dir *:\...\tmp\...\*

 Option: INCLEXCL
Sequence number: 10
   Override: No
   Option Value: exclude.dir *:\...\temp*\...\*

 Option: INCLEXCL
Sequence number: 15
   Override: No
   Option Value: exclude *:\...\*

 Option: INCLEXCL
Sequence number: 31
   Override: No
   Option Value: include *:\...\*.pst dynamic

And here is a copy gpoup from management class DYNAMIC:
tsm: SCC12>q copy standard * dynamic f=d

Policy Domain Name: STANDARD
   Policy Set Name: STANDARD
   Mgmt Class Name: DYNAMIC
   Copy Group Name: STANDARD
   Copy Group Type: Backup
  Versions Data Exists: 2
 Versions Data Deleted: 1
 Retain Extra Versions: 30
   Retain Only Version: 60
 Copy Mode: Modified
Copy Serialization: Dynamic
Copy Frequency: 0
  Copy Destination: BACKUPPOOL
Last Update by (administrator): US
 Last Update Date/Time: 09/12/2001 11:48:45
  Managing profile:

The message I got from tsm is:

Normal File-->61,613,056 \\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST  ** Unsuccessful **
ANS1228E Sending of object '\\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST' failed
ANS4007E Error processing '\\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST': access to the object is denied


Does anybody knows what I am doing wrong?

Thank you in advance,
Yuriy Us.



Re: Windows mailbox backup

2001-09-13 Thread Yury Us

Actually I have tried every single serialization option. I does not help
because I don't have access to the exclusively locked file.

-Original Message-
From: MORGAN TONY [mailto:[EMAIL PROTECTED]]
Sent: 13 ñåíòÿáðÿ 2001 ã. 12:34
To: [EMAIL PROTECTED]
Subject: Re: Windows mailbox backup


Try changing your Copy Serialization: Dynamic to Copy Serialization:
SHRDynamic

-Original Message-
From: Yury Us [mailto:[EMAIL PROTECTED]]
Sent: 13 September 2001 17:15
To: [EMAIL PROTECTED]
Subject: Re: Windows mailbox backup


Well, I read whatever I could find about mspst.ini file. I have put this
file in my root windows directory,
but it seems lime my MSOutlook just ignored it. I reboot the system but that
did not help either.

Is there any way to verify that mspst,ini file been read and the options are
proper?

Yuriy Us.

-Original Message-
From: Alex Paschal [mailto:[EMAIL PROTECTED]]
Sent: 12 ñåíòÿáðÿ 2001 ã. 13:33
To: [EMAIL PROTECTED]
Subject: Re: Windows mailbox backup


Hello.  I found this in the archive about releasing the pst.  The pst's on
my workstation back up fine.

http://msgs.adsm.org/cgi-bin/get/adsm0102/824.html

Alex

-Original Message-----
From: Yury Us [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 12, 2001 10:06 AM
To: [EMAIL PROTECTED]
Subject: Windows mailbox backup


I am trying to backup mailbox from my PC.
Of course I understand that if I could stop my MSOutlook before backup and
restart it after, it would be the best way to do. But I did not find the way
to stop MSOutlook from command line. The other posibility to keep mailbox on
server and backup server instead of client is unacceptable to me too.
So the only way to go seems to me is backup *.pst files while the file is
held by MSOutlook.

Here is my CLOPTSET:
 Option: INCLEXCL
Sequence number: 5
   Override: No
   Option Value: exclude.dir *:\...\tmp\...\*

 Option: INCLEXCL
Sequence number: 10
   Override: No
   Option Value: exclude.dir *:\...\temp*\...\*

 Option: INCLEXCL
Sequence number: 15
   Override: No
   Option Value: exclude *:\...\*

 Option: INCLEXCL
Sequence number: 31
   Override: No
   Option Value: include *:\...\*.pst dynamic

And here is a copy gpoup from management class DYNAMIC:
tsm: SCC12>q copy standard * dynamic f=d

Policy Domain Name: STANDARD
   Policy Set Name: STANDARD
   Mgmt Class Name: DYNAMIC
   Copy Group Name: STANDARD
   Copy Group Type: Backup
  Versions Data Exists: 2
 Versions Data Deleted: 1
 Retain Extra Versions: 30
   Retain Only Version: 60
 Copy Mode: Modified
Copy Serialization: Dynamic
Copy Frequency: 0
  Copy Destination: BACKUPPOOL
Last Update by (administrator): US
 Last Update Date/Time: 09/12/2001 11:48:45
  Managing profile:

The message I got from tsm is:

Normal File-->61,613,056 \\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST  ** Unsuccessful **
ANS1228E Sending of object '\\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST' failed
ANS4007E Error processing '\\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST': access to the object is denied


Does anybody knows what I am doing wrong?

Thank you in advance,
Yuriy Us.

"WorldSecure " made the following
 annotations on 09/12/01 10:18:54

--

[INFO] -- Content Manager:
The information contained in this communication is confidential and intended
solely for the use of the individual to whom it is addressed and others
authorized to receive it.  If you are not the intended recipient, any
disclosure, copying, distribution or taking of any action in reliance on the
contents of this information is prohibited. If you have received this
communication in error, please immediately notify the sender by phone if
possible or via email message.


==



Re: Windows mailbox backup

2001-09-13 Thread Yury Us

Well, I read whatever I could find about mspst.ini file. I have put this
file in my root windows directory,
but it seems lime my MSOutlook just ignored it. I reboot the system but that
did not help either.

Is there any way to verify that mspst,ini file been read and the options are
proper?

Yuriy Us.

-Original Message-
From: Alex Paschal [mailto:[EMAIL PROTECTED]]
Sent: 12 ñåíòÿáðÿ 2001 ã. 13:33
To: [EMAIL PROTECTED]
Subject: Re: Windows mailbox backup


Hello.  I found this in the archive about releasing the pst.  The pst's on
my workstation back up fine.

http://msgs.adsm.org/cgi-bin/get/adsm0102/824.html

Alex

-Original Message-
From: Yury Us [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 12, 2001 10:06 AM
To: [EMAIL PROTECTED]
Subject: Windows mailbox backup


I am trying to backup mailbox from my PC.
Of course I understand that if I could stop my MSOutlook before backup and
restart it after, it would be the best way to do. But I did not find the way
to stop MSOutlook from command line. The other posibility to keep mailbox on
server and backup server instead of client is unacceptable to me too.
So the only way to go seems to me is backup *.pst files while the file is
held by MSOutlook.

Here is my CLOPTSET:
 Option: INCLEXCL
Sequence number: 5
   Override: No
   Option Value: exclude.dir *:\...\tmp\...\*

 Option: INCLEXCL
Sequence number: 10
   Override: No
   Option Value: exclude.dir *:\...\temp*\...\*

 Option: INCLEXCL
Sequence number: 15
   Override: No
   Option Value: exclude *:\...\*

 Option: INCLEXCL
Sequence number: 31
   Override: No
   Option Value: include *:\...\*.pst dynamic

And here is a copy gpoup from management class DYNAMIC:
tsm: SCC12>q copy standard * dynamic f=d

Policy Domain Name: STANDARD
   Policy Set Name: STANDARD
   Mgmt Class Name: DYNAMIC
   Copy Group Name: STANDARD
   Copy Group Type: Backup
  Versions Data Exists: 2
 Versions Data Deleted: 1
 Retain Extra Versions: 30
   Retain Only Version: 60
 Copy Mode: Modified
Copy Serialization: Dynamic
Copy Frequency: 0
  Copy Destination: BACKUPPOOL
Last Update by (administrator): US
 Last Update Date/Time: 09/12/2001 11:48:45
  Managing profile:

The message I got from tsm is:

Normal File-->61,613,056 \\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST  ** Unsuccessful **
ANS1228E Sending of object '\\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST' failed
ANS4007E Error processing '\\yury_us\c$\WINNT\Profiles\us\Application
Data\Microsoft\Outlook\MAILBOX.PST': access to the object is denied


Does anybody knows what I am doing wrong?

Thank you in advance,
Yuriy Us.

"WorldSecure " made the following
 annotations on 09/12/01 10:18:54

--

[INFO] -- Content Manager:
The information contained in this communication is confidential and intended
solely for the use of the individual to whom it is addressed and others
authorized to receive it.  If you are not the intended recipient, any
disclosure, copying, distribution or taking of any action in reliance on the
contents of this information is prohibited. If you have received this
communication in error, please immediately notify the sender by phone if
possible or via email message.


==



adsm-l@vm.marist.edu

2001-09-24 Thread Yury Us

When I had the same problem I used
echo "/usr/tivoli/tsm/client/ba/bin/bin1/dsmc sched -pass=XXX
>/tmp/dsmsched.log 2>&1" | at now

This worked ok but the "nohup" does not. I have no explanation why.

-Original Message-
From: Alex Paschal [mailto:[EMAIL PROTECTED]]
Sent: 21 ñåíòÿáðÿ 2001 ã. 17:05
To: [EMAIL PROTECTED]
Subject: Re: Problem with nohup dsmc sched &


Jorge,

You might try

nohup dsmc sched -pass=password /dev/null 2>&1 &

Sometimes nohup'd processes die if the stdin isn't redirected from
/dev/null.  I'm not really sure why, though.

Alex

-Original Message-
From: Jorge Rodriguez [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 12:26 PM
To: [EMAIL PROTECTED]
Subject: Problem with nohup dsmc sched &


Hi...

I have AIX 4.3.3, TSM ver 4.2, TDP for SAP 3.1, I need to run the TSM
scheduler daemon in the background, with the command nohup dsmc sched
-pass=password &. The scheduler begins its activities but the q ses shows
the Session Status=IdleW, and not do any more.
 The scheduler is type=command and the objects line has the following:

'su - root -c "/usr/tivoli/tsm/client/ba/bin/resp_brar_tsm", where
resp_brar_tsm is the script with the commands of TDP for SAP to backup the
Archive Redo Logs.

When I run the script manually it works, or when I run from the  command
line dsmc sched -pass=password it works too.

The problem is with the TSM scheduler daemon in background.

TIA

Jorge Rodrmguez
Caracas - Venezuela.

  _

Get your FREE download of MSN Explorer at http://explorer.msn.com




"WorldSecure " made the following
 annotations on 09/21/01 13:50:34

--

[INFO] -- Content Manager:
The information contained in this communication is confidential and intended
solely for the use of the individual to whom it is addressed and others
authorized to receive it.  If you are not the intended recipient, any
disclosure, copying, distribution or taking of any action in reliance on the
contents of this information is prohibited. If you have received this
communication in error, please immediately notify the sender by phone if
possible or via email message.


==



Re: Can't get EXCLUDE Right!

2001-10-01 Thread Yury Us

Well, to exclude directories you should use exclude.dir, but be careful with
that, it will exclude directory first and then check your include
statements. 

Check in your online help chapter named "Creating an Include-Exclude List".
You will find many interesting information there.  By the way instead of
three your excludes you may use just one
  exclude *:\Op2IR\...\*

Keep in mind, that TSM trying to backup for you some information by default,
and among this information is the information about directories. When you
exclude files you do not exclude directory that contain the files. That is
probably what you see. TSM exclude files but not directories.



-Original Message-
From: Karen Mikacenic [mailto:[EMAIL PROTECTED]]
Sent: 1 îêòÿáðÿ 2001 ã. 11:37
To: [EMAIL PROTECTED]
Subject: Can't get EXCLUDE Right!


Question 1)  When a new exclude statement is added to either an global or
client option files does it delete all previously backed up versions or just
start from the day the exclude was added?

I am trying to delete a directory and everything in it off all drives of a
server.  I  am using the two statements below.  I am deleting all the items
within the directories, but am still backing up the millions of empty
directories.  Below is what I have specified in the options file.  Can you
see what might be wrong with this?

exclude *:\Op2IR\*
exclude *:\Op2IR\...\*
exclude *:\Op2IR\...\*.*


Here is what is showing up in the log when doing the scheduled backup:

09/14/2001 02:11:21 Directory--> 0
\\imgsqlac\f$\Op2IR\Data\Opexpor2\20010913\1751854-722318-1713059 [Sent]
09/14/2001 02:11:21 Directory--> 0
\\imgsqlac\f$\Op2IR\Data\Opexpor2\20010913\1751854-736627-1708252 [Sent]
09/14/2001 02:11:21 Directory--> 0
\\imgsqlac\f$\Op2IR\Data\Opexpor2\20010913\1751854-736633-1708250 [Sent]
09/14/2001 02:11:21 Directory--> 0


Thanks

Karen Mikacenic
TSG
425 945 5137
425 562 5257 (fax)
[EMAIL PROTECTED]
Unigard Insurance
15805 NE 24th St.
Bellevue, WA  98008



how to redirect output from admin schedule command?

2001-11-08 Thread Yury Us

I am trying to redirect output from my script. It works ok from the command
line and doesnot from the administrative schedule. I simply cannot define
such a schedule.

this consruction works:
run MyScript 01:10 > /tmp/xx.out

this construction doesnot work:
def sch MySch t=a cmd="run MyScript 01:00 > /tmp/xx.out" per=1 peru=h dur=30
duru=m

TSM cannot recognise the syntaxsis.

Does anybody has a suggestion how to send the output from the script called
from administrative schedule to a file?

P.S1. The script is an SQL statement and if it is a way to redirect output
from SQL it will work too.
P.S2.  I am using AIX 4.3, TSM 4.2

Is there good complete manual for TSM SQL?



Archive does not work.

2001-12-03 Thread Yury Us

Did somebody ever had similar problem?
 Archive from AIX node is hanging up. For half an hour it sent only 1.5k
from 50Mb. We repeat the situation many times and the result is always the
same.
The act log shows the only sesion start message, and 'q ses' shows IdleW
constantly.
The Archive is the only TSM process running on the node.There are no problem
with performance neither on network nor AIX machines.

We run TSM4.1.4 version on AIX4.3. There are no new messages in either log
files server's or client's.

Yuriy Us



How to pass answer to dsmc question?

2002-01-03 Thread Yury Us

Hi all!
I have open registration on the server and at first login dsmc starts asking
the questions about password, login and contact information.

Does anybody knows how to pass answers on PC to that questions from script?

Thank you in advance,
Yuriy Us.



ANU2507E Runtime API version is outdated

2003-07-30 Thread Yury Us
Hi All,
The following is the errors I have got from the tdp for Oracle v2.2.1.

07/27/2003:20:00:04 PID<396> ==> API Run Time Header Level = 4.1.3
07/27/2003:20:00:04 PID<396> ==> API Compile Time Header Level = 4.2.1
07/27/2003 20:00:04 ANU2507E Runtime API version is outdated
07/27/2003:20:00:04 TID<396>  ==>  ANU2507E Runtime API version is outdated
07/27/2003:20:00:04 TID<396>  ==>  ANU0003S An internal processing error has
occurred

If somebody have had the similar situation please let me know how did you
manage it.

The environment description:

Windows NT server, Oracle 8.1.7, TDP for Oracle v2.2.1

It worked before but stopped because the registry got corrupted. I
uninstalled tdp and tsm clients, reboot the computer, installed the tdp only
and got those messages.

All my previous experiments a day before with reinstalling both tdp and tsm,
installing them in different order first tdp then tsm and vise versa always
gave me the same results.

May be somebody more experienced knows what is "API Run Time Header Level"
and where the runtime API is installed and the main things how to reinstall
it.

Thank you in advance,
Yuriy.


Re: IBM is not eating their own dog food

2003-08-29 Thread Yury Us
I agree with everybody. If you going to vote count me in. Definitely new
design of IBM web site is a step back.

Yuriy Us.
-Original Message-
From: Lawrence Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 2:28 PM
To: [EMAIL PROTECTED]
Subject: Re: IBM is not eating their own dog food


They should be driven by customer service, just that simple. And in this
context the customers are the support people trying to download updates.
That process should be as simple as possible; if they think  people want
to 'browse' ibm sites, they are goofey

>>> [EMAIL PROTECTED] 08/27/03 02:10PM >>>
I agree.
With the old Tivoli site I could find anything I needed in a few
minutes, no log ins, no dead links, no fuss, no mess, no junk.

I don't want to have to go through all the sales material to find what
I need.

I don't want to have to search through a hundred database entries to
find what client I need to load on a given platform and more hoops to
download the client I need.

And if you call them on the phone and tell them that you need
information they will tell you that it is on the website. If you try to
explain that you cant find it on the website, you are given a URL to
make comments about the site



>>> [EMAIL PROTECTED] 08/27/03 02:55AM >>>
Mark,

I really do not know how to interpret your comment. Does it mean we
shouldn't complain and must be happy with current IBM junk on the site
just because their major competitors are worse??? In our rapidly
changing
world, this may quickly approve a new leader coming from nowhere.

One TSM selling mantra is saying that NetBackup is still leading but
TSM
growth is better and TSM is eating NetBackup's market share. What if
IBM
becomes in that same situation - to lose market because they lost the
connection to the reality!! It will hit them where it really hurts -
the
big bucks. A TSM entusiast will make his way out of IBM site's jungle
but
an ordinary admin at a company will have no time to waste. Recently I
have
done what a *prospective* customer would do - check for TSM supported
devices without using password. It was a real nightmare - I've spent
half
hour digging to find a way through the links and hit about ten times
the
lock and login.

The site is having bad ergonomics, it is slow, overloaded, ugly,
stinks,
etc. I can find too many ways to express my frustration.
In short-term I can benefit from the situation, providing paid support
to
our customers for nearly everything. But in long-term the customers
will
rush away and both we and IBM will lose.

Zlatko Krastev
IT Consultant






"Stapleton, Mark" <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
27.08.2003 07:05
Please respond to "ADSM: Dist Stor Manager"


To: [EMAIL PROTECTED]
cc:
Subject:Re: IBM is not eating their own dog food


From: Jolliff, Dale [mailto:[EMAIL PROTECTED]
>Obviously not, they lost the $$$ types with the licensing
>shuffles and now the techie types with the abysmal support site.

LOL!

Have you ever been to the Veritas site? the Legato one? How about
ArcServe, or BrightStore?

--
Mark Stapleton ([EMAIL PROTECTED])
Berbee Information Networks
Office 262.521.5627


Multiple TSM servers on single machine.

2005-01-04 Thread Yury Us
Hi TSMers

Did somebody has any experience with running more then one TSM5.2
servers on the same AIX machine?
The problem I am having now it takes five days to run audit db. So I am
thinking of splitting server to two and this way split database which
now has 50G.
My concerning here is how stable it will be? 
Does the servers do not interfere to each other because of bugs or any
other reasons?
May be some of you have some other concerning? 

Please share your experience.

Sincerely Yuriy.


Re: Multiple TSM servers on single machine.

2005-01-04 Thread Yury Us
Well,
The reason I ran audit this time was some weird behavior of server.
Evidently I found a file space "disappeared". But if was visible only if
you query it with '*' in pattern. And you can't restore single file from
that filespace, but only whole filespace. 
I am pretty confident that it was ok couple month ago. So when I removed
that filespace from server all those files appeared as a part of root
filesystem. Now I can query them without "*". I was not sure how many
such defects I had and run audit. Half year ago when I did audit, it
took me 2.5 days, I ran it over weekends and it was acceptable, This
time it lasted for 5 days, so half week company did not have any backup,
oracle guys started screaming, because their backups eated almost all
available diskspace. So in future I don't expect it to work faster, or
having some kind of audit that you can run online, together with backup
and reclamation. Simply I am trying to be proactive.
Of cause here is always option to get better computer, but I don't
believe that all of you are running your backups on the best computers
in you company:)

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Mark D. Rodriguez
Sent: Tuesday, January 04, 2005 1:44 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Multiple TSM servers on single machine.

Yury,

Not a problem running multiple instances of ITSM server on a single
system.  I have worked on machines with 4 ITSM servers on a single AIX
system.

Now the real question is why are you doing an audit db?  This is not a
command that should be run casually.  You should only be running that
when you absolutely have to.  A 50 GB db although it is large it is not
unusual nor unmanageable.  You might want to give us some more of your
reasons for doing an audit db as well as why you want to split the ITSM
server.  With more information we can give you some better informed
answers.

--
Regards,
Mark D. Rodriguez
President MDR Consulting, Inc.


===
MDR Consulting
The very best in Technical Training and Consulting.
IBM Advanced Business Partner
SAIR Linux and GNU Authorized Center for Education IBM Certified
Advanced Technical Expert, CATE AIX Support and Performance Tuning,
RS6000 SP, TSM/ADSM and Linux Red Hat Certified Engineer, RHCE
========
===



Yury Us wrote:

>Hi TSMers
>
>Did somebody has any experience with running more then one TSM5.2 
>servers on the same AIX machine?
>The problem I am having now it takes five days to run audit db. So I am

>thinking of splitting server to two and this way split database which 
>now has 50G.
>My concerning here is how stable it will be?
>Does the servers do not interfere to each other because of bugs or any 
>other reasons?
>May be some of you have some other concerning?
>
>Please share your experience.
>
>Sincerely Yuriy.
>
>
>


Re: Backup - View data that was backed up

2005-01-05 Thread Yury Us
Use command Q OCC DBBO5. It will show you all filespaces and
storagepools from dbb05 node. 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Nancy L Backhaus
Sent: Wednesday, January 05, 2005 11:46 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Backup - View data that was backed up

Background

TSM - 5.2.3.5
AIX- 5.2 Mod 4

One of our client admins just recently installed sql backtrack obsi
module
on one of our windows server for testing (node name - dbb05).   The
backup
is working fine , but I do not know how to view/verify that the backups
are going to the new storage pools(example:  apidisk1) that I set up for
this .

Today, the admin performed a successful manual backup.  Now I want to
view
where that data was backed up to.  The filename:  \\dbb05\d$\runbook.
I
can query the contents in each of the storage pool volumes, but not
finding anything?




Nancy Backhaus
Enterprise Systems
[EMAIL PROTECTED]
Office: (716) 887-7979
Cell: (716)  609-2138

CONFIDENTIALITY NOTICE: This email message and any attachments are for
the sole use of the intended recipient(s) and may contain proprietary,
confidential, trade secret or privileged information.  Any unauthorized
review, use, disclosure or distribution is prohibited and may be a
violation of law.  If you are not the intended recipient or a person
responsible for delivering this message to an intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.


Upgradedb question

2005-01-06 Thread Yury Us
Hi everybody,
I am upgrading 5.1.8 server to 5.2.3.3 and got such errors.
Does anybody knows what they mean? Is it save for information in
database?

What actualy happening is I installed on second machine the same server
5.1.8 and restored database from last backup. Then I upgraded software
to version 5.2.3.3 and it required UPGRADEDB. The Idea is simply swap
disks in original server after all done.

So do you think I can put new server to the production?

ANR0959I Conversion of grouping table is 1 percent complete.
ANR0959I Conversion of grouping table is 2 percent complete.
ANR0959I Conversion of grouping table is 3 percent complete.
ANR0959I Conversion of grouping table is 4 percent complete.
ANR0959I Conversion of grouping table is 5 percent complete.
ANR0959I Conversion of grouping table is 10 percent complete.
ANR0959I Conversion of grouping table is 15 percent complete.
ANR0959I Conversion of grouping table is 20 percent complete.
ANR0959I Conversion of grouping table is 25 percent complete.
ANR0959I Conversion of grouping table is 30 percent complete.
ANR0959I Conversion of grouping table is 35 percent complete.
ANR0959I Conversion of grouping table is 40 percent complete.
ANR0959I Conversion of grouping table is 45 percent complete.
ANR0959I Conversion of grouping table is 50 percent complete.
ANR0959I Conversion of grouping table is 55 percent complete.
ANR0959I Conversion of grouping table is 60 percent complete.
ANRD sminit.c(656): ThreadId<20> SM Failed to Initialize - Time Out.
Callc
hain of previous message: 0x1001634C outDiagf <- 0x104077BC
smWaitForInitializ
ation <- 0x1058589C MmsLibraryPollingThread <- 0x10007AF0 StartThread <-
0xD00
4C6AC _pthread_body <-
ANRD mmsshr.c(658): ThreadId<20> Timed out waiting for session
manager ini
tialization.
Callchain of previous message: 0x1001634C outDiagf <- 0x105858BC
MmsLibraryPollingThread <- 0x10007AF0 StartThread <- 0xD004C6AC
_pthread_body
<-
ANR0959I Conversion of grouping table is 65 percent complete.
ANR0959I Conversion of grouping table is 70 percent complete.
ANR0959I Conversion of grouping table is 75 percent complete.
ANR0959I Conversion of grouping table is 85 percent complete.
ANR0959I Conversion of grouping table is 90 percent complete.
ANR0959I Conversion of grouping table is 95 percent complete.
ANR0959I Conversion of grouping table is 100 percent complete.


Re: Upgradedb question

2005-01-06 Thread Yury Us
A doubt it. This is a different computer and I don't have any client set
up to work with this NEW HOSTNAME. All clients are currently working
with other "original" TSM server.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Sims
Sent: Thursday, January 06, 2005 11:17 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: Upgradedb question

On Jan 6, 2005, at 10:22 AM, Yury Us wrote:

> ANRD sminit.c(656): ThreadId<20> SM Failed to Initialize - Time 
> Out.

Yury -
It's conceivable that this message is spurious, resulting from a client
connection attempt while dsmserv was doing conversion work and thus not
in a position to accept sessions. If you're invoking it in foreground,
console mode, then setting server option COMMmethod NONE should prevent
accesses; or change TCPPort to an unusual value during the conversion.
You may want to pass this by TSM Support, to be certain.

   Richard Sims


Very slow backup

2005-01-20 Thread Yury Us
Hi everybody,
Recently I have upgraded AIX TSM server to TSM5.2.3.3 and here is a
problem.
AIX clients work very slow. I have mixture of 5.1.5 and 5.2.0 clients.
Windows clients worked fine and fast though. I tried switch off
compression - did not help, next I let it use up to 8 sessions
simultaneously - the same result. Neither server nor clients have any
performance problem.

Any comments would be kindly appreciated.

With best regards,
Yuriy Us


Complete disaster

2005-04-26 Thread Yury Us
Hi everybody,
I have  TSM5.2 server on AIX5.2 and 5.2 client on Windows2003,
filesystem ntfs.

After server died I am able to restore files and directories, but not
permission.
This is a disaster. It was a huge server and a lot of directories had
special permissions.

Can somebody explain me or give a link on how to make backup from
windows server properly. Is there a way to retrieve permissions to the
folders and files now?  


DSM server 5.1.0.7 hangs during night backup.

2003-10-28 Thread Yury Us
Hi all,
I have very unpleasant situation with my DSM server. It hangs 1 or 2 times a
week during the night backup. Every single client (I have 500 nodes) hangs
too. So After rebooting the server all client nodes have to be restarted.

We fixed all suspicious hardware problems, installed latest AIX4.3.3 patches
and DSM server patch, all installations did not help. I ran auditdb during
this weekends. It found a few discrepancies and fixed them. But last night
server hangs again.

There is no any suspicious messages or errors in the actlog. On some clients
in dsmerror file I see the following error:
10/27/03   22:26:48 ANS1005E TCP/IP read error on socket = 7, errno = 73,
reason : 'A connection with a remote socket was reset by that socket.'.

But most nodes don't have even that.

My environment is as follows:
AIX 4.3.3
DSM Server 5.1.0.3
Nodes mixture of versions from 4.2 to 5.2 versions.

Have you ever had or heard of such a problem and what would you recommend to
do next?

With respect,
Yuriy Us.


Re: Wrong end of tape error

2004-02-18 Thread Yury Us
I have the same problem. But I had Reclamation Threshold 100%. So even thought the 
most tapes shows utilization 25 - 30 % the tapes are full. I think that is a reason. 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 18, 2004 7:48 AM
To: [EMAIL PROTECTED]
Subject: Re: Wrong end of tape error


...
>02/18/04 03:15:32  ANR8341I End-of-volume reached for LTO volume CART01.
>02/18/04 03:15:35  ANR1025W Migration process 32 terminated for storage pool
BACKUPPOOL - insufficient space in subordinate storage pool.
...
>Can anyone understand why a 29.4 percent utilization volume will create
>the errors above?
...

Andreas - You may have a combination of problems...

If the tape drive is reporting EOV and you see that the volume is far from full,
I would look into the firmware level being used on your drives.  We've seen too
many LTO firmware problems recently, and this may be another.

Your Query Volume output shows "Scratch Volume?: No" which suggests that you may
not be supplying a scratch tape pool for that stgpool: see if the stgpool needs
more empty, candidate volumes assigned to it, or implement a scratch pool.
In concert, I would also check whether your collocation setting for that migration
stgpool is requiring a separate tape for further migration to occur.

Richard Sims,  http://people.bu.edu/rbs


Backup omits the disk storage pool.

2004-03-11 Thread Yury Us
Hi everybody,
I have "Storage Management Server for AIX-RS/6000 - Version 5, Release 1, Level 8.0"
Right after I upgraded to this version strange things started happening to the server.
Before I had disk buffer 8Gb and all backups were good. All backup usually completed 
before 6 or 7 am.
Now I have plenty backups completed around noon and even later. If I do "q se f=d" I 
see a loot of sessions waiting a mount point. Looks like it happening right when 
migration is triggered first time in the night. So I increased the disk pool  up to 
24Gb ( that is all I have now) and now it looks like follows:
WRKDISK  DISK  24,610.0   26.4   26.0705  WRKPOOL

The strange thing here is when migration starts it never ends. The same volumes is 
requested by nodes and is used for both migration and backup, means backup goes 
through migration process. Look what gives me "q pr" command:

   1,812 MigrationDisk Storage Pool WRKDISK, Moved Files: 96162,
   Moved Bytes: 22,031,622,144, Unreadable Files:
   0, Unreadable Bytes: 0. Current Physical File
   (bytes): 87,867,392
Current output volume:
   787ABP.

   1,813 MigrationDisk Storage Pool WRKDISK, Moved Files: 104037,
   Moved Bytes: 23,340,695,552, Unreadable Files:
   0, Unreadable Bytes: 0. Current Physical File
   (bytes): 12,288
Waiting for mount of output
   volume 798ABP (95 seconds).

   1,814 MigrationDisk Storage Pool WRKDISK, Moved Files: 91987,
   Moved Bytes: 22,099,623,936, Unreadable Files:
   0, Unreadable Bytes: 0. Current Physical File
   (bytes): 2,351,595,520
Current output volume:
   799ABP.

   1,815 MigrationDisk Storage Pool WRKDISK, Moved Files: 109809,
   Moved Bytes: 21,499,760,640, Unreadable Files:
   0, Unreadable Bytes: 0. Current Physical File
   (bytes): 12,288
Waiting for mount of output
   volume 880ABP (35 seconds).

---

Pay attention to the "Moved Bytes". It is 22G on every drive. Maximum backup size may 
not exceed 1g per PC and usually 200-300 Mb. But I have about 500 PCs.


Am I the only one who has this problem?
 If you know how to fix it please share your experience.
I want nodes do not reserve the tapes but keep backup going to diskpool and let 
migration move the data to the tapes.

Yuriy Us.


need solutions for offsite storage.

2004-04-07 Thread Yury Us
Hi everybody,
I hope if somebody can share with me the experience how do you keep offsite tapes.
As for today I have about 140 tapes offsite from copy pools. And the number keeps 
growing.
Currently I have 3 cartoon boxes, but they are full already. The worst part I have to 
keep those tapes in the boss office safe and to replace them I have to carry those 
have boxes to the other room.
How do you handle your offsite pool?

Thank you in advance,
Yuriy Us.


Virtual nodes. UNIX/Windows

2004-04-23 Thread Yury Us
Hi everybody,
I am trying to write a little script to prepare daily report about ORACLE backups. We 
are using TDP for ORACLE.

The idea is very simple. For every TDP node I do first "dsmc q f -virtualnode=XXX 
-passw=YYY"
The next thing is "dsmc q b  -virtualnode=XXX -passw=YYY"
And here is a problem. dsmc version of 5.2  for windows works ok for windows nodes, 
but not for UNIX nodes and vise versa.
Does anybody have an idea how to fix it?

May be  there is another solution. I am trying to figure out what files belongs to the 
filespace on the node. I need to see their dates and sizes. Recently I figure out that 
I have a lot of garbage in TSM that our ORACLE group losted track. So I am trying to 
make a daily report and send them to check what do I have in TSM in fact.

Environment: Server 5.1.8, AIX4.3.3. TDP 2.1.2, dsmc mixture of versions 5.1.5 and  
5.2 on windows and AIX5.2

Yuriy Us.


Re: ANR1163W. Bug?!

2004-05-04 Thread Yury Us
-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
Sent: Monday, May 03, 2004 6:02 PM
To: [EMAIL PROTECTED]
Subject: Re: ANR1163W. Bug?!


On Tuesday, May 4, 2004, at 06:58 Australia/Sydney, Yury Us wrote:

> Hi ALL,
> I have found bunch strange messages recently in my act log "ANR1163W
> Offsite
> volume 758ABP still contains files which could not be moved.".

Try a "q cont 758ABP"; I'm guessing it'll come back with "volume
contains
no files", or some such message.

For these, I usually get the tape back onsite, and run an "audit vol"
over them. If that does nothing, I do a "move data", then move them back
to scratch.

Never looked into the real cause.

Cheers,
--
Paul Ripke
Unix/OpenVMS/TSM/DBA
I love deadlines. I like the whooshing sound they make as they fly by.
-- Douglas Adams


Re: ANR1163W. Bug?!

2004-05-04 Thread Yury Us
Actually q cont gives me a bunch of files from different nodes. I checked few 
filesystems, they have been removed a while ago.
I assuming that all files like that, but it would be more reliable to be sure about it.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]
Sent: Monday, May 03, 2004 6:02 PM
To: [EMAIL PROTECTED]
Subject: Re: ANR1163W. Bug?!


On Tuesday, May 4, 2004, at 06:58 Australia/Sydney, Yury Us wrote:

> Hi ALL,
> I have found bunch strange messages recently in my act log "ANR1163W
> Offsite
> volume 758ABP still contains files which could not be moved.".

Try a "q cont 758ABP"; I'm guessing it'll come back with "volume
contains
no files", or some such message.

For these, I usually get the tape back onsite, and run an "audit vol"
over them. If that does nothing, I do a "move data", then move them back
to scratch.

Never looked into the real cause.

Cheers,
--
Paul Ripke
Unix/OpenVMS/TSM/DBA
I love deadlines. I like the whooshing sound they make as they fly by.
-- Douglas Adams


ANR1163W. Bug?!

2004-05-03 Thread Yury Us
Hi ALL,
I have found bunch strange messages recently in my act log "ANR1163W Offsite
volume 758ABP still contains files which could not be moved.".
When I did
  restore stg  copy= preview=yes
it completed successfully after few seconds. No volumes requested to
restoring, like primary pool is consistent with copy pool.
I searched ADSM.ORG and found that in previous discussions about this
message were proposed variants to remove or audit offsite volumes or even
remove whole storage pool. I did not tried it yet, but before do that can
somebody tell me how to make sure that my primary pool is okay.

What is that, bug? May be somebody heard something about fixes?

I have AIX 4.3.3, adsm server 5.1.8. Clients are mixture of AIX,HP,Windows
on versions 5.1.5 and 5.2. The problem appeared during reclamation of
offsite storage.

Audit db usually takes 3+ days to complete with complete shutdown of all
backups. So should be really bad reason to stop the backup process.

Thank you in advance for any comments and ideas.

Yuriy.


Re: Old backups do not expire ???

2004-07-23 Thread Yury Us
I think I had that problem too. I am not remember exactly what I have
done there, but as far as I remember the policy was removed exidently
and files never expired. So I recreated policy with the same name and
let those files expire. 

Sorry I can not give more clear answer, but nobody else responding to
you either. Hope it gives you some direction.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Paul Van De Vijver
Sent: Thursday, July 08, 2004 11:15 AM
To: [EMAIL PROTECTED]
Subject: Old backups do not expire ???

Hi,

Can anyone help me with next problem.

By coincidence I saw we have a lot of old file backups hanging around
which should have been expired a long time ago

For example we still have inactive file backups from October 2002 and
the corresponding Mgmt class is defined as follows :

Versions data exists = 5
Versions data deleted = 3
Retain extra versions = 90
Retain only version = 360

The original files were deleted on disk somewhere end of 2002.
I would expect that those backups should have been deleted after 360
days  end 2003 

The client (Windows NT) is still at level 4.2.1.30 TSM Server (running
on Z/OS) is at level 5.1.80

We are running expiration process on a daily base

TIA

Paul

Van de Vijver Paul
Honda Europe NV
Belgium








The information contained in this communication is confidential and may
be legally privileged. It is intended solely for the use of the
individual or the entity to whom it is addressed and others authorised
to receive it. If you have received it by mistake, please let the sender
know by e-mail reply and delete it from your system.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance of
the contents of this information is strictly prohibited and may be
unlawful.
Honda Europe NV is neither liable for the proper and complete
transmission of the information contained in this communication nor for
any delay in its receipt.


MAX size for disk volume

2004-08-05 Thread Yury Us
Hi everybody.
I searched over ADSM.ORG and find out that there is no limitation for
volume size. But may be somebody can explain to me what am I doing
wrong?

The message I have got is :
# ./dsmfmt -g -data /vol1/vol1.dsm 120

File size for /vol1/vol1.dsm must be less than 68,589,453,312 bytes

I have on that filesystem 136Gb free space.

The computer is F50, AIX5.2 ADSMserver 5.2.0. No clients yet.

I created filesystem as follows:
  File system name/vol1
  NEW mount point[/vol1]
  SIZE of file system
  Unit Size   512bytes
+
* Number of units[286261248]
#
  Mount GROUP[]
  Mount AUTOMATICALLY at system restart?  yes
+
  PERMISSIONS read/write
+
  Mount OPTIONS  []
+
  Start Disk Accounting?  no
+
  Fragment Size (bytes)   4096
  Number of bytes per inode   131072
  Compression algorithm   no
  Large File Enabled  true
  Allocation Group Size (MBytes)  64


Any idea would be greatly appreciated.

Yuriy Us.


Re: MAX size for disk volume

2004-08-06 Thread Yury Us
Well,
I recreated JFS2 with parameters:
[Entry Fields]
  File system name/vol1
  NEW mount point[/vol1]
  SIZE of file system
  Unit Size   512bytes
* Number of units[286261248]
  Mount GROUP[]
  Mount AUTOMATICALLY at system restart?  yes
  PERMISSIONS read/write
  Mount OPTIONS  []
  Start Disk Accounting?  no
  Block Size (bytes)  4096
  Inline Log? no
  Inline Log size (MBytes)   [0]

Even copied 80Gb large single file to that file system. But when I
repeat the command:
 ./dsmfmt -g -data /vol1/vol1.dsm 120
I have got the same message:
File size for /vol1/vol1.dsm must be less than 68,589,453,312 bytes

Any other ideas?

Thank you in advance,
Yuriy Us.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
David Smith
Sent: Friday, August 06, 2004 2:39 AM
To: [EMAIL PROTECTED]
Subject: Re: MAX size for disk volume

Yuri,

AIX JFS1 filesystems have a maximum file size limit of 64G. The
filesystem output you've given looks JFS1 so I'll assume that /vol1 is
JFS1.  If you recreate the filesystem as JFS2 you should have better
luck.

Regards,

Dave Smith
Business Services and Resources

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Yury Us
Sent: Friday, August 06, 2004 5:36 AM
To: [EMAIL PROTECTED]
Subject: MAX size for disk volume


Hi everybody.
I searched over ADSM.ORG and find out that there is no limitation for
volume size. But may be somebody can explain to me what am I doing
wrong?

The message I have got is :
# ./dsmfmt -g -data /vol1/vol1.dsm 120

File size for /vol1/vol1.dsm must be less than 68,589,453,312 bytes

I have on that filesystem 136Gb free space.

The computer is F50, AIX5.2 ADSMserver 5.2.0. No clients yet.

I created filesystem as follows:
  File system name/vol1
  NEW mount point[/vol1]
  SIZE of file system
  Unit Size   512bytes
+
* Number of units[286261248]
#
  Mount GROUP[]
  Mount AUTOMATICALLY at system restart?  yes
+
  PERMISSIONS read/write
+
  Mount OPTIONS  []
+
  Start Disk Accounting?  no
+
  Fragment Size (bytes)   4096
  Number of bytes per inode   131072
  Compression algorithm   no
  Large File Enabled  true
  Allocation Group Size (MBytes)  64


Any idea would be greatly appreciated.

Yuriy Us.


Re: MAX size for disk volume

2004-08-06 Thread Yury Us
I recreated filesystem as JFS2 and dfmfmt still show me that message but
"define volume" from dsmadmc worked properly (oops). There is some
difference between them, but it worked eventually for me. Hope my
experience helps the other.

Yuriy.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
David Smith
Sent: Friday, August 06, 2004 2:39 AM
To: [EMAIL PROTECTED]
Subject: Re: MAX size for disk volume

Yuri,

AIX JFS1 filesystems have a maximum file size limit of 64G. The
filesystem output you've given looks JFS1 so I'll assume that /vol1 is
JFS1.  If you recreate the filesystem as JFS2 you should have better
luck.

Regards,

Dave Smith
Business Services and Resources

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] Behalf Of
Yury Us
Sent: Friday, August 06, 2004 5:36 AM
To: [EMAIL PROTECTED]
Subject: MAX size for disk volume


Hi everybody.
I searched over ADSM.ORG and find out that there is no limitation for
volume size. But may be somebody can explain to me what am I doing
wrong?

The message I have got is :
# ./dsmfmt -g -data /vol1/vol1.dsm 120

File size for /vol1/vol1.dsm must be less than 68,589,453,312 bytes

I have on that filesystem 136Gb free space.

The computer is F50, AIX5.2 ADSMserver 5.2.0. No clients yet.

I created filesystem as follows:
  File system name/vol1
  NEW mount point[/vol1]
  SIZE of file system
  Unit Size   512bytes
+
* Number of units[286261248]
#
  Mount GROUP[]
  Mount AUTOMATICALLY at system restart?  yes
+
  PERMISSIONS read/write
+
  Mount OPTIONS  []
+
  Start Disk Accounting?  no
+
  Fragment Size (bytes)   4096
  Number of bytes per inode   131072
  Compression algorithm   no
  Large File Enabled  true
  Allocation Group Size (MBytes)  64


Any idea would be greatly appreciated.

Yuriy Us.


Audit hangs.

2004-08-19 Thread Yury Us
Hi everybody,
I am facing a weird AUDIT command behavior.

I run TSM 5.1.8 server on AIX4.3 and have two ultrium libraries 3583 and
3584 connected to the machine. Everything was good until suddenly 3583
library failed. Only reboot of aix plus switching power off for that
library helped. Now library works, but I moved manually few tapes from
drives to slots and now experiencing problem.

I tried call AUDIT LIBRARY with checking barcode and read labels. I left
it for a night. The result is the same - it hangs. A few weeks ago I ran
the audit and it worked ok. The worst part is when audit hands, other
processes related to that library hang too.

Have somebody ever experienced such behavior? Is there a way to get
additional information about what is wrong?

Thank you in advance.

Yuriy Us.


Re: Audit hangs.

2004-08-19 Thread Yury Us
Yes, that was the case. I killed all processes and dismount all tapes.
Only after that it started to work. But I remember that in previous
versions audit gave a message to remove tapes from the drives.

Thank you for you help. 

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
David E Ehresman
Sent: Thursday, August 19, 2004 3:31 PM
To: [EMAIL PROTECTED]
Subject: Re: Audit hangs.

You can not run audit lib while any other process or session is using
tapes.  Might that be your problem?

>>> [EMAIL PROTECTED] 8/19/2004 2:04:08 PM >>>
Hi everybody,
I am facing a weird AUDIT command behavior.

I run TSM 5.1.8 server on AIX4.3 and have two ultrium libraries 3583 and
3584 connected to the machine. Everything was good until suddenly 3583
library failed. Only reboot of aix plus switching power off for that
library helped. Now library works, but I moved manually few tapes from
drives to slots and now experiencing problem.

I tried call AUDIT LIBRARY with checking barcode and read labels. I left
it for a night. The result is the same - it hangs. A few weeks ago I ran
the audit and it worked ok. The worst part is when audit hands, other
processes related to that library hang too.

Have somebody ever experienced such behavior? Is there a way to get
additional information about what is wrong?

Thank you in advance.

Yuriy Us.