Archivo del Autor: carlosap

How to reset/recover Integrated Lights Out Manager (ILOM) password

How to reset/recover Integrated Lights Out Manager (ILOM) password October 22, 2012 in Oracle, Solaris Tags: recover ALOM password, recover ILOM password, reset ALOM password, reset ILOM password, reset T3 ALOM password, reset T4 ALOM password The default user and password of ILOM is “root/changeme”, but if you hv changed the password already and due for… Leer más: How to reset/recover Integrated Lights Out Manager (ILOM) password »

XSCF console commands

Here are some basic XSCF console commands used on Sun hardware: To show all domains: XSCF> showdomainstatus -a To display logged users: XSCF> who To show domain 00 status: XSCF> showdomainstatus -d 00 To login to domain 00: XSCF> console -d 00 To send break: XSCF> sendbreak To displays sensors information: XSCF> showenvironment To lists… Leer más: XSCF console commands »

Create ramdisk on solaris

Create ramdisk on solaris #ramdiskadm -a idisk 512m #newfs /dev/ramdisk/idisk #mkdir /test #mount /dev/ramdisk/idisk /test   When you’re finished with the RAM disk, umount and delete it like so: # umount /test # ramdiskadm -d idisk Incrementar memoria solaris: Edit /etc/system Add this line: set ramdisk:rd_percent_physmem=xx where xx is your percent.

Setting up a Headless Raspberry Pi no monitor, keyboard, or mouse. (optional: Wifi)

http://mvartan.com/2013/02/10/setting-up-a-headless-raspberry-pi/   A headless raspberry pi is a raspberry pi that is not hooked up to a monitor, a keyboard, or a mouse. It is pretty easy to set a raspberry pi up and then remove the peripherals, but this guide is for those who do not want to take their setups apart to set… Leer más: Setting up a Headless Raspberry Pi no monitor, keyboard, or… »