<?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: Newbie admin tasks on Red Hat Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402646#M14464</link>
    <description>You can use also LVM....&lt;BR /&gt;what do you FileSystem type use?!</description>
    <pubDate>Thu, 21 Oct 2004 09:52:26 GMT</pubDate>
    <dc:creator>Marco Di Ianni</dc:creator>
    <dc:date>2004-10-21T09:52:26Z</dc:date>
    <item>
      <title>Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402639#M14457</link>
      <description>Red Hat Linux AS 2.1 / 3.0&lt;BR /&gt;&lt;BR /&gt;This is my first time using Linux and I want to do some basic tasks:&lt;BR /&gt;&lt;BR /&gt;1) To admin my disks and filesystems:&lt;BR /&gt;- In Solaris i can use the admintool&lt;BR /&gt;- In HPUX I can use the SAM&lt;BR /&gt;- What can I use in Linux (Red Hat AS) ?&lt;BR /&gt;&lt;BR /&gt;2) Where and how to chage the keyboard language?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 18 Oct 2004 13:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402639#M14457</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-10-18T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402640#M14458</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can fdisk for the diskadmin purpose&lt;BR /&gt;&lt;BR /&gt;1.fdisk /dev/dsk/sda (find out from the df -k output the device file for the disk and there is no need to give the full device, for example if it is /dev/dsk/c0t1d0 you can use /dev/dsk/c0t1d*) With this you can create partions.&lt;BR /&gt;2.Once you have saved it you might have to reboot if it is the same array of the OS disk if not you can continue with creating the filesystems&lt;BR /&gt;find the device name from fdisk for the partion you created&lt;BR /&gt;fdisk /dev/dsk/c0t0d*&lt;BR /&gt;select option to display&lt;BR /&gt;#mke2fs /dev/dsk/c0t0d10&lt;BR /&gt;3.If you want to convert to ext3 filesystem then&lt;BR /&gt;#tune2fs -f /dev/dsk/c0t0d10&lt;BR /&gt;4.Mount the filesystem&lt;BR /&gt;#mount /dev/dsk/c0t0d10 /&lt;MOUNT point=""&gt;&lt;BR /&gt;5.Make an entry in fstab for this&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Gopi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Mon, 18 Oct 2004 14:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402640#M14458</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-10-18T14:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402641#M14459</link>
      <description>1) To admin my disks and filesystems:&lt;BR /&gt;- In Solaris i can use the admintool&lt;BR /&gt;- In HPUX I can use the SAM&lt;BR /&gt;- What can I use in Linux (Red Hat AS) ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;There is a GUI tool, though less capable than sam called, I believe linuxconf . I've been doing my administration on the command line for quite a while though.&lt;BR /&gt;&lt;BR /&gt;df -h &lt;BR /&gt;&lt;BR /&gt;is the equivalent of bdf on HP-UX and will give you a good idea what filesystems are getting full.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 18 Oct 2004 14:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402641#M14459</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-18T14:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402642#M14460</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;1) use fdisk &lt;DEVICENAME&gt; to create, delete, manipulate, ... partition table of a harddrive&lt;BR /&gt;&lt;DEVICENAME is="" depending="" on="" your=""&gt;&lt;/DEVICENAME&gt;if you are using ide-drives:&lt;BR /&gt;/dev/hda primary master&lt;BR /&gt;/dev/hdb primary slave&lt;BR /&gt;/dev/hdc secondary master&lt;BR /&gt;/dev/hdd secondary slave&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;most ide-raid or scsi drivers name the devices:&lt;BR /&gt;&lt;BR /&gt;/dev/sda first scsi drive/raid-drive&lt;BR /&gt;/dev/sdb second scsi drive/raid-drive&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;have a look at /proc/diskstats&lt;BR /&gt;ram0 ... ramx are /dev/ram0 ... /dev/ramx = ramdrives&lt;BR /&gt;md0 ... mdx are /dev/md0 ... /dev/mdx = software raid&lt;BR /&gt;fd0 is /dev/fd0 = floppy&lt;BR /&gt;hda is /dev/hda = primary master&lt;BR /&gt;hda1 is /dev/hda1 = first partition on primary master&lt;BR /&gt;hdc and no hdc1, hdc2, ... is /dev/hdc = no partitions on secondory master (properly a new harddisk or cd-rom)&lt;BR /&gt;&lt;BR /&gt;to create new partitions type:&lt;BR /&gt;fdisk &lt;DEVICENAME&gt;&lt;BR /&gt;type "n" for new partitons&lt;BR /&gt;type "t" to change system partition id&lt;BR /&gt;83 linux, 82 linux swap, fd linux software raid&lt;BR /&gt;type "w" to write changes to harddrive&lt;BR /&gt;&lt;BR /&gt;for id 83 and 82 it's very simple:&lt;BR /&gt;mkfs.ext2 &lt;DEVICENAME&gt; = format ext2&lt;BR /&gt;mkfs.ext3 &lt;DEVICENAME&gt; = format ext3&lt;BR /&gt;mkfs.reiserfs &lt;DEVICENAME&gt; = format reiserfs&lt;BR /&gt;mkswap &lt;DEVICENAME&gt; = make swap&lt;BR /&gt;have a look at ls /sbin/mk.* for more filesystems.&lt;BR /&gt;&lt;BR /&gt;finaly you have to insert your new created filesystem into /etc/fstab&lt;BR /&gt;&lt;BR /&gt;for software raid have a look at:&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2) the keyboard language could be changed in fedora core with the tool system-config-keyboard. i think in redhat there is a similar tool like redhat-config-keyboard or so.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;johannes&lt;/DEVICENAME&gt;&lt;/DEVICENAME&gt;&lt;/DEVICENAME&gt;&lt;/DEVICENAME&gt;&lt;/DEVICENAME&gt;&lt;/DEVICENAME&gt;</description>
      <pubDate>Tue, 19 Oct 2004 06:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402642#M14460</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-19T06:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402643#M14461</link>
      <description>If you want a gui to administrate disks, use kdiskfree and kwikdisk. But sure that fdisk /dev/hdnumber is faster, df -h usually give enough info.&lt;BR /&gt;For you keyboard, Johannes's suggestion is the right one, redhat-config-keyboard (and redhat-config-anything_you_need_to_configure for other functions).&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 19 Oct 2004 14:48:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402643#M14461</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-10-19T14:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402644#M14462</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there's a good web tool called webmin that has many features. You may try it on &lt;A href="http://www.webmin.com/" target="_blank"&gt;http://www.webmin.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I suggest that you also study how to manage your linux box using command line. &lt;A href="http://www.icon.co.za/~psheer/book/" target="_blank"&gt;http://www.icon.co.za/~psheer/book/&lt;/A&gt; is a good source of information for beginners.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Xyko</description>
      <pubDate>Wed, 20 Oct 2004 11:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402644#M14462</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-10-20T11:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402645#M14463</link>
      <description>The RedHat in bottom left corner (generally) will bring up a menu dialog that you can drill down to find your GUI tools.</description>
      <pubDate>Wed, 20 Oct 2004 15:53:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402645#M14463</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-10-20T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie admin tasks on Red Hat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402646#M14464</link>
      <description>You can use also LVM....&lt;BR /&gt;what do you FileSystem type use?!</description>
      <pubDate>Thu, 21 Oct 2004 09:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/newbie-admin-tasks-on-red-hat-linux/m-p/3402646#M14464</guid>
      <dc:creator>Marco Di Ianni</dc:creator>
      <dc:date>2004-10-21T09:52:26Z</dc:date>
    </item>
  </channel>
</rss>

