Preview

Solaris 10 Chit Sheet

Good Essays
Open Document
Open Document
496 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Solaris 10 Chit Sheet
Displaying the MAC Address
Use the boot programmable read-only memory (PROM) banner command: ok banner
Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 300MHz), Keyboard Present OpenBoot 3.31 256 MB (60ns) memory installed, Serial #9685423. Ethernet address 8:0:20:93:c9:af, Host ID: 8093c9af.

Displaying the IP Address
The ifconfig -a command displays the current configuration for the network interfaces.
# ifconfig -a lo0: flags=1000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000843 mtu 1500 index 2 inet 192.168.30.41 netmask ffffff00 broadcast 192.168.30.255 ether 8:0:20:93:c9:af
Marking an Ethernet Interface as Down
# ifconfig hme0 down
# ifconfig -a lo0: flags=1000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000842 mtu 1500 index 2 inet 192.168.30.41 netmask ffffff00 broadcast 192.168.30.255 ether 8:0:20:93:c9:af

Capturing and Inspecting Network Packets
# snoop sys41 sys42 sys41 -> sys42 ICMP Echo request (ID: 615 Sequence number: 0) sys42 -> sys41 ICMP Echo reply (ID: 615 Sequence number: 0) snoop :Summary output snoop -V :Summary verbose output snoop -v :Detailed verbose output snoop -o filename :Redirects the snoop utility output to filename in summary mode snoop -i filename :Displays packets that were previously captured in filename

Introducing IPv4 Interface Files
Network interfaces in the Solaris OS are controlled by files and services.
• The svc:/network/physical:default service
• The /etc/hostname.xxn file
• The /etc/inet/hosts file
• The /etc/inet/ipnodes file

The /etc/hostname.xxn File Entries and Corresponding Interfaces

Changing the System Host Name
The host name of a system is contained in four files on the system. You must modify all of these files, and perform a reboot, to successfully change a system’s host name.
• The /etc/nodename file • The /etc/hostname.xxn file
• The /etc/inet/hosts file • The /etc/inet/ipnodes file

The sys-unconfigCommand

You May Also Find These Documents Helpful

  • Good Essays

    |Novell 4.11 Server for|This is the server that |The IT department |To track sales and cash|Ethernet network | |…

    • 346 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Psy/315 Case 8.4

    • 127 Words
    • 1 Page

    System is working correctly all modules are tested and producing results as per our expectation.…

    • 127 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    LAB8.1.1) Network ID is 110| Host id is 10.10.1|Network ID binary is 01101110 Host ID is 00001010.00001010.00000001…

    • 367 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    IT321 Labs 1.1 - 1.7

    • 2018 Words
    • 38 Pages

    no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 192.168.10.1 255.255.255.0 !…

    • 2018 Words
    • 38 Pages
    Satisfactory Essays
  • Satisfactory Essays

    We use the Ubuntu [39] as the operating system to install Mininet and RYU controller and don't use the VM because the VM have some problem to test and open terminal from windows OS.…

    • 282 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    IT302 Assignment 5.1

    • 308 Words
    • 2 Pages

    2. You can create virtual hosts by host names or IP addresses. Explain the basics of how each type works.…

    • 308 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1330 Unit 1 Assignment

    • 3253 Words
    • 14 Pages

    After entering all the details you need to restart networking services using the following command…

    • 3253 Words
    • 14 Pages
    Powerful Essays
  • Powerful Essays

    Cambridge TECHNICALS OCR LEVEL 3 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT SPREADSHEET MODELLING Y/601/6637 LEVEL 3 UNIT 19 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 SPREADSHEET MODELLING Y/601/6637 LEVEL 3 UNIT 19 AIM OF THE UNIT The success of a business relies on its methods of recording business transactions. With the use of complex spreadsheets this task is made relatively easy for businesses.…

    • 3515 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Nor Gate

    • 1094 Words
    • 5 Pages

    3) NOR GATE Schematic View: Program: * SPICE export from S-Edit 12.00 Tue Sep 15 04:22:22 2009 * Design: NOR…

    • 1094 Words
    • 5 Pages
    Satisfactory Essays
  • Good Essays

    Scantron Sheet Review

    • 510 Words
    • 3 Pages

    I am disappointed with the SFSU bookstore. I went to the bookstore to buy a Scantron sheet for my final exam in Spring 2016. Whether I went there in the morning or at noon, there was always a long line in front of the checkout counter. I spent at least one hour to buy a Scantron sheet. I really hate to waste so much time in line. There are two checkout counters on the upper floor, I couldn’t understand why they just used only one counter. I suggest you buy a Scantron earlier. Moreover, I am not satisfied with the low inventory of textbooks in the bookstore. In a summer session, I couldn’t buy a textbook I needed immediately. There was only one month in a summer session, it was difficult for me to catch up with the course without the textbook. I had to order the book online, and it took a couple days to arrive. This progress really affected my study. I would recommend to check the inventory of textbooks before a semester begins. I already emailed SF State’s president, I hope that these problems can be solved.…

    • 510 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Surfboard Analysis

    • 1703 Words
    • 7 Pages

    If all this article has not helped you to know what your board. Finally you can comment and we'll answer as possible. But remember this:…

    • 1703 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Blocking Websites

    • 1267 Words
    • 6 Pages

    Computers have a host address of their own - it is known as the "localhost" address, with an IP address of 127.0.0.1 which it uses to refer to itself. If you associate another computer's host name with your localhost IP address, you have effectively blocked that host since all attempts to access it will lead back to you. That is how we will block sites using the Hosts file. We will tell our computer that the IP address of the site we want to block is our own address. That way, our computer will not ever leave and go looking for the site we are blocking - which keeps that site from appearing because the computer thinks it has found the site and displayed it already.…

    • 1267 Words
    • 6 Pages
    Good Essays
  • Satisfactory Essays

    1.1.1. Burning Adapter (P/N MSC-BA4) The programming interface board serves as an interface in between the debug adapter and the Socketed Key Fob Development Board or the…

    • 5214 Words
    • 21 Pages
    Satisfactory Essays
  • Satisfactory Essays

    System Requirements Page 3 Page 3 Page 3 Page 3 Review all system requirements. Confirm that you have administrative privileges on the computer. Hardware requirement Software requirement Downloading and Installing IoBM Online Pages 4 Page 5-9 Downloading IoBM Online Setup Installing IoBM Online Setup Configure System Page 10 Pages 11 - 12 Pages 13 Pages 13 Pages 13 Adjust screen resolution to a minimum of 1024 x 768. Disable Internet Explorer pop-up blocker Resetting the settings of Internet Explorer Resetting the settings of Internet Explorer 6 Resetting the settings of Internet Explorer 7/8…

    • 1101 Words
    • 5 Pages
    Satisfactory Essays
  • Powerful Essays

    Labview

    • 56372 Words
    • 226 Pages

    GPIB: gpib.support@natinst.com DAQ: daq.support@natinst.com VXI: vxi.support@natinst.com LabVIEW: lv.support@natinst.com LabWindows: lw.support@natinst.com HiQ: hiq.support@natinst.com E-mail: info@natinst.com FTP Site: ftp.natinst.com Web Address: http://www.natinst.com…

    • 56372 Words
    • 226 Pages
    Powerful Essays

Related Topics