Re: q occ on multiple nodes

2007-04-07 Thread Pahari, Dinesh P
Thank you.  


Dinesh Pahari

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Richard Sims
Sent: Saturday, 7 April 2007 12:43 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] q occ on multiple nodes

On Apr 6, 2007, at 9:02 PM, Pahari, Dinesh P wrote:

 Hi,

 I am trying to start the tsm scheduler in Unix client as root user, 
 but I am getting folloing issues.

 Please advise where have I gone wrong.


 $ sudo /etc/init.d/dmcsched start
 sudo: /etc/init.d/dmcsched: command not found $

Well, you seem to be asking about something which is unique to your
site...
First, see if that executable exists.  (That spelling is odd: maybe
dsmcsched?)
And, of course, the file needs r-x permissions on it.
Then you want it defined in your sudo control file.
Further, the #!... at the top of the file needs to name an existing
interpreter.

Check out:
http://www.oucs.ox.ac.uk/hfs/schedbkup/unix/421/
for something comparable to what you're doing.

Richard Sims


Re: q occ on multiple nodes

2007-04-06 Thread Charles A Hart
Use Wild Cards q occ aps*

Or if you have a spcific list use the TSM ODBC driver via MS Excel to the
Occupancy Table then you can apply filters in excel etc


Charles Hart
UHT - Data Protection
(763)744-2263
Sharepoint:
http://unitedteams.uhc.com/uht/EnterpriseStorage/DataProtection/default.aspx




Avy Wong [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
04/06/2007 11:24 AM
Please respond to
ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU


To
ADSM-L@VM.MARIST.EDU
cc

Subject
[ADSM-L] q occ on multiple nodes






Hello,
  How do you do 'q occ' on multiple nodes? I tried to put a comma
after
each node but I get the following error. I tried a space between the nodes
but it does not work. Thank you for your help.


tsm: TSMQ occ 23GPD40,4H63D31
ANR2034E QUERY OCCUPANCY: No match found using this criteria.
ANS8001I Return code 11.

Avy Wong
Business Continuity Administrator
Mohegan Sun
1 Mohegan Sun Blvd
Uncasville, CT 06382
(860) 862-8164
cell (860) 961-6976


**
The information contained in this message may be privileged and
confidential and
protected from disclosure. If the reader of this message is not the
intended recipient, or
an employee or agent responsible for delivering this message to the
intended recipient,
you are hereby notified that any dissemination, distribution, or copy of
this
communication is strictly prohibited. If you have received this
communication in error,
please notify us immediately by replying to the message and deleting it
from your
computer.
**



This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity to
which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.


Re: q occ on multiple nodes

2007-04-06 Thread Richard Sims

On Apr 6, 2007, at 12:24 PM, Avy Wong wrote:


Hello,
  How do you do 'q occ' on multiple nodes? ...


You don't, per the syntax of the documented command.

But, then, IBM provides Select so we can form our own commands, like:

 select * from occupancy where node_name in ('23GPD40','4H63D31')

Richard Sims


Re: q occ on multiple nodes

2007-04-06 Thread Pahari, Dinesh P
Hi, 

I am trying to start the tsm scheduler in Unix client as root user, but
I am getting folloing issues. 

Please advise where have I gone wrong.


$ sudo /etc/init.d/dmcsched start
sudo: /etc/init.d/dmcsched: command not found
$

Thanks in advance.

Dinesh Pahari


-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Charles A Hart
Sent: Saturday, 7 April 2007 3:38 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] q occ on multiple nodes

Use Wild Cards q occ aps*

Or if you have a spcific list use the TSM ODBC driver via MS Excel to
the Occupancy Table then you can apply filters in excel etc


Charles Hart
UHT - Data Protection
(763)744-2263
Sharepoint:
http://unitedteams.uhc.com/uht/EnterpriseStorage/DataProtection/default.
aspx




Avy Wong [EMAIL PROTECTED]
Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU
04/06/2007 11:24 AM
Please respond to
ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU


To
ADSM-L@VM.MARIST.EDU
cc

Subject
[ADSM-L] q occ on multiple nodes






Hello,
  How do you do 'q occ' on multiple nodes? I tried to put a comma
after each node but I get the following error. I tried a space between
the nodes but it does not work. Thank you for your help.


tsm: TSMQ occ 23GPD40,4H63D31
ANR2034E QUERY OCCUPANCY: No match found using this criteria.
ANS8001I Return code 11.

Avy Wong
Business Continuity Administrator
Mohegan Sun
1 Mohegan Sun Blvd
Uncasville, CT 06382
(860) 862-8164
cell (860) 961-6976



**
The information contained in this message may be privileged and
confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient, you
are hereby notified that any dissemination, distribution, or copy of
this communication is strictly prohibited. If you have received this
communication in error, please notify us immediately by replying to the
message and deleting it from your computer.

**



This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity to
which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.


Re: q occ on multiple nodes

2007-04-06 Thread Richard Sims

On Apr 6, 2007, at 9:02 PM, Pahari, Dinesh P wrote:


Hi,

I am trying to start the tsm scheduler in Unix client as root user,
but
I am getting folloing issues.

Please advise where have I gone wrong.


$ sudo /etc/init.d/dmcsched start
sudo: /etc/init.d/dmcsched: command not found
$


Well, you seem to be asking about something which is unique to your
site...
First, see if that executable exists.  (That spelling is odd: maybe
dsmcsched?)
And, of course, the file needs r-x permissions on it.
Then you want it defined in your sudo control file.
Further, the #!... at the top of the file needs to name an existing
interpreter.

Check out:
http://www.oucs.ox.ac.uk/hfs/schedbkup/unix/421/
for something comparable to what you're doing.

   Richard Sims