A repository of information technology questions and answers

Latest posts

Configuring DNS services in Solaris 11

Modifying /etc/nsswitch.conf and /etc/resolv.conf to configure naming services is depricated in Solaris 11, We now perform this task using SMF.

client_loop: send disconnect: Broken pipe

Whilst its an annoyance, this message is harmless. Here we show three examples of how you can overcome this issue.

What is samfsinfo?

The samfsinfo command displays the file system structure for a specified file system

How to Setup and Configure NIS/YP Services

This is a step-by-step tutorial that explains the installation and configuration of ypserv NIS server and client.

2 Security tweaks to enhance Webmin

Out of the box webmin works great, with these two tweaks we can enhance the security of this web-based sysadmin tool.

How to reset a lost Webmin password

If you've lost your admin password to access webmin, then use the 'changepass.pl' utility to simply reset your webmin password.

systemd replaces upstart and init

Unlike Upstart in Oracle Linux 6, the systemd daemon now replaces Upstart in managing system run levels and services.

Repairing a Damaged ZFS Device

This article describes how to determine ZFS device failure types, clear transient errors, and replace a device.

Repairing a Missing ZFS Device

If a device cannot be opened, it displays as UNAVAILABLE in the zpool status output.

Enabling the Solaris Auditing subsystem

To configure the Solaris Auditing subsystem on Solaris 9 or Solaris 10 we simply run the bsmconv command-line utility from the /etc/security directory

Solaris Boot Process

The Solaris boot process in a nutshell is the process of boot loading RC scripts to reach single or multiuser level

Using the Solaris getent command

The advantage of getent is that the command searches the information sources in the order in which they are configured in the name service switch file.

Solaris patch return codes - patchadd

When installing patches on Solaris, you may often see error codes or Exit/Return codes when the patch installation fails. These are the return codes.

fssnap of / (root) fails under Solaris

Using fssnap we can quickly take a temporary snapshot of any UFS file system and then use that snapshot for backup operations.

Solaris 10 and 11 differences for sysadmins

Describes multiple topics for transitioning from the Solaris 10 operating system to an Oracle Solaris 11 release.

Changing a Windows Computer Name

A simple how to to change the computer name for Windows 2003 and Windows 2008 systems.

Solaris Deferred Activation Patching (DAP)

With DAP the reboot is deferred until all patching is completed unlike non-DAP kernel patches which forced reboot before other patches can be applied.

Changes to the NMC database backup

NetWorker 18.2 performs an NMC database backup as separate backup action in the server backup workflow, which is part of the Server Protection policy.

Reclaiming Data Domain Space

This is a simple article that provides the command-line steps needed to manually reclaim space on a Data Domain system.

Patching Solaris with Sun Patch Manager 2

Sun have decided to terminate (end-of-support) Patch Manager 2.0 support. You are now recommended to use Sun Update Manager instead.

Introduction to Solaris Live Upgrade

The Solaris Live Upgrade revolutionises the way that you add patches to Solaris products and can save you hours of time and effort.

beadm quick reference

The beadm command enables users to manage their boot environments. This article provides a snapshot of the more command beadm subcommands.

Process monitoring using prstat

The prstat statistics utility shows a top-level summary of the processes that are using system resources currently.

RPM cheat sheet

RPM is a command line package management utility used for installing, uninstalling, updating, querying and verifying software packages.

SSH configuration and security best practices

Here is a list of processes and configurations that you can use to tighten and enhance SSH security with regard to remote host access

Move a NetBackup image catalog to new location

In preparing to move the NetBackup image catalog from one location to another, it is recommended to perform a full catalog backup beforehand.

Renaming a ZFS zpool

Renaming a zpool is not as intuitive as I would expect, but it is still pretty simple. However, we can accomplish this through a three step process.

Hard drive sanitisation - A homebrew approach

The most efficient means of sanitising computers and/or a storage media device is to overwrite the entire device with zeroes or with a random pattern.

Creating a Solaris Zone on ZFS

The following is a simple example of creating a ZFS filesystem and using it to hold a newly-created Solaris Zone (Solaris Container)

Assigning a Volume Name to a Solaris disk

Having a large number of disks can be a challange for sysadmins. By giving each disk a volume name may make it easier.

Deleting Windows temp files

Any file under the Windows Temp folder is safe to delete. But that isn't the only place that temporary files are stored on Windows computers.

How to find System Serial number from command line

Ever needed to obtain the serial number of a system without physically inspecting the hardware. Here's some command-line examples for various systems.

Useful Windows RUN Commands

There are several ways to efficiently access the files, folders, and programs in Windows operating system.

Reset lost Solaris root password using kmdb

Performing a Solaris root password recovery when neither local cd/dvd or jumpstart (netinstall) options are avilable.

Chatting from the Windows Command Prompt

The net send command is used to send messages on a network. Learn more about this command and see several examples.

Solaris inode size

Inodes store information on files such as user and group ownership, access mode (read, write, execute permissions) and type of file.

Understanding LLTSTAT output

Veritas Cluster Server?s Low Latency Transport (LLT) protocol provides fast, kernel-to-kernel communication and monitors network connections.

Configuring Solaris Link Aggregation

When we aggregate two or more network interfaces we are forming a new network interface on top of those physical interfaces.

Resumable ZFS Send Streams

The ability to resume an interrupted zfs send/receive data stream which is a representation of a snapshot is now part of Oracle Solaris 11.4

Solaris NFS

NFS is a protocol which allows file systems on one system to be made available on a remote system. NFS works on a server-client model.

Troubleshooting NetBackup frozen media issues

Frozen media is the media that NetBackup does not use for backups. NetBackup stops directing the backups and the archives to frozen media.

Solaris SPARC Boot Sequence

Understanding the booting process is important in the sense that you can get a clear idea when a system faces a booting problem and steps involved.

Oracle Linux and Solaris runlevels

Like Oracle Enterprise Linux 6, Solaris has runlevels 0 through 6. However, the meanings are somewhat different. In OEL 7 runlevel is target.

How to rename a SAM-QFS file system

We use the samfsck command to rename a SAM-QFS file system after making the necessary changes in the mcf file.

Solaris backup and restore command examples

Backups and Restores of Solaris UFS file systems, files and directories can be done using tar, cpio, ufsdump, ufsrestore and dd commands.

Find command examples

The find command in UNIX and Linux is a command line utility allowing you to search for files in a directory hierarchy.

Configure DNS services in Solaris 11 using SMF

The previous method of modifying a configuration file to configure naming services no longer works we now reply on SMF.

DNS lookup process

When a name query from a client computer cannot be resolved locally, DNS servers can be queried as needed to resolve the name.

List directory contents of an ISO image

isodump is a crude utility to interactively display the contents of iso9660 images in order to verify directory integrity

Extract a single file from ISO image

isodump is a crude utility to interactively display the contents of iso9660 images in order to verify directory integrity

Recreating /dev/null in Solaris

A simple procedure to recreate /dev/null on a Solaris system using the mknod command to create a special character device.

How to Change or Set hostname on OEL/RHEL/CentOS 7

Unlike OEL/RHEL/CentOS 6, manually appending “HOSTNAME=xxxxx” into file /etc/sysconfig/network and restarting system will not work on version 7.

How to Change or Set hostname on OEL/RHEL/CentOS 6

A simple post for those who are new to Oracle Enterprise Linux (OEL) or Red Hat Linux (RHEL) version 6 and wish to change hostname.

NetWorker NSR Log Viewer

Within the NetWorker Config Checker 1.1 there is an additional application called NSR Log Viewer.

Deleting Savesets in NetWorker 7.5x

In versions of NetWorker 7.4.x and below, it was always possible to use nsrmm to delete savesets that exist on disk backup units

Solaris inittab

The /etc/inittab file plays a crucial role in the boot sequence. For versions of Solaris prior to version 10, the /etc/inittab was edited manually.

Allocating Sufficient Swap Space

If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space.

Scanning for new luns

This is a short article on how to rescan newly added luns in Solaris, Linux, AIX and HP-UX operating systems.

Oracle Users and Passwords

The default accounts are: sys, system, dbsnmp and sysman. The following table provides a basic description of the of the default users.

Oracle background processes

An oracle database is run as an instance. A database server can run multiple instances and each instance is made up of different components.

Adding fonts in Solaris 11

fontconfig is used to manage all types of fonts including PostScript and TrueType fonts in the Solaris desktop environment.

Installing Solaris boot blocks

This post discusses how to install the boot block on a Solaris system running either the older UFS file system or the newer ZFS root file system.

Using psradm to enable/disable a processor on Solaris

The psradm utility changes the operational status of processors. The legal states for the processor are on-line, offline, spare, Faulted, and no-intr

Troubleshooting the SAM-FS Stager

An article designed specificall y to aide the resolution when you encounter issues with the SAM-QFS stager.

Troubleshooting the SAM-FS Archiver

This document is designed specifically to aide the resolution when you encounter issues with the SAM-QFS archiver.

Restart SAM-FS Stager

This post simply provides the steps necessary to restart the SAM-FS stager cleanly

Restarting the SAM-FS Archiver

This post simply provides the steps necessary to restart the SAM-FS archiver cleanly

Manually pruning NetWorker indexes

nsrim be default is executed by nsrd after a savegrp completes it's cycle.

Changing the WWN on a SPARCstorage Array

There are times when it is advantageous to change the World-Wide Number (WWN) for a particular SPARCstorage Array, such as after replacing the battery

Moving a SPARCstorage Array between servers

Here are the steps necessary to ensure successful switch-over of a Sun Storage Array (SSA) between two Sun systems.

Solaris SCSI Tape Configuration (st.conf)

The st.conf is the configiuration file for the st (SCSI Tape) driver on the Solaris Operating System.

SunOS 4.1x and 5.x Administrative File differences

This article provides a list of the important files that have changed between SunOS 4.1.x and Solaris 2.x (SunOS 5.x) based systems

SunOS 4.1x and 5.x Administrative Command differences

This article provides a summary of the SunOS administrative command differences between SunOS 4.1.x and Solaris 2.x (SunOS 5.x) based systems

NIS+ Credential Setup

To gain authorisation to change NIS+ databases you need to create your security credentials for the NIS+ principals

System Logging across different UNIX systems

This post provides brief differences in the log files used for System Logging of the most common versions of UNIX.

How to backup VCS Configuration

hasnap - backs up or restores a predefined and user defined list of VCS configuration files on each node in the cluster.

Sun Cluster 3.x Cheat Sheet

This cheat sheet contains common commands and information for Sun Cluster versions 3.0, 3.1, 3.2 and 3.3.

Veritas Cluster (VCS) CLI reference guide

In VCS configuration, each cluster contains systems, service groups and resources. Service Groups contain a list of systems belonging to that group.

Veritas Cluster Server (VCS) cheat sheet

In VCS configuration, each Cluster contains systems, Service Groups and Resources. Service Groups contain a list of systems belonging to that group.

NIS and NIS+ cheat sheet

This quick reference guide provides a crib sheet style listing for administrating NIS and NIS+ environments.

Creating a Solaris FLAR image

A Solaris FLAR image can be used for reinstalling the OS one the original host and other systems.

Resetting Solaris LDOM to factory default

If you remove the LDOM before restoring the factory default configuration, you can restore the factory default configuration from the service processor

Enforcing password complexity on Solaris

Solaris 10 is the first version of Solaris to provide a complex set of variables for controlling password strength.

Setting default route on Solaris (updated)

A HowTo article to add or edit the Default Gateway or Default Router in Sun Solaris Operating System.

