We have a system running AIX 6.1.7.1. We have created a Workload Partition(wpar) on this system with wpar specific routing enabled.
On wpar, we are running DNS (UDP/53) and syslog (UDP/514).
Using L2 unmanaged 8-port switch, both this network interfaces are connected to another TEST system (IP: 1.1.1.2/255.255.255.0) with appropriate gateway.
ping initiated from TEST system is successful for 1.1.1.1 and for 192.168.1.11.
nmap initiated from TEST system (nmap -v -n -sU -p U:1-1024 -oN nmap.out 192.168.1.11) shows the following output:
After disconnecting the cable attached to en0 from L2 unmanaged 8-port switch (making 1.1.1.1 unreachable), when nmap is initiated from TEST system (nmap -v -n -sU -p U:1-1024 -oN nmap.out 192.168.1.11), it shows the following
To summarize, when both the interfaces en0 and en1 are connected to TEST system, nmap shows two open ports 53/udp and 514/udp and raw packets sent is 1029 and rcvd is 1026.
But when network cable is disconnected from interface en0 then nmap shows only one open port 53/udp and raw packets sent is 2051 and rcvd is 22.
Does this mean that some of the packets are being dropped in the second scenario?
I have this error when I'm trying to do clogin from AIX 7200-00-00-0000 into a wpar with AIX 5.2
abanksPaDesa2:/> clogin AbanksBDPA_wpar
exec: A file or directory in the path name does not exist
somebody can help me to fix this? I'm restoring the wpar from wpar mksysb not a mksysb from... (2 Replies)
AIX 7.1
New to WPAR, hopefully just missing something simple here.
Creating the WPAR like this.....
(The box where the WPAR is hosted does have an iscsi protocol device)
mkwpar -h wpar08 -l -n wpar08 -N interface=en0 address=xxx.xx.xx.xxx netmask=255.255.255.0 -D devname=/dev/iscsi0 -D... (0 Replies)
Hello Gurus :)
I'm "currently" (for the last ~2weeks) writing a script to build ffmpeg with some features from scratch.
This said, there are quite a few features, libs, to be downloaded, compiled and installed, so figured, writing functions for some default tasks might help.
Specialy since... (3 Replies)
Hi.
I've setup a wpar on aix
mkwpar -h ibmunix2 -i -r -N interface=en0 address=10.6.0.1 netmask=255.255.255.0 -n ibmunix2
When i log into ibmunix2 it can't ping any external host,include the ibm host.
How to set route for network please?
I've set ibmunix2 with a different subnet.
... (7 Replies)
Hi!
I recently downloaded a wordlist file called 2of12.txt, which is a wordlist of common words, part of the 12dicts package. I've been getting unexpected results from grepping it, such as getting no matches when clearly there ought to be, or returns that are simply wrong.
Par exemple:
egrep... (4 Replies)
Hi All,
My requirement is to remove the more than 60 days files from Archive folder, so prepared this command.
for files in `find /abc/Archive/<file_name_25032012.dat> -type f -mtime 61|xargs ls -lrt`
do
rm -f $files
done
I tested this command in both unix and informatica.
In unix if files... (8 Replies)
seems to be WPAR is quite easy to set up..without additional licenses..
If I don't need Linux and all my legacy and new apps are happy in AIX 7.1 (the latest OS), I could save all troubles and use WPAR.
Can someone comment on this ??
One copy of OS to maintain, so to speak..
... (4 Replies)
Hi,
I have a shared AIX wpar configured.
I have started snmpd process on shared AIX wpar.
But when i tried to query a MIB id using the following command
/opt/OV/bin/snmpget -d -v 1 -c public -p <hostname> .1.3.6.1.2.1.1.7.0
i get the following error message
#... (0 Replies)