HP StorageWorks XP12000 HP StorageWorks XP Disk Array Configuration Guide: IBM - Page 25

XP Disk Array Configuration Guide for IBM AIX

Page 25 highlights

1. Mount the file system. Enter: mount mount_point_name Example # mount /vg01 2. Repeat step 1 for each new file system. 3. Use the df command to verify the size of the file systems. The capacity is listed in 512-byte blocks. To list capacity in 1024-byte blocks, use the df -k command. Example # df File system 512-blocks free %Used Iused %Iused Mounted on /dev/hd4 8192 3176 61% 652 31% / /dev/hd2 1024000 551448 46% 6997 5% /usr /dev/hd9var 8192 5512 32% 66 6% /var /dev/hd3 24576 11608 52% 38 0% /tmp /dev/hd1 8192 7840 4% 17 1% /home /dev/lv00 4792320 4602128 4% 16 1% /VG00 (OPEN-3) /dev/lv01 4792320 4602128 4% 16 1% /VG01 (OPEN-3) /dev/lv02 14401536 13949392 4% 16 1% /VG02 (OPEN-9) 4. Verify that the file system is usable by performing some basic operations (for example, file creation, copying, and deletion) on each logical device. Example # cd /hp00 # cp /smit.log /hp00/smit.log.back1 # ls -l hp00 -rw-rw-rw- 1 root system 375982 Nov 30 17:25 smit.log.back1 # cp smit.log.back1 smit.log.back2 # ls -l -rw-rw-rw- 1 root system 375982 Nov 30 17:25 smit.log.back1 -rw-rw-rw- 1 root system 375982 Nov 30 17:28 smit.log.back2 # rm smit.log.back1 # rm smit.log.back2 XP Disk Array Configuration Guide for IBM AIX 25

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54

1.
Mount the file system. Enter:
mount mount_point_name
Example
# mount /vg01
2.
Repeat step 1 for each new file system.
3.
Use the
df
command to verify the size of the file systems. The capacity is listed in 512-byte
blocks. To list capacity in 1024-byte blocks, use the
df
k
command.
Example
# df
File system 512-blocks
free %Used Iused %Iused Mounted on
/dev/hd4
8192
3176
61%
652
31% /
/dev/hd2
1024000
551448
46%
6997
5% /usr
/dev/hd9var
8192
5512
32%
66
6% /var
/dev/hd3
24576
11608
52%
38
0% /tmp
/dev/hd1
8192
7840
4%
17
1% /home
/dev/lv00
4792320
4602128
4%
16
1% /VG00 (OPEN-3)
/dev/lv01
4792320
4602128
4%
16
1% /VG01 (OPEN-3)
/dev/lv02
14401536 13949392
4%
16
1% /VG02 (OPEN-9)
4.
Verify that the file system is usable by performing some basic operations (for example, file creation,
copying, and deletion) on each logical device.
Example
# cd /hp00
# cp /smit.log /hp00/smit.log.back1
# ls -l hp00
rw-rw-rw-
1
root
system
375982 Nov 30 17:25 smit.log.back1
# cp smit.log.back1 smit.log.back2
# ls -l
-rw-rw-rw-
1
root
system
375982 Nov 30 17:25 smit.log.back1
-rw-rw-rw-
1
root
system
375982 Nov 30 17:28 smit.log.back2
# rm smit.log.back1
# rm smit.log.back2
XP Disk Array Configuration Guide for IBM AIX
25