Sponsored Content
Full Discussion: major no
Operating Systems AIX major no Post 302334603 by garethr on Thursday 16th of July 2009 04:51:58 AM
Old 07-16-2009
The major number may also refer to the major device number of the special devices in /dev. Logical volumes in the same volume group get the same major number. E.g. in this snippet:

Code:
brw-rw----    1 root     system       10, 11 31 Mar 18:19 fwdump
brw-rw----    1 root     system       10,  8 31 Mar 16:21 hd1
brw-rw----    1 root     system       10,  9 31 Mar 16:21 hd10opt
brw-rw----    1 root     system       10, 10 31 Mar 16:21 hd11admin
brw-rw----    1 root     system       10,  5 31 Mar 16:21 hd2
brw-rw----    1 root     system       10,  7 31 Mar 16:21 hd3

Note they all have a major number of 10.

These are all lv's in the rootvg volume group.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Major Problem! i think

Hi, I relly could use your expert help. We have an Sun Solaris machine here at my company and the person that is the administrator is at vacation. The machined hangd and when we restarted it, it said. "Disconnected tagged cmd(s) (1) timeout for target 1.0 " What does this mean? can... (2 Replies)
Discussion started by: sajjan2
2 Replies

2. Filesystems, Disks and Memory

major difference

guys, pls help me out. i hv good idea in redhat linux in what areas i need 2 concentrate 2 mk me much familiar with that of solaris. :confused: pls let me know the major diff found in these two os. (1 Reply)
Discussion started by: sriram.s
1 Replies

3. Solaris

Major system issue!!! HELP

Last week our server went down. I narrowed it down the the hard drive. I received a new drive but I REALLY need some info off the old drive. I want to get the old drive up long enough to do a dd copy. Here's what I tried.............. After trying to freeze the old drive (wasn't spinning up) to... (4 Replies)
Discussion started by: shorty
4 Replies

4. Shell Programming and Scripting

How to filter out major and minor?

Hi, I have line like this : proj_name/module/trunk/module_1_0 where the first "1" refers to major version and second "0" refers to minor version. any AWK or command like that so that I can filter out the major and minor ? like major= command | input line minor= command |... (4 Replies)
Discussion started by: bhaskar_m
4 Replies

5. UNIX and Linux Applications

Major Application

Hi there all I am going to be a new admin (AIX,Redhat,Suse, and Solaris). I know these OS's at basic to intermediate level..somewhat. i would like to know what are corporate level sys admin softwares that are commanly used day to day . i know its a broad question. but i just wanna know few... (2 Replies)
Discussion started by: dplinux
2 Replies

6. AIX

VG major number in HACMP

HI All, I would like to know is it compulsory to keep major number of shared VG's on cluster nodes to be same..? I have come across a situation where on one node major number of shared vg is the major number of altinst_rootvg on other node..how to overcome this situation..? shan (3 Replies)
Discussion started by: to_bsr
3 Replies

7. Shell Programming and Scripting

Major File Reformat

Hello, I have many lengthy files that need to be reformatted. I was hoping a sed or awk script could fix this. Here is an example of the original format: P0037 # Degree: 32.999981 # COMMAND: 03 (#01A) Scale 1.296875, 52 (Wooden Crate w/ #2 Label, Bahko) v -3328.000000 12.101541 437.000000... (2 Replies)
Discussion started by: Blue Solo
2 Replies

8. What is on Your Mind?

Major achievement ... applause!

Dear fellow *nixers, please join me congratulating Corona688 for reaching the lonesome, lorn landmark of 4500 thanks! What an achievement in the gruelling ordeal of servicing these fora. Incredible. All the best RĂ¼diger (9 Replies)
Discussion started by: RudiC
9 Replies

9. What is on Your Mind?

Major Changes in New UserCP (v0.63) Prototype

Regarding the latest version of the UserCP prototype (version 0.63) I have made a lot of major changes, including Added a "Posts Timeline" table for the recent posts, complimenting the non-table version earlier, which has been moved off the main menu (link at the bottom of the table). Added a... (4 Replies)
Discussion started by: Neo
4 Replies
GLXQUERYVERSION(3G)						   OpenGL Manual					       GLXQUERYVERSION(3G)

NAME
glXQueryVersion - return the version numbers of the GLX extension C SPECIFICATION
Bool glXQueryVersion(Display * dpy, int * major, int * minor); PARAMETERS
dpy Specifies the connection to the X server. major Returns the major version number of the GLX server extension. minor Returns the minor version number of the GLX server extension. DESCRIPTION
glXQueryVersion returns the major and minor version numbers of the GLX extension implemented by the server associated with connection dpy. Implementations with the same major version number are upward compatible, meaning that the implementation with the higher minor number is a superset of the version with the lower minor number. major and minor do not return values if they are specified as NULL. ERRORS
glXQueryVersion returns False if it fails, True otherwise. major and minor are not updated when False is returned. SEE ALSO
glXQueryExtension() COPYRIGHT
Copyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/. AUTHORS
opengl.org opengl.org 06/10/2014 GLXQUERYVERSION(3G)
All times are GMT -4. The time now is 03:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy