Sponsored Content
Special Forums UNIX and Linux Applications Autosys remote agent installation issue Post 302553851 by hidnana on Friday 9th of September 2011 03:00:57 AM
Old 09-09-2011
Autosys remote agent installation issue

We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys.

But the issue is there is already a Jobtrac scheduler present in this server, and the support team who do Autosys installation say that these 2
schedulers cannot exist in the same server.

It would really help to know if these 2 schedulers can exist in the same Unix server and anything specific need to be done to achieve the same.

Moderator's Comments:
Mod Comment Cross Post. Closed.
 

10 More Discussions You Might Find Interesting

1. AIX

VIO server support and agent installation

Hi All, I have the following 2 questions: I can't seem to find which versions of VIOserver are supported by IBM. and if there are rule for installation of tooling (e.g. monitoring agents) on a VIOserver. thanx in advance >Raba (3 Replies)
Discussion started by: raba
3 Replies

2. UNIX for Advanced & Expert Users

installation entirely remote - Solaris

moved to Solaris... https://www.unix.com/sun-solaris/84558-installation-entirely-remote-solaris.html (0 Replies)
Discussion started by: vbe
0 Replies

3. UNIX for Advanced & Expert Users

Autosys Issue

Hi Guys.. This is Mahesh.. Actually I have to work with autosys... Can anyone tell me how to start Autosys in the command prompt of Linux(fedora 8)? And from where can i download autosys software (2 Replies)
Discussion started by: mraghunandanan
2 Replies

4. UNIX for Advanced & Expert Users

Issue while killing the process using autosys job

Hi, I have one autosys job that will retrieve the proccess id's and will kill those processess as follows, pid=`/usr/ucb/ps -auwwxx | grep MAIN |nawk '{print $2}'` kill -9 pid but after executing this particular job, its status is showing as TE(terminated) and the kill process is... (3 Replies)
Discussion started by: Kattoor
3 Replies

5. AIX

Autosys remote agent installation issue

We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys. But the issue is there is already a Jobtrac scheduler present in this server, and the support team who do Autosys installation say that these 2 schedulers cannot exist in the same server.... (0 Replies)
Discussion started by: hidnana
0 Replies

6. UNIX for Advanced & Expert Users

Autosys remote agent installation issue

We require Autosys remote agent to be installed in Unix (AIX) server to invoke a Unix script from Autosys. But the issue is there is already a Jobtrac scheduler present in this server, and the support team who do Autosys installation say that these 2 schedulers cannot exist in the same server.... (0 Replies)
Discussion started by: hidnana
0 Replies

7. Infrastructure Monitoring

Agent Installation Issue on Ops Center

Hi guys . While installing the agent on an asset Solaris system: root@system: /var/tmp/OC $ /opt/SUNWxvmoc/bin/agentadm configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 agentadm: Version 12.1.2.2161 launched with args: configure -u root -p /var/tmp/OC/mypasswd -x 172.21.16.65 Validating... (3 Replies)
Discussion started by: Junaid Subhani
3 Replies

8. Shell Programming and Scripting

Autosys job scheduling issue,

Hi Friends, There is an Autosys scheduled job that runs on the second day of the month, and it is using the Business day calendar. So when the month starts on a weekend or there is a holiday at the beginning of the month the second business day and second day of the month obviously do not... (1 Reply)
Discussion started by: Aditya_001
1 Replies

9. Red Hat

Issue with Isilon and Autosys

We are testing NFS Isilon mounts with autosys jobs. We continue to receive an autosys profile not found error. We have confirmed the profile file exists and can be referenced by the ID being used. Autosys remote agent process is able to recognized and see the command section (command to be... (2 Replies)
Discussion started by: John Gillis
2 Replies

10. Red Hat

Autosys 4.5 installation

Hi Folks, we are trying to install autosys4.5 on RHEL 7 Environment (Support to autosys 4.5 is stopped around 2014) but we are installing with extended approval. need help on installing the application on the new enviornment from solaris. could someone please help or share me the installation... (0 Replies)
Discussion started by: somarbc
0 Replies
PMDAVMWARE(1)						       Performance Co-Pilot						     PMDAVMWARE(1)

NAME
pmdavmware - VMware performance metrics domain agent (PMDA) DESCRIPTION
pmdavmware is a Performance Metrics Domain Agent (PMDA) which exports metric values from a (possibly remote) VMware virtualisation host. This implementation uses the VMare Perl API (refer to the online docs at http://www.vmware.com/support/developer/viperltoolkit). VIPerl is a prerequisite for this PMDA, it needs to be installed and configured before attempting to use this agent. It is highly recommended that you test your VIPerl installation using the demo programs that are shipped with VIPerl, before attempting to use this PMDA. INSTALLATION
In order to access performance data using the VIPerl API, it is necessary to be able to login to the metrics source. Hence, a valid VMware server name, user name and pass word are needed by the PMDA. These can be passed in on the command line (via the pmcd.conf file) or via a vmware.conf file in the PMDA directory. # cd $PCP_PMDAS_DIR/vmware # [ edit vmware.conf ] This file should contain three lines, such as: $server = 'vm.server.net'; $username = 'XXXX'; $password = 'YYYY'; Once this is setup, you can access the names and values for the vmware performance metrics by doing the following as root: # cd $PCP_PMDAS_DIR/vmware # ./Install If you want to undo the installation, do the following as root: # cd $PCP_PMDAS_DIR/vmware # ./Remove pmdavmware is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed. FILES
$PCP_PMDAS_DIR/vmware/vmware.conf configuration file for the pmdavmware agent $PCP_PMDAS_DIR/vmware/Install installation script for the pmdavmware agent $PCP_PMDAS_DIR/vmware/Remove undo installation script for the pmdavmware agent $PCP_LOG_DIR/pmcd/vmware.log default log file for error messages from pmdavmware SEE ALSO
pmcd(1). 3.8.10 Performance Co-Pilot PMDAVMWARE(1)
All times are GMT -4. The time now is 07:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy