Sponsored Content
Special Forums Hardware What is my readl device id - BTRFS? Post 302991677 by rbatte1 on Wednesday 15th of February 2017 09:56:47 AM
Old 02-15-2017
Before we get too far in to this, can you confirm the OS & version you are running? The output from uname -a would be really useful. Please paste it into your message in CODE tags.


Thanks,
Robin
 

5 More Discussions You Might Find Interesting

1. AIX

How to find all device on p570 when need do device firmware upgrade?

I need upgrade firmware for the device of p570, when I go to IBM FIX download website, there are a lot of device of p570 listed. How can I know what device I have on my p570? (4 Replies)
Discussion started by: rainbow_bean
4 Replies

2. Solaris

Migrating non DID device in a metaset to DID device

One of my team colleague mistakenly added non DID device to a metaset in a cluster node and inturn it is again added to concat . In that metaset all devices are DID devices except only one . is it possible to convert this non DID device in metaset to DID device without recreating the whole... (0 Replies)
Discussion started by: sekarsamy
0 Replies

3. Linux

Tutorial for btrfs

By any chance anyone knows of any tutorials available for btrfs? I am having a difficult time finding one and I thought maybe someone had a reference to one already... :rolleyes: (0 Replies)
Discussion started by: EssenceNY
0 Replies

4. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

5. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies
uname(1)						      General Commands Manual							  uname(1)

NAME
uname - Displays information about the operating system SYNOPSIS
uname [-amnrsvp] uname [-S system-name] The uname command displays system information or sets the system name. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: uname: XCU5.0, SVID 4 Refer to the standards(5) reference page for more information about industry standards and associated tags. OPTIONS
Displays all information specified with the -m, -n, -r, -s, and -v options. Displays the type of hardware running the system. Displays the name of the node (this may be a name that the system is known by to a communications network). [Tru64 UNIX] Displays the processor type of the current host. Displays the release number of the operating system. Displays the name of the implementation of the operating system. (This option is on by default.) [Tru64 UNIX] Changes the name of the system to system_name. The system_name argument is restricted to SYS_NMLN-1 characters. The value of SYS_NMLN is implementation specific and is defined in /usr/include/sys/utsname.h. Only users with appropriate privileges can use this option. Displays the operating system version. OPERANDS
None DESCRIPTION
The uname command writes system information to standard output. This command is used primarily to determine which system you are using. The options cause selected information returned by the uname() call to be displayed. NOTES
When the -a option is used, output is displayed in the order: <system> <node> <release> <version> <hardware> When you request information by specifying the individual options, the appropriate information is displayed in the order indicated. [Tru64 UNIX] If the -p option is used, processor information is appended to the output line. The output of uname may include embedded blank spaces, so you should use caution when passing the output to parsing algorithms. EXIT STATUS
The following exit values are returned: The requested information has been successfully written. An error occurred. EXAMPLES
To display the complete system name and version banner, enter: uname -a ENVIRONMENT VARIABLES
The following environment variables affect the execution of uname: Provides a default value for the internationalization variables that are unset or null. If LANG is unset or null, the corresponding value from the default locale is used. If any of the internationalization vari- ables contain an invalid setting, the utility behaves as if none of the variables had been defined. If set to a non-empty string value, overrides the values of all the other internationalization variables. Determines the locale for the interpretation of sequences of bytes of text data as characters (for example, single-byte as opposed to multibyte characters in arguments). Determines the locale for the for- mat and contents of diagnostic messages written to standard error. Determines the location of message catalogues for the processing of LC_MESSAGES. FILES
System name information header file. Node specific configuration file. SEE ALSO
Functions: uname(2) Standards: standards(5) uname(1)
All times are GMT -4. The time now is 09:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy