KidsScience iPhone app a new way to learn science for K-12 kids

In today’s world, kids have access to all the technology gadgets of today such as iPhone, iPad, iPod Touch and other devices. Kids spend a great amount of time playing games, browsing while using these devices. Could we use these devices while providing quality education to kids ?

It’s a challenge for parents to make use of these devices in a productive way for kids. With that in mind, Sprima has developed a number of educational applications such as “KidsScience” for K-12 kids. The app is mainly divided into 2 group of questions. One for elementary kids and one for high school kids. The questions are based on various states’ syllabuses. The app generates questions and let the kid select a correct answer. It provides immediate feedback, if the answer is correct or wrong. If the answer is wrong, it provides the correct answer. The app also keeps the time taken to solve the questions.

It’s a very simple app to keep kids engaged while learning social science, natural science and other artifacts of science.

Feel free to provide feedback of the app to us at appleStore or info @ sprima.com .


Like us at http://www.facebook.com/sprimaincsprima and send us your request for Free Promo Codes. We will will give away 10 Promo Codes. First Come, first serve.

Posted in iPhone Apps | Leave a comment

How to set up the Self Monitoring for OVO, if it was deleted by mistake ?

OVO provides policies, scripts and tools for self-monitoring purposes. However, if those policies, scripts or tools are deleted, those utilities could be restored quite easily.

All self monitoring configuration data and the HPOM Java GUI integration are stored in the directory /opt/OV/OMU/adminUI/data/init/ovo/selfmon

We can use opccfgupld command  to upload this data. Here is how to restore the scripts, policies etc.
# cd /opt/OV/OMU/adminUI/
# opccfgupld -add $PWD/data/init/ovo/selfmon

Posted in OVO/OM/OMU/OMW | Tagged , , | Leave a comment

How to approve Pending certificate request from OVO Management station ?

First of all log into OVO management station. Check, if there is any certificate request is pending by running the following command.

/opt/OV/bin/ocvm –listpending –l

If you see any pending request, you could approve the certificate request by running the following command in management station.

ovcm –grant <Request ID>

At this time, if you run the earlier command, ( /opt/OV/bin/ocvm –listpending –l  ), you won’t see the pending Request ID for the approved certificate.

Posted in OVO/OM/OMU/OMW | Tagged | 2 Comments

How to check if any certificate request is pending in OVO Management Station ?

Log on into your OVO Management station.

To check if there is any certificate request is pending from any of the agents run the following command.

/opt/OV/bin/ocvm –listpending –l

 

It would show if any certificate request is pending or nothing is pending.

Posted in OVO/OM/OMU/OMW | Tagged | 2 Comments

How to download Configuration data of OVO/OMU ?

One can download the configuration data by using the following command.

-opccfgdwn

This command will allow to select the parts of the configuration that the user wants to download.

Posted in OVO/OM/OMU/OMW | 2 Comments

How check the certificates available to OVO Client ?

Here are the steps to find the certificates available to a local OVO client .

(1) Log into the local OVO client system

(2) Run the following command.



/opt/OV/bin/ovcert –list

Posted in OVO/OM/OMU/OMW | 1 Comment

How to remove the trusted certificate from OVO client ?

Run the following command on the OVO client to remove the trusted certificate.

/opt/OV/bin/ovcert –remove < Trusted Certificate ID>

Posted in OVO/OM/OMU/OMW | Leave a comment

How to delete a config Item in OTRS ?

The description below uses the OTRS version 3.1.1.
Here are the steps to delete a config Item  in OTRS.
1. Go to “Admin” tab.
2. Under “Ticket Settings” section, select “General Catalog”. It open up a new screen.
3. Under “General Catalog Management” , from drop down select “ITSM::ConfigItem::Class” and You will Config Items on right”.
4.  Click on the Config Item you want to delete. The Config Item would be displayed.

5. Change Valid Option to “Invalid” and save it.
6. The Config Item would no longer be seen in “CMDB” -> Overview.

You can verify the “Config Item” as it would be displayed under “CMDB” tab . Go to  the tab “CMDB” and click on “OverView”. You will see the  ”Config Item” that you deleted is no longer available.
Posted in OTRS | Leave a comment

How to remove a policy from Management Station of OVO ?

Here are the steps to remove a particular policy on a node from management station of OVO.

1. First log onto your management station.
2. On Management station, run the following command.
ovpolicy -remove –polname “Policy Name” -host “hostname”
Example:
ovpolicy -remove -polname “My_Monitor_Policy” -host myHostA
Here is how the sample output looks
* Remove all policies for the specified selection on host
‘myHostA’.


At this point the policy My_Monitor_Policy is removed on node “myHostA”


You can check the policy in remote host by following
ovpolicy -list -host myHostA

You would not see the policy My_Monitor_Policy is listed anymore.

Posted in OVO/OM/OMU/OMW | 8 Comments

How to disable a policy on a node from Management station of OVO ?

Here are the steps to disable a particular policy on a node from management station of OVO.

1. First log onto your management station.
2. On Management station, run the following command.
ovpolicy -disable –polname “Policy Name” -host “hostname”
Example:
ovpolicy -disable -polname “My_Monitor_Policy” -host myHostA
Here is how the sample output looks

* Disable all policies for the specified selection on host
‘myHostA’.


At this point the policy My_Monitor_Policy is disabled on node “myHostA”

Posted in OVO/OM/OMU/OMW | 1 Comment