Requires a script for incidents


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Requires a script for incidents
# 1  
Old 01-27-2014
Code Requires a script for incidents

Hi,

I am associated with a project where we received multiple incident on daily basis for different support groups like(unix support,windows support,vms support).
We use HP service centre as a ticketing tool where we gets all the incidents generated automatically when something went wrong on the servers.

I required a script where we can bifurcate the incidents like..how many Im's generated for windows ,how many generated for VMS...The current scenario is like if we have any failure on the server then suddenly we have 100 or 200 IM's in hp service centre and it is very difficult to find which incident is generated for which support?So i required a script where after copying all the incidents from the service centre when I ran the script I got the IM count as well Im details separately like how many generated for windows and how many generated for unix....

so can we make these kind of script in unix??
# 2  
Old 01-27-2014
Without seeing what your input data looks like, what you want your output to look like, and a detailed explanation of the processing needed to produce the output you want from the input you have; it is very hard to guess whether or not a script can be written to do what you want.
# 3  
Old 01-27-2014
Thanks a lot Don..I will work on that part and will let you know if I get any success in this further.

---------- Post updated at 10:57 PM ---------- Previous update was at 10:55 PM ----------

Thanks a lot Don..I will work out on that part and will try to provide you the best description about this and will let you know.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 requires Update 4 (08/07)

Can anybody help me how can we upgrade to Solaris 10 requires Update 4 (08/07) from Solaris 10 6/06. cat /etc/release Solaris 10 6/06 s10s_u2wos_09a SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to... (4 Replies)
Discussion started by: Asteroid
4 Replies

2. Shell Programming and Scripting

Script check if ssh requires a password???

Thanks to the help from this forum i've learned a lot of good stuff but I still have questions :). I need to write a script that checks if ssh to a box requires a password. I need it will be an "if" statement, if ssh requires password, then do a key exchange(with i already have). Just need to... (5 Replies)
Discussion started by: elbombillo
5 Replies

3. Shell Programming and Scripting

change requires with perl

Hi, i need to change a file with perl having contents below, but it will not do any action if change is being already made. file.txt AAAAAA BBBBBB CCCCCC output.txt (that required) AAAAAA #BBBBB DDDDDD CCCCCC Thanks, (2 Replies)
Discussion started by: learnbash
2 Replies

4. Shell Programming and Scripting

change in file requires

Hi, i have one file, filename -> a.txt, i want that simple way just enter command and it will do that, not through redirection way. AAAAAAAAAAAAAAAAAAAAAAA BBBBBBBBBBBBBBBBBBBBBBB CCCCCCCCCCCCCCCCCCCCCCC DDDDDDDDDDDDDDDDDDDDDDD EEEEEEEEEEEEEEEEEEEEEEE FFFFFFFFFFFFFFFFFFFFFFF i want... (10 Replies)
Discussion started by: learnbash
10 Replies

5. Shell Programming and Scripting

Script calls command that requires input

Greetings, Newbie here on the site. I have searched for a similar issue but am not finding one. I have a script that invokes a command if text is found in a file. The command asks for a y/n response, but is not an option on the command, i.e. `command -y`. I am familiar with the <<EOF, but I... (5 Replies)
Discussion started by: 22blaze
5 Replies

6. SuSE

freedce requires libdcethreads!

hello every one, here i am attempting to install freedce-1.1.0.7 on HP-UX machine. in that process i ran a command ./configure at command prompt. it's throughing the following error; configure: error: freedce requires libdcethreads! here i am pasting the ./configure output with... (1 Reply)
Discussion started by: mannam srinivas
1 Replies

7. Shell Programming and Scripting

Molecular biologist requires help re: search / replace script

Monday April 07, 2008 Hello - I was wondering if someone could help me? I have some basic knowledge of awk, etc., and can create simple scripts (e.g. a search_replace.awk file) that can be called from the command line: $ awk -f search_replace.awk <file to be searched> I have a... (11 Replies)
Discussion started by: gstuart
11 Replies

8. UNIX for Advanced & Expert Users

Configured sftp still requires password

Hi Gurus:) I have to connect from a SunOS 5.10 to a 5.8 using sftp in BatchMode. For this, I have generated a Public-Key (ssh-keygen -b 1024 -P "" -t dsa) on the 5.10 and saved it in ~remote-user/.ssh/authorized-keys on the 5.8. Then, running either one of ssh or sftp, it asks for the... (24 Replies)
Discussion started by: unilover
24 Replies

9. Shell Programming and Scripting

New User Requires Help

Hi, I am a new Unix user and I would like to know which link to go to in order to learn Unix online. Something like tutorials for beginners (1 Reply)
Discussion started by: John K. Mbuki
1 Replies
Login or Register to Ask a Question