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 »

linux p2v using rsync or dd

rsync works great on production enviroments, I had paravirtualized some servers with these method: rsync -ave ssh –exclude=/proc –exclude=/sys –exclude=/dev (if you are using udev) root@runingserver:/  /mnt/newserverimage/ after this: mkdir /mnt/newserverimages/proc mkdir /mnt/newserverimages/sys mkdir /mnt/newserverimages/dev review your fstab, and copy the kernel modules: cp -pr /lib/modules/2.6.16-xenU /mnt/newserverimages/lib/modules/ more or less …. this is the way

linux p2v using rsync or dd Read More »

Scroll to Top