• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Archives for April 2016

How to disable IPv6 on CentOS / RHEL 7

by admin

Post describes procedure to disable IPv6 on CentOS/RHEL 7. There are 2 ways to do this : 1. Disable IPv6 in kernel module (requires reboot) 2. Disable IPv6 using sysctl settings (no reboot required) To verify if IPv6 is enabled or not, execute : # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid […]

Filed Under: CentOS/RHEL 7, Linux

Complete Hardware Reference : SPARC T5-2 / T5-4 / T5-8

by admin

The post includes front view, top view and rear view of SPARC T5-2, SPARC T5-4 and SPARC T5-8.

Filed Under: Hardware, Solaris

Netbackup Script to get Policy Vs client list

by admin

Here is a small script to get the list of clients configured against a list of policies in netbackup. Command used here is bpplclients to get the client list. Put the list of policy in a file /tmp/policy_list. # cat /tmp/policy_list policy01 policy02 policy03 The script : for i in `cat /tmp/policy_list` do bpplclients $i […]

Filed Under: Netbackup

Complete Hardware Reference : SPARC T4-1 / T4-2 / T4-4

by admin

The post includes front view, top view and rear view of SPARC T4-1, SPARC T4-2 and SPARC T4-4.

Filed Under: Hardware, Solaris

Oracle VM Server for SPARC (Ldoms) : How to Change Primary/Control Domain’s UUID

by admin

In the event you have two systems configured with identical UUIDs for their primary/control domain, for example following a disk clone or system duplication, or if you wish to change the UUID for your own reasons, you can use the following procedure to do so. 1. Backup all of your current LDOMs configuration. How to […]

Filed Under: LDOMs, Solaris

Complete Hardware Reference : SPARC T3-1 / T3-2 / T3-4

by admin

The post includes front view, top view and rear view of SPARC T3-1, SPARC T3-2 and SPARC T3-4.

Filed Under: Hardware, Solaris

How to Disable IPv6 in solaris 8,9,10

by admin

The post describes what files to remove or edit to disable IP Version 6 on Solaris 8,9,10 on systems that only require IPv4 (IPv6 configuration is no longer needed). Procedure 1. Normally all that is needed to disable IPv6 on Solaris, is to check for and remove the /etc/hostname6.”interface#” files. For example: # ls /etc/hostname6.* […]

Filed Under: Solaris

Complete hardware reference : T1000 / T2000 / T5120 / T5140 / T5220 / T5240 / T5440

by admin

The post includes front view, top view and rear view of T1000 / T2000 / T5120 / T5140 / T5220 / T5240 / T5440.

Filed Under: Hardware, Solaris

Solaris : How to run savecore manually while booted in single user from CDROM

by admin

For various reasons it may be necessary to gather a crash dump while booted from alternate media, for example if the system is not booting properly from the normal boot disk. This document outlines the steps required to accomplish this. In general, the steps required are: Boot from the alternate media Mount the root filesystem […]

Filed Under: Solaris, SVM

Primary Sidebar

Recent Posts

  • ncat Command Examples in Linux
  • ncat: command not found
  • nautilus Command Examples in Linux
  • namei: command not found

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright