<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SNMP! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854657#M94433</link>
    <description>Hai Ravi,&lt;BR /&gt;&lt;BR /&gt;The SNMP Prob is sorted out.....&lt;BR /&gt;Thanks a ton.&lt;BR /&gt;&lt;BR /&gt;But I have probs in commenting from a shell script.&lt;BR /&gt;&lt;BR /&gt;Eg:- &lt;BR /&gt;The contents of the file test.txt is,&lt;BR /&gt;start=1&lt;BR /&gt;reboot=2&lt;BR /&gt;this is a test&lt;BR /&gt;start_srv_bac=0&lt;BR /&gt;&lt;BR /&gt;I want to change the start_srv_bac value from 0 to 1 in shell script&lt;BR /&gt;&lt;BR /&gt;As a result, it should b like this,&lt;BR /&gt;&lt;BR /&gt;start=1&lt;BR /&gt;reboot=2&lt;BR /&gt;this is a test&lt;BR /&gt;start_srv_bac=1&lt;BR /&gt;&lt;BR /&gt;The value of start_srv_bac is changed to 1&lt;BR /&gt;&lt;BR /&gt;My Question is how do you give it using a shell script.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert.&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Nov 2002 12:52:38 GMT</pubDate>
    <dc:creator>Robert DJ</dc:creator>
    <dc:date>2002-11-29T12:52:38Z</dc:date>
    <item>
      <title>SNMP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854653#M94429</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt;The SNMP protocol has to be deativated permanently.Is it SNMP Vulnerable for use, if so why?.What might happen if disabled.&lt;BR /&gt;&lt;BR /&gt;One more ? In a shell script can we comment&lt;BR /&gt;with any character for any line in a file.&lt;BR /&gt;If possible? pls let me know.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert</description>
      <pubDate>Fri, 29 Nov 2002 12:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854653#M94429</guid>
      <dc:creator>Robert DJ</dc:creator>
      <dc:date>2002-11-29T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854654#M94430</link>
      <description>Hi, Robert&lt;BR /&gt;&lt;BR /&gt;Yes SNMP gives a chance to hackers,so in all CMM level organization systems SNMP will be disabled.&lt;BR /&gt;to do this&lt;BR /&gt;#cd /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;you can see 4 Snmp file , open each file and set SNMP_xxxxx_START  flag to 0.&lt;BR /&gt;&lt;BR /&gt;after a reboot SNMP will be permanently disabled.&lt;BR /&gt;&lt;BR /&gt;In any shell script to comment any line, begin that line with #</description>
      <pubDate>Fri, 29 Nov 2002 12:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854654#M94430</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-11-29T12:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854655#M94431</link>
      <description>&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/hpsearch" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/hpsearch&lt;/A&gt;&lt;BR /&gt;and search for SNMP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Introduction to SNMP &lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J2740-90013/J2740-90013_top.html&amp;amp;con=/hpux/onlinedocs/J2740-90013/00/00/80-con.html&amp;amp;toc=/hpux/onlinedocs/J2740-90013/00/00/80-toc.html&amp;amp;searchterms=snmp&amp;amp;queryid=20021129-052321" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J2740-90013/J2740-90013_top.html&amp;amp;con=/hpux/onlinedocs/J2740-90013/00/00/80-con.html&amp;amp;toc=/hpux/onlinedocs/J2740-90013/00/00/80-toc.html&amp;amp;searchterms=snmp&amp;amp;queryid=20021129-052321&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 12:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854655#M94431</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-11-29T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854656#M94432</link>
      <description>Hai Ravi,&lt;BR /&gt;&lt;BR /&gt;The SNMP Prob is sorted out.....&lt;BR /&gt;Thanks a ton.&lt;BR /&gt;&lt;BR /&gt;But I have probs in commenting from a shell script.&lt;BR /&gt;&lt;BR /&gt;Eg:- &lt;BR /&gt;The contents of the file test.txt is,&lt;BR /&gt;start=1&lt;BR /&gt;reboot=2&lt;BR /&gt;this is a test&lt;BR /&gt;start_srv_bac=0&lt;BR /&gt;&lt;BR /&gt;I want to change the start_srv_bac value from 0 to 1 in shell script&lt;BR /&gt;&lt;BR /&gt;As a result, it should b like this,&lt;BR /&gt;&lt;BR /&gt;start=1&lt;BR /&gt;reboot=2&lt;BR /&gt;this is a test&lt;BR /&gt;start_srv_bac=1&lt;BR /&gt;&lt;BR /&gt;The value of start_srv_bac is changed to 1&lt;BR /&gt;&lt;BR /&gt;My Question is how do you give it using a shell script.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 12:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854656#M94432</guid>
      <dc:creator>Robert DJ</dc:creator>
      <dc:date>2002-11-29T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854657#M94433</link>
      <description>Hai Ravi,&lt;BR /&gt;&lt;BR /&gt;The SNMP Prob is sorted out.....&lt;BR /&gt;Thanks a ton.&lt;BR /&gt;&lt;BR /&gt;But I have probs in commenting from a shell script.&lt;BR /&gt;&lt;BR /&gt;Eg:- &lt;BR /&gt;The contents of the file test.txt is,&lt;BR /&gt;start=1&lt;BR /&gt;reboot=2&lt;BR /&gt;this is a test&lt;BR /&gt;start_srv_bac=0&lt;BR /&gt;&lt;BR /&gt;I want to change the start_srv_bac value from 0 to 1 in shell script&lt;BR /&gt;&lt;BR /&gt;As a result, it should b like this,&lt;BR /&gt;&lt;BR /&gt;start=1&lt;BR /&gt;reboot=2&lt;BR /&gt;this is a test&lt;BR /&gt;start_srv_bac=1&lt;BR /&gt;&lt;BR /&gt;The value of start_srv_bac is changed to 1&lt;BR /&gt;&lt;BR /&gt;My Question is how do you give it using a shell script.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Nov 2002 12:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snmp/m-p/2854657#M94433</guid>
      <dc:creator>Robert DJ</dc:creator>
      <dc:date>2002-11-29T12:52:38Z</dc:date>
    </item>
  </channel>
</rss>

