Archivo de la categoría: solaris

Clear faulty state sparc T5000

Did you run the commands on the blade or the CMM? Please perform the commands as follows on the Blades SP. 1. from the SP of Blade# -> start /SP/faultmgmt/shell faultmgmtsp> fmadm faulty ( will list the faults ) faultmgmtsp> fmadm repair 86398567-631a-6e87-a44e-a3e20510 fmadm faulty ( clear any other UUID’s that appear ) faultmgmtsp> exit… Leer más »

Solaris 11 sparc wanboot notes boot network

guia rápida 1. En el servidor para crear la imagen: installadm create-service -a sparc 2. en el boot prompt setenv network-boot-arguments host-ip=192.168.24.225,router-ip=192.168.24.1,subnet-mask=255.255.255.0,file=http://192.168.24.213:5555/cgi-bin/wanboot-cgi boot net Solaris 11 sparc wanboot notes This page’s purpose is to be a guide for how to manually configure your own wanboot server by hand, rather than being «forced» to use oracle’s… Leer más »

Migrating a Solaris 10 zone to a Solaris 10 branded zone on Solaris 11

http://solaris11adventures.blogspot.mx/2013/05/migrating-solaris-10-zone-to-solaris-10.html So there’s an official Oracle procedure somewhere. Mine just goes into a little more detail and putting in workarounds for some of the bugs I found. *Edit: Points 5 and 11 is not necessary with the latest Solaris packages installed. Zone name: zone1 On old (Solaris 10) global zone: zoneadm -z zone1 ready cd… Leer más »

Oracle Solaris 11 configuration and administration notas

Make some first indexing, updatedb note. you’ll have to use ‘slocate’, not ‘locate’   Oracle Solaris 11 configuration and administration Introduction See http://pbraun.nethence.com/doc/sysutils_solaris/network.html for network configuration. Vmware tools on solaris https://kb.vmware.com/kb/1023956 http://prefetch.net/blog/index.php/2011/09/28/getting-vmware-tools-to-configure-on-solaris-10-guests/ System configuration Disable graphical login, svcadm disable gdm Mount an NFS share, cd /etc/ vi vfstab nfssrv:/path/to/share  – /mnt/mountpoint nfs – no ro,soft If… Leer más »

Solaris Containers cheat sheet

This a quick cheat sheet of the commands that can be used when using zones (containers), for a more complete guide see solaris zones. Zone States Configured Configuration has been completed and storage has been committed. Additional configuration is still required. Incomplete Zone is in this state when it is being installed or uninstalled. Installed… Leer más »

zone creation solaris 10

https://blogs.oracle.com/mandalika/entry/solaris_10_zone_creation_for chmod 700 /desm chmod 700 /desm/zoneoe zlogin zoneoe shutdown -i 0 zoneadm -z zoneoe halt zoneadm -z zoneoe uninstall zoneadm list -cv zonecfg -z zoneoe ——————————- create -b set zonepath=/desm/zoneoe set autoboot=true set ip-type=shared add net set address=192.168.1.205 set physical=e1000g0 set defrouter=192.168.1.1 end remove inherit-pkg-dir dir=/usr remove inherit-pkg-dir dir=/sbin remove inherit-pkg-dir dir=/lib remove inherit-pkg-dir… Leer más »

solaris 11 ssh slow login

in sshd_config add LookupClientHostnames no VerifyReverseMapping no GSSAPIAuthentication no on cli run # cryptoadm disable provider=/usr/lib/security/\$ISA/pkcs11_tpm.so mechanism=all # cryptoadm uninstall provider=/usr/lib/security/\$ISA/pkcs11_tpm.so

Finding the PID of the process using a specific port?

http://unix.stackexchange.com/questions/106561/finding-the-pid-of-the-process-using-a-specific-port Also you can use lsof utility. Need to be root. # lsof -i :25 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME exim4 2799 Debian-exim 3u IPv4 6645 0t0 TCP localhost:smtp (LISTEN) exim4 2799 Debian-exim 4u IPv6 6646 0t0 TCP localhost:smtp (LISTEN) You can use netstat’s -p option. You’re already issuing it, but… Leer más »

Reset the Chassis Monitoring Module (CMM) from a Blade

When we need to reset the CMM of a SUN BLADE 6000 MODULAR SYSTEM and we have no access via ssh or web, we can do it through some of the blades in the chassis using ipmitool. For example we may find that we can not access because we  have reached the maximum number of sessions: # ssh root@CMM-net-mgt Password:… Leer más »