<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: A few Network questions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180883#M50932</link>
    <description>&amp;gt;The resolution for the network cards was to &lt;BR /&gt;&amp;gt;nwmgr=no in the config file in /etc/sysconfig/network&lt;BR /&gt;You got the solution your self. The NetworkManager is a Desktop class tool, it should not be the part of Server OS.&lt;BR /&gt;When NetworkManager is enabled, you can use only one NIC at a time.&lt;BR /&gt;&lt;BR /&gt;you can also disable NetworkManager via &lt;BR /&gt;yast lan &amp;gt; select "Traditional Method with ifup"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Fri, 12 Jun 2009 12:56:14 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2009-06-12T12:56:14Z</dc:date>
    <item>
      <title>A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180878#M50927</link>
      <description>I am testing a product on a new install of SUSE Linux Enterprise 10 and need a few Linux questions answered. &lt;BR /&gt;&lt;BR /&gt; My background is mainly HPUX so the various distributions of Linux are quite new.  &lt;BR /&gt;&lt;BR /&gt;1. Can I delete /etc/securetty and allow root to login from anywhere &lt;BR /&gt;&lt;BR /&gt;2. How can I allow shorter passwords like hp &lt;BR /&gt;&lt;BR /&gt;3. Is there any command other than lvmdiskscan that I can use to see what disks I have on the system.  On HPUX I use ioscan &lt;BR /&gt;&lt;BR /&gt;4. I configured both lan cards with IP addresses and &lt;BR /&gt;&lt;BR /&gt;I find a file for each lan card in /etc/sysconfig/network/   &lt;BR /&gt;ifcfg-eth-id00:17:a4:46:0b:90 and    &lt;BR /&gt;ifcfg-eth-id00:17:a4:46:0b:91  &lt;BR /&gt;&lt;BR /&gt;But when I do a &lt;BR /&gt;/sbin/ifconfig eth0                  &lt;BR /&gt;/sbin/ifconfig eth1    &lt;BR /&gt;&lt;BR /&gt;only 1 of them have a IP address.  &lt;BR /&gt;&lt;BR /&gt;How do I enable both of the IPs which are in different subnets to be active.  IN the GUI when I enable 1 lan card it disables the other.  &lt;BR /&gt;&lt;BR /&gt;5.  I installed SUSE10 Enterprise and I cannot seem to find the apache web server to start it for some default content.  ANy ideas where it normally installs ?  &lt;BR /&gt;&lt;BR /&gt;Thanks for any solutions you can provide.  As a expert this is probably simple stuff I hope.  &lt;BR /&gt;&lt;BR /&gt;Points will be assigned and any help is appreciated.</description>
      <pubDate>Thu, 11 Jun 2009 22:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180878#M50927</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-11T22:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180879#M50928</link>
      <description>I got these from another source and wanted to attach them.  Additional replies are appreciated too&lt;BR /&gt;&lt;BR /&gt;1         do not delete /etc/securetty. Root still can log in from everywhere. I presume you are suing ssh to log in to the server.&lt;BR /&gt;&lt;BR /&gt;2         I tried using password hp (2 character password) and it worked. So, I guess we dont need any changes to be made.&lt;BR /&gt;&lt;BR /&gt;3         run fdisk l or  pvdislap &lt;BR /&gt;&lt;BR /&gt;        To see the luns connected, check the file /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt; 5        -  I think the Apache RPM (httpd is not installed by default. If it is not, then install in from the install media.&lt;BR /&gt;&lt;BR /&gt;             Then you can start and stop the apache server with following command:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;            /usr/sbin/rcapache2 start&lt;BR /&gt;&lt;BR /&gt;            /usr/sbin/rcapache2 stop&lt;BR /&gt;&lt;BR /&gt;   &lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 00:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180879#M50928</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-12T00:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180880#M50929</link>
      <description>Hi Emil,&lt;BR /&gt;&lt;BR /&gt;1)&lt;BR /&gt;have a look at login(1):&lt;BR /&gt;&lt;BR /&gt;This login implementation does ignore /etc/nologin and /etc/securetty.  You need to configure  this  in  the PAM configuration file for login in /etc/pam.d/login.&lt;BR /&gt;&lt;BR /&gt;login  reads  the /etc/login.defs(5) configuration file. Please refer to this documenation for options which could be set.&lt;BR /&gt;&amp;lt;...&amp;gt;&lt;BR /&gt;&lt;BR /&gt;also have a look at login.defs(5)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)&lt;BR /&gt;Password policy can be influenced in &lt;BR /&gt;/etc/security/pam_pwcheck.conf&lt;BR /&gt;password:       minlen=8 cracklib nullok&lt;BR /&gt;&lt;BR /&gt;see pam_pwcheck(8)&lt;BR /&gt;&lt;BR /&gt;3)&lt;BR /&gt;On Suse there may be "lsscsi" comman to show visible DISKs on your system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4) try "ifup eth0" and "ifup eth1"&lt;BR /&gt;&lt;BR /&gt;check the config-files for:&lt;BR /&gt;BOOTPROTO='static'&lt;BR /&gt;STARTMODE='onboot'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2009 06:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180880#M50929</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-06-12T06:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180881#M50930</link>
      <description>The resolution for the network cards was to nwmgr=no in the config file in /etc/sysconfig/network&lt;BR /&gt;&lt;BR /&gt;thanks for the help</description>
      <pubDate>Fri, 12 Jun 2009 12:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180881#M50930</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-12T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180882#M50931</link>
      <description>thanks</description>
      <pubDate>Fri, 12 Jun 2009 12:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180882#M50931</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-12T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180883#M50932</link>
      <description>&amp;gt;The resolution for the network cards was to &lt;BR /&gt;&amp;gt;nwmgr=no in the config file in /etc/sysconfig/network&lt;BR /&gt;You got the solution your self. The NetworkManager is a Desktop class tool, it should not be the part of Server OS.&lt;BR /&gt;When NetworkManager is enabled, you can use only one NIC at a time.&lt;BR /&gt;&lt;BR /&gt;you can also disable NetworkManager via &lt;BR /&gt;yast lan &amp;gt; select "Traditional Method with ifup"&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 12 Jun 2009 12:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180883#M50932</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-06-12T12:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180884#M50933</link>
      <description>Thanks mazz</description>
      <pubDate>Fri, 12 Jun 2009 13:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180884#M50933</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-12T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180885#M50934</link>
      <description>just a note on point 1 &amp;amp; 2;&lt;BR /&gt;&lt;BR /&gt;why would you want to change those to something less secure? sure it's different from hpux, which is a good thing in most times.&lt;BR /&gt;&lt;BR /&gt;linux was also the first to include ssh by default (turning telnet off), but you'd be crazy to go back to telnet now, right?</description>
      <pubDate>Mon, 15 Jun 2009 06:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180885#M50934</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-06-15T06:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180886#M50935</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;If you have it installed, try using lshw.&lt;BR /&gt;&lt;BR /&gt;# lshw -short&lt;BR /&gt;&lt;BR /&gt;It generates an output list very similar to ioscan on HP-UX.  It doesn't seem to pick up CCISS raid card disks unfortunately, but will pick up SATA and SCSI disks.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;H/W path         Device     Class       Description&lt;BR /&gt;===================================================&lt;BR /&gt;                            system      HP d530 SFF(DG758A)&lt;BR /&gt;/0                          bus         085Ch&lt;BR /&gt;/0/1                        memory      128KiB BIOS&lt;BR /&gt;/0/5                        processor   Intel(R) Pentium(R) 4 CPU 3.00GHz&lt;BR /&gt;/0/5/6                      memory      8KiB L1 cache&lt;BR /&gt;/0/5/7                      memory      512KiB L2 cache&lt;BR /&gt;/0/5/0.1                    processor   Logical CPU&lt;BR /&gt;/0/5/0.2                    processor   Logical CPU&lt;BR /&gt;/0/27                       memory      System Memory&lt;BR /&gt;/0/27/0                     memory      1GiB DIMM DDR Synchronous 400 MHz (2.5 ns)&lt;BR /&gt;/0/27/1                     memory      1GiB DIMM DDR Synchronous 400 MHz (2.5 ns)&lt;BR /&gt;/0/27/2                     memory      1GiB DIMM DDR Synchronous 400 MHz (2.5 ns)&lt;BR /&gt;/0/27/3                     memory      1GiB DIMM DDR Synchronous 400 MHz (2.5 ns)&lt;BR /&gt;/0/28                       memory      Flash Memory&lt;BR /&gt;/0/28/0                     memory      512KiB Chip FLASH Non-volatile&lt;BR /&gt;/0/0                        memory&lt;BR /&gt;/0/2                        memory&lt;BR /&gt;/0/100                      bridge      82865G/PE/P DRAM Controller/Host-Hub Interface&lt;BR /&gt;/0/100/2                    display     82865G Integrated Graphics Controller&lt;BR /&gt;/0/100/1d                   bus         82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1&lt;BR /&gt;/0/100/1d/1      usb2       bus         UHCI Host Controller&lt;BR /&gt;/0/100/1d.1                 bus         82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2&lt;BR /&gt;/0/100/1d.1/1    usb3       bus         UHCI Host Controller&lt;BR /&gt;/0/100/1d.2                 bus         82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3&lt;BR /&gt;/0/100/1d.2/1    usb4       bus         UHCI Host Controller&lt;BR /&gt;/0/100/1d.7                 bus         82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller&lt;BR /&gt;/0/100/1d.7/1    usb1       bus         EHCI Host Controller&lt;BR /&gt;/0/100/1e                   bridge      82801 PCI Bridge&lt;BR /&gt;/0/100/1e/2      eth1       network     NetXtreme BCM5782 Gigabit Ethernet&lt;BR /&gt;/0/100/1e/9      eth0       network     RTL-8169 Gigabit Ethernet&lt;BR /&gt;/0/100/1f                   bridge      82801EB/ER (ICH5/ICH5R) LPC Interface Bridge&lt;BR /&gt;/0/100/1f.1                 storage     82801EB/ER (ICH5/ICH5R) IDE Controller&lt;BR /&gt;/0/100/1f.1/1    ide1       bus         IDE Channel 1&lt;BR /&gt;/0/100/1f.1/1/0  /dev/hdc   disk        ATAPI MS-8148C1&lt;BR /&gt;/0/100/1f.2      scsi0      storage     82801EB (ICH5) SATA Controller&lt;BR /&gt;/0/100/1f.2/0    /dev/sda   disk        320GB SAMSUNG HA320KJ&lt;BR /&gt;/0/100/1f.2/0/1  /dev/sda1  volume      203MiB EXT3 volume&lt;BR /&gt;/0/100/1f.2/0/2  /dev/sda2  volume      297GiB Linux raid autodetect partition&lt;BR /&gt;/0/100/1f.2/1    /dev/sdb   disk        320GB SAMSUNG HD320KJ&lt;BR /&gt;/0/100/1f.2/1/1  /dev/sdb1  volume      203MiB EXT3 volume&lt;BR /&gt;/0/100/1f.2/1/2  /dev/sdb2  volume      297GiB Linux raid autodetect partition&lt;BR /&gt;/0/100/1f.5                 multimedia  82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller&lt;BR /&gt;/0/3             scsi2      storage&lt;BR /&gt;/0/3/0.0.0       /dev/sdc   disk        10GB VIRTUAL-DISK&lt;BR /&gt;/0/3/0.0.0/1     /dev/sdc1  volume      10236MiB Linux filesystem partition&lt;BR /&gt;/0/4             scsi3      storage&lt;BR /&gt;/0/4/0.0.0       /dev/sdd   disk        10GB VIRTUAL-DISK&lt;BR /&gt;/0/4/0.0.0/1     /dev/sdd1  volume      10236MiB Linux filesystem partition&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To get more information on each you can do:&lt;BR /&gt;&lt;BR /&gt;# lshw -class disk&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;[root@dsv02 ~]# lshw -class disk&lt;BR /&gt;  *-cdrom&lt;BR /&gt;       description: IDE CD-ROM&lt;BR /&gt;       product: ATAPI MS-8148C1&lt;BR /&gt;       physical id: 0&lt;BR /&gt;       bus info: ide@1.0&lt;BR /&gt;       logical name: /dev/hdc&lt;BR /&gt;       version: H.05&lt;BR /&gt;       capabilities: packet atapi cdrom removable nonmagnetic dma lba iordy audio&lt;BR /&gt;       configuration: status=nodisc&lt;BR /&gt;  *-disk:0&lt;BR /&gt;       description: ATA Disk&lt;BR /&gt;       product: SAMSUNG HA320KJ&lt;BR /&gt;       physical id: 0&lt;BR /&gt;       bus info: scsi@0:0.0.0&lt;BR /&gt;       logical name: /dev/sda&lt;BR /&gt;       version: CV90&lt;BR /&gt;       serial: S18WJ1NPB01155&lt;BR /&gt;       size: 298GiB (320GB)&lt;BR /&gt;       capabilities: partitioned partitioned:dos&lt;BR /&gt;       configuration: ansiversion=5 signature=0001142d&lt;BR /&gt;  *-disk:1&lt;BR /&gt;       description: ATA Disk&lt;BR /&gt;       product: SAMSUNG HD320KJ&lt;BR /&gt;       physical id: 1&lt;BR /&gt;       bus info: scsi@1:0.0.0&lt;BR /&gt;       logical name: /dev/sdb&lt;BR /&gt;       version: CP10&lt;BR /&gt;       serial: S10MJDWQ124623&lt;BR /&gt;       size: 298GiB (320GB)&lt;BR /&gt;       capabilities: partitioned partitioned:dos&lt;BR /&gt;       configuration: ansiversion=5 signature=000ece9d&lt;BR /&gt;  *-disk&lt;BR /&gt;       description: SCSI Disk&lt;BR /&gt;       product: VIRTUAL-DISK&lt;BR /&gt;       vendor: IET&lt;BR /&gt;       physical id: 0.0.0&lt;BR /&gt;       bus info: scsi@2:0.0.0&lt;BR /&gt;       logical name: /dev/sdc&lt;BR /&gt;       version: 0&lt;BR /&gt;       size: 10GiB (10GB)&lt;BR /&gt;       capacity: 10GiB (10GB)&lt;BR /&gt;       capabilities: 15000rpm partitioned partitioned:dos&lt;BR /&gt;       configuration: ansiversion=4 signature=00033237&lt;BR /&gt;  *-disk&lt;BR /&gt;       description: SCSI Disk&lt;BR /&gt;       product: VIRTUAL-DISK&lt;BR /&gt;       vendor: IET&lt;BR /&gt;       physical id: 0.0.0&lt;BR /&gt;       bus info: scsi@3:0.0.0&lt;BR /&gt;       logical name: /dev/sdd&lt;BR /&gt;       version: 0&lt;BR /&gt;       size: 10GiB (10GB)&lt;BR /&gt;       capacity: 10GiB (10GB)&lt;BR /&gt;       capabilities: 15000rpm partitioned partitioned:dos&lt;BR /&gt;       configuration: ansiversion=4 signature=00033237&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 08:54:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180886#M50935</guid>
      <dc:creator>John McNulty_2</dc:creator>
      <dc:date>2009-06-15T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180887#M50936</link>
      <description>lshw does not load standard with SUSE.</description>
      <pubDate>Mon, 15 Jun 2009 11:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180887#M50936</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-15T11:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180888#M50937</link>
      <description>No. Doesn't come standard with Redhat either.  Think it might with Ubuntu though.  &lt;BR /&gt;&lt;BR /&gt;You can get the source kit from here.  It's only small so is quick to install.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ezix.org/project/wiki/HardwareLiSter" target="_blank"&gt;http://ezix.org/project/wiki/HardwareLiSter&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 13:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180888#M50937</guid>
      <dc:creator>John McNulty_2</dc:creator>
      <dc:date>2009-06-15T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180889#M50938</link>
      <description>you may also use 'hwinfo'  or 'hwinfo --disk' or 'hwinfo --scsi' or 'hwinfo --cdrom' or 'hwinfo --block' etc&lt;BR /&gt;&lt;BR /&gt;and the interesting part is that 'hwinfo' comes with default installation of SUSE ;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Mon, 15 Jun 2009 17:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180889#M50938</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-06-15T17:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: A few Network questions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180890#M50939</link>
      <description>Thanks  hwinfo worked fine.</description>
      <pubDate>Mon, 15 Jun 2009 18:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-few-network-questions/m-p/5180890#M50939</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2009-06-15T18:11:02Z</dc:date>
    </item>
  </channel>
</rss>

