- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Export ASR configuration
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-04-2009 01:02 AM
тАО09-04-2009 01:02 AM
Export ASR configuration
I'd like to export ASR configuration (just to know if it is enabled or disabled) from All my servers.
I went to the Report Option in our Insight Manager server but did not find anything regarding ASR.
We are running numerous servers and I really don't want check them one by one. Moreover I need to disable massively ASR on all my boxes afterward.
If anyone know a way to export this info, I'll really appreciate this.
For info, we are running SIM 5.0 SP5.
Thanks,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2009 06:49 AM
тАО09-04-2009 06:49 AM
Re: Export ASR configuration
What OS are you running? On Linux you can check the status with
hpasmcli -s "show asr"
and disable it with
hpasmcli -s "disable asr"
Maybe this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2009 01:19 PM
тАО09-04-2009 01:19 PM
Re: Export ASR configuration
Unfortnuately we are running Windows 2003 so if anyone else have a MS solution for this question???
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2009 05:33 AM
тАО09-07-2009 05:33 AM
Re: Export ASR configuration
http://h18000.www1.hp.com/products/servers/management/toolkit/index.html
This can read/write XML files that have the ASR setting and timeout in them.
You can gather/change a lot more settings for all your servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2009 07:28 AM
тАО09-15-2009 07:28 AM
Re: Export ASR configuration
Well it works indeed. Unfortunately it does not work remotely and it seems you have to install the 'SmartStart Scipting tool kit' on each server!
I found a way to export the configuration info with the following SQL query:
SELECT dc_SystemName, ASRStatus
FROM DC_ProliantHost
Now, my export show that 95% of my servers have ASR enabled and we obviously want them disable.
Anyone have an idea to script this option??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2009 11:26 PM
тАО09-15-2009 11:26 PM
Re: Export ASR configuration
In HP RDP (Altiris Deployment Solution + Smartstart Scripting Toolkit) the first task in a job is to deploy a system config. Which is exactly what you want to do. It is done remotly by accessing a share and running a command line.
If you are ok to wait till friday and I am in front of my RDP server I can deconstruct what the actual command line is and let you know.
But basically I think its just running conrep from a remote share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2009 04:26 AM
тАО09-17-2009 04:26 AM
Re: Export ASR configuration
I went a bit deeper with conrep command line and I don't think it will fit with what I need.
It's efficient to export the hardware config from one server and import it to another box (same model). But we have differents HP Hardware models and we just want to modify ASR without touch others config option.
Thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2009 07:06 AM
тАО11-18-2009 07:06 AM
Re: Export ASR configuration
I have the same issue where we need to modify multiple servers and server types to disable ASR.
Did you ever get a solution for this?
Thanks,
Rene
renehasp@gmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2009 12:56 PM
тАО12-08-2009 12:56 PM
Re: Export ASR configuration
I asked since they pull this information via the SMH page was there a way to query this and bring it back to hpsim and they could provide no answer and have no future solutions planned. I did some research on this and there seem to be one or two products which can be integrated into HPSIM to collect wheter or not ASR is disabled / enabled. http://www.tools4ever.com/products/monitormagic/features/server-monitoring/hardware-monitoring/hp-systems-insight-manager/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2013 09:00 PM
тАО05-16-2013 09:00 PM
Re: Export ASR configuration
Hi.
I have the same situation to check ASR status on hundreds of Windows server. I am newbie to scripting. Could you please tell me how to run the SQL query to ASR information..
Thanks,
- Tags:
- SQL