Less is More, or is it Most?

The standard pager in Solaris is more, the standard pager in Linux is less, so is less more or most

Viewing Processes with the pgrep command

The pgrep command lets you specify the criteria and then displays the information only about the processes that match the criteria.

UFS snaphots

Basically, a snapshot is read-only copy of a file system (for the purpose of backup).

Viewing Processes with the prstat command

The prstat command displays information about processes similar to ps and pgrep commands but refreshes (updates) the output in a periodic fashion

Solaris UADMIN commands

The uadmin command is tightly coupled to the system administration procedures and is not intended for general use

Using SSH login without password

An article outlining steps needed to be able to use the SSH to access a remote system without supplying a password each time that you connect.

How to check OEM agent status on Solaris

This article provides the steps necessary to check the status of the OEM agent on any given Solaris system

Installing Oracle OEM agent on a Solaris host

This post provides the simple steps necessary to install the Oracle Enterprise Manager agent on a given Solaris system.

Disabling MONLIST in NTP

NTP server prior to version 4.2.7 apparently allows for the user to query the NTP server stat

UFS logging in Solaris (updated)

When enabled, all changes to file system meta-data are written to an intent log prior to being written out to the file system itself.

Installing Windows Server Backup

WSB is not installed by default. The feature installation is made by Server Manager. After installation, the tool can be accessed via console or CLI.

Mounting an Mac OS X install DVD in Ubuntu 14.04

This document describes how to use a Linux computer to extract the BaseSystem.dmg image file from an Mac OS X (10.7+) installation DVD

Managing Computers Remotely with the MMC

Managing a remote system using the Computer Management console, you must launch the console with an account that has administrative credentials.

The Microsoft Management Console

The primary administrative tools in Windows Server 2003 are MMC consoles with col­ lections of snap-ins suited to a specific purpose.

Installing a Windows Server 2003

This article provides practicle steps you will need to configure a computer to run Windows Server 2003

The Windows Server 2003 Family

The goal of this article is to introduce you to the multiple versions and editions of Windows Server 2003.

Upgrading NetBackup 5.x to 6.0

This article provides simplistic overview steps of performing an upgrade of your NetBackup environment from 5.x to release 6.0

Configuring a basic firewall under Ubuntu 14.04

This article provides a quick reference to UFW commands that will create iptables firewall rules are useful in common, everyday scenarios.

Adding a node to an active VCS cluster

In this article we look at the requirement to add a new noode to an existing VCS cluster to increase the cluster capacity

How to force NetWorker to clean a tape drive

Best practices suggest that auto-cleaning within NetWorker be turned off and allow the library to perform that task

Running ESXi and vSphere 5.1 in a VMware workstation

VMware workstation will be installed on a host such as a laptop and the ESXi/ESXi free/V-Sphere will run on a VM guest within VMware workstation.

Creating a local yum repository for Puppet

Puppets automated management of installed applications and libraries can be enhanced with custom package repositories such as a custom repository.

Cloud device integration with NetWorker

The NetWorker Cloud Backup Option provides support for backing up to both private (onsite) and public (offsite) cloud configurations.

Moving from LAMP to LEMP

LAMP is a popular server stack using apache to deliver dynamic content; LEMP utilises ngnix to achieve the same open source technologies.

Installing BMC Patrol Agent 9.5

This topic describes how to perform a first-time installation of the BMC patrol agent, which includes the system collectors and service daemon.

Changes to NetWorker Log Files

A number of changes have been made to log files in NetWorker release 7.4 to better accomodate internationalised message logging.

NetWorker Management Console debug settings

irst set the debug level to display output for analysis. This can be done at the command line level or from within the GUI.

NetWorker probe based backups

The processing of probe based backups occurs through a probe based backup group instead of the regular scheduled backup.

NetWorker License Conformance Report

The license conformance summary is a new feature in NetWorker Management Console that simply reports the current NetWorker licensing inventory.

