Author name: admin

Searching for Content in Files Using the egrep

The egrep command searches the contents of one or more files for a pattern using extended regular expression metacharacters. Extended regular expression metacharacters include the regular expression metacharacters that the grep command uses, plus some additional metacharacters. The table describes the additional metacharacters. Extended Regular Expression Metacharacters Metacharacter Purpose Sample Result + Matches one or […]

Searching for Content in Files Using the egrep Read More »

STEPS TO CREATE UNPROTECTED STANDARD DEVICES DMX / SYMMETRIX

1      Verify the free space available in MBs SUN1#symconfigure   -sid  277  list  -freespace –unit MB Now the free space in SYMM 277 is displayed in MBs example 1278888 MB 2      Verify any configuration sessions are running SUN1#symconfigure   -sid  277 verify It verifies if any configurations are running   3     Verify if any locks have been

STEPS TO CREATE UNPROTECTED STANDARD DEVICES DMX / SYMMETRIX Read More »

STEPS TO CREATE BCV DEVICES DMX / SYMMETRIX

1       Verify the free space available in MBs SUN1#symconfigure   -sid  277  list  -freespace –unit MB Now the free space in SYMM 277 is displayed in MBs example 1278888 MB 2      Verify any configuration sessions are running SUN1#symconfigure   -sid  277 verify It verifies if any configurations are running   3      Verify if any locks have been

STEPS TO CREATE BCV DEVICES DMX / SYMMETRIX Read More »

STEPS TO CREATE STANDARD DEVICES WITH TWO WAY PROTECTION

Verify the free space available in MBs SUN1#symconfigure   -sid  277  list  -freespace –unit MB now the free space in SYMM 277 is displayed in MBs example 1278888 MB verify any configuration sessions are running SUN1#symconfigure   -sid  277 verify it verifies if any configurations are running   verify if any locks have been enforced upon SYM

STEPS TO CREATE STANDARD DEVICES WITH TWO WAY PROTECTION Read More »

Opensips installation

Before going ahead with opensips installation, update the system to use the latest packages. yum update This will download all the latest versions of the installed components. Once done, start with opensips dependencies installation. yum install bison yum install libxml2-devel yum  install gcc-c++ xmlrpc installation: download xmlrpc-c-1.06.41 untar sources and run ./configure –disable-abyss-threads make make

Opensips installation Read More »

Broadcom NetXtreme Gigabit Ethernet Driver For Solaris 2.6/7/8/9/10 for i386 / SPARC platform

1. Change directory to where BRCMbcme.pkg resides.2. pkgadd -d BRCMbcme.pkg OR( Copy  BRCMbcme.tar.Z to /tmp. cd /tmp uncompress BRCMbcme.tar.Z tar xvf BRCMbcme.tar pkgadd -d /tmp) 3. Execute prtconf to determine instance number of the NIC.4. ifconfig bcme[instance_number] plumb5. ifconfig bcme[instance_number] ip_address netmask …. To make these changes permanent, follow these steps: 1. Use your favorite

Broadcom NetXtreme Gigabit Ethernet Driver For Solaris 2.6/7/8/9/10 for i386 / SPARC platform Read More »

Scroll to Top