Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Disksuite device special names?
Name: denisg Date: January 21, 2004 at 06:19:58 Pacific OS: Solaris 8 CPU/Ram: UltraSparcIII/16GB
Comment:
Hi all, My question is on Disksuite 4.2.1/Solaris 8.
The Disksuite installation creates a number of links under /dev/dsk/md and /dev/rdsk/md that all point to device special files. Is it possible to change the names on these links without creating masses of additional work and chaos? My company wants to use 3-character names for these devices and the default setup starts with 2-character names (d1, d2, d3) and so on. They want names like e.g. D442 which would mean disk4 slice4 <some number>. <some number> is simply one of a series of consecutive numbers that are assigned by the application admins for their own reasons.
Name: sch Date: January 22, 2004 at 21:16:51 Pacific
Reply:
Yes. You have to modify the contents of
/kernel/drv/md.conf
to change the line
name="md" parent="pseudo" nmd=128 md_nsets=4;
such that the nmd ("number of metadevices") parameter is large enough to accommodate the device numbers you wish to use. (The maximum value is 8192.) You can then reconfigure boot ("reboot -- -r") and the appropriate links will be created. If you search on docs.sun.com for md.conf, you can get additional guidance.
Cheers Stephen
0
Response Number 2
Name: denisg Date: January 23, 2004 at 01:46:59 Pacific
Reply:
Hi Stephan,
Thanks a lot much for that tip, much appreciated.
cheers, Denis
0
Response Number 3
Name: boarddude Date: January 29, 2004 at 02:42:30 Pacific
Reply:
This option might give performande problems... when doing maintenance on Disksuite enviroment
Summary: I tried flarcreate to tape and restored to a different disk using the Solaris DVD and the tape. The resulting disk would not boot. I suspect it is because the links in /dev/dsk and /dev/rdsk point to...
Summary: Are you using a NIC card? what card you are using! i m sorry to say but your system can not find any NIC. The interface is loopback and can not send your packets out side of your computer. you don;t n...