Search Results

Search: Posts Made By: venhart
4,089
Posted By venhart
thank you, now if my line is this below ...
thank you, now if my line is this below

com.data.ara.reportserver.tools.sch_reports.ReportRunner.num_threads=5

how would I do this ?
4,089
Posted By venhart
ok my question is : I have a value within a...
ok my question is :

I have a value within a file :

aaa.ddd.ccc.ddd.eee.fff=5

how do I create a variable from the above line so I can pass it to another file. But I only need the value 5...
4,089
Posted By venhart
awk command - not a valid identifier message
Trying to run the following awk command :

export com.mics.ara.server.tools.sch_reports.Runner.num_threads=`awk -F= '!/^#/ && /com.mics.ara.server.tools.sch_reports.Runner.num_threads/{print $2}'...
1,669
Posted By venhart
perl command issue
Hi,

Please could someone advise on a perl command :

export ENVPROP="$HOME/cfg/environment.properties.template"

export LM_LICENSE=`awk -F= '!/^#/ && /LM_LICENSE/{print $2}'...
1,897
Posted By venhart
Thank you this works fine : export...
Thank you this works fine :
export NUM_SCENARIOS=`awk -F= '!/^#/ && /([^_]|^)NUM_SCENARIOS/{print $2}' home/environment.properties`

now I have a environment.properties.template

with blank...
1,897
Posted By venhart
NUM_SCENARIOS=100 REP_NUM_SCENARIOS=10
NUM_SCENARIOS=100
REP_NUM_SCENARIOS=10
1,897
Posted By venhart
awk command issue
Hi,

Please could someone advise the issue i have with my awk command ?

my command is :
export NUM_SCENARIOS=`awk -F= '!/^#/ && /NUM_SCENARIOS/{print $2}' /home/environment.properties`
...
15,261
Posted By venhart
thank you, this is now ok - amended PATH to...
thank you, this is now ok - amended PATH to another name.
15,261
Posted By venhart
script will not run cp command
Hi,

Not sure what the issue is here, but when i run the script. A simple copy command, it does not find the cp command ? See scrpt below :

#!/bin/sh
set -x...
889
Posted By venhart
script will not run
Hi,Pleasse could someone advise why i'm getting this error below - No such file or directory[dev@dev08 scripts] dev6:$ ls -ltr ReleaseManagement.sh-rwxr-xr-x 1 dev fix 4830 Aug 22 11:13...
2,669
Posted By venhart
unable to start shell script
Hi,

Pleasse could someone advise why i'm getting this error below - No such file or directory

[dev@dev08 scripts] dev6:$ ls -ltr ReleaseManagement.sh
-rwxr-xr-x 1 dev fix 4830 Aug 22 11:13...
834
Posted By venhart
script help
writing a script, see below and within my main function i calling other functions, but before it starts the second function - need to test that the first functions runs correctly and so on. Please...
1,684
Posted By venhart
Unix Packages
Hi,

I need to create a unix package for various environments (DEV, UAT, PRE-PROD).

The scripts are keep within SVN, I need to pull the scripts from SVN and create a package then deploy them...
1,326
Posted By venhart
Hi, the following is now working ok: ...
Hi,

the following is now working ok:

perl -i -npe "s#ARA_HOME.*#ARA_HOME=$ARA_HOME#;" $ENVPROP

thank you, but please could you explain what this command is doing ?

thank you
1,326
Posted By venhart
perl help
Hi,

I running the following line within a script :

perl -i -npe "s#ARA_HOME.*#ARA_HOME=$ARA_HOME" $ENVPROP

and I get the following error ?

Substitution replacement not terminated at...
Forum: Red Hat 08-10-2011
2,449
Posted By venhart
microsoft Server 2008 Active authentication to a linux server
Hi,

Please could someone advise I'm trying to use winscp from a Window server 2008 R2, but i need to add the authentication key to access the linux rh 5.4 servers ?

What is the best way of...
1,044
Posted By venhart
thank you that has worked perfectly
thank you

that has worked perfectly
1,044
Posted By venhart
grep help
Hi,

please could someone advise what I doing wrong here ?

export ARA_PORT=`grep ARA_CLI_PORT $BKUPDIR/environment.properties|grep -v "^#" |awk -F= '{$print $2}'`

when i run this within a...
Forum: Infrastructure Monitoring 11-24-2010
2,639
Posted By venhart
SNMP Linux help
Please could someone help - advise :

I am running linux on a HP server, and I have installed the HP SMNP agents to the server.

The snmpd process is running ok, I would like to send an snmp...
Forum: IP Networking 06-19-2010
6,037
Posted By venhart
route add
I have built a new linux server, via a iLo connection.

and I am trying to connect via my desktop to the server I have just built to the management port eth0 via putty.

Please could some one...
Forum: IP Networking 09-24-2009
2,497
Posted By venhart
bnx1 link : unknown ?
Hi,

Please could someone advise, how to enable device bnx1 to become up (online). See below for details :

dladm show-dev
e1000g0 link: up speed: 1000 Mbps duplex: full
e1000g1 link: up speed:...
2,980
Posted By venhart
bnx1 link : unknown
Hi,

Please could someone advise, how to enable device bnx1 to become up (online). See below for details :

dladm show-dev
e1000g0 link: up speed: 1000 Mbps duplex: full...
3,571
Posted By venhart
Amend Unix hostname
Hi,

Please could someone advise on the following if possible. I have built a unix server, and was given the wrong hostname. I need to amend the hostname to the correct name. And I don't want to...
2,135
Posted By venhart
disk size help
Please could someone advise what disk size this would be ?

Filesystem kbytes used avail capacity
/dev/dsk/c0t1d0s2 282315967 65553 279427255 1%


is it...
2,366
Posted By venhart
pkgadd question
Hi,

Please could someone help me, understand how pkgadd works within unix.

I have a software file, and I need to package this up and then pkgadd this to another server. Please could some...
Showing results 1 to 25 of 59

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