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

Solaris 11 IPS hand-on LAB – Boot environments beadm

Boot Environments Boot environments in solaris 11 are multiple images with different kernel, software applications and packages. Only one boot environment can be active at a time. We can boot into different boot environments according to our need. The command to manage boot environments in solaris is beadm. BEs are extremely useful in case of… Leer más »

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… Leer más »

Configure VNCServer on Oracle Solaris 11

Configure VNCServer on Oracle Solaris 11 Posted on February 10, 2012 by oracletempspace   1 Vote   Now that I have a freshly-installed Oracle Solaris 11 server, I need to be able to remotely run and access installation media/menus that have graphical elements (GUI). One of the best ways to do this is via a VNC… Leer más »

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… Leer más »

Configuring an NTP client in Solaris 11

It is really easy to configure an NTP client on a plain standard Solaris 11 (that said it isn’t more difficult on Solaris 10 … it’s the same procedure). So i will just give a very short walkthrough. At first you have to create a config file. You can edit /etc/inet/ntp.client, edit it and copy… Leer más »

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… Leer más »

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… Leer más »