Archivo de la categoría: solaris

15 Useful Linux and Unix Tape Managements Commands For Sysadmins

https://www.cyberciti.biz/hardware/unix-linux-basic-tape-management-commands/ Tape devices should be used on a regular basis only for archiving files or for transferring data from one server to another. Usually, tape devices are all hooked up to Unix boxes, and controlled with mt or mtx. You must backup all data to both disks (may be in the cloud) and the tape… Leer más »

Linux Tape Backup With mt And tar Command Howto

source: https://www.cyberciti.biz/faq/linux-tape-backup-with-mt-and-tar-command-howto/   Magnetic tape is a non-volatile storage medium consisting of a magnetic coating on a thin plastic strip. Nearly all recording tape is of this type, whether used for video, audio storage or general purpose digital data storage using a computer. How do I make backup using tapes under Linux operating systems? Linux… Leer más »

Configuring Storage Hosts Tape and Devices SL150

3 Configuring Storage Hosts and Devices Carry out the storage configuration tasks outlined in this chapter before proceeding further with SAM-QFS installation and configuration. The chapter outlines the following topics: Configuring Primary Storage Configuring Archival Storage Configuring Storage for High-Availability File Systems Configuring Primary Storage In a SAM-QFS file system, primary disk or solid-state disk… Leer más »

Project: LTFS

https://oss.oracle.com/projects/ltfs/ https://oss.oracle.com/projects/ltfs/files/Solaris_pkgs/Solaris_LTFS_1.2.6_pkgs/       ================================================================================ Oracle’s StorageTek Linear Tape File System (LTFS), Open Edition – Version 1.2.6 ================================================================================ Files in this download contain Licensed Materials, property of Oracle, Copyright (C) 2011-2015 Oracle America, Inc. Files in this download also contain Licensed Materials, property of HP, (C) Copyright 2010-2012 Hewlett Packard Development Company, L.P. Files… Leer más »

fmadm faulty clear

SH Procedural Article for ILOM-Based Diagnosis (Doc ID 1155200.1) To BottomTo Bottom In this Document Purpose Details Section A – Displaying Fault Event Information Section A.1 Using the Fault Management Shell Section A.2 Using the Standard ILOM Command Line Interface Section B – Submitting a Service Request Auto Service Request (ASR) Activated for the Product… Leer más »

Respaldo ZFS montar en zona global una zona

cfgadm -al devfsadm -cV echo | format IMPORTAR POOL zpool import zrespaldo zfs list -o name,zoned,mountpoint Cambiarle a zoned=off ( para montar en zona global) zfs set zoned=off zrespaldo/respaldoDB Cambiar y verificar parametros zfs set mountpoint=/respaldoDB zrespaldo/respaldoDB zfs get mountpoint zrespaldo/respaldoDB zfs get mounted zrespaldo/respaldoDB #MONTAR UNIDAD zfs mount zrespaldo/respaldoDB

Refrescar DNS solaris

svccfg -s network/dns/client setprop config/nameserver = net_address: «(192.168.25.21 192.168.24.22)» svccfg -s network/dns/client listprop config svcadm refresh dns/client cat /etc/resolv.conf