- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Redhat Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2004 11:35 PM
тАО10-25-2004 11:35 PM
Redhat Linux
Thanks in advance !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 12:31 AM
тАО10-26-2004 12:31 AM
Re: Redhat Linux
You can also try the hwbrowser utility-under hard drives -it shows all the drives it founds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 12:38 AM
тАО10-26-2004 12:38 AM
Re: Redhat Linux
If the RAID you are using is a hardware raid then you can find with the fdisk command. If there are multiple array you need to run fdisk on the other device to find free space. to find the device do a df -k and use the device name to find free space on the first array where the OS resides(fdisk /dev/dsk/c0t0d*) and do a p for print.
This will display the partion details. You can have only upto 15 partions on a single array.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 12:49 AM
тАО10-26-2004 12:49 AM
Re: Redhat Linux
num=$(ll /dev/dsk | grep hd| wc -l)
That should give the number of disks but might include the cd-rom
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 12:58 AM
тАО10-26-2004 12:58 AM
Re: Redhat Linux
try dmesg | grep disk
The output will show you all disks that your system can see.
The disks may be a "real" disk or a virtual disk, i.e., a disk that is configured in a raid controller with two or more real disks.
Disk may also be a lun on a external storage like EMC Clarion.
Hope it helps.
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 09:48 AM
тАО10-26-2004 09:48 AM
Re: Redhat Linux
fdisk -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 08:16 PM
тАО10-26-2004 08:16 PM
Re: Redhat Linux
#cfdisk
This is a semi-grafic tool for manage disks and partition.
If you use IDE disks you can type:
# dmesg | grep hd
or, for SCSI disks:
# dmesg | grep sd
By!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 09:13 PM
тАО10-26-2004 09:13 PM
Re: Redhat Linux
ll /dev/dsk is not working. I can't see dsk folder is /dev
OS is redhat Enterprise Linux AS 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 09:21 PM
тАО10-26-2004 09:21 PM
Re: Redhat Linux
fdisk -l works
Rgds
Dinu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-26-2004 11:11 PM
тАО10-26-2004 11:11 PM
Re: Redhat Linux
have a look at directory /proc/ide there are all ide-controllers and ide-drives that your kernel found. for example if there is a link called hda then you know there is a primary master ide-drive. look at /proc/ide/hda/driver to see if it is a disk, cdrom, ...
have a look at /proc/scsi/scsi to see all attached scsi devices that are found by the kernel.
best regards
johannes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2004 08:43 PM
тАО10-27-2004 08:43 PM
Re: Redhat Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2004 11:44 PM
тАО11-09-2004 11:44 PM
Re: Redhat Linux
This help me out too!
sdc/