cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
522
Views
0
Helpful
3
Replies

Cisco SCH

DavinderAnand
Level 1
Level 1

I need to check if Cisco SCH turned ON and Off staus can be captured by any monitoring software like CA?

if yes, what do you need to do?

 

3 Replies 3

Keny Perez
Level 8
Level 8

Do you happen to be talking about Smart Call Home?

Mabe not exactly what you need: The following PS cmdlets configure call home


Start-UcsTransaction
$mo = Get-UcsCallhome | Set-UcsCallhome -AdminState "on" -AlertThrottlingAdminState "on" -Descr ""
-Name "" -PolicyOwner "local"
$mo_1 = Get-UcsCallhomeSmtp | Set-UcsCallhomeSmtp -Host "192.168.121.10" -Port 25
$mo_2 = Get-UcsCallhomeSource | Set-UcsCallhomeSource -Addr "Quellenweg 12, 3067 Boll" -Contact "Wa
lter Dey" -Contract "wdey" -Customer "" -Email "wdey@bluewin.ch" -From "admin@bluewin.ch" -Phone "+
417308437" -ReplyTo "wdey@bluewin.ch" -Site "" -Urgency "debug"
Complete-UcsTransaction

-------------------------------------------------------------------------------------------------------------------------

The following turns call home off

--------------------------------------------------------------------------------------------------------------------------

Get-UcsCallhome | Set-UcsCallhome -AdminState "off" -AlertThrottlingAdminState "on" -Descr "" -Name
 "" -PolicyOwner "local"

-------------------------------------------------------------------------------------------------------------------------

The following turns call home on

--------------------------------------------------------------------------------------------------------------------------

Get-UcsCallhome | Set-UcsCallhome -AdminState "on" -AlertThrottlingAdminState "on" -Descr "" -Name
"" -PolicyOwner "local"

kedevara
Level 1
Level 1

Hello

check this below given links & also pdf file.

http://www.cisco.com/c/en/us/solutions/collateral/enterprise/cisco-on-cisco/Smart_Call_Home_for_UCS.html

http://www.cisco.com/c/dam/en/us/td/docs/switches/lan/smart_call_home/SCH_Deployment_Guide.pdf

Hope this helps.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card