Friday, June 22, 2018

MegaRAID_Storage_Manager-v16.11.00.03

Start the installation setup.

clip_image001

Click Next.

clip_image002

Accept the license and Click Next.

clip_image003

Enter the User Name and Organisation.

clip_image004

Check the installation folder location and Click Next.

clip_image005

Select the setup type.

clip_image006

Specify the LDAP configuration details, if you have or if you have not details then click No.

clip_image007

Select the key size.

clip_image008

Configure notifications as per your requirement.

clip_image009

Once installed Finished.

clip_image010

Start the MegaRAID Storage Manager.

How to check your BIOS and Touchpad version on Windows 7, 8 and 10

Solution

Using the Command Prompt in Windows

  • Click Start menu, and type CMD in the search box, Select CMD.
  • The command prompt windows appears, Type wmic bios get smbiosbiosversion. The string of letters and numbers following SMBBIOSBIOSVersion is your BIOS version. Write down the BIOS version number.

clip_image001

Find BIOS Version on Windows using the BIOS Menu

  • Reboot your computer
  • Open the BIOS menu - As the computer reboots, press F2, F10, F12, or Del to enter your computer BIOS menu. You may need to press the key repeatedly, as boot times for some computers can be very quick, ( Note this may not worked on Win 8 and Win 10, Please find instructions below for win 8 and 10
  • Find the BIOS version. In the BIOS menu, look for text that says BIOS Revision, BIOS Version, or Firmware Version.

Open Computer Management

Then click on Device Manager and under Mice and other pointing devices

clip_image002

Thursday, June 21, 2018

MegaRAID_Storage_Manager-v16.11.00.03

Start the installation setup.

clip_image001

Click Next.

clip_image002

Accept the license and Click Next.

clip_image003

Enter the User Name and Organisation.

clip_image004

Check the installation folder location and Click Next.

clip_image005

Select the setup type.

clip_image006

Specify the LDAP configuration details, if you have or if you have not details then click No.

clip_image007

Select the key size.

clip_image008

Configure notifications as per your requirement.

clip_image009

Once installed Finished.

clip_image010

Start the MegaRAID Storage Manager.

RAID Alerts & Notifications

Entering or Editing the Sender Email Address and SMTP Server

MegaRAID Storage Manager (MSM) can be used to send email alerts.

To setup MSM email alerts, in MSM go to Tools-->Configure Alerts:

clip_image001

You can use the Configure Alerts window to enter or edit the sender email address and the SMTP server.

On the Configure Alerts window, click the Mail Server tab.

The Mail Server options appear, as shown in the following figure.

ConfigureAlerts

Enter a sender’s email address in the Sender email address field, or edit the existing sender email address.

Enter your SMTP server name/IP Address in the SMTP Server field, or edit the existing details.

Clear the Use Default check box to enter the desired port number in the Port field.

Click OK

The Mail Server tab looks like this:

clip_image002

Adding Email Address of Recipients of Alert Notifications

The Email tab in the Configure Alerts window shows the email addresses of the recipients of the alert notifications. The MegaRAID Storage Manager software sends alert notifications to those email addresses. Use the Configure Alerts window to add or remove email addresses of recipients and to send test messages to recipients that you add.

To add email addresses of recipients of the alert notifications, perform the following steps:

  1. Click the Email tab in the Configure Alerts window.

clip_image003

Enter the email address you want to add in the New recipient email address field.

Click Add.

The new email address appears in the Recipient email addresses field.

clip_image004

Testing Email Addresses of Recipients of Alert Notifications

Use the Email tab in the Configure Alerts window to send test messages to the email addresses that you added for

the recipients of alert notifications.

Click the Email tab on the Configure Alerts window.

The Email section of the window appears

Click an email address in the Recipient email addresses field.

Click Test.

Confirm whether the test message was sent to the email address.

A pop-up message indicates if the test message sent to the email address was successful. If the MegaRAID Storage Manager software cannot send an email message to the email address, an error message appears.

Configure RAID 5 step by step

Start the WebBIOS.

clip_image001

Select the "Configuration Wizard"

clip_image002

Choose from the following options.

clip_image003

Select Yes.

clip_image004

Now, Select the Manual Configuration.

clip_image005

Add the drives.

clip_image006

Accept and Next.

clip_image007

Click Next.

clip_image008

Add the SPAN and Click Next.

clip_image009

Click Next.

clip_image010

Choose the RAID Level. We selected the RAID 6 then select the size.

clip_image011

Update the size and accept then click Next.

clip_image012

Select Yes.

Save the Configuration.

clip_image013

clip_image014

Exit the Application. RAID is configured.

Window Storage Server 2012 installation step by step

Connect the installation CD and start the setup.

clip_image001

Choose the language and other settings.

clip_image002

Click on Install now.

clip_image003

Enter the product key and click Next.

clip_image004

clip_image005

Accept the license and Click Next.

clip_image006

Choose the drive space and click Next.

clip_image007

Installation finished.

Windows command to get the system model,name,manufacturer,systemtype

Open Command prompt as administrator

Then type below command

# wmic computersystem get model, name, manufacturer, systemtype

How to share folder in RHEL/CentOS Linux

# yum install nfs-utils

# mkdir /New/mount

# chmod -R 777 /New/mount

# /sbin/service nfs status

clip_image001

# /sbin/service nfs start

clip_image002

112.168.171.35 :-

# nano /etc/exports

Insert this into file

/New/mount 112.168.171.35(rw,sync,no_root_squash,no_all_squash)

112.168.171.231 : –

# nano /etc/exports

Insert this into file

/New/mount 112.168.171.231 (rw,sync,no_root_squash,no_all_squash)

# mount -t nfs 112.168.171.231:/New/mount /New/mount

Checking the mounting status using command

# df -h

clip_image003

How to Install Apache HTTPD on Linux 7

To Install using YUM package:-

# yum install httpd -y

[root@localhost ~]# yum install httpd

Loaded plugins: fastestmirror, langpacks

--> Running transaction check

---> Package httpd.x86_64 0:2.4.6-80.el7.centos will be installed

--> Processing Dependency: httpd-tools = 2.4.6-80.el7.centos for package: httpd-2.4.6-80.el7.centos.x86_64

--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-80.el7.centos.x86_64

--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-80.el7.centos.x86_64

--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-80.el7.centos.x86_64

--> Running transaction check

---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed

---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed

---> Package httpd-tools.x86_64 0:2.4.6-80.el7.centos will be installed

---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed

--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================

Package Arch Version Repository Size

=============================================================================================================================================================================================================================================

Installing:

httpd x86_64 2.4.6-80.el7.centos base 2.7 M

Installing for dependencies:

apr x86_64 1.4.8-3.el7_4.1 base 103 k

apr-util x86_64 1.5.2-6.el7 base 92 k

httpd-tools x86_64 2.4.6-80.el7.centos base 89 k

mailcap noarch 2.1.41-2.el7 base 31 k

Transaction Summary

=============================================================================================================================================================================================================================================

Install 1 Package (+4 Dependent packages)

Total download size: 3.0 M

Installed size: 10 M

Is this ok [y/d/N]: Is this ok [y/d/N]: Is this ok [y/d/N]: Y

Downloading packages:

(1/5): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00

(2/5): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00

(3/5): httpd-tools-2.4.6-80.el7.centos.x86_64.rpm | 89 kB 00:00:00

(4/5): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00:00

(5/5): httpd-2.4.6-80.el7.centos.x86_64.rpm | 2.7 MB 00:00:02

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

Total 1.1 MB/s | 3.0 MB 00:00:02

Running transaction check

Running transaction test

Transaction test succeeded

Running transaction

Installing : apr-1.4.8-3.el7_4.1.x86_64 1/5

Installing : apr-util-1.5.2-6.el7.x86_64 2/5

Installing : httpd-tools-2.4.6-80.el7.centos.x86_64 3/5

Installing : mailcap-2.1.41-2.el7.noarch 4/5

Installing : httpd-2.4.6-80.el7.centos.x86_64 5/5

Verifying : httpd-tools-2.4.6-80.el7.centos.x86_64 1/5

Verifying : apr-1.4.8-3.el7_4.1.x86_64 2/5

Verifying : mailcap-2.1.41-2.el7.noarch 3/5

Verifying : httpd-2.4.6-80.el7.centos.x86_64 4/5

Verifying : apr-util-1.5.2-6.el7.x86_64 5/5

Installed:

httpd.x86_64 0:2.4.6-80.el7.centos

Dependency Installed:

apr.x86_64 0:1.4.8-3.el7_4.1 apr-util.x86_64 0:1.5.2-6.el7 httpd-tools.x86_64 0:2.4.6-80.el7.centos mailcap.noarch 0:2.1.41-2.el7

Complete!

# systemctl start httpd

Install qpid and qpid-tools in Oracle/Centos/RHEL Linux 7

Packages for RHEL 7 and CentOS 7 are available from the Fedora EPEL repositories. Install the EPEL release RPM to add the repository to your system

# wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

# rpm -I epel-release-latest-7.noarch.rpm

# yum install qpid-cpp-server qpid-tools

clip_image001

clip_image002

clip_image003

clip_image004

# To start the service:

/sbin/service qpidd start

# systemctl status qpidd.service

# To stop the service:

/sbin/service qpidd stop

# To restart the service:

/sbin/service qpidd restart

# To check the status:

/sbin/service qpidd status

# To force reload:

/sbin/service qpidd force-reload

# systemctl enable qpidd.service

chkconfig qpidd on

chkconfig rgmanager on

chkconfig cman on

qpid-queue-stats queues -a admin/admin@localhost --sasl-mechanism=PLAIN

Oracle Database 19c Installation on Oracle Linux 7

Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...