Network becomes slow and return fast only after restart network
Hi,
I have 2 machines in production environment:
1. redhat machine for application
2. DB machine (oracle)
The application doing a lot of small read&writes from and to the DB machine.
The problem is that after some few hours the network from the application to the DB becomes very slow and it returns to the normal only after: Before: After restart network:
What can it be?
How can i solve this strange behavior?
Hello, everyone:
i encounter a problem these days , pls help me ,thanks in advance.
my env:
machine: ES40 A ES40 B
os: true64 Unix 4.0f
note: src.tar 8M network card speed 100M
my problem:
... (3 Replies)
Hi,
I am trying to send oracle archives over WAN and it is taking hell a lot of time. To reduce the time, I tried to gzip the files and send over to the other side. That seems to reduce the time. Does anybody have experienced this kind of problem and any possible ways to reduce the time.
... (1 Reply)
At work, I'm in a Solaris environment working with csh, and $PATH is populated with anywhere between 10 and 20 entries.
Last week, every command I issued (even "ls") took several seconds, if not an entire minute, to run. Once I moved "/home/sybase/bin" to the end of $PATH, certain commands... (2 Replies)
hey guys,
We have two Sun x2100 servers running RHEL5 in a test environment. Both servers are fresh OS installs and hooked up to the same network switch.
When ssh'ing to one server, there is a significant delay, while ssh'ing to the other server, the connection is almost instant. We are... (2 Replies)
Hi All,
Please let me know the command to restart the network interface and enable it on boot in AIX, similar to /etc/init.d/network restart in Redhat.
Thanks,
Sunil.K
please watch out to post in the right subforum! (9 Replies)
Hi Guys,
I've inherited a mess of an infrastructure in my new job, there hasn't been a sys admin in post for about a year, so things are falling apart. The first thing to break after I started was the printer server. I have it working again, and people can print, however it's very slow, slower... (0 Replies)
I have identical M5000 machines that are needing to transfer very large amounts of data between them. These are fully loaded machines, and I've already checked IO, memory usage, etc... I get poor network performance even when the machines are idle or copying via loopback. The 10 GB NICs are... (7 Replies)
Hello everyone,
I've been a life long Unix/Linux user but I'll be the first to admit I have little specific AIX knowledge at this point and I've inherited these systems for better or worse so please forgive if I ask something in the wrong context. And yes, I've searched google for 3 days now :)... (3 Replies)
Hello,
I would like to do follow steps.
Set a static IP-Adress on eth0 (For Testing)
Set DHCP on eth0
All steps should be done without a single reboot.
/etc/network/interfaces
iface eth0 inet static
address 192.0.2.7/24
gateway 192.0.2.254How do i perform... (3 Replies)
Discussion started by: int3g3r
3 Replies
LEARN ABOUT DEBIAN
amttool
amttool(1) General Commands Manual amttool(1)NAME
amttool - remotely control Intel AMT managed machines.
SYNOPSIS
amttool host [ command ] [ arg(s) ]
DESCRIPTION
amttool is a perl script which speaks SOAP to Intel AMT managed machines. It can query informations about the machine in question and also
send some commands for basic remote control.
host is the hostname or IP address of the machine amttool should control. command is an optional command.
You must set fill AMT_PASSWORD environment variable with the AMT password.
For more inforamtions on Intel AMT check amt-howto(7).
COMMANDS
info gather information (default).
reset [ special ]
reset machine, with optional special command (see section below).
powerup [ special ]
turn on machine.
powerdown
turn off machine.
powercycle [ special ]
powercycle machine.
netinfo
print network configuration (requires AMT 2.5+).
netconf if link [ ip mask gw [ dns1 [ dns2 ]]]
configure network interface (requires AMT 2.5+). if is the interface handle, link the link policy. If in doubt just feed in what
the netinfo command prints. ip is the IPv4 address, mask the netmask, gw the default gateway, dns1 and dns2 are the DNS Servers.
If no IP configuration is specified the tool tries to configure the machine in shared mac address mode with dhcp, otherwise in sepa-
rate mac address mode with static IP address. Default for dns1 is the gateway address, for dns2 it is 0.0.0.0.
SPECIAL COMMANDS
Special commands can optionally be specified for reset, powerup and powercycle. They change the default boot behavior of the machine.
bios Asks for the BIOS boot messages being redirected to serial-over-lan.
pxe Network boot via PXE.
hd Boot from local disk.
hdsafe Boot from local disk (safe mode).
cd Boot from CD/DVD.
diag Boot in diagnostics mode.
ENVIRONMENT
AMT_PASSWORD
AMT password.
AMT_DEBUG
Enable debug output.
SEE ALSO amtterm(1), gamt(1), amt-howto(7)AUTHOR
(c) 2007 Gerd Hoffmann <kraxel@redhat.com>
(c) 2007,08 Gerd Hoffmann amttool(1)