Table 1: QIO/FDD Release Version Coverage QIO/FDD

Size: px
Start display at page:

Download "Table 1: QIO/FDD Release Version Coverage QIO/FDD"

Transcription

1 VERITAS Quick I/O for Databases (QIO) VERITAS File Device Driver (FDD) Year 2000 Compliance Test Plan 1 Purpose This document details the test plan for Year 2000 compliant releases and all subsequent releases of the VERITAS Quick I/O for Databases (QIO), previously called File Device Driver (FDD). Note: QIO is the new product name for FDD starting at version 2.0. For the purposes of this document, when addressing the product as a whole, the term QIO will be used. When dealing with a specific release of the product, the applicable name (FDD for versions up through and QIO for versions after and including 2.0) will be used. 2 Overview Table 1 describes the exact versions of QIO to be tested across the various versions of the Solaris and HP-UX operating systems. VERITAS asserts that these are the only versions of existing QIO products that are Year 2000 compliant. All future releases of QIO products will also be certified by VERITAS as Year 2000 compliant. The table uses "Y2K" to denote which versions of QIO operate on which versions of Solaris and HP-UX in addition to which versions are Year 2000 compliant. Table 1: QIO/FDD Release Version Coverage HP-UX Solaris QIO/FDD FDD 1 Y2K FDD Y2K Y2K FDD Y2K Y2K QIO Y2K Y2K QIO Y2K Y2K 1 FDD was released on HP-UX as part of VERITAS Storage Edition FDD was released with VxFS FDD was made available with VxFS via ftp. 4 QIO 2.0 was released with VxFS 3.3 as a component of Database Edition QIO will be released with VxFS as a component of Database Edition

2 Since QIO is a VxFS driver, it follows the same standard UNIX model of expressing time as the number of seconds since 00:00:00 January 1st, 1970 (EST). This model does not have any special representational problems at or around the Year 2000, although problems may surface in the Year 2038, a problem which is beyond the scope of this document. In the cases where it reads, modifies, or otherwise uses times or dates, QIO uses explicit, unambiguous date representation. Please refer to the VxFS Year 2000 Test Plan for more information regarding how the related VxFS products were tested. 2.1 Standard Library Functions The code was audited to find places where dates are expressed using month, day, and year to look for potential problems. Such code can be found by searching for the standard library functions used to retrieve times or dates, or to transform time between the two methods of representation. These functions are: ctime(), asctime(), localtime(), gmtime(), tzset(), tzsetwall() strftime(), cftime(), ascftime() strptime() getdate() mktime() gettimeofday(), settimeofday() ftime() gethrtime(), gethrvtime() wcsftime() time() times() 2.2 QIO Commands Auditing of the code shows that the following command is the only utility in QIO that uses these functions to manipulate or store dates and/or time: vxfddstat / qiostat Since the only use of standard time/date library functions in vxfddstat / qiostat is to print out the date using a printf-type function, this utility will not be explicitly tested. 2.3 QIO Kernel The fields that QIO uses to store dates internally will be tested. These fields are: di_atime (on-disk inode access time) di_ctime (on-disk inode status change time) di_mtime (on-disk inode modification/creation time)

3 These times and dates are stored as the number of seconds and microseconds since UTC 00:00:00 on January 1, Hence they are not really dates at all but quantities. In application they are added to UTC to produce the accurate date and time relative to UTC (and possibly the local time zone). VERITAS will only test this basic principle to demonstrate that internally QIO does not contain any Year 2000 related problems. 2.4 Packaging & Installation Installation and deinstallation across the key dates will be done for each version of Solaris and HP-UX. This will be done using pkgadd, pkgrm, and pkginfo. On HP-UX, the SD-UX utilities will be used. This will be done to verify that the installation and deinstallation processes for FDD point products and FDD as a component of a VERITAS Edition operate correctly and successfully before, on and after the Year Licensing QIO is a licensed feature of the VxFS File system. QIO and VxFS use Rainbow Sentinel LM to handle licensing though the vxmkcdev / qiomkfile and qioadmin utilities. These utilities will not function if the proper license is not installed. These commands will be hand-tested to ensure that they function across all of the test dates. Note: Rainbow Sentinel LM will not allow any license keys to be generated which have an expiration date past the year A future license manager software release will be provided to VERITAS before 2016 which will extend this restriction out to some further date. 3 Implementation 3.1 Test Dates VERITAS will conduct all of the tests described within this document with the time set to before and after the following Key Date and Key Date Changes: Dec 31, 1998 to Jan 01, 1999 Sep 09, 1999 to Sep 10, 1999 Dec 31, 1999 to Jan 01, 2000 Feb 28, 2000 to Feb 29, 2000 Feb 29, 2000 to Mar 01, 2000 Dec 31, 2000 to Jan 01, 2001 Dec 31, 2008 to Jan 01, 2009 Dec 31, 2037 to Jan 01, 2038 Note: HP-UX does not allow any dates to be set beyond Dec 31, Because of this, the final Key Date Change (12/31/37 to 1/1/38) will not be tested on HP-UX. 3.2 Automated Tests

