DNS BIND v9.7 Release for Sun Solaris 10 SPARC x64 bit


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

BIND 9.7.0 includes a number of changes from BIND 9.6 and earlier releases. Most are intended to simplify DNSSEC configuration.

New features include:

  • Fully automatic signing of zones by "named"
  • Simplified configuration of DNSSEC Lookaside Validation (DLV).
  • Simplified configuration of Dynamic DNS, using the "ddns-confgen" command line tool or the "local" update-policy option. (As a side effect, this also makes it easier to configure automatic zone re-signing.)
  • New named option "attach-cache" that allows multiple views to share a single cache.
  • DNS rebinding attack prevention.
  • New default values for dnssec-keygen parameters.
  • Support for RFC 5011 automated trust anchor maintenance (see README.rfc5011 for additional details).
  • Smart signing: simplified tools for zone signing and key maintenance.
  • The "statistics-channels" option is now available on Windows.
  • A new DNSSEC-aware libdns API for use by non-BIND9 applications (see README.libdns for details).
  • On some platforms, named and other binaries can now print out a stack backtrace on assertion failure, to aid in debugging.
  • A "tools only" installation mode on Windows, which only installs dig, host, nslookup and nsupdate.
  • Improved PKCS#11 support, including Keyper support and explicit OpenSSL engine selection (see README.pkcs11 for additional details).
Read the rest of this entry »



Solaris 10 wanboot installation or Solaris 10 installation over web / HTTP


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

In this articles I will provide the Solaris 10 Installation mode over HTTP named as WanBoot method for SPARC Systems.

This method is helpful for that systems where is not possible to use Install Server in the same Ethernet Network segment as client location and also not possible to place Boot Server too.

For Example: you have one or several new fresh servers which is located in DMZ Zone or isolated by Firewall and by Enterprise rules there not acceptable to open NFS,TFTP,SSH,RSH,Telnet,FTP services between Install Server and possible new systems, but Administrators agree to open one TCP port – HTTP or HTTPS. Here I will provide only HTTP installation way.

Another possible situation where you can use this method can be when new fresh system located on customer site with Internet access and you just have remote access to this system into ALOM over VPN or direct access though Internet. Therefore you can use your already prepared Installation WanBoot server for this systems.

Read the rest of this entry »



BIND v 9.6.2 FINALL DNS 64BIT VERSION FOR SOLARIS 10 SPARC EDITION


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

Today I released next BIND v 9.6.2 62bit version for Solaris 10 sparc Edition.

It compiled with origin SUN Solaris 10 C/C++ library links and system shared sources without any links to GNU C (GCC) and other kind Free Foundation tools.

You can download it from bellow link:

binary_ready_BIND_9.6.2.tar.bz2

To build right configuration file you can use full reference documentation:

BIND 9 Administrator Reference Manual

 

New features in BIND 9.6.2:

Full NSEC3 support

BIND 9.6 includes support for the NSEC3 record generation as defined in RFC 5155, DNS Security (DNSSEC) Hashed Authenticated Denial of Existence. As an alternative to NSEC, it can prevent walking DNSSEC zones (zone enumeration). It also permits gradual expansion of delegation-centric zones. (NSEC3 has an opt-out bit which lets the zone owner save overhead by skipping over signing delegations to unsigned children zones.)

NSEC3 is not recommended unless there is a pressing need for the features NSEC3 provides. It is expensive for both the server and the client. Most zones do not need the addition expense incured by the use of NSEC3.

 

Read the rest of this entry »



HOW TO INSTALL SOLARIS 10 ×86 ON HP PROLIANT BL460C G6 – PART V


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

Network configuration is ready, now we will install “Solaris JumpStart Installation Server”.

PART I
PART II
PART III
PART IV

 

# mkdir -p /Install/Solaris10/

# mkdir /Install/jumpstart

# /cdrom/sol_10_1009_x86/Solaris_10/Tools/setup_install_server /Install/Solaris10/

Now is necessary to customize Solaris 10 install miniroot image to include in it HP Proliant BL460c G6 2 drivers:

 

Broadcom  BCM57710/BCM57711/BCM57711E 10 GigE Driver from BRCMbnxe-4.8.11-solaris10-i386.tar.gz file

HP Smart Array Controller Drive from CPQary3-2.3.0-solaris10-i386.tar.gz file.

Both of this files you can download from HP drivers web site or direct from this link.

 

1) Unpack miniroot image files for each architecture – x86 and amd64:

#/boot/solaris/bin/root_archive unpack /Install/Solaris10/boot/x86.miniroot /var/tmp/x86.miniroot

# rm /var/tmp/x86.miniroot/tmp/AdDrEm.lck

#/boot/solaris/bin/root_archive unpack /Install/Solaris10/boot/amd64/x86.miniroot /var/tmp/amd64.miniroot

# rm /var/tmp/amd64.miniroot/tmp/AdDrEm.lck

