Archivo de la categoría: solaris

autoboot ilom sparc solaris

The auto boot option can be set true/false in the ILOM. From the -> prompt. 1. Set the auto boot to true/false. -> set /HOST/bootmode script= «setenv auto-boot? false» -> set /HOST/bootmode script= «setenv auto-boot? true» 2. Reset the system to apply the changes. -> reset /SYS

Linux List All Large Files

Linux List All Large Files To finds all files over 50,000KB (50MB+) in size and display their names, along with size, use following syntax: Syntax for RedHat / CentOS / Fedora Linux find {/path/to/directory/} -type f -size +{size-in-kb}k -exec ls -lh {} \; | awk ‘{ print $9 «: » $5 }’ Search or find… Read More: Linux List All Large Files »

install ftp solaris 11

#pkg install pkg://solaris/service/network/ftp #pkg install pkg://solaris/network/ftp #svcadm enable ftp

Solaris 11 network install without DHCP SPARC

1st create install service (running solaris 11 sparc ) installadm create-service -a sparc -n s11-sparc *********************************** Image path: /export/auto_install/s11-sparc Service discovery fallback mechanism set up Creating SPARC configuration file Refreshing install services Warning: mDNS registry of service s11-sparc could not be verified. Creating default-sparc alias Service discovery fallback mechanism set up Creating SPARC configuration file… Read More: Solaris 11 network install without DHCP SPARC »

Starting the Enterprise Controller

The Enterprise Controller can be in a stopped state due to a system reboot or maintenance. While the Enterprise Controller is stopped, Oracle Enterprise Manager Ops Center does not function. You can start the Enterprise Controller using the satadm command. To Start the Enterprise Controller As root, log in to the Enterprise Controller system. Run… Read More: Starting the Enterprise Controller »

Rotate wtmpx log

If you like this article, please +1 or Recommend via FB with the provided buttons above:   Article ID: 85 by: Reese K. Posted: 21 Jan, 2013 Last updated: 21 Jan, 2013 Views: 1507 Once wtmpx hits 2 GB in size, certain unfavorable conditions may occur.  To alleiviate this from happening, I setup a logadm to rotate… Read More: Rotate wtmpx log »