Solaris Software Patches

Patches are identified by unique alphanumeric strings. The patch base code, then a hyphen, and then a number that represents the patch revision number

NetWorker lockbox password management

NetWorker 7.5 provides a lockbox service that allows NetWorker application modules to securely store and retrieve passwords over the network.

Sun Explorer Utility (SUNWexplo)

The Sun Explorer utility gathers information and creates detailed snapshots of a systems architecture and configuration.

Controlling User Disk Space Usage

Quotas let system administrators control the size of UFS file systems by limiting the amount of disk space that individual users can acquire.

Building a Solaris 11 IPS Server

Maintaining a copy of the Solaris distribution is a good way to ensure all your systems have access to updates and software packages.

Dump device estimates in Oracle Solaris

The dumpadm program is a Solaris administrative command that manages the configuration of the operating system crash dump facility.

What is the NetBackup Catalog?

The NetBackup Catalog is the internal database that contains information about backups and configuration and should be protected regulary.

Backing up the NetBackup Catalog

The NetBackup Catalog is the internal database that contains information about NetBackup backups and should be protected.

Changing a NetWorker device mode to Service

With the new NetWorker Managemenet Console (NMC) under 7.3 you can only toggle a device as enables or disabled, service mode is no longer available.

How to rename a pool under NetWorker

Pools define to which set of media the data shall be saved, it is mandatory that each pool must have different data selection criteria assigned to it.

Renaming Sun Cluster node names

Sometime hostname need to be changed especially when your customer want to make some list of server more orderly and correctly identify your machine

Connecting NetWorker to CloudBoost

Connect NetWorker to CloudBoost to send a NetWorker backup clone to CloudBoost.

How to Restart or Shutdown a remote Windows Server

When you attempt to restart a remote server remember that the default ComputerName is the local machine, therefore you need to append -m ComputerName.

ZFS command line examples

ZFS uses the concept of storage pools to manage physical storage. Historically, file systems were constructed on top of a single physical device.

nsrwatch now supported on Windows platforms

The main advantage of using nsrwatch over NMC, is that NMC operations are usually delayed, whereas nsrwatch displays operations in near realtime.

What is the NetWorker rap.log

The RAP option tracks the history of additions, deletions, and modifications to a NetWorker resource or resource attribute.

How to allocate NetWorker licenses to another client

NetWorker allocates licenses to hosts as needed. However they are not removed from clients when decommissioned or removed from an active group.

Configuring link based IPMP on Solaris

IP network multipathing (IPMP) provides a mechanism for building redundant network interfaces to guard against failures with network interfaces.

How to install and change locale in Solaris 11

In a default installation of Oracle Solaris 11, ten Core Locales are available. You can add support for additional locales using the pkg command.

stop/start syslogd on Solaris (updated)

syslog is an important facility need in all enterprises. We as sysadmins look at syslogs as a critical source to troubleshoot performance issues

Fixing ILOM command errors

There has been more than one instance when the Sun ILOM was not responsive to commands or were throwing errors

Solaris Security Toolkit (JASS)

The Solaris Security Toolkit simplifies and automates the process of securing Solaris OS systems and is based on proven security best practices/

Managing Solaris 10 inetd services

inetadm is used in Solaris 10 to managing inetd services. If you run without any parameters you simply get a list of all services and status

Which Solaris package installed this file?

If you have a file and need to know the package that installed the file on the system then using pkgchk should help.

Changing Oracle Enterprise Linux hostname

Either due to cloning or corporate naming standards, you may find the need to change the hostname of an Oracle Enterprise Linux System.

Restoring data using scanner and uasm

Sometimes we need to recover data from the tapes which are well beyond Browse & Retention Policies

Solaris System log (syslogd) overview

Efficient event log syslog analysis reduces system downtime, increases network performance, and helps tighten security policies in the enterprise.

Gaining root access to VBA via ssh

This post provides the steps necessary to log into a VBA through SSH and load the dpnid key to ensure all the commands are run correctly.

