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...
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...
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...
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.