Archivo de la categoría: solaris

IPMP – IP Network Multipathing

IPMP – IP Network Multipathing Link-based failure detection works via network interface kernel driver. (bge, qfe, ce, eri, hme…) Uniq MAC address/nic… On SPARC machine (set true, if there is false): [root@v240 /] eeprom «local-mac-address?» local-mac-address?=true [root@v240 /] ifconfig bge0 bge0: flags=1000843 mtu 1500 index 2 inet 172.16.50.64 netmask ffffff00 broadcast 172.16.50.255 ether 0:3:ba:54:bc:7d [root@v240… Leer más »

Procedures for creating TAR files and writing them to tape

# Change directories (cd) to the desired directory from which tarring will be done. cd /home/… (whatever) # To tar all the files in the current directory (.) and sub-directories # to the tape using medium density (m) and no rewind (n) tar -cvf /dev/rmt/0mn . # To tar all the files in the current… Leer más »

perl solaris mysql driver

Yup, but for *nix I would recommend to use «real» perl and not the activeperl edition. With «real» perl you can simply just run these commands to get the up2date DBI and DBD::mysql modules compiled and installed in your system: perl -MCPAN -e ‘install DBI’ perl -MCPAN -e ‘install DBD::mysql’

enterprise monitor

./mysqlmonitor-2.0.5.7153-solaris-sparc-installer.bin Language Selection Please select the installation language [1] English [2] Japanese Please choose an option [1] : —————————————————————————- Welcome to the setup wizard for the MySQL Enterprise Monitor —————————————————————————- Please specify the directory where the MySQL Enterprise Monitor will be installed Installation directory [/opt/mysql/enterprise/monitor]: —————————————————————————- Tomcat Server Options Please specify the following parameters for… Leer más »

start automatically mysqld Enterprise upon reboot

Double check that you’re using runlevel 3 #who -r . run-level 3 Mar 22 12:54 3 0 S You’ll then want to note that number and use that in the tasks below (I’ll use ln -s /etc/init.d/mysql /etc/rc3.d/S99mysql ln -s /etc/init.d/mysql /etc/rc3.d/K99mysql

Installing MySQL Enterprise Advanced on Solaris

Installing MySQL on Solaris If you install MySQL using a binary tarball distribution on Solaris, you may run into trouble even before you get the MySQL distribution unpacked, as the Solaris tar cannot handle long file names. This means that you may see errors when you try to unpack MySQL. If this occurs, you must… Leer más »

Tape Virtual Machines

Tar to Tape 0 is rewind after completes 😛 #tar cvEf /dev/rmt/0 vm_win2k3 List #tar tvf /dev/rmt/0 Restore

Solaris tar command to backup data on tape device

Tar name come from Tape ARchiver. It is both a file format and the name of the program used to handle such file. Tar archive files have names ending in «.tar». If an archive is compressed, the compression program adds its own suffix as usual, resulting in filename endings like «.tar.Z», «.tar.gz», and «.tar.bz2». Tar… Leer más »