Archivo del Autor: carlosap

postgresql

https://www.if-not-true-then-false.com/2012/install-postgresql-on-fedora-centos-red-hat-rhel/

mount NFS windows 2008 r2

at cmd prompt >mount -o anon \\192.168.1.1\srv\share z: z: is now successfully connected to \\192.168.1.1\srv\share The command completed successfully.

proquiet

proquiet base -C enable proquiet base -C disable

share nfs zfs solaris

How To, Solaris, ZFS matthew.mattoon September 23, 2013 In Solaris 11.1 Oracle decided to change the way that they stored filesystem share information.  I personally loved the change, but that was without understanding what the change really was.  For more information on how to enable NFS exports see my previous article here. Setup Our Environment… Leer más »

ltfsck solaris

ltfsck /opt/SUNWltfs/bin/ltfsck -f /dev/rmt/1 –backend=ltotape LTFS16000I ltfsck starting, LTFS version 1.2.6 (20130711_orcl), log level 2 LTFS20013I Drive type is IBM LTO7, serial number is 10WT026083 LTFS17160I Maximum device block size is 524288 LTFS12015I Attempting to load the medium LTFS16014I Checking LTFS file system on ‘/dev/rmt/1’ LTFS12015I Attempting to load the medium LTFS16023I LTFS volume information:… Leer más »

change dns solaris

svccfg -s network/dns/client listprop config svccfg -s network/dns/client setprop config/nameserver = net_address: «(192.168.24.22 192.168.1.21)» svccfg -s network/dns/client listprop config svcadm refresh dns/client

SPARC: How to Boot From an Alternate Operating System or Boot Environment

Assume the root role.See How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services. Bring the system to the ok PROM prompt. # init 0 (Optional) Display a list of available boot environments by using the boot command with the -L option. To boot a specified entry, type the number of the entry and press Return: Select environment to boot: [1 -… Leer más »

Reaching the ok Prompt

Reaching the ok Prompt There are several ways to reach the ok prompt, depending on the state of the system and the means by which you are accessing the system console. In decreasing order of desirability, the list is as follows:   Note – To reach the ok prompt after a shutdown or reset of the server module, the auto-boot? option must be set… Leer más »

Sending and Receiving ZFS Data

https://docs.oracle.com/cd/E18752_01/html/819-5461/gbchx.html   Sending and Receiving ZFS Data The zfs send command creates a stream representation of a snapshot that is written to standard output. By default, a full stream is generated. You can redirect the output to a file or to a different system. The zfs receive command creates a snapshot whose contents are specified… Leer más »