Sponsored Content
Operating Systems Linux Red Hat From where Machine name is taken in autorep report Post 302385131 by Ishakarthi on Thursday 7th of January 2010 06:05:48 AM
Old 01-07-2010
Below are the definition of job 23558.p50.usdata0


Code:
(nalnxapp155:pfdev01:/pfdev01/bin>) autorep -j 123558.p50.usdata0 -q


/* ----------------- 123558.p50.usdata0 ----------------- */

insert_job: 123558.p50.usdata0   job_type: b
#owner: pfdev01@nalnxapp155.enterprisenet.org
permission: gx,ge,wx,mx,me
condition: s(123558.p40.usdata0)
box_success: s(123558.5.usdata0) AND s(123558.6.ushsds0)
box_failure: f(123558.5.usdata0) OR t(123558.5.usdata0) OR f(123558.6.ushsds0) OR t(123558.6.ushsds0)
alarm_if_fail: 1
auto_delete: 1


  /* ----------------- 123558.5.usdata0 ----------------- */

  insert_job: 123558.5.usdata0   job_type: c
  box_name: 123558.p50.usdata0
  command: /pfdev01/bin/jobprojdict /pfdev01/bin/pfdev01.cfg 123558 create
  machine: usdata0
  #owner: pfdev01@nalnxapp155.enterprisenet.org
  permission: gx,ge,wx,mx,me
  std_out_file: >>/pfdev01/status/123558.csprp.sts
  std_err_file: >>/pfdev01/status/123558.csprp.sts
  alarm_if_fail: 1
  profile: ./auto.profile
  job_load: 100
  priority: 950


  /* ----------------- 123558.6.ushsds0 ----------------- */

  insert_job: 123558.6.ushsds0   job_type: c
  box_name: 123558.p50.usdata0
  command: /HS_Appl_01/Datapull/Bin/jobcasedpull 123558 /HS_Appl_01^/HS_Data_01^sys19^dev2^200801^200803 usdata0^/pfdev01/bin/pfdev01.cfg^/pfdev01/bin/^/pfdev01/status/^14^14^01^60^2
  machine: ushsds0
  #owner: pfdev01@nalnxapp155.enterprisenet.org
  permission: gx,ge,wx,mx,me
  std_out_file: >>/HS_Data_01/Datapull/Log/sys19/dev2/123558.dpsts
  std_err_file: >>/HS_Data_01/Datapull/Log/sys19/dev2/123558.dpsts
  alarm_if_fail: 1
  profile: ./auto.profile
  job_load: 10
  priority: 950


Last edited by pludi; 01-07-2010 at 07:46 AM.. Reason: code tags, please...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

autorep command cut longer jobnames. Anybody into autosys / autorep?

Hi there, my problem is, that i need to get all jobs with status from a autosys instance. If I use autorep -J ALL -d >joblist.txt longer Jobnames will be cut and the end will be replaced by 3 points like this "ThisIsALongerJobNameAnd..." If i try a single job query like ... (7 Replies)
Discussion started by: drmaniac
7 Replies

2. Shell Programming and Scripting

How to find job runtime using Autorep

Hey guys, Is there an autorep option to find out the current runtime of a job.. Or do you have to work it out using machine time and start time? What I'm trying to do is create a script that will email out the autosys job details. I was hoping there would be an autorep command that would... (0 Replies)
Discussion started by: Jazmania
0 Replies

3. Shell Programming and Scripting

autorep command in autosys

hi, i have autosys installed on unix. i use "autorep -j t8i%" command to see the scheduled jobs. now i have changed some of the jobs and saved them too. i gave the command jil< filename.jil to again insert the jobs. but my problem is what is the command to run all the jobs again so that i... (8 Replies)
Discussion started by: tejasingaraju17
8 Replies

4. Red Hat

To find the LATEST file from a dir on REMOTE machine and SCP to local machine?

Hi All, URGENT - Please help me form a scipt for this: I need the LATEST file from a dir on REMOTE machine to be SCP'd to a dir on local machine. (and I need to execute this from local server) I know that the below cmd is used to find the LATEST file from a dir. But this command is not... (3 Replies)
Discussion started by: me_ub
3 Replies

5. Shell Programming and Scripting

How to transfer files from unix machine to local machine using shell script?

Hi All.. Am new to Unix!! Am creating a shell script in which a scenario is like i have transfer the output file from unix machine (Server) to local directory (Windows xp). And also i have to transfer the input file from the local directory to Unix machine (Server) Any help from you... (1 Reply)
Discussion started by: vidhyaS
1 Replies

6. Shell Programming and Scripting

autorep command in the script

I have created UNIX script for getting information for the autosys jobs using autorep command. Job_name=temp_job1 echo $Job_name autorep -j $job_name -l0 After running the script I am getting the below error Error while loading shared libraries: libautoeac_api.so: cannot share object... (1 Reply)
Discussion started by: onesuri
1 Replies

7. Shell Programming and Scripting

Using awk with autosys autorep

Hi, How to get correct field/column from autosys autorep command. I'm using GNU/Linux I'm trying to get the difference of last end and last start and the status (ST). In awk, i get the following excluding the heading part $1 - jobname $2 - Last Start date $3 - Last Start time $4 - Last... (1 Reply)
Discussion started by: bobbygsk
1 Replies

8. Linux

Unable to connect to Server machine from a client machine using ftp service

Hi, Could you please help me with the below issue.. I'm running RHEL6 OS on both server (192.168.0.10) and client machines (192.168.0.1). I'm trying to connect to server from the client machine using ftp service. I have installed vsftpd daemon on both the machines. I'm getting... (4 Replies)
Discussion started by: raosr020
4 Replies

