Sponsored Content
Top Forums Shell Programming and Scripting Need Help to add Condition in Shell Script.. Post 302953030 by Ganesh Mankar on Tuesday 25th of August 2015 03:07:38 AM
Old 08-25-2015
Need Help to add Condition in Shell Script..

Hi Team,
I m very new to shell scripting , i want to add following condition in my script .
Can anybody help me.

There are three port in My node "$port"
  • port_A
  • port_B
  • port_C
I Want to add following Conditions in my script.
  1. If Node is connected to port_A and port_B script should ask user where he want to run this script Y or N and then using user input run script.
  2. If Node is connected to port_C script will run continue


"NODE.SH" SCRIPT....
Code:
#exec > log_$node.log 2>&1
#set -x
> log_$node.log
IP=`command_system NODE_$node RTR:IP6:ADD | grep -i ".10B" | awk '{print$3}'`
port=`command_system NODE_$node RTR:IP6:ADD | grep -i ".10C" | awk '{print$2}' | cut -c 3- | rev | cut -c 5- | rev`

x="$( cut -d ':' -f8  <<< "$IP" )"
y="$( cut -d ':' -f7  <<< "$IP" )"
z="$( cut -d ':' -f1-6  <<< "$IP" )"
y=`echo $y | tr [a-z] [A-Z]`
y=`echo "ibase=16; $y+1" | bc`
y=`echo "obase=16; $y" | bc`
y=`echo $y | tr [A-Z] [a-z]`
NEWIP="$z":"$y":"$x"
p="$( cut -d ':' -f8  <<< "$NEWIP" )"
r="$( cut -d ':' -f1-7  <<< "$NEWIP" )"
p=`echo $p | tr [a-z] [A-Z]`
p=`echo "ibase=16; $p-1" | bc`
p=`echo "obase=16; $p" | bc`
p=`echo $p | tr [A-Z] [a-z]`
p="$r":"$p"

echo ":"
echo ":"
echo ":"
echo "Given NODE OMIP:     $NEWIP"
echo "Given NODE GWIP :     $p"
echo "CONCT  PORT      :     $port"
echo ":"
echo ":"
echo ":"
 
===============================================
Here want to add Condition
There are three "$port"
port_A
port_B
port_C
I Want to add following Conditions in my script.
I Want to add following Conditions in my script.
1.If Node is connected to port_A and port_B script should ask user where he want to run this script Y or N and then using user input run script.
2.If Node is connected to port_C script will run continue
===============================================

 
if ! fenew.sh $NEWIP $p $port
then
        echo "Telnet failed" >&2
        exit 1
fi
.
.
.
rm log_$node.log


Last edited by rbatte1; 08-25-2015 at 02:10 PM..
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

need help with test condition in shell script

I'm new to scripting and I need help with a bourn shell script. What i'm trying to do is a test condition where "if the time is within 2 hours, it's true" and so on. The time is in the following format DATE=`/bin/date +"%Y%m%d%H%S"` for example, 20060907152000. So, what the script first... (9 Replies)
Discussion started by: pieman8080
9 Replies

2. Shell Programming and Scripting

Help with shell script to check the condition.

:) Hi, I want to script for this scenerio, OSR Settings Scenario : We are looking to find all the *.a files from the following locations in the filesystem of a server. OSR Directories /etc /bin /usr/bin /usr/sbin /var/adm These *.a files should have the permissions on... (12 Replies)
Discussion started by: sakthilinux
12 Replies

3. AIX

if condition in AIX5.3-10 shell script

True if file exists and has been modified since it was last read. if then command else exit fi i am on AIX5.3-10. it does not understand -N any other way. i can use -ot (file1 is older than file2), but prefer -N if possible. (3 Replies)
Discussion started by: tjmannonline
3 Replies

4. Shell Programming and Scripting

IF condition against a ARRAY in shell script

Hi, I want to check a particular string inserted by User to be checked against the values i already have in a ARRAY string using IF condition. Is this possible? if yes how to do that. example : i have a,b,c,d,e,f values in a array called values i asked user to enter a value: user entered... (2 Replies)
Discussion started by: kukretiabhi13
2 Replies

5. Shell Programming and Scripting

An issue with condition statement in shell script

Hello forum members. please go through the below mentioned issue and let me know the right solution. I have to write a script which runs another script .the executable script take input parmeters.so iam writing the the script below . Sample Code:Begins #! /bin/ksh echo " enter... (2 Replies)
Discussion started by: rajkumar_g
2 Replies

6. Shell Programming and Scripting

Errors in if condition validations-Shell Script

Hello All, i am facing difficulty in validating the values, kindly help me in resolving the issue. Thanks a lot in advance. -Chandra Script:Test.sh #! /bin/sh # *************************************************************************** # Function to display help function usage()... (1 Reply)
Discussion started by: duddukuri
1 Replies

7. UNIX for Dummies Questions & Answers

While condition in shell script

while do if ;then read driverName else driverName="" fi done can anyone please explain what exactly is happening on 1st line...is it like the conditions being ORed...I have no clue about this. (4 Replies)
Discussion started by: rtagarra
4 Replies

8. Shell Programming and Scripting

Substring check in IF condition in shell script

I want to check if the string has the substring in IF condition then process... i tried below but not working if ]; then ............. field can be "reserved1" ....reservedn / fillspaces1 ... fillspacesn (4 Replies)
Discussion started by: greenworld123
4 Replies

9. Shell Programming and Scripting

How to exit from shell script if above condition fails?

HI cd ${back_home} if above back_home does not exist, then script shoul exit. Please let us know how to do that (7 Replies)
Discussion started by: buzzme
7 Replies

10. Shell Programming and Scripting

If condition shell script beginner

Hi all I have the folloing process that needs checking often: ps -ef | grep ih bscsrtx 206 15901 0 11:28:10 pts/6 0:00 fih -r4 bscsrtx 218 15901 0 11:28:27 pts/6 0:01 aih bscsrtx 29763 15901 4 11:27:16 pts/6 0:59 rdh -prih root 429 27268 0 11:30:15 pts/td ... (13 Replies)
Discussion started by: fretagi
13 Replies
Blt_TreeDeleteNode(3)					      BLT Library Procedures					     Blt_TreeDeleteNode(3)

__________________________________________________________________________________________________________________________________________________

NAME
Blt_TreeDeleteNode - Deletes a node and its descendants. SYNOPSIS
#include <bltTree.h> Blt_TreeNode Blt_TreeDeleteNode(tree, node) ARGUMENTS
Blt_Tree tree (in) Tree containing the node. Blt_TreeNode node (in) Node to be deleted. _________________________________________________________________ DESCRIPTION
This procedure deletes a given node and all it descendants from a tree data object. The arguments are as follows: tree The tree containing the parent node. node Node to be deleted. The node and its descendant nodes are deleted. Each node's data values are deleted also. The reference count of the Tcl_Obj is decremented. Since all tree objects must contain at least a root node, the root node itself can't be deleted unless the tree is released and destroyed. Therefore you can clear a tree by deleting its root, but the root node will remain until the tree is destroyed. RETURNS
Always returns TCL_OK. Errors generated in a notification callbacks are backgrounded (see Tcl_TreeCreateNotifyHandler). EXAMPLE
The following example deletes the root node. Blt_TreeNode root; root = Blt_TreeRootNode(token); Blt_TreeDeleteNode(token, root); NOTIFICATIONS
Blt_TreeDeleteNode can trigger tree notify events. You can be notified whenever a node is deleted by using the Blt_TreeCreateNotifyHan- dler. A callback routine is registered that will be automatically invoked whenever a node is deleted via Blt_TreeDeleteNode to the tree. KEYWORDS
tree, token BLT
2.4 Blt_TreeDeleteNode(3)
All times are GMT -4. The time now is 10:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy