Determine OCFS2 Version

Hi all,
First off I'm not sure this is the best section so forgive me.
We've got several OCFS2 1.4 clusters that have started getting the "No Space Left on Device" error. The solution is to upgrade to OCFS 1.6. I've installed UEK and backed up the device.
What I would like to know is how can I determine with which version of OCFS2 a device was formatted? I've looked at all usual suspects (tunefs, debugfs etc) but am coming up blank.
Any ideas? I just want to make sure that all troublesome devices are formatted with OCFS2 1.6 and not still using 1.4
Cheers,
Pedro

Take what follows with a grain of salt; I am not an OCFS2 maintainer.
What I would like to know is how can I determine with which version of OCFS2 a device was formatted?Sorry, but that is not the question that should be asked. Instead, think of OCFS2 as a baseline feature set plus some optional extension features.
Regardless of which version of the tools does the actual formatting, the on-disk format is the same. The optional extension features are packaged into metadata that are incomprehensible to incompatible OCFS2 drivers and tools; all these tools know is the file system has some features that are not understood, and thus access to the file system is denied.
The mkfs.ocfs2(8) man page lists the available options and their associated feature level.
The on-disk file system format is the same; check the OCFS2 FAQ about "rolling upgrades" to see which versions have the same on-disk format. If a rolling upgrade is possible, the on-disk format is upwardly compatible. Even for versions where a rolling upgrade is not possible, it is usually because the intra-node communications protocol differs and not because the on-disk format changes. The FAQ should mention whether or not a dump and restore is required.
With all this in hand, the right question is: what optional features does my file system use -- a question best answered by the tunefs.ocfs2(8) command:
# tunefs.ocfs2 -Q "Label: %V\Features: %H %O\n" /dev/sdg1Obviously, a pristine 1.4 file system would pose no issue here, but you can install the newer 1.6 tools and check for yourself.
FYI: Your original problem was getting an out of space notice and you have observed the fix is implemented in version 1.6 and is not available in prior versions. The changes made were too widespread for backporting, but the changes were all contained in the driver and tools level; there were no on-disk format changes were needed.

Similar Messages

  • How do I determine which version of windows os is installed on the computer that my application is running on.

    I need to determine which version of windows os in on the computer running my application to make some minor adjustments to a subvi.  Is there a programmatic way to determine this using Labview.

    Or, use the Application property node Application>OS>Detailed Name.  Although I can't say anything about its output on other-than-Windows OSes.
    By the way, I think you win the "reviving old thread" award today
    Dave
    David Boyd
    Sr. Test Engineer
    Philips Respironics
    Certified LabVIEW Developer

  • How Do I determine what version of Oracle I am running?

    Is there som sort of command that you can run in Oracle to determine what version you are running? I cannot find this anywhere!

    hi ken h r u ?
    i'm not a dba but from ur question i find the answer within 2 minutes
    try this query in SQLPlus
    select * from v$version ;
    and tell me what is the results .
    regards
    null

  • How do I determine what version of iDVD I'm currently using?

    I'm having problems determining what version of iDVD I'm currently using on my MacBook Pro due to the "About iDVD" selection being shaded grey. Also, the "Preferences" selection directly under "About iDVD" is shaded grey as well. Is there some reason or indication for these selections being shaded grey like this?

    Go to the iDVD menu in iDVD and select the About iDVD option:
    to get this window:
    OT

  • How do I determine what version of Firefox I have and where do I go for updates/

    Yahoo is 'suggesting' I upgrade to Firefox''' 8'''. How do I determine which version I currently have (there is not 'Internet Options' under Tools) and where to I go to find the updates withough depending on Yahoo?

    Hey kkwebb,
    There is a KB article called [[Updating Firefox]] that should have all the info you are looking for. You can find out what version of FF you are currently using by going to the Help menu at the top left of Firefox, then choosing "About Firefox." That will not only tell you what version you are using, but it will also let you know if there is an available upgrade.
    Hopefully this helps!

  • How do I determine what version of CUPS I have?

    I have been using Gimp-Print and am now upgrading to Gutenprint which requires cups 1.1.15 or newer. How do I find out which I have? I am running 10.2.8.
    G4 mirrordoor   Mac OS X (10.2.x)   epson stylus photo 1280

    Greg is correct.
    Jaguar used version 1.1.15
    Panther used version 1.1.20
    Tiger uses version 1.1.23
    You can determine your version in several ways. The geeky way to find out is to use the Terminal and use the command:
    cups-config --version
    The easier way is to click on this link. This will display the CUPS web interface from your own computer. The CUPS version will be in the title bar for the web page.
    Matt
    Mac Mini; B&W G3/300    

  • How do I determine what version of Apache I'm using?

    How do I determine what version of Apache, 1.3 or 2.0, I'm using?

    If you're using the stock Apache, it's 1.3 on regular OS X. I think it's Apache 2 on OS X Server, but I'm not certain.
    If you're asking because you've installed Apache 2, but want to make sure it's the one that's running and not the stock Apache, one way to tell is to examine the headers it returns. This Terminal command will show your headers (just enter it and hit the "return" key):
    <pre class="command">curl -I http://localhost</pre>
    Here's what I get:
    <pre class="command">HTTP/1.1 200 OK
    Date: Mon, 02 Jul 2007 13:09:06 GMT
    Server: Apache/1.3.33 (Darwin) PHP/5.2.0 mod_perl/1.29
    Content-Type: text/html</pre>
    As you can see, I have the stock Apache, but I've installed PHP5.
    charlie

  • How do I determine the version of XSQL.

    Is there a way to determine the version of the oraclexsql.jar that I'm using? If I winzip the jar file, I don't see any version markings akin to the xsu12.jar and xmlparserv2.jar files.
    xsu12.jar will have a xsu12_version_1_2_1 dummy file.
    xmlparserv2.jar will have a xmlparser_2.0.0.10_production dummy file.
    Now I know if I unzip a XSQL 1.0.4 kit that I have a oraclexsql 1.0.4 jar file. However you have oraclexsql.jar files packaged with JDeveloper and Oracle Database Server. There is no easy way to determine their versions.
    This question is important especially since XSQL 1.0.3 and above explicitly sets the autocommit connection attribute to false. This means that XSQL requests that had depended on the default autocommit setting of true, as it appeared to be in 1.0.2, need now to be amended with explicit commit statements.
    Steve.

    XSQLRequest.getPageProcessorVersion() returns the version of the page processor starting in XSQL 1.0.3 and beyond.

  • How do I determine the version of ADI

    Hi,
    We have ADI installed on some machines - can anyone advise how I can determine the version of ADI once it is installed?
    Thanks

    This is a little late, but may be it will help someone else in the future.
    There may be an easier way, but this is what works for me.
    Log into ADI. Go to the Request Center. Click the ‘tool’ icon.
    It looks like a hammer and screwdriver.
    On the next screen, look in the bottom left corner.
    It will show the version of ADI.
    HTH,
    Mark

  • How do I determine which version of Firefox I currently am running?

    How do I determine which version of Firefox I am currently running on my laptop? I use Quickbooks Online and I keep getting a message that they will shortly discontinue supporting the version of Firefox that I have.

    Help > About Firefox
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 ( ) = '''3.6.18''' - but that '''( )''' doesn't belong there and Quickbooks Online might be misreading your UserAgent as a result of that ( ) being there.
    Try resetting your UserAgent string.<br />
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter <br />
    ''If you see the warning, you can confirm that you want to access that page.'' <br />
    Filter = '''general.useragent.''' <br />
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset'''''. <br />
    Then restart Firefox

  • How do I determine which version of OS I have on my old iphone 3gs--so I can determine if I can set up Icloud?

    how do I determine which version of OS I have on my old iphone 3gs--so I can determinw whether I can set up Icloud? thx

    Settings > General - About.
    If the iPhone is up to date, go to Settings and you will see a setting for iCloud.

  • How do you determine DSP version in an IOS

    How do you determine DSP version in an IOS. I have a bug that says 'Downgrading DSPware to 4.4.12 or earlier resolves the echo issue.'
    The bug ID is CSCsd54344.

    I have a site with CME with similar static issues, they are running 12.3(8r)T7 with CM 3.2. The DSP version is:
    DSP DSP DSPWARE CURR BOOT PAK TX/RX
    TYPE NUM CH CODEC VERSION STATE STATE RST AI VOICEPORT TS ABORT PACK COUNT
    ==== === == ======== ======= ===== ======= === == ========= == ===== ============
    edsp 001 01 g711ulaw 0.1 IDLE 50/0/1.1
    edsp 002 02 g711ulaw 0.1 IDLE 50/0/1.2
    edsp 003 01 g711ulaw 0.1 busy 50/0/2.1
    edsp 004 02 g711ulaw 0.1 IDLE 50/0/2.2
    edsp 005 01 g711ulaw 0.1 IDLE 50/0/3.1
    edsp 006 02 g711ulaw 0.1 IDLE 50/0/3.2
    edsp 007 01 g711ulaw 0.1 IDLE 50/0/4.1
    edsp 008 02 g729r8 p 0.1 IDLE 50/0/4.2
    edsp 009 01 g711ulaw 0.1 IDLE 50/0/5.1
    edsp 010 02 g729r8 p 0.1 IDLE 50/0/5.2
    ---------------------------FLEX VOICE CARD 0 ------------------------------
    *DSP VOICE CHANNELS*
    DSP DSP DSPWARE CURR BOOT PAK TX/RX
    TYPE NUM CH CODEC VERSION STATE STATE RST AI VOICEPORT TS ABRT PACK COUNT
    ===== === == ======== ======= ===== ======= === == ========= == ==== ============
    *DSP SIGNALING CHANNELS*
    DSP DSP DSPWARE CURR BOOT PAK TX/RX
    TYPE NUM CH CODEC VERSION STATE STATE RST AI VOICEPORT TS ABRT PACK COUNT
    ===== === == ======== ======= ===== ======= === == ========= == ==== ============
    C5510 001 01 {flex} 4.4.705 alloc idle 0 0 0/0/0 02 0 47166/0
    C5510 001 02 {flex} 4.4.705 alloc idle 0 0 0/0/1 06 0 11363/0
    C5510 001 03 {flex} 4.4.705 alloc idle 0 0 0/0/2 10 0 1750/0
    C5510 001 04 {flex} 4.4.705 alloc idle 0 0 0/0/3 14 0 557/0
    C5510 001 05 {flex} 4.4.705 alloc idle 0 0 0/1/0 02 0 934/0
    C5510 001 06 {flex} 4.4.705 alloc idle 0 0 0/1/1 06 0 731/0
    C5510 001 07 {flex} 4.4.705 alloc idle 0 0 0/1/2 10 0 4837/0
    C5510 001 08 {flex} 4.4.705 alloc idle 0 0 0/1/3 14 0 21514/0
    ------------------------END OF FLEX VOICE CARD 0 ----------------------------
    Hmm, whay does it show 0.1 next to the edsp?
    Chris

  • How to determine full version of latest adobe reader

    Hi,
    How can I determine full version of latest Adobe Reader without installing Adobe Reader?
    I mean I need to know 4th digit of version, it is the most important for me.
    Adobe Shockwave and Flashdownload pages provide such informations via JSON from
    HTTP request.
    Reader download website shows me only 3 digits 10.1.3 and I need to read 10.1.3.23
    to automate my security checker.
    Thanks in advance for reply.
    David

    daviddavid3 wrote:
    No it's not true. latest version is 10.1.3.23.
    Latest digit is probably security patch.
    The latest digit is the build number.  This may be different for different modules; you may find DLLs that have a higher build number than AcroRd32.exe
    If there is a new security release, it will be identified by the first three digits.

  • How to determine the version of Adobe Reader X I have

    How to determine the version of Adobe Reader X, I have

    I am in the software, where can I find it?
    On Tue, Jan 27, 2015 at 9:59 AM, Sara.Forsberg <[email protected]>

  • How to determine the version of xmlparserv2.jar?

    Hi,
    Is there any way I can determine the version of an
    xmlparserv2.jar file?
    I am using XML Parser V2 (xmlparserv2.jar) with the following
    file size: 1,086,234 bytes.
    This was supplied with JDeveloper 3.1 but I have no idea what
    version is it? Any help on this will be appreciated.
    TIA,
    -Piyush

    the class oraxml does not exist in this version of the jar!
    however i do see an entry like: xmlparser_2.0.2.6_production
    when i open the jar file in winzip!
    i have cross verfied with other xmlparserv2 files (diff file
    sizes) and this seems to be it.
    thanks for the suggestion.
    regards,
    -Piyush

Maybe you are looking for

  • PO CNV: Auto-Create POs from PUR Reqs generated by OM

    Objective: Convert open sales orders and maintain the link to the purchase order for back to back and drop shipment sales orders?  Question: Is it possible to convert the sales orders first.  Then run requisition import to create the purchase requisi

  • Report at material level from Quantity pending

    Hello experts, I have the following issue, we need a Reporting to show at material level (The report, has to see like /SAPTRX/EE_OVD_LIST, i mean a list), the quantity pending for Goods receipt, by example in the case of a procurement scenario, and t

  • I need a repeater/bridge.

    I need a repeater/bridge in my basement. I have an old wrt54gs v1. I read about being able to do this with dd-wrt. I would like to avoid this option. What linksys hardware options do I have? I'm willing to upgrade my router and buy multiple pieces of

  • Quick question about scrolling text....

    Doing quick credits (scrolling). Trying to figure out how to get the (last line of the) text to stop in the middle of the screen, so I can then do a fade.... I'm sure it's easy, and will keep plugging away here, but if anyone can quickly fire off a n

  • HP Pavillion having trouble logging on Laptop need advice

    I have a laptop HP Pavillion DV 6700 and recently it won't boot up, just says  A problem has been detected windows has been shut down to prevent damage to your computer, check to make sure new hardware or software is properly installed. We have not i