4 A new fsqa test script will be added to the VxFS fsqa test suite. The script and its description is given below: fsqa/common/tests/y2k fsqa/common/tests/y2k/makefile fsqa/common/tests/y2k/run.sh fsqa/common/tests/y2k/fdd.sh # Y2K top level test directory # Y2K top level test makefile # Y2K top level run script # Y2K fdd tests The following test script descriptions assume the following setup: 1 logical volume or disk slice with a corresponding mount point. /dev/rdsk/c0t1d0s4, /mnt0 Note: This document will use disk slices in the examples, but the tests will also be run with VxVM on Solaris. The desired version of VxFS and QIO installed complete with the correct QIO feature license. The VxFS fsqa test suite installed and built on the system to be tested. Note: The fsqa test suite has no impact on the functionality of VxFS or QIO. Each test script will be repeated for all applicable VxFS disk layouts. The supported VxFS disk layout versions per platform are described in Table 2. See Table 1 for the versions of QIO corresponding to the versions of VxFS in the table below. Table 2: Supported VxFS Disk Layout Versions HP-UX Solaris VxFS , X 1, 2, 4 1, 2, X 1, 2, 4 1, 2, 4 Additionally, it should be noted that each of the test scripts will repeat the tests outlined for each of the key dates given in the list of Test Dates. Anytime the phrase "Key Date Change" is used, it is referring to a change across these dates. Anytime the phrase "Key Date" is used, it is referring to the first date in the date pairs listed (ie: the "Key Date" in "Dec 31, 1999 to Jan 01, 2000" would be Dec 31, 1999"). The UNIX user command date mmddhhmmccyy is used to set the date in all cases where a date or time

5 change is specified fdd.sh To track whether QIO is correctly representing dates internally, perform various miscellaneous tests. These tests should cover the kernel fields listed in the QIO Kernel section. Test 1: Test for di_mtime, di_atime, and di_ctime 1. Set date to before Key Date. 2. Create a file system using mkfs -Fvxfs /dev/rdsk/c0t1d0s4 3. Mount the file system using mount -Fvxfs /dev/dsk/c0t1d0s4 /mnt0 4. Create an FDD file using vxmkcdev -s 50m /mnt0/qfile or create a QIO file using qiomkfile -s 50m /mnt0/qfile, This sets the di_atime, di_ctime, and di_mtime to the current time. 5. Write to the FDD file using dd if=/dev/zero of=/mnt0/qfile bs=1024 count=30 6. Get the inode number for "qfile" using inum=`ls -lai /mnt0 grep qfile grep -v cdev awk '{print $1}'` 7. Set date to after Key Date. 8. Check the file modification/creation time (di_mtime) field for "qfile" using echo "8192B.${inum}i" fsdb -Fvxfs /dev/rdsk/c0t1d0s4 grep mtime Note the time for 'mtime'. 9. To change "qfile"'s modification time (di_mtime), use dd if=/dev/zero of=/mnt0/qfile bs=1024 count= Unmount and then mount the /mnt0 file system to sync the superblock. 11. Recheck the file modification/creation time (di_mtime) field for "qfile" using echo "8192B.${inum}i" fsdb -Fvxfs /dev/rdsk/c0t1d0s4 grep mtime Note the time for 'mtime'. See that it has changed from before. 12. Check the file access (di_atime) field for "qfile" using echo "8192B.${inum}i" fsdb -Fvxfs /dev/rdsk/c0t1d0s4 grep atime Note the time for 'atime'. 13. To change "qfile"'s access time (di_atime), use dd if=/mnt0/qfile of=/dev/null bs=1024 count= Sync the superblock. 15. Recheck the file access time (di_atime) field for "qfile" using echo "8192B.${inum}i" fsdb -Fvxfs /dev/rdsk/c0t1d0s4 grep atime Note the time for 'atime'. See that it has changed from before. 16. Check the file status change (di_ctime) field for "qfile" using echo "8192B.${inum}i" fsdb -Fvxfs /dev/rdsk/c0t1d0s4 grep ctime Note the time for 'ctime'. 17. To change "qfile"'s status change time (di_ctime), use chmod 777 /mnt0/qfile 18. Sync the superblock. 19. Recheck the file status change (di_ctime) field for "qfile" using echo "8192B.${inum}i" fsdb -Fvxfs /dev/rdsk/c0t1d0s4 grep ctime Note the time for 'ctime'. See that it has changed from before. 3.4 Installation Tests

6 Installing and de-installing QIO across the key dates using pkgadd and pkgrm on Solaris will demonstrate that the installation process is not affected by dates before, on, or after the Year These tests will be done by hand. 4 Conclusion The results from running these tests have shown that the versions of QIO given in Table 1 do not have any bugs related to Year 2000 issues in all cases where the listed standard library time-related functions are used and where times and/or dates are stored or input as data. This document was issued on February 22nd, 1999 and replaces all prior versions. Dates after 2038 are outside the scope of this document.

VERITAS Storage Solutions and VERITAS Cluster File Solutions 3.5

VERITAS Storage Solutions and VERITAS Cluster File Solutions 3.5 VERITAS Storage Solutions and VERITAS Cluster File Solutions 3.5 Update 4 HP-UX The 3.5 Update 4 release of VERITAS Storage Solutions and Cluster File Solutions products operates only on the HP-UX 11i

