Hi-
I'm using NIM functionality (AIX5.3) to backup all AIX Servers but some Servers are in the DmZ and many tcpip ports (nfs, ping,etc...) should be open and... it's really a security risks!
As anyone experience about NIM Backup through Firewall?
Which tcpip ports should be open?
Could we...
I've used split like so:
$1 ~ /first mount/ {split($NF,FMount," ")}
...
print "Fist Mount :"FMount[6]
it's work well....
Thanks a lot for your help :-)
Hi,
In a script I take the variable NF and print it:
BEGIN {FS=": "}
...
$1 ~ /first mount/ {print $NF}
...
result:
Tue Jul 23 14:26:37 DFT 2002
Now I want to put the last field of $NF (2002) in a variable:
$1 ~ /first mount/ {First="$NF|print $NF";print First}
But I don't see how? Has...
Thanks for the tips, it is that I need to know!
Ok, I have many questions relating to awk, this is why I tried to put the most important questions!
I still have a question, of which I trying to be more precise: How can I start a program or another script in awk?
I've a command that I can start...
Hi
Is it possible to use other variable als $1 or $<num>?
Could I use by ex.: $var='$MYVAR' and that before the BEGIN?
Because I still using the $1,$2,$3,etc...
seq 3 | awk '$var=='$MYVAR'BEGIN{<param} { print '$MYVAR',"found on line",NR }'
Thanks
nm
Hi all
Can we integrates a AWK script in a KSH script?
How do we make?
#! /bin/ksh
...
list_media()
{
for MediaNr in $(vmquery -a | grep "media" |awk 'BEGIN{FS=": "};{print $NF}')
do
# here is the problem !!!
awk 'BEGIN { FS=": " }
{
$1 ~ /mount/ {print $NF} >$FirstMount...
Yeah, it's exactly my problem. This Apar is still installed by my server.
I've checked hostname, hosts and other tcpip stuff without to find solutions!
Hi alls
I'm using a AIX5.1 machine for security test and I've the following problem.
I put login and password in CDE then the following message appears : "Starting the Common Desktop Environment". After a few time comes a windows "ToolTalk Message Server Could Not Be Started" with...
I'm using ethereal to analyse the network.
There're too many TCP Bad checksum
1. between my PC and unix servers (checksum: 0x6660 [incorrect, should be 0xa6e2]
2. between my PC and other servers (windows, novell) checksum: 0x6644 [incorrect, should be 0xf50a]
There're too many NBNS and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.