ONCplus B.11.31.
© Copyright 2008 Hewlett-Packard Development Company, L.P Legal Notices Confidential computer software. Valid license required from Hewlett-Packard for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor’s standard commercial license. The information contained herein is subject to change without notice.
Table of Contents 1 ONCplus Release Notes...............................................................................................5 Announcement.......................................................................................................................................6 Availability of ONCplus as an ISU....................................................................................................6 NIS+ Obsolescence Notice..................................................................
List of Tables 1-1 4 ONCplus Software Fixes.................................................................................................................
1 ONCplus Release Notes This document contains the most recent product information pertaining to the Open Networking Computing (ONC) product, version B.11.31.05, which is supported on the HP-UX 11i v3 operating system. This document addresses the following topics: • • • • • • • • • • • “Announcement” (page 6) “Overview” (page 6) “What's New in ONCplus B.11.31.05” (page 7) “Fixes in ONCplus” (page 7) “Installation Information ” (page 9) “Features Introduced in ONCplus B.11.31.
Announcement This version of ONCplus (B.11.31.05) is supported on systems running the HP-UX 11i v3 operating system. Availability of ONCplus as an ISU Prior to the HP-UX 11i v3 release, ONC was delivered as a core product called NFS. Core products cannot be released independent of the operating system. Any changes (defect fixes, for example) to core products are only available to customers by installing HP-UX patches. For HP-UX 11i v3, ONCplus is available as an Independent Software Unit (ISU).
ONC consists of the following components: • Network File System The Network File System (NFS) is a distributed filesystem that provides transparent access to files and directories that are shared on remote systems. • AutoFS AutoFS is a client-side service that enables automatic mounting and unmounting of filesystems. • CacheFS The Cache Filesystem (CacheFS) is a general purpose filesystem caching mechanism that improves the performance of client side applications when working with NFS servers.
Table 1-1 ONCplus Software Fixes (continued) 8 CR ID Description ONCplus Version QXCR1000774733 Optimize direct I/O for NFSv2 and NFSv3 reads and writes. B.11.31.04 QXCR1000779532 Remove nfs4_nrnode and nfs4_nacache private tunables from 11i v3. B.11.31.04 QXCR1000785512 An NFSv4 mount overwrites the mount error returned by the server with ENOENT. B.11.31.04 QXCR1000790796 NUMA support changes for CacheFS. B.11.31.04 QXCR1000792753 Spinlock contention in checkexport/exi_rele. B.11.31.
Table 1-1 ONCplus Software Fixes (continued) CR ID Description ONCplus Version QXCR1000591590 An NFSv4 server panics in ACL code. B.11.31.02 QXCR1000591875 Added functionality for the NIS 2.3 client. B.11.31.02 QXCR1000592166 An AutoFS client using NFSv4 cannot automount an NFS server which does B.11.31.02 not support NFSv4. QXCR1000592981 The automountd daemon hangs while halting a package. B.11.31.02 QXCR1000593322 Performance improvement in NFS Server WRITE path. B.11.31.
System Requirements The following requirements are necessary for installing ONCplus B.11.31.05 : • • • Hardware Requirement: Itanium / PA-RISC Software Requirement: HP-UX 11i v3 Free Disk Space: 50 MB Installing ONCplus B.11.31.05 To install ONCplus B.11.31.05 on your system: 1. 2. Login as root.
2. To check which version of ONCplus is installed on your system, issue the following command: swlist | grep ONCplus The output should be similar to the following: ONCplus B.11.31.05 ONC+ 2.3 Reverting to a Previous Version of ONCplus You cannot remove the current version of ONCplus with the swremove command. However, you can revert to the previous version of ONCplus. The following section describes how to revert to the previous version of ONCplus.
NOTE: You can download ONCplus from the ONCplus web page http://software.hp.com, or from the media you originally used to install your system. 3. To revert to the previous version of ONCplus enter the following command: swinstall -x allow_downdate=true -x autoreboot=true \ -s /tmp/ONCplus_B.11.31.depot ONCplus NOTE: ONCplus contains kernel filesets. Thus swinstalling the product results in a system reboot after the installation is complete. Features Introduced in ONCplus B.11.31.04 ONCplus B.11.31.
New NFS Features in ONCplus B.11.31.03 NFS introduces the following features for NFSv4: • File Delegation with Local Access NFSv4 clients support delegation on HP-UX 11i v3. However, until ONCplus B.11.31.03, NFSv4 servers supported delegation with the caveat that no local file access should occur on any delegated file. For example, if the server grants a delegation to the file “/a/b/foo” then any local users on the server need to avoid accessing file “foo” while the delegation is in effect.
occupied by the cache directory (also known as the working set size). This command uses the logfile created by the cachefslog command to display the information. The cachefswssize command, used with the -a option, displays the information in ASCII format. New NIS Features in ONCplus B.11.31.02 NIS introduces the following features: • Support for IPv6 Protocol The NIS clients and servers are now IPv6 enabled.
The COMPOUND procedure decreases transport and security overhead because of fewer over-the-wire trips between the client and the server. This feature is transparent to the user. — Delegation In NFSv4, the server can delegate certain responsibilities such as, OPEN, CLOSE, LOCK, LOCKU, READ, and WRITE to the client. Delegation enables a client to locally service operations without immediate interaction with the server. Delegations can be revoked by the server.
• Client Failover When an NFS server fails, the client accessing the shared files on that server can no longer access the shared files. If client failover is enabled, the client is automatically switched to an alternate server, which is a replica of the server that failed. The client continues to access shared files, without being aware of the switch. NOTE: Client failover support is limited to read-only mounts or static filesystems that are not modified often.
— — — — — — • NFS (All versions including NFSv4) CacheFS HFS VxFS CIFS AutoFS Secure NFS Support If the NFS client supports mounting of secure directories, AutoFS supports Secure NFS filesystems. • IPv6 Support AutoFS provides support for mounting filesystems over IPv6 transports. New CacheFS Features in ONCplus B.11.31_LR CacheFS supports the following features: • Complete Binary Caching CacheFS is commonly used to manage application binaries.
NOTE: • Consistency is not checked at file open time. Switching Mount Options You can switch between mount options without deleting or rebuilding the cache. For instance, you can switch from default to non-shared, or from noconst to demandconst mount options without recreating the cache. • Support for Large Files and Large Filesystems CacheFS supports the maximum file and filesystem sizes supported by both the underlying front filesystem in which the cache resides and the back filesystem.