Rebboot --r


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Rebboot --r
# 1  
Old 08-19-2008
Rebboot --r

I am trying to get my SUSE 10 server to recognize some tape drives, and there is an issue. I am familiar with the solaris command "reboot --r", is there something similar in SUSE?

Thanks.
# 2  
Old 08-19-2008
what does reboot --r do in solaris?
# 3  
Old 08-20-2008
in solaris it is "reboot -- -r"! this does a "reconfigure boot" which looks for new hardware and creates /dev and /devices entries.
in linux this should be something like "**mod" commands... mod for loading modules to work with the new hardware...

hth,
DN2
# 4  
Old 08-20-2008
blah.
# 5  
Old 08-28-2008
blah

What does the blah command do?
# 6  
Old 08-28-2008
Code:
vnix$ apropos blah
blah (7) - there is no straightforward equivalent for this Solaris command

# 7  
Old 08-28-2008
How are the tape drives connected (scsi, ide, usb??), and were they connected when the server was last started?

You can look in dmesg to see if there is any mention (if the machine has been up for a while the output may be quite long, pipe it through less). If there is this should give you a clue as to what modules are needed, but the udev system should have auto loaded them if the hardware was recognised.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question