More information

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 Installation Guide UNIX June 2000 100-001495 Disclaimer The information contained in this publication is subject to change without notice.

More information

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER

Exam Actual. Higher Quality. Better Service! QUESTION & ANSWER Higher Quality Better Service! Exam Actual QUESTION & ANSWER Accurate study guides, High passing rate! Exam Actual provides update free of charge in one year! http://www.examactual.com Exam : 310-875 Title

More information

Case study: ext2 FS 1

Case study: ext2 FS 1 Case study: ext2 FS 1 The ext2 file system Second Extended Filesystem The main Linux FS before ext3 Evolved from Minix filesystem (via Extended Filesystem ) Features Block size (1024, 2048, and 4096) configured

More information

Filesystem Hierarchy and Permissions

Filesystem Hierarchy and Permissions 2 and Prepared by Steven Gordon on 19 April 2017 Common/Reports/linux-file-permissions.tex, r1417 1 Multiuser and Server Operating System systems are commonly used as a multi-user system E.g. multiple

More information

Filesystem Hierarchy and Permissions

Filesystem Hierarchy and Permissions and Linux Prepared by Steven Gordon on 19 April 2017 Common/Reports/linux-file-permissions.tex, r1417 1/15 Multiuser and Server Operating System Linux systems are commonly used as a multi-user system E.g.

More information

Case study: ext2 FS 1

Case study: ext2 FS 1 Case study: ext2 FS 1 The ext2 file system Second Extended Filesystem The main Linux FS before ext3 Evolved from Minix filesystem (via Extended Filesystem ) Features Block size (1024, 2048, and 4096) configured

More information

UNIX System Administration

UNIX System Administration $!... 14:13 $$... 14:13.netrc...12:27-28 /etc/fstab... 6:25 /etc/hosts.equiv... 8:23 /etc/inittab Entries... 4:8 /etc/netmasks... 8:22 /etc/shells... 12:25 /home... 6:69 /tmp...6:61-67 /usr... 6:70 /var...

More information

Timekeeping. 5February :09

Timekeeping. 5February :09 Timekeeping UNIX timekeeping is an untidy area, made more confusing by national and international laws and customs. Broadly, there are two kinds of functions: one group is concerned with getting and setting

More information

W H I T E P A P E R : E R R O R! R E F E R E N C E S O U R C E N O T F O U N D. T E C H N I C A L O V E R V I E W

W H I T E P A P E R : E R R O R! R E F E R E N C E S O U R C E N O T F O U N D. T E C H N I C A L O V E R V I E W W H I T E P A P E R : E R R O R! R E F E R E N C E S O U R C E N O T F O U N D. T E C H N I C A L O V E R V I E W Symantec VxFS 5.x releases df command expectations March, 2013 Document version 1.1 The

More information

VERITAS File System 3.3.3

VERITAS File System 3.3.3 VERITAS File System 3.3.3 Release Notes Solaris January 2000 100-001420 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Opera Web Browser Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Opera Web Browser Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.opera.com Description Opera Web Browser Archive Country United States Scan Date 04/Nov/2015 Total Dirs 1,557 Total Files 2,211 Total Data 43.83 GB Top 20 Directories Sorted

More information

HPE Security Data Security. HPE SecureData. Product Lifecycle Status. End of Support Dates. Date: April 20, 2017 Version:

HPE Security Data Security. HPE SecureData. Product Lifecycle Status. End of Support Dates. Date: April 20, 2017 Version: HPE Security Data Security HPE SecureData Product Lifecycle Status End of Support Dates Date: April 20, 2017 Version: 1704-1 Table of Contents Table of Contents... 2 Introduction... 3 HPE SecureData Appliance...

More information

Systems Programming/ C and UNIX

Systems Programming/ C and UNIX Systems Programming/ C and UNIX A. Fischer CSCI 4547/6647 What is Time? November 6, 2017 A. Fischer CSCI 4547/6647[1ex]What is Time? Systems Programming Lecture 8... 1/24 November 6, 2017 1 / 24 Outline

More information

Veritas Storage Foundation Basic - Technical FAQ January 2009

Veritas Storage Foundation Basic - Technical FAQ January 2009 Veritas Storage Foundation Basic - Technical FAQ January 2009-1 - GENERAL QUESTIONS... 3 What is Veritas Storage Foundation Basic?... 3 What are edge-tier workloads?... 3 How much does Storage Foundation

More information

File System Internals. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University

File System Internals. Jin-Soo Kim Computer Systems Laboratory Sungkyunkwan University File System Internals Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics File system implementation File descriptor table, File table

More information

Computer Systems Laboratory Sungkyunkwan University

Computer Systems Laboratory Sungkyunkwan University File System Internals Jin-Soo Kim (jinsookim@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today s Topics File system implementation File descriptor table, File table

More information

XS4ALL Networks - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

XS4ALL Networks - FTP Site Statistics. Top 20 Directories Sorted by Disk Space XS4ALL Networks - FTP Site Statistics Property Value FTP Server ftp.xs4all.nl Description XS4ALL Networks Country Netherlands Scan Date 11/May/2014 Total Dirs 181 Total Files 877 Total Data 2.63 GB Top

More information

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit?

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit? HP-UX System Administration Course Overview This Hewlett Packard HP-UX System Administration training course is designed to give delegates practical experience in the administration of an HP-UX UNIX System.

More information

Proceedings of the LISA th Systems Administration Conference

Proceedings of the LISA th Systems Administration Conference USENIX Association Proceedings of the LISA 2001 15 th Systems Administration Conference San Diego, California, USA December 2 7, 2001 2001 by The USENIX Association All Rights Reserved For more information

More information

Use of XMM Distribution CD-ROMs.

Use of XMM Distribution CD-ROMs. Use of XMM Distribution CD-ROMs. TABLE OF CONTENTS 1 Introduction 2 Solaris 2 Linux 2 Relax option for Linux 4 Notes for Solaris 2.6, 2.7 and 2.8 5 Solaris 2.6 5 Solaris 2.7 5 Solaris 2.8 5 Appendix A:

More information

ECE 598 Advanced Operating Systems Lecture 18

ECE 598 Advanced Operating Systems Lecture 18 ECE 598 Advanced Operating Systems Lecture 18 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 5 April 2016 Homework #7 was posted Project update Announcements 1 More like a 571

More information

find Command as Admin Security Tool

find Command as Admin Security Tool find Command as Admin Security Tool Dr. Bill Mihajlovic INCS-620 Operating Systems Security find Command find command searches for the file or files that meet certain condition. like: Certain name Certain

More information

Examination C++ Programming

Examination C++ Programming LUND INSTITUTE OF TECHNOLOGY 1(8) Department of Computer Science Examination C++ Programming 2011 08 20, 8.00 13.00 Aid at the exam: one C++ book. The copies of the lecture slides are not allowed. You

More information

File System Internals. Jo, Heeseung

File System Internals. Jo, Heeseung File System Internals Jo, Heeseung Today's Topics File system implementation File descriptor table, File table Virtual file system File system design issues Directory implementation: filename -> metadata

More information

Interoperability of Bloombase StoreSafe Security Server, QLogic FC-HBAs and QLogic SAN Switch for Transparent Storage Area Network (SAN) Encryption

Interoperability of Bloombase StoreSafe Security Server, QLogic FC-HBAs and QLogic SAN Switch for Transparent Storage Area Network (SAN) Encryption Bloombase Interoperability Program P1 2012 Bloombase Interoperability of Bloombase StoreSafe Security Server, QLogic FC-HBAs and QLogic SAN Switch for Transparent Storage Area Network (SAN) Encryption

More information

University of Rochester - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

University of Rochester - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.cs.rochester.edu Description University of Rochester Country United States Scan Date 02/Sep/2015 Total Dirs 204 Total Files 2,949 Total Data 20.85 GB Top 20 Directories Sorted

More information

University of California - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

University of California - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.icsi.berkeley.edu Description University of California Country United States Scan Date 15/Jun/2015 Total Dirs 591 Total Files 12,510 Total Data 10.83 GB Top 20 Directories

More information

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 Release Notes UNIX June 2000 100-001494 Disclaimer The information contained in this publication is subject to change without notice. VERITAS

More information

Supported File and File System Sizes for HFS and JFS

Supported File and File System Sizes for HFS and JFS Supported File and File System Sizes for HFS and JFS Executive Summary... 2 Hierarchical File System (HFS) Supported Sizes... 2 JFS (VxFS) Supported Sizes... 3 Large File System (> 2 TB) Compatibility

More information

Unix System Architecture, File System, and Shell Commands

Unix System Architecture, File System, and Shell Commands Unix System Architecture, File System, and Shell Commands Prof. (Dr.) K.R. Chowdhary, Director COE Email: kr.chowdhary@iitj.ac.in webpage: http://www.krchowdhary.com JIET College of Engineering August

More information

Section 1. A zseries Linux file system test script

Section 1. A zseries Linux file system test script Section 1. A zseries Linux file tem test script 1.1 Overview I was presented with a question regarding disk space efficiency, small files and block sizes with ext3 file tems on zseries Linux. I decided

More information

Oracle Storage Management: New Techniques and Choices

Oracle Storage Management: New Techniques and Choices Oracle Storage Management: New Techniques and Choices May We Suggest... Cell phones and pagers on vibrate or silent, please Issues in Oracle Storage Management Oracle I/O is a, uh, rich mixture of I/O

More information

New Developments for HP-UX 10.X Filesystems

New Developments for HP-UX 10.X Filesystems 1015 1. Introduction John Fenwick Development Engineer Hewlett-Packard Company Enterprise Systems Division 19447 Pruneridge Avenue, MS 46T-U2 Cupertino, California USA 95014 Telephone: 011-408-447-4976

More information

fiscalyear Documentation

fiscalyear Documentation fiscalyear Documentation Release 0.1.0 Adam J. Stewart Apr 17, 2017 User Documentation 1 Basic Usage 3 1.1 FiscalYear................................................ 3 1.2 FiscalQuarter...............................................

More information

Arrays and Pointers (part 2) Be extra careful with pointers!

Arrays and Pointers (part 2) Be extra careful with pointers! Arrays and Pointers (part 2) EECS 2031 22 October 2017 1 Be extra careful with pointers! Common errors: l Overruns and underruns Occurs when you reference a memory beyond what you allocated. l Uninitialized

More information

Installation Requirements

Installation Requirements Before installing Prime Cable Provisioning, review the licensing and the installation requirements described in this chapter. This chapter contains the following sections: Licensing, page 1 System Requirements,

More information

Arrays and Pointers (part 2) Be extra careful with pointers!

Arrays and Pointers (part 2) Be extra careful with pointers! Arrays and Pointers (part 2) CSE 2031 Fall 2011 23 October 2011 1 Be extra careful with pointers! Common errors: Overruns and underruns Occurs when you reference a memory beyond what you allocated. Uninitialized

More information

Alternative Boot Solutions

Alternative Boot Solutions CHAPTER 4 Alternative Boot Solutions Using a software disk manager is a popular solution for maintaining high availability for /boot/root/swap. However, alternatives exist that are commonly unknown or

More information

3X Linux System Administration (Level 1) Exam.

3X Linux System Administration (Level 1) Exam. SAIR 3X0-102 Linux System Administration (Level 1) Exam TYPE: DEMO http://www.examskey.com/3x0-102.html Examskey SAIR 3X0-102 exam demo product is here for you to test the quality of the product. This

More information

Interoperability of Bloombase StoreSafe and Huawei OceanStor T-Series for Transparent Storage Encryption

Interoperability of Bloombase StoreSafe and Huawei OceanStor T-Series for Transparent Storage Encryption Bloombase Interoperability Program P1 2014 Bloombase Interoperability of Bloombase StoreSafe and Huawei OceanStor T-Series for Transparent Storage Encryption October, 2014 Executive Summary Huawei's new-generation

More information

Enabling High Availability for SOA Manager

Enabling High Availability for SOA Manager Enabling High Availability for SOA Manager Abstract... 2 Audience... 2 Introduction... 2 Prerequisites... 3 OS/Platform... 3 Cluster software... 4 Single SOA Manager Server Fail Over... 4 Setting up SOA

More information

VERITAS Storage Foundation 4.0 for Oracle

VERITAS Storage Foundation 4.0 for Oracle VERITAS Storage Foundation 4.0 for Oracle Installation Guide Solaris N12186F January 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

Eindhoven University of Technology - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Eindhoven University of Technology - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Eindhoven University of Technology - FTP Site Statistics Property Value FTP Server ftp.tue.nl Description Eindhoven University of Technology Country Netherlands Scan Date 10/May/2014 Total Dirs 129 Total

More information

IBM AIX Basic Operations V5.

IBM AIX Basic Operations V5. IBM 000-190 AIX Basic Operations V5 http://killexams.com/exam-detail/000-190 QUESTION: 122 Which of the following options describes the rm -i command? A. It removes and reports the file names it removes.

More information

JFS Tuning and Performance

JFS Tuning and Performance JFS Tuning and Performance Mark Ray HP-UX Global Solutions Engineering Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

Disks & File Systems. Dick Gillman, ITSS. 1/19/06 10:20:11 am docs/disks.sxi

Disks & File Systems. Dick Gillman, ITSS. 1/19/06 10:20:11 am docs/disks.sxi Disks & File Systems Dick Gillman, ITSS 1/19/06 10:20:11 am docs/disks.sxi IDE and SCSI most lower end systems come with IDE SCSI better performance choose system with SCSI for servers Checklist for new

More information

XEmacs Project Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

XEmacs Project Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.ie.xemacs.org Description XEmacs Project Archive Country Ireland Scan Date 31/Oct/2014 Total Dirs 677 Total Files 4,166 Total Data 4.40 GB Top 20 Directories Sorted by Disk

More information

Omega Engineering Software Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Omega Engineering Software Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Omega Engineering Software Archive - FTP Site Statistics Property Value FTP Server ftp.omega.com Description Omega Engineering Software Archive Country United States Scan Date 14/Apr/2015 Total Dirs 460

More information

November, Executive Summary

November, Executive Summary Bloombase Interoperability Program P1 2011 Bloombase Interoperability of Bloombase StoreSafe and ATTO Celerity Fibre- Channel Host Bus Adapter and ATTO FibreConnect Fibre-Channel Switch for Transparent

More information

Veritas Volume Manager Conversion

Veritas Volume Manager Conversion Veritas Volume Manager Conversion Tim Clemens Training and Consulting Louisville, KY 1-800-888-9028 Topics Veritas Volume Manager - VxVM LVM Cluster Volume Groups - Review Creating VxVM Cluster Disk Groups

More information

VERITAS Volume Manager Installation Guide

VERITAS Volume Manager Installation Guide VERITAS Volume Manager Installation Guide Release 3.0.4 PLEASE READ THIS BEFORE INSTALLING THE SOFTWARE! Solaris April, 2000 P/N 100-001634 1999-2000 VERITAS Software Corporation. All rights reserved.

More information

Technical University of Munich - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Technical University of Munich - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Technical University of Munich - FTP Site Statistics Property Value FTP Server ftp.ldv.e-technik.tu-muenchen.de Description Technical University of Munich Country Germany Scan Date 23/May/2014 Total Dirs

More information

MasterScope Application Navigator. Logical Agent Installation Guide

MasterScope Application Navigator. Logical Agent Installation Guide MasterScope Application Navigator Logical Agent Installation Guide October, 2014 Revision History Revision No. Date Shipped Description 1st edition 09.2010 Newly released for Ver3.1. 2nd edition 07.2011

More information

Avoid Using POSIX time_t for Telling Time

Avoid Using POSIX time_t for Telling Time Avoid Using POSIX time_t for Telling Time John Sauter 2018-07-15 Abstract The POSIX data type time_t is defined in a way that leads to errors in application programs when it is used for telling time. Here

More information

ReplicationControl FileSystem Option User s Manual (Linux)

ReplicationControl FileSystem Option User s Manual (Linux) NEC Storage Software ReplicationControl FileSystem Option User s Manual (Linux) IS028-15E NEC Corporation 2005-2015 No part of the contents of this book may be reproduced or transmitted in any form without

More information

<Insert Picture Here> Getting Started with Solaris

<Insert Picture Here> Getting Started with Solaris Getting Started with Solaris W Brian Leonard Principal Software Engineer Program Agenda About Installation Java Desktop System Where is Everything? Users, Profiles

More information

Project 5 File System Protection

Project 5 File System Protection Project 5 File System Protection Introduction This project will implement simple protection in the xv6 file system. Your goals are to: 1. Implement protection in the xv6 file system. 2. Understand how

More information

Installation Guide V1.1

Installation Guide V1.1 Installation Guide V1.1 The information contained in this manual is the licensed property of Fujitsu Software Technology Corporation. Use of the information contained herein is restricted to the terms

More information

Linux Capabilities & Set-UID Vulnerability

Linux Capabilities & Set-UID Vulnerability Copyright: The development of this document is funded by Higher Education of Academy. Permission is granted to copy, distribute and /or modify this document under a license compliant with the Creative

More information

File Management 1/34

File Management 1/34 1/34 Learning Objectives system organization and recursive traversal buffering and memory mapping for performance Low-level data structures for implementing filesystems Disk space management for sample

More information

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Technical white paper Installation of non-def ault VxFS and VxVM soft ware version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Table of contents Introduction... 3 Installation Instructions...

More information

VERITAS Volume Manager 3.1

VERITAS Volume Manager 3.1 VERITAS Volume Manager 3.1 Installation Guide HP-UX August 2000 30-000006-399 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation

More information

Global Information Assurance Certification Paper. Copyright SANS Institute Author Retains Full Rights

Global Information Assurance Certification Paper. Copyright SANS Institute Author Retains Full Rights Global Information Assurance Certification Paper Copyright SANS Institute Author Retains Full Rights This paper is taken from the GIAC directory of certified professionals. Reposting is not permited without

More information

Supported File and File System Sizes for HFS and VxFS (JFS)

Supported File and File System Sizes for HFS and VxFS (JFS) Technical Whitepaper Supported File and File System Sizes for HFS and VxFS (JFS) Enterprise Group, Operating Systems Technology Lab V 1.0 July 2017 Legal Notices The information contained herein is subject

More information

Fourth Cycle VALIDATION REPORT

Fourth Cycle VALIDATION REPORT 4 th Jan. 25 VALIDAION REPORT Page : 1/7 Fourth Cycle VALIDATION REPORT OF THE D14B XML Schema Directories 4 th Jan. 25 VALIDAION REPORT Page : 2/7 Table of Contents 1. INTRODUCTION... 3 2. NORMATIVE REFERENCES...

More information

Logging Mechanism. Cisco Logging Mechanism

Logging Mechanism. Cisco Logging Mechanism Cisco, page 1 Cisco ISE System Logs, page 2 Configure Remote Syslog Collection Locations, page 7 Cisco ISE Message Codes, page 8 Cisco ISE Message Catalogs, page 8 Debug Logs, page 8 Endpoint Debug Log

More information

PRIMECLUSTER DR/PCI Hot Plug User s Guide

PRIMECLUSTER DR/PCI Hot Plug User s Guide PRIMECLUSTER DR/PCI Hot Plug User s Guide - SPARC Solaris - Version 4.2 November, 2003 Introduction This manual describes how to use the Dynamic Reconfiguration (DR) function and the PCI Hot Plug function

More information

Pushing the Limits. ADSM Symposium Sheelagh Treweek September 1999 Oxford University Computing Services 1

Pushing the Limits. ADSM Symposium Sheelagh Treweek September 1999 Oxford University Computing Services 1 Pushing the Limits ADSM Symposium Sheelagh Treweek sheelagh.treweek@oucs.ox.ac.uk September 1999 Oxford University Computing Services 1 Overview History of ADSM services at Oxford October 1995 - started

More information

Installation & Licensing Guide

Installation & Licensing Guide Installation & Licensing Guide support@rational.com http://www.rational.com IMPORTANT NOTICE DISCLAIMER OF WARRANTY Rational Software Corporation makes no representations or warranties, either express

More information

Enhanced Printer Drivers for UNIX Systems

Enhanced Printer Drivers for UNIX Systems Enhanced Printer Drivers for UNIX Systems Installation and User s Guide For use with: Compaq Tru64 UNIX and Digital UNIX Systems HP-UX Systems IBM AIX/6000 Systems NCR MP-RAS Systems Caldera edesktop,

More information

Veritas Storage Foundation Release Notes

Veritas Storage Foundation Release Notes Veritas Storage Foundation Release Notes Solaris 5.0 Maintenance Pack 1 Veritas Storage Foundation Release Notes Copyright 2007 Symantec Corporation. All rights reserved. Storage Foundation 5.0 Maintenance

More information

VERITAS Storage Foundation 4.0 for Oracle

VERITAS Storage Foundation 4.0 for Oracle J U N E 2 0 0 4 VERITAS Storage Foundation 4.0 for Oracle Performance Brief OLTP Solaris Oracle 9iR2 VERITAS Storage Foundation for Oracle Abstract This document details the high performance characteristics

More information

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Solaris Version

EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Solaris Version EMC DiskXtender File System Manager for UNIX/Linux Release 3.5 Solaris Version Installation Guide P/N 300-010-388 REV. A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000

More information

Backup & Recovery. Sun Microsystems Korea. ning.co.kr

Backup & Recovery. Sun Microsystems Korea.  ning.co.kr Backup & Recovery Sun Microsystems Korea http://www.suntrai ning.co.kr Sample Backup strategy Sat 0 Mon Tue Wed Thu Fri Level 0 Monthly M T W Th F 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 3 4 5 6 2 Sample

More information

Digital forensics 5/5/18. Operating system Unix. File system Hierarchy Standard

Digital forensics 5/5/18. Operating system Unix. File system Hierarchy Standard Digital forensics Andrej Brodnik Operating system Unix Development through history: System V, HP-UX, BSD,... Open source versions that appeared later: Linux: RedHat, SUSE, Ubuntu,... BSD: FreeBSD, OpenBSD,

More information

Ramdisk (Memory-based Disk) Support on HP-UX 11i v2

Ramdisk (Memory-based Disk) Support on HP-UX 11i v2 Ramdisk (Memory-based Disk) Support on HP-UX 11i v2 Introduction... 2 Terms and Definitions... 2 Ramdisk Features in HP-UX 11i v2... 2 Ramdisk Installation... 3 Ramdisk Configuration... 3 Ramdisk Device

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

CSC209: Software Tools and Systems Programming. Richard Krueger Office hours: BA 3234

CSC209: Software Tools and Systems Programming. Richard Krueger   Office hours: BA 3234 CSC209: Software Tools and Systems Programming Richard Krueger Email : krueger@cs.utoronto.ca Office hours: BA 3234 Administrivia Email: krueger@cs.utoronto.ca Email must include your name. Please set

More information

Interoperability of Bloombase StoreSafe and ATTO Celerity 16G Fiber-Channel Host Bus Adapter (FC-HBA) for Transparent Data-at-Rest Encryption

Interoperability of Bloombase StoreSafe and ATTO Celerity 16G Fiber-Channel Host Bus Adapter (FC-HBA) for Transparent Data-at-Rest Encryption Bloombase Interoperability Program P1 2017 Bloombase, Inc. Interoperability of Bloombase StoreSafe and ATTO Celerity 16G Fiber-Channel Host Bus Adapter (FC-HBA) for Transparent Data-at-Rest Encryption

More information

Interoperability of Bloombase Spitfire StoreSafe Security. for Transparent IP-Storage Area Network (SAN) Encryption

Interoperability of Bloombase Spitfire StoreSafe Security. for Transparent IP-Storage Area Network (SAN) Encryption Bloombase Interoperability Program P1 2012 Bloombase Technologies Interoperability of Bloombase Spitfire StoreSafe Security Server and QLogic iscsi-hbas for Transparent IP-Storage Area Network (SAN) Encryption

More information

EXAM Administration of Symantec Storage Foundation 6.1 for UNIX. Buy Full Product.

EXAM Administration of Symantec Storage Foundation 6.1 for UNIX. Buy Full Product. Symantec EXAM - 250-255 Administration of Symantec Storage Foundation 6.1 for UNIX Buy Full Product http://www.examskey.com/250-255.html Examskey Symantec 250-255 exam demo product is here for you to test

More information

Department of Computer Science and Technology

Department of Computer Science and Technology M.Sc. (CA) (2 nd Semester) 040020202 : UNIX Internals and Shell Programming Teaching Schedule Objective: To acquaint the students with the basic internal structure & operations of UNIX operating system,

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 03, 2017 Microsoft Certification ID : 2069071 JESSE WIMBERLEY 5421 33RD CT SE LACEY, Washington 98503 US jesse.wimberley@gmail.com ACTIVE MICROSOFT CERTIFICATIONS: Microsoft

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010 Symantec NetBackup PureDisk 6.6.1 Compatibility Matrix Created August 26, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered

More information

CS 1550 Project 3: File Systems Directories Due: Sunday, July 22, 2012, 11:59pm Completed Due: Sunday, July 29, 2012, 11:59pm

CS 1550 Project 3: File Systems Directories Due: Sunday, July 22, 2012, 11:59pm Completed Due: Sunday, July 29, 2012, 11:59pm CS 1550 Project 3: File Systems Directories Due: Sunday, July 22, 2012, 11:59pm Completed Due: Sunday, July 29, 2012, 11:59pm Description FUSE (http://fuse.sourceforge.net/) is a Linux kernel extension

More information

High Performance Computing

High Performance Computing High Performance Computing MPI and C-Language Seminars 2009 Photo Credit: NOAA (IBM Hardware) High Performance Computing - Seminar Plan Seminar Plan for Weeks 1-5 Week 1 - Introduction, Data Types, Control

More information

CS246 Spring14 Programming Paradigm Notes on Linux

CS246 Spring14 Programming Paradigm Notes on Linux 1 Unix History 1965: Researchers from Bell Labs and other organizations begin work on Multics, a state-of-the-art interactive, multi-user operating system. 1969: Bell Labs researchers, losing hope for

More information

CSCI 5103: Operating Systems Fall 2017 Instructor: Jon Weissman Project 3: File System Simulator Due: Dec 4 (11:55pm)

CSCI 5103: Operating Systems Fall 2017 Instructor: Jon Weissman Project 3: File System Simulator Due: Dec 4 (11:55pm) CSCI 5103: Operating Systems Fall 2017 Instructor: Jon Weissman Project 3: File System Simulator Due: Dec 4 (11:55pm) 1. Overview In this project, you will add features to an existing file system simulator.

More information

University of Tor Vergata - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

University of Tor Vergata - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server cis.uniroma2.it Description University of Tor Vergata Country Italy Scan Date 15/Jun/2014 Total Dirs 770,489 Total Files 2,337,473 Total Data 1.34 TB Top 20 Directories Sorted

More information

Veritas Storage Foundation and High Availability Solutions Virtualization Guide

Veritas Storage Foundation and High Availability Solutions Virtualization Guide Veritas Storage Foundation and High Availability Solutions Virtualization Guide Solaris 5.1 Service Pack 1 Veritas Storage Foundation and High Availability Solutions Virtualization Guide The software described

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 050-733 Title : SUSE Certified Linux Administrator 12 Vendor : Novell Version : DEMO

More information

IBM AIX Operating System Courses

IBM AIX Operating System Courses IBM AIX Operating System Courses (Platforms: POWER4+ based) AIX Basics Fundamentals (3 days) AIX Basics Shell Scripting (Korn / Bash ) and awk Programming (3 days) Advanced IBM AIX Systems Programming

More information

Overview of Time Related Data Structures and Functions in Unix/C. It s About Time

Overview of Time Related Data Structures and Functions in Unix/C. It s About Time Overview of Time Related Data Structures and Functions in Unix/C It s About Time 1. time_t Same as an unsigned long. Time in seconds since Midnight GMT Jan 1, 1970. a. char * ctime(time_t x) will return

More information

Zenoss Core Upgrade Guide

Zenoss Core Upgrade Guide Release 5.3.0 Zenoss, Inc. www.zenoss.com Copyright 2017 Zenoss, Inc. All rights reserved. Zenoss, Own IT, and the Zenoss logo are trademarks or registered trademarks of Zenoss, Inc., in the United States

More information

Rzeszow University Of Technology - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Rzeszow University Of Technology - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ns2.prz-rzeszow.pl Description Rzeszow University Of Technology Country Poland Scan Date 02/Aug/2014 Total Dirs 1,124 Total Files 13,092 Total Data 48.96 GB Top 20 Directories

More information

Mpoli Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Mpoli Archive - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Mpoli Archive - FTP Site Statistics Property Value FTP Server ftp.mpoli.fi Description Mpoli Archive Country Finland Scan Date 01/Nov/2015 Total Dirs 52,408 Total Files 311,725 Total Data 28.53 GB Top

More information

ECS 120 Lesson 7 Regular Expressions, Pt. 1

ECS 120 Lesson 7 Regular Expressions, Pt. 1 ECS 120 Lesson 7 Regular Expressions, Pt. 1 Oliver Kreylos Friday, April 13th, 2001 1 Outline Thus far, we have been discussing one way to specify a (regular) language: Giving a machine that reads a word

More information

FAQ 1-4M9MLY Banner Supported Compiler Versions

FAQ 1-4M9MLY Banner Supported Compiler Versions FAQ 1-4M9MLY Banner Supported Compiler Versions This note provides a list of the latest SunGard Higher Education supported versions for Banner Pro*C and Pro*COBOL. If you have a specific version which

More information

VERITAS SANPoint Foundation Suite and SANPoint Foundation Suite HA 3.5

VERITAS SANPoint Foundation Suite and SANPoint Foundation Suite HA 3.5 VERITAS SANPoint Foundation Suite and SANPoint Foundation Suite HA 3.5 Release Notes HP-UX November 2002 30-000876-011 Disclaimer The information contained in this publication is subject to change without

More information