Hello,
We are working on SNMP configuration of a NetApp Filer F760 ( 6.4.2P6).
Would like to know:
a) Are the Built-in traps enabled by default?
If not, how to enable built-in traps?
b) What would be the quickest and non-intrusive way to test
the Built-in traps are working as exepcted?
c)...
Hi,
Refering to XML parser tutorial at http://www.juicystudio.com/tutorial/php/xml.html, how do we extract the attribute value.
e.g;
The XML file:
-------------
<?xml version="1.0"?>
<machine>
<component id="1">
<title>Sound Card</title>
<price>Rs...
Hello enttoobad,
You will have to edit the following file:
$OV_CONF/ovweb.conf
The content of ovweb looks like:
venus> cat $OV_CONF/ovweb.conf
Browser: /usr/local/bin/netscape %s
Port: 8880
Change the 'Browser' section, so that it points to correct version of netscape (replace...
Hello coinspeed,
It depends on you current env. Is it mixed (hetro) or all Unix based systems.
What will be the arch? Will it be Distributed or Centralized?
Will the operators be using Remote Consoles? If yes, then from which platform (NT or UNIX)?
How many operators will be accessing the...
Hello krock103,
Try the following:
------------------
Step 1: Create two msgrecs, one for PowerDn and one for PowerUp trap.
Step 2: For PowerDn msgrec, add the following actions to it:
10) setenv APC=0
20) delay 60
30) Use getenv or tstenv to check the value of APC
40) If APC=1, then...
Hi Mike,
I do close the connection to the Server with the following:
# close the connection
$server->quit();
Here is the sequence:
---------------------
$server = Net::IMAP::Simple->new($mail_server);
$server->login( $userid, $passwd )
or die "Can't login to...
Hi,
I'm using this module to logon to IMAP Server and fetch mails.
When there is any mail, either SEEN or NEW, it works fine.
Once I delete those mails, and try to login again it gives me the following error:
------------------------------------
Can't login to mailserver.gp.com : Bad file...
Hi Rick,
Have you specified correct user id/ passwd during the installation of the Agent?
Also, you need to provide correct $ORACLE_HOME and $ORACLE_SID.
If not, it will fail to start.
Use 'agentadmin' command to change any of the above params.
Once the installation is successful, you can...
Hi Tekcheck,
You can do it(USING ONLY 'ksh')if you have FIXED NUMBER of fields for each entry (e.g., Name, profession, interest, phone, etc..).
Your entries go like this:
1
2
3
...
...
...
n Name: Joe
n+1 Profession: Blah
n+2 Interest: Blah
n+3
n+4
...
...
m Name: Joe
m+1 Profession: Blah...
Hello Levw,
a) It depends, on user, whether he wants all (>>) or only the latest logs (>).
b) (( CNT = CNT + 1)) will do the job.
If you want to use $CNT, then use the following:
CNT = $CNT + 1
The (( )) is not required.
Thanks,
Gyan
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.