Upgrading the CloudBoost virtual appliance

On the Support page, you can see what version of CloudBoost is currently running, and you can upgrade the CloudBoost virtual appliance.

Finding Solaris release and kernel info

Do you need to determine which release of Solaris you are running? Or other useful information that comes with it? The read more

Deleting invalid entries in NBU job monitor

Because the bpjobd.act.db file contains active and queued jobs, deleting it will only remove the unwanted job, since no other jobs were running.

Changing GUID of Imported Media in NetBackup

This will change the GUID of the media in the NetBackup media database, once complete you will be able to perform operations with this media.

How to analyze NetBackup unified logs

For legacy NetBackup logs which is located under /usr/openv/netbackup/logs , below numbers can indicate to you the severity when troubleshooting.

Miscellaneous Solaris Commands

An assortment of miscellaneous Solaris commands that are useful to both novice and experienced Solaris administrators

Red Hat 6 (RHEL) run levels

The idea behind SysV init runlevels revolves around the idea that different systems can be used in different ways.

NetWorker Startup variables with nsrrc

Starting with NetWorker 8.0, NetWorker uses the /nsr/nsrrc file to define environment variables at NetWorker startup.

NetWorker recover completion query program (nsrrecomp)

The nsrreccomp command is used to query the NetWorker server jobs database and the recover log files in order to display a recover completion report.

Renaming a NetWorker server with nsrclientfix

This post provides a simple procedure that allows you to rename a NetWorker server using the nsrclientfix command.

Using nsr_ize to install Legato NetWorker

The nsr_ize utility installs or removes Legato NetWorker software and files to or from a server.

Using nsr_shutdown to stop a NetWorker server

Use nsr_shutdown to stop NetWorker services intelligently. By default nsr_shutdown will stop all NetWorker services running on a host.

Cleaning up the Live Upgrade environment

A simple process to cleanup the LiveUpgrade configuration for the solenv1 and alternative boot environments without impacting the system.

How to hide Windows 2012 Server Manager at login

If you have a server which is low on resources, having to wait for the server manager process to finish loading can be a little bit painful

NetWorker checkpoint restart backups

The checkpoint restart feature allows a failed backup operation to restart at a known good point prior to the point-of-failure during the backup.

Avamar shutdown procedure

This post provides a quick guide to the steps needed to shutdown an Avamar system.

Identifying an ethernet (MAC) address in Solaris

Identifying a ethernet MAC address in Solaris as a non-root user is not as difficult as people think. arp, netstat and prtpicl are your friends.

EMC NetWorker Modules go End-of-Life

Several legacy EMC NetWorker application modules go End-of-Sale on June 30, 2011 and will no longer be available for purchase.

Integrating EMC NetWorker and Data Domain

Performs tasks that are related to FAT and NTFS file systems, such as managing reparse points, managing sparse files, or dismounting a volume

NetWorker 8.1 Snapshot Management Demo

This video covers the prerequisites for configuring Snapshot Management, as well as using the client configuration wizard to create a client.

NetWorker 8.1 VMware Backup and Recovery Demo

This video will show NetWorker integration with VMware vCenter, including backup and recovery using the vSphere Web Client and NMC

EMC NetWorker FastStart Demo

NetWorker Fast Start is a solution for backup and recovery, designed to simplify licensing, installation, and configuration.

Setting up a NetWorker Dedicated Storage Node

With the introduction of Legato NetWorker 7.0 a dedicated storage node can back up only its own local data and a DSN license is required.

Listing files in a NetWorker saveset

At first glance the answer this is not straight forward, but the answer is quite simple; Using two commands mminfo and nsrinfo we get the results.

Patching Solaris 10 zones in parallel

Every sysadmin that has upgraded or patched a system running multiples zones will tell it, the upgrade was an undefinably long process.

Mounting an SMB/CIFS share on Solaris 11

