How do I find disk details in Solaris?
To identify disks, launch the Format utility by issuing the format command. The command displays the disks in the system similar to the following example: # format AVAILABLE DISK SELECTIONS: 0.
How do I format a drive in Solaris 11?
How to Format a Disk
- Become an administrator.
- Invoke the format utility.
- Type the number of the disk that you want to format.
- To begin formatting the disk, type format at the format> prompt.
- Verify that the disk format was successful by noting the following messages:
- Exit the format utility.
How do I see disk size in Solaris 11?
Use the df command to show the amount of free disk space on each mounted disk.
How do I check disk space utilization in Oracle?
Using the Computer properties window:
- Open the Start menu, then click Computer.
- View the free disk space for each drive.
- Right-click the drive on which you plan to install the Oracle software and select Properties to view additional information about the disk space for that drive.
How do I format a drive in Solaris?
What are the different disk slices in Solaris?
VTOC – The disk is divided into 8 slices, numbered 0-7. EFI – The disk is divided into 7 slices, numbered 0-6. VTOC – The Solaris fdisk partition is divided into 10 slices, numbered 0–9. Solaris Volume Manager, previously the Solstice DiskSuite, has a partitioning feature, soft partitions.
How do I find disk usage?
Linux command to check disk space using:
- df command – Shows the amount of disk space used and available on Linux file systems.
- du command – Display the amount of disk space used by the specified files and for each subdirectory.
Which command reports on free disk space?
df command
The df command stands for disk-free and quite obviously, it shows you the free and available disk space on Linux systems. With -h option, it shows the disk space in human-readable format (MB and GB).
How do I format a drive in Solaris 10?
How do I remove a disk from Solaris?
You must select the disk and stop any activity or applications on it, unmount it, physically remove the drive, and configure the Solaris environment to recognize that the drive is no longer there. You must then configure your application to operate without this device in place.
What is a disk slice?
Files stored on a disk are contained in file systems. Each file system on a disk is assigned to a slice, which is a group of sectors set aside for use by that file system. Each disk slice appears to the Oracle Solaris OS (and to the system administrator) as though it were a separate disk drive.
What is Sun Solaris partition?
The Solaris operating system from Sun Microsystems is used in large servers and desktop systems. It uses two different types of partitioning systems depending on the size of the disk and the version of Solaris.
How remove space after delete in Oracle?
Reclaim Space After Deleting Data in Tables
- Table Size: select bytes/1024/1024/1024 from dba_segments where segment_name like ‘%IBE_CT_RELATED_ITEMS%’;
- 29.8336.
- Database Size: select.
- 1658.619.
- Truncate the table: SQL> Truncate table IBE.
- Shrink the table: SQL> alter table IBE.
- Rebuild indexes:
- Deallocate unused Space.
How check VAR free space?
use df -k /var – will give you available and used space.