HP Surestore Disk Array 12h SGI IRIX Configuration Guide - Page 24

To create the device files:

Page 24 highlights

Used as WWN on IRIX NL 0214e4; 3;21:00:00:fa:ce:00:21:e1;20:00:00:fa:ce:00:21:e1; na FC4s: FCP [STOREX RS2999FCPH3 CD09] NL 0214e8; 3;21:00:00:fa:ce:04:83:c9;20:00:00:fa:ce:04:83:c9; na FC4s: FCP [STOREX RS2999FCPH3 NS09] NL 0214ef; 3;21:00:00:ad:bc:04:6f:70;20:00:00:ad:bc:04:6f:70; na FC4s: FCP [STOREX RS2999FCPH3 JB09] } To create the device files: 1. Go to the /dev directory by entering cd /dev 2. Create the device files by entering ./MAKEDEV dks The system creates device files for each disk device recognized. Example # cd /dev # ./MAKEDEV dks find dsk rdsk \( -name 'dks*d*s[0167]*' -o -name 'dks*d*s15*' \ -o -name 'dks*d*vol*' -o -name 'dks*d*vh*' \)-print|xargs rm -rf umask 077; \ B_DKS=128; C_DKS=128; \ B_RAD=176; C_RAD=176; \ export B_DKS C_DKS B_RAD C_RAD; \ for NAME in 'ls -1 MAKEDEV.d/DKS_* | grep -v '.[ON]$'';do \ $NAME ; \ done 3. To verify that the system has created the device files correctly, go to the /dev/dsk directory by entering cd /dev/dsk 4. List the device files by entering ls -l You may want to restrict the display to find only the new devices rather than all devices. For example, to list only the disk devices on controller number 4, enter ls -l dks4d* Example # cd /dev/dsk # ls -l dks4d* brw------- 1 root sys 128,1088 Apr brw------- 1 root sys 128,1089 Apr brw------- 1 root sys 128,1103 Apr brw------- 1 root sys 128,1095 Apr # 5. Go to the /dev/rdsk directory by entering 7 12:18 dks4d4s0 7 12:18 dks4d4s1 7 12:18 dks4d4s15 7 12:18 dks4d4s7 cd /dev/rdsk 6. List the device files by entering ls -l 24 hp surestore disk array xp operating system configuration guide: SGI IRIX

  • 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
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80

24
hp surestore disk array xp operating system configuration guide: SGI IRIX
NL 0214e4; 3;21:00:00:fa:ce:00:21:e1;20:00:00:fa:ce:00:21:e1; na
FC4s: FCP [STOREX
RS2999FCPH3
CD09]
NL 0214e8; 3;21:00:00:fa:ce:04:83:c9;20:00:00:fa:ce:04:83:c9; na
FC4s: FCP [STOREX
RS2999FCPH3
NS09]
Used as WWN on IRIX
NL 0214ef; 3;
21:00:00:ad:bc:04:6f:70;
20:00:00:ad:bc:04:6f:70; na
FC4s: FCP [STOREX
RS2999FCPH3
JB09]
}
To create the device files:
1.
Go to the
/dev
directory by entering
cd /dev
2.
Create the device files by entering
./MAKEDEV dks
The system creates device files for each disk device recognized.
Example
#
cd /dev
#
./MAKEDEV dks
find dsk rdsk \( -name 'dks*d*s[0167]*' -o -name 'dks*d*s15*' \
-o -name 'dks*d*vol*' -o -name 'dks*d*vh*' \)-print|xargs rm -rf
umask 077; \
B_DKS=128; C_DKS=128; \
B_RAD=176; C_RAD=176; \
export B_DKS C_DKS B_RAD C_RAD; \
for NAME in 'ls -1 MAKEDEV.d/DKS_* | grep -v '.[ON]$'';do \
$NAME ; \
done
3.
To verify that the system has created the device files correctly, go to the
/dev/dsk
directory by entering
cd /dev/dsk
4.
List the device files by entering
ls –l
You may want to restrict the display to find only the new devices rather than all
devices. For example, to list only the disk devices on controller number 4, enter
ls –l dks4d*
Example
#
cd /dev/dsk
#
ls -l dks4d*
brw-------
1 root
sys
128,1088 Apr
7 12:18 dks4d4s0
brw-------
1 root
sys
128,1089 Apr
7 12:18 dks4d4s1
brw-------
1 root
sys
128,1103 Apr
7 12:18 dks4d4s15
brw-------
1 root
sys
128,1095 Apr
7 12:18 dks4d4s7
#
5.
Go to the
/dev/rdsk
directory by entering
cd /dev/rdsk
6.
List the device files by entering
ls –l