HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: Automated way to Disable ASR on 600 servers?
Windows Server 2003
1832845
Members
3206
Online
110047
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-19-2009 07:03 AM
11-19-2009 07:03 AM
Automated way to Disable ASR on 600 servers?
Hi I am tasked with disabling ASR on 600 servers different types and generations and I know you can do it manually from the System Management Homepage.
My boss wants me to find a scriptable or automated solution without a reboot. He also wants to have some type of reporting on what servers are set to what settings.
I did research on using SIM with the Replicate Agent Settings and that did not have a disable ASR function.
I also tried Conrep but getting a driver error when trying to import the data file. From what I read this is because it's not WIN PE and is Windows 2003 Server.
I even tried calling HP support and they said they don't have any thing to automate disabling of ASR.
So I'm stuck and want to reach out to the HP community to see if you may of had any luck.
Thank You
Rene
My boss wants me to find a scriptable or automated solution without a reboot. He also wants to have some type of reporting on what servers are set to what settings.
I did research on using SIM with the Replicate Agent Settings and that did not have a disable ASR function.
I also tried Conrep but getting a driver error when trying to import the data file. From what I read this is because it's not WIN PE and is Windows 2003 Server.
I even tried calling HP support and they said they don't have any thing to automate disabling of ASR.
So I'm stuck and want to reach out to the HP community to see if you may of had any luck.
Thank You
Rene
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 08:13 AM
12-16-2009 08:13 AM
Re: Automated way to Disable ASR on 600 servers?
Get Net-SNMP and install it.
To check ASR status on server "myserver":
snmpget -c public -v 1 myserver .1.3.6.1.4.1.232.6.2.5.1.0
A value of "3" means disabled, and "4" means enabled.
To disable ASR:
snmpset -c public -v 1 myserver .1.3.6.1.4.1.232.6.2.5.1.0 i 3
To enable ASR:
snmpset -c public -v 1 myserver .1.3.6.1.4.1.232.6.2.5.1.0 i 4
Hope it helps.
Paulo Meireles
To check ASR status on server "myserver":
snmpget -c public -v 1 myserver .1.3.6.1.4.1.232.6.2.5.1.0
A value of "3" means disabled, and "4" means enabled.
To disable ASR:
snmpset -c public -v 1 myserver .1.3.6.1.4.1.232.6.2.5.1.0 i 3
To enable ASR:
snmpset -c public -v 1 myserver .1.3.6.1.4.1.232.6.2.5.1.0 i 4
Hope it helps.
Paulo Meireles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2010 11:35 AM
08-16-2010 11:35 AM
Re: Automated way to Disable ASR on 600 servers?
Hi
is there a way to run net-snmp for multiple servers like giving the servernames in a textfile...
is there a way to run net-snmp for multiple servers like giving the servernames in a textfile...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 11:57 AM
08-17-2010 11:57 AM
Re: Automated way to Disable ASR on 600 servers?
Hi Rene,
Paste this command into Notepad and save it with a .bat extension:
for /f %%a in (MyListOfServers.txt) do snmpset -c public -v 1 %%a .1.3.6.1.4.1.232.6.2.5.1.0 i 3
Save your list of servers as MyListOfServers.txt in the same directory.
good luck, if you appreciate the answers we appreciate the points!
Paste this command into Notepad and save it with a .bat extension:
for /f %%a in (MyListOfServers.txt) do snmpset -c public -v 1 %%a .1.3.6.1.4.1.232.6.2.5.1.0 i 3
Save your list of servers as MyListOfServers.txt in the same directory.
good luck, if you appreciate the answers we appreciate the points!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP