- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need help on Maestro Application
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2008 11:24 PM
тАО04-29-2008 11:24 PM
We have Maestro Software installed on Server-A, clients on Server-B,C...
Till yesterday everything is good. Today we got terrific problem on client machine.
In Client machine im able to start the service, but it's not communicating with Server-A.
But im able to ping from client system to server, and server to client. No changes in software, etc..
Regards,
Viswa.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2008 05:01 AM
тАО04-30-2008 05:01 AM
Solution- operating systems of master (server A) and clients
- status of clients in admin console (specifically 'Jobman Running' and 'Link Status' columns)
- versions of software on master and clients (if known)
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2008 08:24 PM
тАО05-01-2008 08:24 PM
Re: Need help on Maestro Application
Sorry for delay.
We are using IBM Tivoli. Wehni run following, then i got following info.
# /sbin/init.d/maestro start
MAESTRO for UNIX (HPUX)/CONMAN 6.1 (6.8) (C) Tivoli Systems Inc. 1998
Installed for group 'DEFAULT'.
Schedule (Def) 04/29/08 (#4523) on CLIENT-A. Batchman down. Limit: 20, Fence: 0
start
MAESTRO for UNIX/STARTUP 6.1 (C) Unison Software Inc. 1997
TIVOLI UNIX (HPUX)/NETMAN 6.1 (6.3) (C) Tivoli Systems Inc. 1998
Program patch revision: 6.3
Netman installed under group 'DEFAULT'. [12100.57]
A start command was issued for CLIENT-A. [2202.507]
link SERVER-A;noask
Command forwarded to batchman for SERVER-A
#
If i see the status from GUI for other clients as " LINKED". For one client i donot see anything status as "LINKED" or " UNLINKED". It's blank status.
When i start from GUI, then i got error msg as follows.
CLIENT-A has not been initialixed [2202.21].
May i know the about the " [2202.21] " ?
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 01:59 AM
тАО05-02-2008 01:59 AM
Re: Need help on Maestro Application
do you share the mozart database through NFS ? In this case the problem could be related to STREAMS DEVICE and NFS lock.
Please start the command conman, may be the command will not show the prompt.
Check the process with glance, may be you will see stop reason for STRMS.
In this case you can try to clear the NFS lock between client and server.
1. kill all maestro processes (netman,conman,mailman, batchman and writer)
2. with clear_locks clear all NFS lock between client and server
/usr/sbin/clear_locks -s YOUR_SERVER_NAME
3. from maestro client user
StartUP
conman start
If conman command works go to step 4
4. from maestro client server
conman
link YOUR_CLIENT_CPU
May be it will take a long time, the server have to deploy the Symphony.
In case step 3 doesn't work try to start maestro as root.
Good luck
Gianni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 02:36 AM
тАО05-02-2008 02:36 AM
Re: Need help on Maestro Application
When do from Server machine
# su - maestro
opt/maestro>StartUp
opt/maestro>conman
conman> start dscprhp1
Error: CLINET-A has not been initialized yet. [2202.21]
Same error msg i got from GUI.
Any guidence.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 04:07 AM
тАО05-02-2008 04:07 AM
Re: Need help on Maestro Application
Please run this commands from client side :
./StartUp
conman> start
If the commands work you can link the client from the server, otherwise follows the procedure explained in my previous post.
Gianni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2008 07:50 AM
тАО05-02-2008 07:50 AM
Re: Need help on Maestro Application
If the link doesn't work however there could be corruption in the client's job and/or message files. There is a fix but it will wipe out the status of current and scheduled jobs on the client. WARNING: You won't be able to see which jobs finished and everything pending for CLIENT-A will be gone.
1) Stop or kill all maestro processes on the client.
2) Clear some files on CLIENT-A ONLY (assuming default path).
mv /opt/maestro/Sinfonia /opt/maestro/Sinfonia.bak
mv /opt/maestro/Symphony /opt/maestro/Symphony.bak
mv /opt/maestro/Jobtable /opt/maestro/Jobtable.bak
mv /opt/maestro/pobox/tomaster.msg /opt/maestro/pobox/tomaster.msg.bak
3) Clear the message file on the server but just for CLIENT-A.
mv /opt/maestro/pobox/CLIENT-A.msg /opt/maestro/pobox/CLIENT-A.msg.bak
4) Run this on CLIENT-A.
su - maestro
./StartUp
5) Run this on SERVER-A.
conman link CLIENT-A
It will push the current schedule from the server to the client and establish the link between them. Keep in mind the client may run jobs unexpectedly if their start times have already occurred.
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2008 07:10 AM
тАО05-05-2008 07:10 AM
Re: Need help on Maestro Application
I did according to ur information. I hope more than 90% i got resolved. But, when i see the clients status from server as follows.
Client-A LT W
Clinet-B LTI JW
Client-C LTI JW
But the correct status is " LTI JW".
When i do from CLI
# ps -ef|grep maestro( then i donot see jobman, and batchman ).
Other clients i able to see "jobman, batchman, mailman, netman, writer" deamons.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2008 07:28 AM
тАО05-05-2008 07:28 AM
Re: Need help on Maestro Application
conman start CLIENT-A
conman link CLIENT-A
or wait for the next schedule change when the jnextday job runs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2008 07:36 AM
тАО05-05-2008 07:36 AM
Re: Need help on Maestro Application
I did it according to it. Im waiting for next schedule conformation from DBA team.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2008 09:45 AM
тАО05-05-2008 09:45 AM
Re: Need help on Maestro Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2008 10:01 AM
тАО05-05-2008 10:01 AM
Re: Need help on Maestro Application
I tried to stop, and start from client, but i got same status.
I asked my DBA team to look into jobs.
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2008 08:17 AM
тАО05-06-2008 08:17 AM
Re: Need help on Maestro Application
Problem was resolved. The main problem was problem with the /opt/maestro/bin/jobman owner permission, and /opt/maestro/Mailbox.msg file size.
# chown root jobman
# /opt/maestro/bin/evtsize /opt/maestro/Mailbox.msg 50000000
# /sbin/init.d/maestro stop
# /sbin/init.d/maestro start
Now i see 5 daemons are up " writer, jobman, netman, mailman, batcman".
Regards,
Viswa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-06-2008 08:34 AM
тАО05-06-2008 08:34 AM