Featured post

Quiz: Data PreProcessing

Wednesday, 4 May 2016

Solaris 11: How to configure partition table for DB FRA/DAT


Initail Partition table:
Part      Tag    Flag     Cylinders         Size            Blocks
  0       root    wm       0 -    15      128.00MB    (16/0/0)       262144
  1       swap    wu      16 -    31      128.00MB    (16/0/0)       262144
  2     backup    wu       0 - 12797       99.98GB    (12798/0/0) 209682432
  3 unassigned    wm       0                0         (0/0/0)             0
  4 unassigned    wm       0                0         (0/0/0)             0
  5 unassigned    wm       0                0         (0/0/0)             0
  6        usr    wm      32 - 12797       99.73GB    (12766/0/0) 209158144
  7 unassigned    wm       0                0         (0/0/0)             0

Procedure:
1> transfer all unassigned space to specified partition through free hog option.
partition> m
Select partitioning base:
        0. Current partition table (original)
        1. All Free Hog
Choose base (enter number) [0]? 1

Part      Tag    Flag     Cylinders         Size            Blocks
  0       root    wm       0                0         (0/0/0)             0
  1       swap    wu       0                0         (0/0/0)             0
  2     backup    wu       0 - 12797       99.98GB    (12798/0/0) 209682432
  3 unassigned    wm       0                0         (0/0/0)             0
  4 unassigned    wm       0                0         (0/0/0)             0
  5 unassigned    wm       0                0         (0/0/0)             0
  6        usr    wm       0                0         (0/0/0)             0
  7 unassigned    wm       0                0         (0/0/0)             0

Do you wish to continue creating a new partition
table based on above table[yes]?
Free Hog partition[6]? 4
Enter size of partition '0' [0b, 0c, 0.00mb, 0.00gb]: 3c
Enter size of partition '1' [0b, 0c, 0.00mb, 0.00gb]:
Enter size of partition '3' [0b, 0c, 0.00mb, 0.00gb]:
Enter size of partition '5' [0b, 0c, 0.00mb, 0.00gb]:
Enter size of partition '6' [0b, 0c, 0.00mb, 0.00gb]:
Enter size of partition '7' [0b, 0c, 0.00mb, 0.00gb]:

Part      Tag    Flag     Cylinders         Size            Blocks
  0       root    wm       0 -     2       24.00MB    (3/0/0)         49152
  1       swap    wu       0                0         (0/0/0)             0
  2     backup    wu       0 - 12797       99.98GB    (12798/0/0) 209682432
  3 unassigned    wm       0                0         (0/0/0)             0
  4 unassigned    wm       3 - 12797       99.96GB    (12795/0/0) 209633280
  5 unassigned    wm       0                0         (0/0/0)             0
  6        usr    wm       0                0         (0/0/0)             0
  7 unassigned    wm       0                0         (0/0/0)             0

Okay to make this the current partition table[yes]?
Enter table name (remember quotes): abc

Ready to label disk, continue? y

partition> q

No comments:

Post a Comment