How to resend bounced mail? What happens sometimes, when there are too many open files on the system, sendmail freaks out and starts giving Host unknown messages in maillog, every single legit message is bounced to root account. I need to know a way how to prevent messages from bouncing back or...
I install Linux agents manually, not using ITO FTP agent push feature, here is the procedure that I follow:
0) On the management server I add NATTED server's address to /etc/hosts <- public address and opc.hosts <- NAT address
On Linux node:
1) tar xvf opc_pkg.z
2) rpm -i dce.rpm
3) rpm -i...
Thank you for your message vlan! These steps are described in the OpenView ITO manual and did follow them when tried to setup the agent. I went as far as establishing connection, but my connection keeps dying (agent is running, node is reachable and ITO thinks that agent is not running...
I know exactly what you mean and here is the answer:
Redirect your Linux console to serial port, so if network is down you can still do maintenance on this server via modem or Remote Power Unit.
http://www.jcux.com
Make things simple :)
The reason why you cannot execute that file even though it has 777 permissions on it is because the file itself is recognized as DOS file.
Check this by executing command: file <your_file_name>
you will see it says something like: DOS file...
Acknowledging does not delete alarms. It will only mark the alarms as being acknowledged. There is an option to delete alarms that will delete alarms forever and it is enabled by default from JAVA CLIENT unless was specifically specified not to e preset there (see man ovalarmsrv). Usually that...
Notice when it does FSCK what disk it fails on?
usually wll say something like /dev/sda6
To fix:
run fsck -y /dev/sda6
(not just fsck, since just fsck will run on root / filesystem)
This is a default discovery appearance of the MAP. You need to ceate locations and drop appropriate routers/servers/switches to their own locations. Please refer to NNM documentation for this.
There also is a way to create rules on what to discover and what not to discover. If you follow...
One of the things you need to do is while using NUMERIC data in your INSERT statements make sure to use single quotes ' and not double quotes " when descibing a record.
Same thing applies when you are trying to search for data in the large database.
For example:
INSERT INTO <database_name>...
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.