Search Results

Search: Posts Made By: tutkiran
4,173
Posted By tutkiran
Thanks for all valuable replies..Initial code...
Thanks for all valuable replies..Initial code itself worked After LINUX Admin rebooted the machine

#!/bin/bash

case "$HOST" in
amx134)
wm_env="pd"
...
4,173
Posted By tutkiran
Modified Script to #!/bin/bash echo...
Modified Script to

#!/bin/bash
echo HOSTNAME is $HOSTNAME
case $HOSTNAME
in
amx134)
wm_env="pd"
wbsrv_PRESENT=Y
wbsrv_PORT=1070
...
4,173
Posted By tutkiran
Thanks for replies..I tried setting up env...
Thanks for replies..I tried setting up env variable in script

typeset -x HOST=${HOSTNAME}

but when i execute the script its giving me this error

'apps/webroot/admin/wmsrv: line 20: syntax...
4,173
Posted By tutkiran
Thanks Pickeet and Pludi for the replies..I...
Thanks Pickeet and Pludi for the replies..I started tweaking the scripts and I am stuck with this , We have Main Script which inturns invokes the Child script and main script is failing to locate the...
4,173
Posted By tutkiran
AIX to Linux
I am Application Administrator with little bit experience with UNIX , We are changing the OS from AIX to Red hat Linux . Wondering if there anyway how to change the scripts to work on LINUX env and...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 09:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy