- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SNMP!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 04:14 AM
11-29-2002 04:14 AM
SNMP!
The SNMP protocol has to be deativated permanently.Is it SNMP Vulnerable for use, if so why?.What might happen if disabled.
One more ? In a shell script can we comment
with any character for any line in a file.
If possible? pls let me know.
Thank you in advance.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 04:23 AM
11-29-2002 04:23 AM
Re: SNMP!
Yes SNMP gives a chance to hackers,so in all CMM level organization systems SNMP will be disabled.
to do this
#cd /etc/rc.config.d
you can see 4 Snmp file , open each file and set SNMP_xxxxx_START flag to 0.
after a reboot SNMP will be permanently disabled.
In any shell script to comment any line, begin that line with #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 04:26 AM
11-29-2002 04:26 AM
Re: SNMP!
and search for SNMP
Introduction to SNMP
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J2740-90013/J2740-90013_top.html&con=/hpux/onlinedocs/J2740-90013/00/00/80-con.html&toc=/hpux/onlinedocs/J2740-90013/00/00/80-toc.html&searchterms=snmp&queryid=20021129-052321
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 04:52 AM
11-29-2002 04:52 AM
Re: SNMP!
The SNMP Prob is sorted out.....
Thanks a ton.
But I have probs in commenting from a shell script.
Eg:-
The contents of the file test.txt is,
start=1
reboot=2
this is a test
start_srv_bac=0
I want to change the start_srv_bac value from 0 to 1 in shell script
As a result, it should b like this,
start=1
reboot=2
this is a test
start_srv_bac=1
The value of start_srv_bac is changed to 1
My Question is how do you give it using a shell script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2002 04:52 AM
11-29-2002 04:52 AM
Re: SNMP!
The SNMP Prob is sorted out.....
Thanks a ton.
But I have probs in commenting from a shell script.
Eg:-
The contents of the file test.txt is,
start=1
reboot=2
this is a test
start_srv_bac=0
I want to change the start_srv_bac value from 0 to 1 in shell script
As a result, it should b like this,
start=1
reboot=2
this is a test
start_srv_bac=1
The value of start_srv_bac is changed to 1
My Question is how do you give it using a shell script.
Thanks in Advance.
Regards,
Robert.