Operating System - Linux
1753954 Members
7665 Online
108811 Solutions
New Discussion юеВ

Re: Installating Red Hat9 on ML350

 
Gwendeline
Advisor

Re: Installating Red Hat9 on ML350

How to I configure Samba ?
Huc_1
Honored Contributor

Re: Installating Red Hat9 on ML350

You configure samba using smb.conf
usualy this in /etc/samba/smb.conf

a read of man samba is of help.

Also, Moke you would be better of starting a new thread with a meaning full subject like

"Samba linux how ?"

I see you are new to theses forums, so please assign points we here take it on our "spare" time to help you and we are "rewarded by points"

J-P


Smile I will feel the difference
Gwendeline
Advisor

Re: Installating Red Hat9 on ML350

I still can't get the tape drive when after
first login as root check you scsi, with
#cat /proc/scsi/scsi

I don't see the tape drive. How do i load the tape drive driver and which one whould i load ?

Sorry about the point I put the point but didn't know how to submit it . Sorry guys .. thanks. for the help..
Huc_1
Honored Contributor

Re: Installating Red Hat9 on ML350

First is your scsi card seen
from root login do

#dmesg | grep -B 5 -A 5 -i "scsi"

tell us what you see

do you see our scsi card and/or tape (usualy st0)

also tell us what lsmod returns

will try and help from there

J-P (ps you can attach file if it to big)
Smile I will feel the difference
Gwendeline
Advisor

Re: Installating Red Hat9 on ML350

Linus IP multicast router 0.06 plus PIM-SM
NET4 : Unix domain sockets 1.0 /SMP for Linux NET4.0
RAMDISK : Compressed image found at block 0
Freeing initrd memory : 297k freed
VFS : Mounte4d root ( ext2 filesystem)
SCSI subsystem driver Revision : 1.00
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.8

aic7988: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

scsi1: Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.8

aic7988: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

blk: queu dfda2c18,I/O limit 4095Mb ( mask 0xffffffff)
HP CISS Driver ( v 2.4.42)
cciss : Device 0x46 has been found at bus 5 dev 2 func 0
cciss : using DAC cycles

what should i do next?
Huc_1
Honored Contributor

Re: Installating Red Hat9 on ML350

Ok so far so good your scsi adapter and disk are seen by system

please tell us what is the output of the command lsmod ( just would like to see if the tape and st modules are there ?

# lsmod

and what type of tape drive do you have ?

hang on despair not we will try and help you along as best we can !

J-P
Smile I will feel the difference
Gwendeline
Advisor

Re: Installating Red Hat9 on ML350

module size Used by
soundcore 7044 0 (autoclean)
nls_iso8859_1 3516 0 (autoclean)
udf 100864 0 (autoclean)
ide_cd 35772 0 (autoclean)
cdrom 34176 0 (autoclean)[ide_cdrom}
parport_pc 9188 0 ( unused)
lp 32072 1 (autoclean)[parport_pc lp]
parport 13684 0 ( autoclean)(unused)
autofs 52904 1
ta3 2976 0 (unused)
keybdev 5656 1
mousedev 22308 0 (unused)
hid 6208 0 [keybdev mousedev hid]
input 22216 0 (unused)
usb_ohci 82592 1 [hid usb_ohci]
usbcore 73376 3
ext3 56336 3 [ext3]
jbd 44420 4
ccis 142548 0
aic7xxx 13452 0
scsimod 110488 2 [cciss aic7xxx sdmod]


btw what is command for ? what is the purpose ?
Huc_1
Honored Contributor

Re: Installating Red Hat9 on ML350

the command is for listing the modules that are loaded at boot time by the kernel.

At kernel compilation all the drivers can be compiled in the kernel, and/or many of the drivers can be loaded as modules.

Most of the kernel theses day's make use of the modules mecanism because it make the kernel smaller, and modules can be loaded/unloaded at demand.

Generaly when you need explainations on a command try

man 'command'
like
man lsmod

also usefull

info 'command'
like
info lsmod

for example the output of your lsmod tell us that your scsi card is loaded as a module (is not hardcoded in your kernel)

I see no trace of tape setup in there !

Are you sure that this tape is seen by the system at startup.

you can check this at bootup time, you usualy get a message from the scsi card after the bios boot and test, that say's something like press controle c to see scsi card setup

from within this setup you should be able to see if the scsi card see your tape drive on what number.

Please also tell us what is you tape drive model ?

the reason I am asking this is because normaly the system at boot up should have seen and started your tape as a module.

Perhaps is as a problem at startup, but we could load the module by hand with

insmod 'tape modele'

do a man insmod for info on this command.

Your questions seem to indicated you are new to linux/unix environments a read of the following documentation would help.


J-P

Smile I will feel the difference
Huc_1
Honored Contributor

Re: Installating Red Hat9 on ML350

Ooops, hit the submit button to fast forgot to give you the link to documentation

http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/

J-P (0 points for this please, my mistake, thanks)
Smile I will feel the difference
Gwendeline
Advisor

Re: Installating Red Hat9 on ML350

I still can't get the tape drive working . I don't seem to be able to locate the driver for it .. anyone can help me on this ?