OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Main
:
on
>
Community Release Known Issues
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
Community Release Known Issues
Hide Line numbers
1: ==Build 44== 2: 3: There is a bug related to network installations in this build: 4: 5: {{{ 6: 6453083 rmclient bug fix causes regression in addclient and removes /etc/ethers entry in snv_43 and snv44 7: }}} 8: 9: There is a Workaround for the bug, please see section after description below. 10: 11: ===Description=== 12: 13: On our install server ins3525-svr, the /etc/ethers is a local file and we do not use NIS administer this. We usually will update the /etc/ethers whenever we had new systems in the lab. 14: 15: {{{ 16: If I do this on the ins3525-svr to add PXE client from any snv_43 or snv_44 images, it removes the ethernet address of the client: 17: root@ins3525-svr# pwd 18: /export/nv/solarisdvd.nvx_dvd/latest/Solaris_11/Tools 19: root@ins3525-svr# 20: root@ins3525-svr# ls 21: Boot addclient.sparc rmclient 22: Installers addclient.x86 rmclient.sparc 23: add_install_client dial rmclient.x86 24: addclient rm_install_client setup_install_server 25: root@ins3525-svr# grep line3-colfax2 /etc/ethers 26: 00:e0:81:2a:a0:38 line3-colfax2 27: root@ins3525-svr# ./addclient -d -e 00:e0:81:2a:a0:38 i86pc 28: cleaning up preexisting install client "00:e0:81:2a:a0:38" 29: cleaning /etc/ethers 30: removing 00:e0:81:2a:a0:38 from ethers 31: To disable 00:e0:81:2a:a0:38 in the DHCP server, remove the entry with Client ID 0100E0812AA038 32: copying boot file to /tftpboot/pxegrub.I86PC.Solaris_11-11 33: If not already configured, enable PXE boot by creating a macro named 0100E0812AA038 with: 34: Boot server IP (BootSrvA) : 10.6.35.8 35: Boot file (BootFile) : 0100E0812AA038 36: root@ins3525-svr# grep line3-colfax2 /etc/ethers 37: root@ins3525-svr# 38: }}} 39: 40: With the rm_install_client fix, we forget that addclient will call rmclient first and then call addclient. Then the ethers entry for the client will be gone forever. This causes corruption in the /etc/ethers and is a major headache for system administer. I will replace the rm_install_client with the one from snv_42 until this problem is looked at. 41: 42: This regression was caused by the fix to rmclient by bugid 4638062. 43: 44: ===Workaround=== 45: {{{ 46: I use setup_install_server to setup an image for testing purpose: 47: root@ins3525-svr# pwd 48: /export/nv/solarisdvd.nvx_dvd/latest/Solaris_11/Tools 49: root@ins3525-svr# cd /export/nv/dvdx 50: root@ins3525-svr# ls 51: 28 32 36 40 42a 44jato 52: 29 33 37 41 43 jan_38 53: 30 34 38 41_test 44 latest 54: 31 35 39 42 44_vulcan 55: root@ins3525-svr# cd latest 56: root@ins3525-svr# cd So///To// 57: root@ins3525-svr# ./setup_install_server /export/nv/dvdx/44_rmclient 58: Verifying target directory... 59: Calculating the required disk space for the Solaris_11 product 60: Calculating space required for the installation boot image 61: Copying the CD image to disk... 62: Copying Install Boot Image hierarchy... 63: Copying /boot x86 netboot hierarchy... 64: Install Server setup complete 65: you have mail 66: root@ins3525-svr# 67: root@ins3525-svr# diff /etc/ethers.orig /etc/ethers 68: 5d4 69: < 00:e0:81:2a:a0:38 line3-colfax2 70: root@ins3525-svr# 71: grep line3-colfax2 /etc/ethers 72: 00:e0:81:2a:a0:38 line3-colfax2 73: root@ins3525-svr# ./addclient -d -e 00:e0:81:2a:a0:38 i86pc 74: cleaning up preexisting install client "00:e0:81:2a:a0:38" 75: cleaning /etc/ethers 76: removing 00:e0:81:2a:a0:38 from ethers 77: To disable 00:e0:81:2a:a0:38 in the DHCP server, remove the entry with Client ID 0100E0812AA038 78: }}} 79: 80: {{{ 81: If not already configured, enable PXE boot by creating a macro named 0100E0812AA038 with: 82: Boot server IP (BootSrvA) : 10.6.35.8 83: Boot file (BootFile) : 0100E0812AA038 84: root@ins3525-svr# grep line3-colfax /etc/ethers 85: root@ins3525-svr# 86: Then replace /etc/ethers and rm_install_client from build 42 (or a previous build) of SXCR. 87: root@ins3525-svr# cp /etc/ethers.orig /etc/ethers 88: root@ins3525-svr# ls 89: Boot addclient.sparc rmclient 90: Installers addclient.x86 rmclient.sparc 91: add_install_client dial rmclient.x86 92: addclient rm_install_client setup_install_server 93: root@ins3525-svr# cp rm_install_client rm_install_client.44 94: root@ins3525-svr# cp /export/nv/dvdx/42/So///To///rm_install_client rm_install_client.42 95: root@ins3525-svr# ls 96: Boot addclient.x86 rmclient 97: Installers dial rmclient.sparc 98: add_install_client rm_install_client rmclient.x86 99: addclient rm_install_client.42 setup_install_server 100: addclient.sparc rm_install_client.44 101: root@ins3525-svr# cp rm_install_client.42 rm_install_client 102: root@ins3525-svr# grep line3-colfax2 /etc/ethers 103: 00:e0:81:2a:a0:38 line3-colfax2 104: root@ins3525-svr# ./addclient -d -e 00:e0:81:2a:a0:38 i86pc 105: cleaning up preexisting install client "00:e0:81:2a:a0:38" 106: To disable 00:e0:81:2a:a0:38 in the DHCP server, remove the entry with Client ID 0100E0812AA038 107: If not already configured, enable PXE boot by creating a macro named 0100E0812AA038 with: 108: Boot server IP (BootSrvA) : 10.6.35.8 109: Boot file (BootFile) : 0100E0812AA038 110: root@ins3525-svr# grep line3-colfax2 /etc/ethers 111: 00:e0:81:2a:a0:38 line3-colfax2 112: root@ins3525-svr# 113: }}}
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Main Pages
Documents on this Wiki
Dashboard
RecentChanges
Spaces
RSS Feeds
Tags
Try OpenSolaris
About
Contact
FAQs
OpenSolaris Help
Source Not Released
Roadmap
Product Source
Contributor Agreement
Values
Sponsor Pgm Bug Activity
OSS Bite Size Bugs
Request-Sponsor Table
OpenSolaris Collectives
HowTo Guide
Communities
Leadership Manual
Projects
User Groups
Copyright Policy
OpenSolaris Discussions
IRC Chat
Documentation
Downloads
Feature Spot Archive
Get the Source
Licensing
OpenSolaris Binary
OpenSolaris License
Public Doc License
How to Participate
Contribute Packages
Edit Your Profile
Site Map
Website Guidelines
Website Terms of Use
OpenSolaris Trademark