Categories
- ALCATEL (2)
- Blog Personal (135)
- Cisco (35)
- Cluster (2)
- elearn (13)
- Nix (381)
- OpenVMS (5)
- Programación (37)
- C++ (2)
- javaScript (11)
- PHP mySQL (22)
- travel (1)
- Windows (44)
- Exchange (3)
- SQL Server (6)
- www (7)
- apache (3)
Category Archives: solaris
Configuring NTP in Solaris 10
cp /etc/inet/ntp.server /etc/inet/ntp.conf edit the ntp.conf file. For an undisciplined local clock: change `server 127.127.XType.0` to `server 127.127.1.0′ comment out `fudge 127.127.XType.0 stratum 0` Syncing to an external NTP server: (see NTP.Servers Web for a list of public time servers) … Continue reading
Posted in solaris
Comments Off
Auto Power On : Restore on AC power loss X6240
To restore on AC power loss on a X6240 1) Enter BIOS SETUP UTILITY 2) Chipset -> SouthBridge/MCP55 Configuration 3) Restore on AC Power Loss -> Power ON Ready !!
crontab -e Editor enviroment
~]#cat .bash_profile export TERM=xterm export PATH=$PATH:/opt/csw/sbin/:/opt/SUNWhpc/HPC8.1/sun/bin source ~/.bashrc EDITOR=vim export EDITOR
Posted in solaris
Comments Off
/dev/rmt0 Device busy
/dev/rmt0 Device busy If you are an Administrator and especially a backup administrator there is a very high chance that you get stuck with this error message with your backup. If you do a # mt -f /dev/rmt0n status (infact … Continue reading
Posted in solaris
Leave a comment
Hot-standby
Hi All, I am fairly new to Solaris. I am running Solaris10 on a SunFire V240. I’d like to team mutliple NIC’s into a single interface with a single IP address. I’d like the to operate in a hot-standby mode … Continue reading
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 … Continue reading
Posted in solaris
Comments Off
solaris 10 vlan configuracion
http://docs.sun.com/app/docs/doc/820-2981/fpjve?l=es&a=view
Posted in solaris
Comments Off
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 … Continue reading
Posted in solaris
Leave a comment
zfs and mysql
http://dev.mysql.com/tech-resources/articles/mysql-zfs.html
Posted in solaris
Leave a comment
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: … Continue reading
Posted in solaris
Leave a comment