- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Newbie Question - MAKEDEV
Operating System - Tru64 Unix
1823289
Members
3014
Online
109650
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2009 11:43 PM
тАО07-01-2009 11:43 PM
Newbie Question - MAKEDEV
Hello Experts,
I am here to ask a newbie question. But i need to know this as I could not find its reference anywhere.
In order to create a device file in TRU64 older versions , they say use ,
cd /dev
./MAKEDEV rz# {Where # is (Bus X 8)+ Target}
So that it can then be accessed via device file.
So far so good. But I have came across of a command in the history where the old admin guy used following command during a disk replacement.
cd /dev/
./MAKEDEV rz20 rz20
Now the question is why 2 times?? I have no idea. And moreover I have been told that , when he used single rz20 , he was not able to add the device files.
Could someone point it out?? Any guesses?
Thanx,
admin
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2009 03:45 AM
тАО07-02-2009 03:45 AM
Re: Newbie Question - MAKEDEV
You shouldn't need to specify the disk twice. I have no idea what happened with the old admin. When you run MAKEDEV, it will show you which device files it's creating, for example:
# ./MAKEDEV rz20
MAKEDEV: special file(s) for rz20:
rz20a rrz20a rz20b rrz20b rz20c rrz20c rz20d rrz20d rz20e rrz20e rz20f rrz20f rz20g rrz20g rz20h rrz20h
As you can see, I only specified rz20 once, but it created all the device files for rz20.
Martin
# ./MAKEDEV rz20
MAKEDEV: special file(s) for rz20:
rz20a rrz20a rz20b rrz20b rz20c rrz20c rz20d rrz20d rz20e rrz20e rz20f rrz20f rz20g rrz20g rz20h rrz20h
As you can see, I only specified rz20 once, but it created all the device files for rz20.
Martin
I work for HPE
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2009 04:52 AM
тАО07-02-2009 04:52 AM
Re: Newbie Question - MAKEDEV
Hi admin,
As Martin says there is no need to specify the device twice.
If you do, the second rz20 will simply try to create the device files again, which will fail silently because they already exist.
You would usually specify two (or more) devices as arguments to MAKEDEV if you wanted to create more than one...For example:
./MAKDEV rz0 rz1 rz2
would create the files for those three disk devices.
If the command returns without showing the list of devices that it created, then they (probably) already exist.
Cheers,
Rob
As Martin says there is no need to specify the device twice.
If you do, the second rz20 will simply try to create the device files again, which will fail silently because they already exist.
You would usually specify two (or more) devices as arguments to MAKEDEV if you wanted to create more than one...For example:
./MAKDEV rz0 rz1 rz2
would create the files for those three disk devices.
If the command returns without showing the list of devices that it created, then they (probably) already exist.
Cheers,
Rob
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP