Autosys remote agent installation issue


 
Thread Tools Search this Thread
Operating Systems AIX Autosys remote agent installation issue
# 1  
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.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. UNIX and Linux Applications

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. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question
PMDARSYSLOG(1)						       Performance Co-Pilot						    PMDARSYSLOG(1)

NAME
pmdarsyslog - rsyslog (reliable and extended syslog) PMDA DESCRIPTION
pmdarsyslog is a Performance Metrics Domain Agent (PMDA) which exports metric values from the rsyslogd(8) server. Further details about rsyslog can be found at http://www.rsyslog.com/. INSTALLATION
If you want access to the names and values for the rsyslog performance metrics, do the following as root: # cd $PCP_PMDAS_DIR/rsyslog # ./Install If you want to undo the installation, do the following as root: # cd $PCP_PMDAS_DIR/rsyslog # ./Remove pmdarsyslog 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. In order to use this agent, rsyslog stats gathering must be enabled. This is done by adding the lines: $ModLoad impstats $PStatsInterval 5 # log every 5 seconds syslog.info |/var/log/pcp/rsyslog/stats to your rsyslog.conf(5) configuration file after installing the PMDA. Take care to ensure the syslog.info messages do not get logged in any other file, as this could unexpectedly fill your filesystem. Syntax useful for this is syslog.!=info for explicitly excluding these. FILES
/var/log/pcp/rsyslog/stats named pipe containing statistics exported from rsyslog, usually created by the PMDA Install script. $PCP_PMDAS_DIR/rsyslog/Install installation script for the pmdarsyslog agent $PCP_PMDAS_DIR/rsyslog/Remove undo installation script for the pmdarsyslog agent $PCP_LOG_DIR/pmcd/rsyslog.log default log file for error messages from pmdarsyslog SEE ALSO
pmcd(1), rsyslog.conf(5), rsyslogd(8). 3.8.10 Performance Co-Pilot PMDARSYSLOG(1)