2) Unpack HP Proliant BL460c G6 Network and RAID controller drivers in to /var/tmp/Drivers:

# unrar HP_Proliant_BL460c_G6.rar in to /tmp

Read the rest of this entry »



How to install Solaris 10 x86 on HP Proliant BL460c G6 – part IV


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

After success install Solaris 10 x86 64bit we will begin configuring it and Installing "Solaris JumpStart Install Server" for x86pc architecture with DHCP net boot mode support.

This is our example configuration:

IP address of install server: 10.0.0.2

Netmask: 255.255.255.0

Default gateway: 10.0.0.1

 

1) Lets correct /etc/hosts file

After first boot our “/etc/hosts” file will be contain bellow records:

#
# Internet host table
#
::1     localhost       loghost installserver
127.0.0.1    localhost   loghost installserver

 

To stopping warning messages in console from sendmail related to domain name we will add hostname with domain name at the end of last record:

 

127.0.0.1  localhost   loghost installserver   installserver.domain.com

To determine NIC name in Solaris we well user command:

#dladm show-dev

Output must be like this:

vmxnet3s0    link: up    speed: 10000 Mbps   duplex: full

Read the rest of this entry »



How to install Solaris 10 x86 on HP Proliant BL460c G6 – part III


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

In this PART III I will provide information about Installation Solaris 10 x86 64bit in VMware Guest machine.

PART I
PART II
PART IV
PART V
 Pic. 1.Solaris Install DVD boot menu Pic. 2. Installation choice mode menu
vmware41_solaris vmware42_solaris 
  Read the rest of this entry »



How to install Solaris 10 x86 on HP Proliant BL460c G6 – part II


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

After successfully installing and launching vSphere, log in to vSphere console and create default new Solaris 10 32bit profile:

PART I
PART III
PART IV
PART V
Pic. 1. to login choice “Use windows session credentials”. Pic. 2. Login in progress
vmware_vsphere_main1 vmware_vsphere_main2

 

Read the rest of this entry »



How to install solaris 10 x86 on HP Proliant BL460c G6 – part I


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

Hello,

Today I will provide necessary information to pre-configuring VMware machine for Solaris 10 x86 on VMware vSphere.

First for all you must install VMware vSphere Data Center Management system and hot it necessary to do you can find in follow resources:

PART II
PART III
PART IV
PART V

 

VMware vSphere 4: Private Cloud Computing, Server and Data Center Virtualization

vmware_web1

VMware vSphere 4
The best platform for building cloud infrastructures
VMware vSphere™, the industry’s first cloud operating system, leverages the power of virtualization to
transform datacenters into dramatically simplified cloud computing infrastructures and enables IT organizations
to deliver the next generation of flexible and reliable IT services, using internal and external resources, securely
and with low risk.
Key Features and Benefits Summary
VMware vSphere™ is the industry’s first cloud operating system comprising of the following groups of
components:

Infrastructure services –The set of components that comprehensively virtualize server, storage and network
resources, aggregate them and allocate them precisely on demand to applications based on business priority.

Application services – The set of components that provide built-in service level controls to all applications
running on VMware vSphere™, regardless of application type or operating system.

Read the rest of this entry »



My Website success UPDATED!!!!


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

Dear friends,

I’m glad to inform you about success update of my web site.

Now all you can success log in from every browsers and leave comments to my posts.

Very soon I will post new technical experience post about installation Sun Solaris 10 x86 on the HP Blade Server “HP Proliant BL460c G6” from Install server based on VMware ESX Data Center VmSphere System.

Also next in my task – providing e-library of latest books related to technical themes in PDF ,CHM and DjView format: “Solaris, Blogging, System Administration, Programming … etc





BIND 9.6.1-P2 64bit version for Solaris 10 sparc edition


Cincopa video hosting solution for your website. Another great product from Cincopa Send Files.

BIND 9.6.1-P2 is a SECURITY PATCH for BIND 9.6.1. It addresses a
potential cache poisoning vulnerability, in which data in the additional
section of a response could be cached without proper DNSSEC validation

I just done recompiling DNS server BIND 9.6.1-P2 security updated version for Sun Solaris 10 x64 bit sparc edition binary. It’s fully tested and runned on the Sun Fire T2000 with 16 core SUNW,UltraSPARC-T1 1000MHz. This binary compiled with Sun Studio 12 C compiler and therefore not necessary to use or install addition GnuCC C libraries in to the system. Also for copyright my works I signed all binaries with my contact details.

You can download it from this address:

BIND 9.6-P2 updated and patched version x64 Solaris sparc

 

Developed by Eldar Aydayev ©
UNIX Systems Professional Engineer
Aydayev’s Investment Business Group
E-mail: eldar@aydayev.com
URL: http://eldar.aydayev.com
LinkedIn: http://www.linkedin.com/in/eldar
Phone: +1 (650) 206-2624