October 2013
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

Categories

October 2013
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  

INSTALL wild card SSL CERTIFCATE ON IIS & IIS7 SSL Certificate installs, but disappears right away

INSTALL wild card SSL CERTIFCATE ON IIS & IIS7 SSL Certificate installs, but disappears right away

 

Use .pfx format instead of

Guys i am using openssl tool in to convert .pfx format.

 

openssl pkcs12 -export -out mydomain.pfx -inkey rmohan.com.key -in rmohan.com.crt -certfile rmohan.comca.crt

 

For this example I’ve copied the mydomain.pfx to the […]

Multipath config status check in Linux

Multipath config status check in Linux Using dmsetup command:

# ls -lrt /dev/mapper //To View the Mapper disk paths and Lvols

#dmsetup table

#dmsetup ls

#dmsetup status

Using Multipathd Command ( Daemon )

#echo ‘show paths’ |multipathd -k

#echo ‘show maps’ |multipathd -k

Explained multipathd below:

A.DISPLAY PATH STATUS

Multipathd has a mode (the […]

Redirecting the Server Console to the Serial Port Using Linux Operating System:

Although the server’s ILOM has a redirection feature that allows you to do this, you can also redirect the server console to the serial port by doing the following for either Red Hat (RHEL) or Suse (SLES):

 

1. Add the following line in /etc/inittab file (for SLES, this line might already exist but be […]

How to change Time zone in Linux

# cd /etc # rm localtime //delete the existing localtime file

Check the available time zones in US

# ls /usr/share/zoneinfo/US/ Alaska Arizona Eastern Hawaii Michigan Pacific Aleutian Central East-Indiana Indiana-Starke Mountain Samoa

Note: For other country timezones, browse the /usr/share/zoneinfo directory

Now we can change the time zone using below step

 

 

# […]