This article will document how to mount a Windows CIFS file share onto the local file system on the Solaris 11 server.

Renaming an Oracle VM Guest Domain

A simple post providing the steps necessary to rename a guest domain

Creating Avamar backup schedules from CLI

Creating an avamar schedule for your backup policies is a must for any systems administrator. This post shows you how to step-by-step.

VADP Recovery using command line

Prereqs to a successful VADP restore are that the virtual machine be removed from the Inventory in VCenter.

Configure iSCSI with Multipathing on RHEL 6

A simple post which outlines the steps needed to configure iSCSI with Multipathing on Red Hat Enterprise Linux 6.5

How to mount an ISO image under Solaris

A simple procedure to mount an ISO image under the Solaris OS and present the image to Guest zones.

Starting and Stopping Solaris services with svcadm

svcadm issues requests for actions on services executing within the SMF. Actions for a service are carried out by its assigned service agent.

Locking down your Solaris system

With later releases of Solaris, if you want to, you can manually lock down your system using the netstat, svcs and svcadm commands.

ZFS and Sun Cluster integration

A ZFS owned disk may be promoted to be a quorum disk on current Sun Cluster versions

ZFS Data Protection

ZFS is a transactional file system. For each write request, a copy is made of the specified block protected by Copy-On-Write (COW)

ZFS Zones

If the filesystem is created in the global zone and added to the local zone via zonecfg, it may be assigned to more than one zone

ZFS Filesystem Management

Similar filesystems should be grouped together in hierarchies to make management easier.

How to completely remove a NetWorker client

A word of caution: before you begin removing a client, make sure you have a recent bootstrap backup; If we make any mistakes we can easily recover

Automatic home directory creation

Using the executable maps feature in Solaris automounter we can create an authenticated users home directory automatically if it does not exist.

openSUSE Quick Reference Guide

This article provides a quick reference guide for the open SuSE operating system

Restoring Solaris files with NetWorker 7.x

This is a simple step-by-step guide on restoring files on a given Solaris system using the NetWorker recover command-line utility in NetWorker 7.x

Stopping and starting NetWorker from CLI

I find it faster on the command line than using any gui when it comes to stop and start of the NetWorker daemons or services.

Switching Solaris 11 repositories

For testing purpose you can use the release repository but production environments must use oracle support repository.

EFI and SUN Disk Labels

Have you ever got into a situation where you can't install a new system as you forgot to change the disk label from EFI prior to install?

Patching Solaris with PCA

Not only does PCA generate a list of patches and downloads them, it also resolves dependencies between patches and installs them in the correct order

ZFS Quick Reference Guide

ZFS uses the concept of storage pools to manage physical storage. Historically, file systems were constructed on top of a single physical device.

Finding and Removing core files

A simple one liner to help find and remove core files from a given system.

Changing OLDAUTH setting on a NetWorker client

Use this procedure to switch from nsrauth to oldauth authentication on the backup server for the client exhibiting the problem.

pfiles versus lsof

Many people install lsof on their system as they know it from Linux. But you have a similar tool in Solaris, namely pfiles.

ZFS Pool Management

When disks are added to an existing mirrored or RAID Z pool, the ZFS is resilvered to redistribute the data.

Making pfexec work like sudo under Solaris

I thought I'd try out the new role based action control (RBAC) on the Solaris systems as an alternative to sudo.

How to unexpire a user login in Solaris

Using the usermod command on Solaris allows a sysadmin to unexpier/unlock a users login account

ZFS Dataset Size

A simple entry on how to discover or set the size for a given ZFS dataset as occasionaly we need to increase the size of a ZFS dataset.

Setting up Solaris 10 Accounting subsystem

To configure the Solaris Auditing subsystem on Solaris 9 or Solaris 10 we simply run the bsmconv command-line utility from the /etc/security directory

Which volumes are required for a NetWorker restore?

This post provides a method of listing which volumes are required to perform a NetWorker restore/recovery via command-line and via the recovery GUI.