Useed percent email alert on NSS volumes

I was wondering if there is a way to setup OES to send email alerts when a drive gets to a specified % free in space?
Sincerely,
Ken

mdallair wrote:
>
> kheinz;2343040 Wrote:
>> I was wondering if there is a way to setup OES to send email alerts when
>> a drive gets to a specified % free in space?
> OES11 Sp2 already include a built-in nagios so it's possible to
> configure it to do what you need.
The plugin check_disk of nagios does not have an option to check NSS
volumes only. To I simply exclude all other types in order to just get NSS:
# 'check_local_disk_nssvol' command definition
define command{
command_name check_local_disk_nssvol
command_line sudo /usr/lib/nagios/plugins/check_disk -w
$ARG1$ -c $ARG2$ -X nsspool -X xfs -X debugfs -X proc -X sysfs -X tmpfs
-X devpts -X
ext2 -X ext3 -X ext4 -X btrfs -X reiserfs -X fusectl -X securityfs -X
adminfs -X binfmt_misc -X proc -X nssadmin -X novfs
See any documentation on Nagios on how to send email alerts upon
specific events.
Günther

Similar Messages

  • Email alert tones and volume levels

    is there a way to have different tones for different email accounts , so that not all the sounds are the same ? also is there a way to change the level of volume for email different then the phone ring sound level ?
    .thanks mike

    thats what i thought ! thanks

  • How do you configure SMTP for emailed alerts?

    I'm using the current Mavericks Server. I would like to configure Alerts to email Alerts to me. My server is *not* an email server, so email alerts would have to go out through an external SMTP server. How do I specify the SMTP server that should be used for emailing alerts?

    I think the only way to set it up via the GUI is to activate the mail server service and set it to send through the external SMTP server.

  • Email Alerts out of iCal

    Dear All,
    I wonder if you could enlighten me. I am trying to use the email alert function for events in iCal. Every time it stipulates that I need to add my own card to the Address book to do so. The card and the emails are already there / but it still comes up with that message and it doesn't go any further. It simply gives me the option "open address book" where I can see my own card/entry.
    Any idea what the problem might be ?
    Cheers
    Lenochka

    Lenochka,
    Delete and recreate your "My Card."
    Then re-designate your "My Card" Address Book>Card>Make this my card.
    ;~)

  • Choosing which email address to be used in an alert?

    I ical is a great organizational app. I have gone to this forum hoping to find someone else who has tried to do what I want to do, use this to alert another person via email. I "clicked" on the alarm catagory, "clicked" on the email choices, and I am unsure how to go to the all the address book choices. As all that is listed on the drop down menu is my email and I want to choose a new emailee. I have gone to both apps preferences, but no luck. You see I want to alert a "payee" that their bill to me is due.

    i can assume by the lack of responses that no one came up with a solution

  • Access forbidden when Apache is trying to use NSS volume

    I'm helping a customer migrate from an OES2 SBE server to an OES2 Linux server running under VMware. The new server is up and seems to be running fine and I've migrated all of the data over, but not using the Migration Tools as I could not get them to work. (That's another thread in the forums. Could that problem be related to this problem???).
    Anyway, on their old server they run Apache for their public web site and it's default directory is on an NSS volume. It's configured in default-server.conf and it works fine. There are no virtual servers configured in Apache
    On the new server, I've duplicated every setting I can find in Apache and every permission in the file system to match exactly with the old server. However, all I can get from Apache is an "Error 403: You don't have permission to access the requested directory. There is either no index document or the directory is read-protected."
    If I move the web folder off of the NSS volume and adjust default-server.conf, it serves the pages up just fine. So, I'm pretty sure it's NSS permissions related. The wwwrun user and www group are pre-existing in the Tree and the old server is using them and they appear to be LUM enabled. There's a Unix Workstation object in the tree for the new server, so I'm assuming it's LUM enabled. From what very little I understand about LUM, it appears to be working but I wouldn't bet much on that. I also tried configuring Apache to use a virtual host instead of the default-server and that didn't help either.
    I've found several other threads and TIDS on the topic and tried them all but nothing worked. I'm at the end of my knowledge!
    -Farren

    farren wrote:
    >
    > I'm helping a customer migrate from an OES2 SBE server to an OES2 Linux
    > server running under VMware. The new server is up and seems to be
    > running fine and I've migrated all of the data over, but not using the
    > Migration Tools as I could not get them to work. (That's another thread
    > in the forums. Could that problem be related to this problem???).
    >
    > Anyway, on their old server they run Apache for their public web site
    > and it's default directory is on an NSS volume. It's configured in
    > default-server.conf and it works fine. There are no virtual servers
    > configured in Apache
    >
    > On the new server, I've duplicated every setting I can find in Apache
    > and every permission in the file system to match exactly with the old
    > server. However, all I can get from Apache is an "Error 403: You don't
    > have permission to access the requested directory. There is either no
    > index document or the directory is read-protected."
    >
    > If I move the web folder off of the NSS volume and adjust
    > default-server.conf, it serves the pages up just fine. So, I'm pretty
    > sure it's NSS permissions related. The wwwrun user and www group are
    > pre-existing in the Tree and the old server is using them and they
    > appear to be LUM enabled. There's a Unix Workstation object in the tree
    > for the new server, so I'm assuming it's LUM enabled. From what very
    > little I understand about LUM, it appears to be working but I wouldn't
    > bet much on that. I also tried configuring Apache to use a virtual host
    > instead of the default-server and that didn't help either.
    >
    > I've found several other threads and TIDS on the topic and tried them
    > all but nothing worked. I'm at the end of my knowledge!
    >
    > -Farren
    >
    >
    Did you give rights to wwwrun to the volume?

  • Custom Alert Email Templates Issue - List Alerts emails not using customized XML alert template

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I
    have renamed the custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and
    restarted IIS.  Once users subscribe to the alerts using the list using the "alert me" function they received the customized email as intended. 
    We needed to auto-subscribe users to the email alerts so what I did was used a powershell script to add users to the alert subscriptions using the script shown in below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When I ran the script and added the users and restarted the service, all users who were auto-subscribed via this method would get the email without the customizations that were done in the custom template.  All users who manually subscribed to the list
    using the "Alert Me" function would get the customized email. 
    Does anyone know why users who manually subscribe would get the custom email alert and why users who were auto-subscribed using the powershell script do not get the custom email alert?

    Hi  ,
    According to your description, my understanding is that users who were auto-subscribed using the PowerShell script do not get the custom email alert.
    For your issue, it can be caused by the auto-subscribed alert email which is generated by PowerShell script is  using OOTB alert template. You can add the following script into your script for setting
    the alerts’ alert email template:
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $AlertsTemplateCollection =new-object Microsoft.SharePoint.SPAlertTemplateCollection($contentService)
    $newAlert.AlertTemplate = $AlertsTemplateCollection["YOUR_UNIQUE_TEMPLATE_NAME_VALUE"]
    Reference:
    http://sadomovalex.blogspot.com/2012/03/one-problem-with-updating-alert.html
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Email Alert Template Issue - List Alerts (Alert Me) emails not using customized XML alert template

    We have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed using the "Alert Me" feature. We have renamed the
    custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list "alert me"
    function they received the customized email as intended.
    We needed to auto-subscribe users to the email alerts so what we did was use a powershell script to add users to the alert subscriptions using the script shown below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When we ran the script and added the users and restarted the service, all users who were auto-subscribed via this method get the email without the customizations that were done in teh custom alert template.  All users who manually subscribed on their
    own to the list using the "Alert Me" function would get the customized email.
    Does anyone know why users who manually subscribe to the alerts get the customized email, and users who were auto-subscribed using the powershell script do not get the customized email and get the standard generic email template?

    Hi  ,
    According to your code, it create a new alert using SPUser.Alerts.Add() method. For this method, it will create a new alert based on the predefined alert template by default.
    If you only assigned the custom alert template to the list, users who manually subscribe to the alerts get the customized email, but users who were auto-subscribed using the PowerShell script get the standard
    generic email template.
    For your issue, you can set the new alert ‘s alert template:
    http://social.technet.microsoft.com/Forums/en-US/1b19c12f-fc37-48cf-8b59-6c09f095dc23/custom-alert-email-templates-issue-list-alerts-emails-not-using-customized-xml-alert-template?forum=sharepointgeneralprevious
    Here is a good blog you can have a look:
    http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • WRVS4400N - Logging and Email Alerts when I use a VPN client - Firmware bug?

    Hi folks -
    I've got a problem with my WRVS4400N that has been dogging me for a long time now, and I'm finally fed up with the email alerts.
    My wife has a VPN client for her work, on her laptop.  It is nothing fancy, normal IPSec VPN, details on it I can get if needed, but it's just VPN.
    My WRVS4400N is running 1.1.03 firmware, latest on the site.  I have all VPN pass-throughs enabled.  VPN connectivity for the wife works great, no problems that I'm aware of for her functionally.
    The problem is, that I have logging turned on with email alerts.  When my wife uses her VPN connection, I get flooded with alerts from the router with all sorts of goobly goo information.  It's almost like there is a bug in the router firmware that is parsing information incorrectly. 
    Log levels are set to 0,1,2,3.  Email alerts enabled.  DoS threshold is 50, Log Queue is 100, Log Time is 60.  SMTP information for my mail server populated of course, and Local Log enabled.
    Below is a sample of the email body that gets sent.  My wife has been using her VPN connection for about 3 hours tonight, and already I've been flooded with over 1000 emails.
    Here's some body content:
    Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LEN05 CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LEN07 CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENH CID=054619136 Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN† CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENy CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENv8 CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENW9 CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN† CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENy CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN@3 CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENQ1 CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN` CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENu CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENf CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENf CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN20 CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LEN43 CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN† CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENy CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENb CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENu CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENH CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LEN=CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENI CID=054619136 Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENI CID=054619136Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENE CID777216Jan 5 22:28:21 - CTÃ8314c0, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENE CID777216Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=w GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN@3 CID=054619136 Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN@3 CID=054619136Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENQ1 CID777216Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LENX CID=054619136Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 71.70.237.8 PRˆ0B LENq CID777216Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=iginal GRE: 192.168.0.206 -> 216.27.6.31 PRˆ0B LEN` CID=054619136
    Jan 5 22:28:24 - CTÃ831e60, MasterÁceab60, DIR=ply GRE: 216.27.6.31 -> 7
    Does anyone have any ideas?  This seems like a code bug to me, but how do I go about reporting to Linksys?
    Of course, I can turn off email alerts, but then that defeats the purpose of the router being able to tell me when something is awry.
    Any help would be appreciated!
    Thanks,
    Jesse T.

    hay,
    Nobody can test this?
    nobody has a 5520?

  • Can not use Cisco VMS 2.3 to send email alert to admin

    Hi all,
    I am using IDSM version 5 + Catalyst 6513.
    I am going to configure for Cisco VMS 2.3 to send alert email to admin. I downloaded scritp from cisco forum but now I can't configure.
    1. I rename the file emailalertv5.txt to emailalertv5.pl
    2. I copy the file to directory "E:\CSCOpx\MDC\etc\ids\scripts\"
    3. I configure in Cisco VMS 2.3 (like the attachment)
    However, I can't receive the alert email from Cisco VMS 2.3. When I connect to Security Monitor, I see many attack events.

    Hi all,
    if you know the answer, please answer me. I am looking for your answer.
    I read all materials about IDSM-2 but I can't configure email alert.
    Thank you very much.

  • The text/email/alerts sound volume has gone right down on my iPhone 4

    The text/email/alerts sound volume has gone right down on my iPhone 4, but the ringtone volume is still loud! Adjusting the volume in "Settings" only changes the ringer volume, I just can't find a way to increase the alerts volume! Help please!!!

    Hi ecsands,
    Thanks for visiting Apple Support Communities.
    To "Choose alert sounds, adjust the alert volume, or turn vibrate on or off: Go to Settings > Sounds."
    For more information, see Pg. 28 - 29 of the iPhone User Guide:
    http://support.apple.com/manuals/#iphone
    If adjusting the volume doesn't help, see the "Acoustic-speaker/microphone/receiver" section of this article for some troubleshooting steps:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Cheers,
    Jeremy

  • Use OES2SP3 NSS Volume on a OES11SPx Server

    Hello all
    We have a couple of virtual OES2SP3 servers which we plan to replace with OES11SPx servers (on several remote sites).
    Now we had the idea to mount the existing OES2SP3 NSS volume (own vmdk disk) with all the data on it to the new OES11SPx server.
    With this procedure we would not need to migrate the data to the new server and would save some time.
    Does anyone have experiences with such a action?
    The NSS volume contains GW and a usual folder structure.
    Thank you for your feedback and suggestions.
    Best regards
    Beat

    Originally Posted by bschwegl
    Hello all
    We have a couple of virtual OES2SP3 servers which we plan to replace with OES11SPx servers (on several remote sites).
    Now we had the idea to mount the existing OES2SP3 NSS volume (own vmdk disk) with all the data on it to the new OES11SPx server.
    With this procedure we would not need to migrate the data to the new server and would save some time.
    Does anyone have experiences with such a action?
    The NSS volume contains GW and a usual folder structure.
    Thank you for your feedback and suggestions.
    Best regards
    Beat
    Works fine.
    The gotcha's that I'm aware of:
    When you power off the OES2 VM, and "remove the disk", and then you attach it to the OES11 VM, I don't believe it MOVES the actual VMDK file or directory structure.
    In other words:
    OES2 VM used DATASTORE1 and the directory was like \oes2-vm\oes2-vm.vmdk
    OES11 would show it like:
    DATASTORE1\oes2-vm\oes2-vm.vmdk
    So if/when you decomission the OES2 box, you do NOT want to do a "delete from disk" as it will whack the vmdk and directory and your OES11 box will lose the volume.
    I am unsure if a storage vmotion would work (if you have the paid VMware) or if you will have to power off the VM's and manually move the datastructures around. If going from esx host to esxi host, it can be time consuming.
    If all the servers are using the one esxi host, then I imagine a simple rename, etc. would suffice (ie, power off the VM's, manually browse the datastore, change the directory name, or move it into the OES11 one, etc.)
    But yes, what you want to do works and I've done it many times before.
    Disconnect the disk from the OES2 box, reconnect it to the OES11 box, rescan for LUNs. I don't remember if a server reboot is needed, but I always like to do that. Otherwise I think you'll have to manually run nssmu to mount the volume, etc.
    Obviously if it's Groupwise you'll need to adjust any config files if you used UNC paths for stuff, along with IP addresses (ie, change the IP of the POA/MTA, rebuild the databases, etc.)
    --Kevin

  • Email alert using calculation script in essbase

    Hi,
    I am doing email alerts using run calculation script.
    I have created calculation script as per provided guideline but here I am facing problem.
    RUNJAVA com.oracle.essbase.cdf.SetEmailProp "target:target1" "subject:subject_line";
    RUNJAVA com.oracle.essbase.cdf.SendMail target:target1: server:smtpservernamel.om
    from:emailid.com to:toemailid.com "body:body of test mail";
    here instead of target & target1 i m not getting what should i write here.
    & it gives me am error like:
    Error: 1200456 Problem running [com.oracle.essbase.cdf.SetEmailProp "target:starget1"][Can not find class com.oracle.essbase.cdf.SetEmailProp]
    I have created SetEmailProp.java files & also created other files from the provided site.
    is their any need to do changes in this file according to requirement?
    Could you help me out from this.
    Thanks
    Edited by: 949936 on Nov 2, 2012 6:17 AM

    The Detailed Process is :
    I have downloaded CDF_Email .zip here,I got CDF_Email.jar and , SendMail.java,SetEmailProp.Java,AlertFunctions.java classes.Then I have downloaded CDF_export.jar.
    After that I have followed all the process that written in document guide (adistrategies.com) from "KB26_Email In Calculation Script".
    I placed all these .java files and .jar files in ARBORPATH java folder . here I have created one "udf folder" and put all the files in this folder as per the guideline provided in this document.
    About udf.policy I haven't did any changes in this file. could you tell me what is the neccessary changes are required in udf.policy file to achive this task.
    Thanks

  • PLSQL Email alerts using DBMS_JOB

    I need help with a request something like this:
    If anyone does any changes to an existing Purchase Order i.e. add additional line items to it, the corresponding stakeholder should get an email alert notifying them of the changes. A Purchase Order usually has a structure of a PO Header in a Header table and the details (items) in a separate detail table i.e. for One record in the header table there can be multiple entries in the detail table (pretty straightforward).
    The alert requirement was achieved using the UTL_SMTP function and having an after insert trigger placed on the detail table call a stored proc which would make use of UTL_SMTP and send out an email, but the problem is that for every insert on the detail table the user will get an email. So if, say, 50 items are added to the PO the users inbox will be flooded with 50 emails!
    I am trying to find out a possibility of using DBMS_JOB to schedule the email stored proc to send out email after commit occurs on the detail table but I would also need the PO number, and the items that were added in one user session to the PO all at once, then compose the email with the PO number and all the items that were added and send the email, rather than sending one email each for every item.
    Any help on this scenario would be greatly appreciated! Below is what its there currently-
    PO_Head table structure-
    PO_NUMBER, PO_DATE, SUPPLIER, CREATE_DATE, LOCATION....
    PO_detail table structure-
    PO_NUMBER, ITEM, ORDERED_QTY, LATEST_SHIP_DATE,....
    CREATE OR REPLACE TRIGGER PO_DETAIL_CHG_AIR
    AFTER INSERT
    ON PO_DETAIL
    FOR EACH ROW
    DECLARE
    ....declaration and cursors....
    BEGIN
    if ALERT_AP_ORDER_CHG(.... , :new.item,:new.ordered_qty, :new.po_number)= FALSE then
    raise PROGRAM_ERROR;
    EXCEPTION
    when OTHERS then
    END PO_DETAIL_CHG_AIR;
    CREATE OR REPLACE FUNCTION ALERT_AP_ORDER_CHG (.... , item,ordered_qty, po_number)
    RETURN BOOLEAN IS
    declarations
    v_From VARCHAR2(80) := '[email protected]';
    v_Recipient VARCHAR2(80) := NULL;
    v_CarbnCopy VARCHAR2(80) := '[email protected]';
    v_Subject VARCHAR2(80) := 'Changes done to PO';
    v_Mail_Host VARCHAR2(50) := 'hub.new.xyz.com';
    v_Mail_Conn utl_smtp.Connection;
    crlf VARCHAR2(2) := chr(13)||chr(10);
    BEGIN
    v_Subject := v_Subject||po_number;
    v_Mail_Conn := utl_smtp.Open_Connection(v_Mail_Host, 25);
    utl_smtp.Helo(v_Mail_Conn, v_Mail_Host);
    utl_smtp.Mail(v_Mail_Conn, v_From);
    utl_smtp.Rcpt(v_Mail_Conn, v_Recipient);
    --Create HTML message
    utl_smtp.Data(v_Mail_Conn,
    'Date: ' || to_char(sysdate, 'Dy, DD Mon YYYY hh24:mi:ss') || crlf ||
    'From: ' || v_From || crlf ||
    'Subject: '|| v_Subject || crlf ||
    'To: ' || v_Recipient || crlf ||
    'Cc: ' || v_CarbnCopy || crlf ||
    'Content-Type: text/html;' ||crlf ||
    '<html><body><font face="arial">'||
    'FYI, an existing PO has been changed. Details Below-'|| crlf || crlf ||
    '<tr><td>Order No# </td><td> '||po_number||'</td></tr>'||crlf||
    '<tr><td>Item</td><td>'||item||'('||L_desc||')' ||'</td></tr>'||crlf||
    '<tr><td>Qty</td><td>'||ordered_qty||'</td></tr>'||crlf ||
    '<tr><td>Date</td><td>'||sysdate||'</td></tr></table>'|| crlf ||
    'Note- This is an Auto generated email. Please do not respond.</font></body></html>');
    utl_smtp.Quit(v_mail_conn);
    return TRUE;
    EXCEPTION
    WHEN utl_smtp.Transient_Error OR utl_smtp.Permanent_Error then
    L_error := 'Unable to send mail: '||sqlerrm;
    return FALSE;
    END;
    Edited by: user9207221 on Dec 16, 2011 7:22 AM
    Edited by: user9207221 on Dec 16, 2011 7:28 AM

    user9207221 wrote:
    I thought somewhere of using a compound trigger, but then ruled it out for some reason I don't really remember. I will give it a shot with DBMS_JOB, DBMS_SCHEDULER, and compound triggers and see if it works. This requirement is basically a result of an Application bug logged with Oracle as a Service request, so honestly its a temporary patch to be wary of the data going wrong in production.
    Thanks for the suggestions.That'll work so long as an individual statement is responsible for adding the detail rows.
    Here's an example
    create table to_test
       col1  number
    create or replace trigger to_test_t01
    for insert or update on to_test
    compound trigger
       l_rowids    sys.odcivarchar2list default sys.odcivarchar2list();
    after each row is
    begin
       l_rowids.extend();
       l_rowids(l_rowids.count)   := rowidtochar(:new.rowid);
    end after each row;
    after statement is
    begin
       for x in
          select
             distinct
                col1
          from to_test
          where rowid in (select chartorowid(column_value) from table(cast(l_rowids as sys.odcivarchar2list)))
       loop
          dbms_output.put_line('distinct column = ' || x.col1);
       end loop;
    end after statement;
    end;
    --will work with inserting data in this fashion
    insert into to_test select 1 from dual connect by level <= 5;
    --will not work if you have
    insert into to_test values (1);
    insert into to_test values (1);

  • Email alert volume; Stopping deletion of mail from mailboxes

    Hi--Is there any way to turn up the volume of the email alert on my earthlink acct, the account came with the MB PRo.
    Also, is there any way to stop the deletion of mail from mailboxes I've created. You can stop deletion from the Inbox or whatever, but I lost important mail I'd put them in a new mailbox and poof they went, without warning, no advisory, ****.

    OK great.
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.
    If that doesn't do it and you can afford to redo all your Rules, try these & reboot...
    /Users/YourUserName/Library/Mail/MessageRules.plist
    /Users/YourUserName/Library/Mail/MessageRules.plist.backup

Maybe you are looking for