9. Shell Programming and Scripting

Autorep command does not work from crontab !

Hi, I have written a ksh script and I'ma using the following command in it: autorep -j %abcd% | grep RU | grep BOX1 The script works fine when executed manualy on the command prompt. But does not work when scheduled in crontab. I could see the following in the crontab log: ... (1 Reply)
Discussion started by: girish1428
1 Replies

10. Shell Programming and Scripting

Autorep not found problem

Hi All, I am using a putty session to login a server in which autosys is installed. we get the GUI by entering . /opt/CA/UnicenterAutoSysJM/autouser/autosys.ksh.server and then jobscape. when i tried autorep -j jobname it gives me autorep not found. Please help me with this. (1 Reply)
Discussion started by: mahesh300182
1 Replies
sysidtool(1M)						  System Administration Commands					     sysidtool(1M)

NAME
sysidtool, sysidnet, sysidns, sysidsys, sysidroot, sysidpm, sysidnfs4 - system configuration SYNOPSIS
/usr/sbin/sysidnet /usr/sbin/sysidns /usr/sbin/sysidsys /usr/sbin/sysidroot /usr/sbin/sysidpm /usr/sbin/sysidnfs4 DESCRIPTION
sysidtool is a suite of programs that configure a new system, or one that has been unconfigured with sys-unconfig(1M). The sysidtool pro- grams run automatically at system installation, or during the first boot after a machine has been successfully unconfigured. These programs have no effect except at such times, and should never be run manually. The sysidtool programs set up the appropriate information in the machine's configuration files, in the kernel, and on the machine's network interface. The following list shows the available commands and the information for which each of the commands lists. sysidnet: network configuration Machine's default locale. Machine's console type. Machine's host name. Machine's IP address. sysidns: name service configuration Name service choice: NIS, NIS+, DNS, LDAP, or none. Machine's IP subnet mask (if no NIS/NIS+ server can automatically be located on the machine's sub-network. Domain name for chosen name service. Hostname and IP address of name server(s). DNS search list (DNS name ser- vice only) sysidsys: miscellaneous system configuration Machine's IP subnet mask (if an NIS/NIS+ server was automatically located on the machine's sub-network). Machine's time zone. Date and time. sysidroot: control superuser information Machine's root password. sysidpm: power management configuration Auto-shutdown confirmation if the system is Energystar-V2 compliant, that is, a new system model shipped after October 1, 1995. sysidnfs4: NFSv4 domain configuration Domain name to be used by NFSv4 client(s) and server(s) to transmit user and group id's as strings of the general form "[user|group]@domain". sysidconfig: host- or platform-specific configuration This command controls specification and execution of custom configuration applications that can be specified for a particular host or a particular platform. See sysidconfig(1M). The sysidtool programs attempt to obtain system configuration information from various name service databases, for example, NIS, or from the sysidcfg(4) file, and you are prompted to provide the information if it cannot be found. However, you can avoid one or more of the prompts by preconfiguring the appropriate configuration information in the name service databases or in the sysidcfg(4) file. To preconfigure the information in the name service databases, you must use the name service commands or the Solstice AdminSuite tools. See Solaris 10 Installation Guide: Basic Installations for more details about how to preconfigure the system configuration information. The machine's configuration information is set up in its /etc and /var files. If a system has more than one network interface, you can use sysidtool to configure all interfaces on the system. You cannot use the name service databases or the sysidcfg(4) file to suppress the Power Management configuration prompt. However, you can suppress it by creating either the /autoshutdown or /noautoshutdown file before installation reboot. Accordingly, the auto-shutdown feature is silently configured. The /autoshutdown or /noautoshutdown files are removed by sysidpm before it exits. sysidnfs4 installs /etc/.NFS4inst_state.domain upon successful configuration of the NFSv4 domain name. Existence of this file suppresses any further prompting. FILES
/etc/.UNCONFIGURED /etc/nodename /etc/hostname.??[0-9] /etc/default/init /etc/defaultdomain /etc/passwd password file. See passwd(4). /etc/shadow shadow password file. See shadow(4). /etc/inet/hosts /etc/inet/netmasks /var/nis/NIS_COLD_START /var/yp/aliases /var/yp/binding/*/ypservers /etc/.sysIDtool.state /etc/power.conf Power Management configuration file. See power.conf(4). /etc/.PM_RECONFIGURE If this file is present during system reboot, the sysidpm program is run. This file is removed by sysidpm. /etc/.NFS4inst_state.domain This file is created upon successful configuration of the NFSv4 domain. If this file is present during system reboot, the sysidnfs4 program is run but no prompts are displayed. The suppression of prompts is intended for system upgrades, in which a system configura- tion typically stays unchanged. Stability level of this interface: Obsolete ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWadmap, SUNWpmu | +-----------------------------+-----------------------------+ SEE ALSO
powerd(1M), sys-unconfig(1M), sysidconfig(1M), passwd(4), power.conf(4), shadow(4), sysidcfg(4), attributes(5) Solaris 10 Installation Guide: Basic Installations NOTES
NIS+ might not be supported in future releases of the Solaris operating system. Tools to aid the migration from NIS+ to LDAP are available in the Solaris 9 operating environment. For more information, visit http://www.sun.com/directory/nisplus/transition.html. SunOS 5.10 21 Oct 2004 sysidtool(1M)
All times are GMT -4. The time now is 09:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy