Command to see WWN no in solaris

Could anyone tell me what is WWN no. & which command is used to see WWN no.

Hallo,
WWN = World Wide Number is a unique identifier in a Fibre Channel or Serial Attached SCSI storage network
To get the WWN in solaris 10 you can use :
# fcinfo hba-port
# more /var/adm/messages | grep -i wwn
# prtconf -vp | grep wwn
# luxadm probe
# luxadm display /dev/rdsk/....or vendor specific tools (like EMLXADM Device Management Utility)

Similar Messages

  • Command to see the memory ,cpu etc.

    Anyone can tell me the command to see the memoery usage ,cpu usage etc ,like the 'top ' command in unix.
    Please reply.

    Assuming you're using Solaris 8 or above try prstat
    prstat -am will show more or less the same output as TOP.
    There's also commands such as swap -l and swap -s, vmstat, mpstat, iostat which can be used to monitor performance as well.

  • Tell me the COMMAND to see the Explain Plain in Oracle SQL * Plus

    HI all,
    Tell me the COMMAND to see the Explain Plain in Oracle SQL * Plus?
    Regards,
    Balaji.C

    SET AUTOT TRACE EXPor EXPLAIN PLAN ... and @?/rdbms/admin/utlxpls
    SCOTT@lsc01> explain plan for select * from dept where deptno=10;
    Explained.
    SCOTT@lsc01> @?/rdbms/admin/utlxpls
    PLAN_TABLE_OUTPUT
    Plan hash value: 2852011669
    | Id  | Operation                   | Name    | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |         |     1 |    20 |     1   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| DEPT    |     1 |    20 |     1   (0)| 00:00:01 |
    |*  2 |   INDEX UNIQUE SCAN         | PK_DEPT |     1 |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("DEPTNO"=10)

  • What is the command to see the database

    what is the command to see the database?iam using oracle express edition in that i tried to create a database but it showing database already created.
    i need to check which database is created.

    Probably you are thinking that Oracle database is a kind of file something like which we sees other files like .txt, .doc, .pdf etc which we sees by ls or dir commands.  Of course there are files for Oracle database, but they have their own nomenclature and setup which finds in C:\oraclexe\oradata\XE\ (For example in Windows) or /usr/lib/oracle/xe/oradata/XE/ (For example in Linux).
    By default, the database is started for you after installation and every time your computer is restarted. However, to reduce the overall performance load on the system, you can manually stop the database, and then manually restart it later.
    Oracle® Database Express Edition
    Ok, now if you wish to login to the database (we don't says "see" the database, because database is different thing than a picture or image ), you just open your command window and say :
    sqlplus sys/your_password_of_sys_user as sysdba
    If you get SQL> prompt, you have logged in the database as sys user and this is your database. 
    If you wish to login with different user then you can :
    1.login from command window by sqlplus username/password
    2.login from SQL> prompt by connect username/password
    Regards
    Girish Sharma

  • What is the command to see if there is any faults in an Aruba Controller.

    Q: What is the command to see if there is any faults in an Aruba Controller?
    A: The command in the below screen shot will tell us what are the active faults that occurred in an Aruba Controller.
    The output that is shown in above screen shot shows that active faults.

    Hi.
    I can suggest show call active voice or show voice call status or show sip-ua call brief in case of SIP TSP.
    HTH
    Regards.
    Carlo

  • Is there any command to see dfc memory on SUP32?

    Is there any command to see dfc memory on SUP32?

    I don't know if the Sup32's support dfc's or not or if it's only the 720's . To see this on the 720's you would have to log into the individual DFC cards by using the "attach slot#" command and then do a show version , this shows how much memory is on the indivdual cards . There is also a lot of other things you can look at in there , they have their own individual logs etc.... There is a a whole "show" command set just for the dfc's .

  • Command to List Oracle Instances on Solaris 10

    Hello
    New to Oracle Solaris. I am looking for a command that will display all the installed instances of applications on Solaris 10. Can someone list the commands...Thanks

    This is a surprisingly difficult question to answer. See Re: List of databases in Server (among many)
    Edit Oh, I just noticed the "applications." That's different. What exactly do you mean by "applications?"
    Edited by: jgarry on Sep 18, 2012 9:18 AM

  • Lpstat -t -o   commands hangs with no output on SOlaris 10

    Hi All,
    We have ( SunOS 5.10 Generic_127111-06 sun4u sparc SUNW,SPARC-Enterprise),on a box .
    The issue is when ever lpstat command is used to see weather there are any queues in the printer it hangs...
    But print queue is getting cleared want to know weather its a Bug in Solaris 10...........
    We have configured the printer on port 9100...
    cosuaor19:> cat /etc/lp/printers/ALBH_SHIP_LN1/configuration
    Banner: off
    Content types: simple,postscript
    Device: /dev/null
    Interface: /usr/lib/lp/model/netstandard
    Printer type: hplaser
    Modules:
    Options: dest=192.100.9.106:9100,protocol=tcp
    cosuaor19:> telnet 192.100.9.106 9100
    Trying 192.100.9.106...
    Connected to 192.100.9.106.
    Escape character is '^]'.
    ^]
    telnet> quit
    Connection to 192.100.9.106 closed.
    cosuaor19:>
    So any help on this would be appreciated ...

    gdb shows that asynchronous i/o for sockets is handled only in user space via creating threads.
    Additional info can be found on http://mail.opensolaris.org/pipermail/perf-discuss/2007-February/001621.html too.

  • How to make ed command from sql prompt work in Solaris 10

    Hi,
    I recently installed Oracle 10g R1 on Solaris 10. When I tried to edit SQL statement by typine ed from SQL>, it does not give me the copy of my SQL statement for editing, instead it gives a blank space for typing. When I press return, a ? appears.
    Can anyone help me to make this ed command work?
    Thanks
    Xiaoming

    At OS level, before entering Sql*Plus, do :
    $ EDITOR=vi; export EDITOR
    $ sqlplus ......
    Message was edited by:
    Paul M.
    Ciao Nicolas :-)

  • What is the command similar to ied (HPUX) on Solaris

    I was using ied (interactive editor) to store previous commands on HPUX. Is there a similar utility on Solaris?
    Rgds
    Haraprasad

    Hi Haraprasad,
    If you use ksh on Solaris and use option -o vi ($ksh -o vi), this will provide you the similar functionality. You can recall or search the previous command using key sequence "ESC k" or "ESC /<command>".
    Hope this helps.
    Thanks,
    --Raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 3640 command to see what's the bandwidth per call

    Is there any command that i can use on a voip gateway 3640 to see the voice packet size exiting the interface?
    How much of the bandwidth a voice packet uses?
    Thanks in advance.

    show call active voice
    This URL should help You, it speaks about Voice Over IP - Per Call Bandwidth Consumption :
    http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a0080094ae2.shtml
    http://www.cisco.com/warp/public/788/voice-qos/troubleshoot_qos_voice.html

  • What is command to see logfile ?

    Hi everyone,
    I used to use this :
    "tail -f /var/log/messages" to see what is going on in my unix box, but when i log in Mac OS X server as root then type that command , it doesn't work. Anyone know ? I'm newbie to this.
    By the way, are there any pages about Mac OS X server command ? thanks.
      Mac OS X (10.4.4)  

    Hi
    In addition to what has already been added
    cd /var/log
    ls
    more system.log [or any other log you are interested in]
    Down arrow or return will keep on spooling the log until you are done. Control C followed by exit will get you out of it.
    You can also get the Command Line Manual for 10.4 here:
    http://manuals.info.apple.com/en/CommandLinev10.4.pdf
    and also a lot more manuals from here:
    http://www.apple.com/support/manuals/macosxserver/

  • Command to see backup item of OSB  tape library disk

    Dear Friends ,
    Using OSB enterprise manager , I take oracle dump backup into tape library . Now it is very difficult for me to see the backup contents of the library using OEM .
    I want to know , is there any command available on OSB (like ls ..)  to see the list of backup item from the tape library disk .

    Hi shipon_97
    This link show information that I think can be very useful:
    https://docs.oracle.com/cd/E26569_01/doc.104/e21480/obtool_commands.htm#OBREF151
    Here, you can view the commands for the tool obtool.
    I hope this can you help.
    Regards,

  • Need help with IOS commands to see wireless printer

    Seems that I'm not asking the question correctly, or providing the right information.
    The problem:
    I've purchased a wireless printer, (an HP 6500a) and I can not see / ping / use the printer on the wireless network.
    Environment:
    Cisco 891 ISR in standalone. Single office - Home-office environment. Nothing spectacular. WLAN connected and operational to the internet.
    The printer is configured to use a static IP of 10.0.0.3 and reports that it is connected to the AP. However, when I ping FROM the command line at the AP, I DO NOT see the printer. (I did previously, but we lost power last night due to a storm and I'm still trying to reconfigure it...) DHCP is configured on the router to exclude the range 10.0.0.1 through 10.0.0.99
    How do I configure the wireless router to allow any connected client to share files / printers etc? Seems that the Cisco router has this shut off
    by default and I've found nothing in the user manual or by asking for help on here how to reverse this so that I can share printers / files on the LAN.
    Please, I'm not stupid, but I'm only casually familiar with IOS and Cisco's networking terms.
    Thanks in advance,
    -Mike
    =============== Begin Wiresless AP config (running-config) ==============
    Current configuration : 3122 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname (Remnoved)
    enable secret 5 (Removed)
    no aaa new-model
    dot11 syslog
    dot11 ssid (Removed)
       vlan 1
       authentication open
       authentication key-management wpa
       mbssid guest-mode
       wpa-psk ascii 0 (Removed)
    username (removed)
    username (Removed)
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    broadcast-key vlan 1 change 30
    ssid (Removed)
    antenna gain 0
    station-role root
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio1
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers tkip
    broadcast-key vlan 1 change 30
    ssid (Removed)
    antenna gain 0
    dfs band 3 block
    channel dfs
    station-role root
    interface Dot11Radio1.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    interface GigabitEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    access-list 110 permit icmp any any echo
    access-list 110 permit icmp any any echo-reply
    access-list 110 permit icmp any any source-quench
    access-list 110 permit icmp any any packet-too-big
    access-list 110 permit icmp any any time-exceeded
    bridge 1 route ip
    banner login ^CC
    % Password change notice.
    Default username/password setup on AP is cisco/cisco with privilege level 15.
    It is strongly suggested that you create a new username with privilege level
    15 using the following command for console security.
    username <myuser> privilege 15 secret 0 <mypassword>
    no username cisco
    Replace <myuser> and <mypassword> with the username and password you want to
    use. After you change your username/password you can turn off this message
    by configuring  "no banner login" and "no banner exec" in privileged mode.
    ^C
    line con 0
    privilege level 15
    login local
    no activation-character
    line vty 0 4
    login local
    cns dhcp
    end

    Wireless clients can get on w/o issue. Nobody can ping anyone else or see them.
    No file sharing, no printer.
    Tried using the web-based config which works for some items, but wont access the advanced config.
    I'm on my way into town, so can't post the router config, but it is posted in my earlier question
    of last week. I can login later if you otherwise need it here.
    Thanks,
    -Mike

  • Non existent WLST configToScript command on WL 8.1 SP5 Solaris

    I was trying out WLST on a WL 8.1 SP5 Solaris and I noticed that the configToScript does not seem to exist, does some one now if this shouldnt be in the package allready?
    I needed this one in order to "clone" domains...
    Thank you for any responses,
    Jose

    Hi, I toke care regarding the case-sensitiveness but it seems not to be the issue, bellow I show my settings and it seems the command does not even appear on the help listing for the information category...
    root@zhcpbigs00<!>echo $CLASSPATH
    :/opt/bea/8.1_SP5/jdk142_08/lib/tools.jar:/opt/bea/8.1_SP5/patches:/opt/bea/8.1_SP5/patches/CR225812_81sp5.jar:/opt/bea/8.1_SP5/patches/CR238192_81sp5.jar:/opt/bea/8.1_SP5/patches/CR240904_81sp5.jar:/opt/bea/8.1_SP5/patches/CR241234_810sp5.jar:/opt/bea/8.1_SP5/patches/CR243498_810sp5.jar:/opt/bea/8.1_SP5/patches/CR247655_810sp5.jar:/opt/bea/8.1_SP5/patches/CR265510_810sp5.jar:/opt/bea/8.1_SP5/weblogic81/server/lib/weblogic_sp.jar:/opt/bea/8.1_SP5/weblogic81/server/lib/weblogic.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/3rdparty.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/comdev.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/config.jar:/opt/bea/8.1_SP5/weblogic81/common/lib/jython.jar:
    root@zhcpbigs00<!>pwd
    /export/opt/bea/8.1_SP5
    root@zhcpbigs00<!>/export/opt/bea/8.1_SP5/jdk142_08/bin/java com.bea.plateng.domain.script.jython.WLST_offline
    Welcome to Weblogic Scripting Shell
    wls_offline:/>help()
    WLST is a command line scripting tool. Try:
    help('control') Lists the control functions available
    help('browse') Lists the browse functions available
    help('edit') Lists the edit functions available
    help('information') Lists the information functions available
    help('variables') Lists the variables available
    wls_offline:/>help("information")
    dumpStack:
    Prints the stack trace from the exception that might have thrown while executing a command.
    dumpVariables:
    Prints all the variables and their values.
    help:
    Display help about all the primitives and variables that are supported by WLST.
    ls:
    Displays and returns the list of all configuration objects and their attributes contained in current configuration node.
    prompt:
    Changes the display prompt to 'wls_offline:/>' if the prompt is not hidden and back to the long form if hidden.
    pwd:
    Prints the user's present hiearchy in the config tree.
    startRecording:
    Records all the user interactions with WLST. This will be useful inorder to replay any commands if you choose to.
    stopRecording:
    Stops all the recording of user actions.
    wls_offline:/>readDomain("/export/opt/bea/8.1_SP5/user_projects/domains/anyolddomain/")
    wls_offline:/anyolddomain>configToScript("/export/opt/bea/8.1_SP5/user_projects/domains/anyolddomain/","/home/mine/")
    Traceback (innermost last):
    File "<input>", line 1, in ?
    NameError: configToScript
    wls_offline:/anyolddomain>
    Thank you,
    Jose

Maybe you are looking for