HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- had anyone ever heard of a chdev command
Operating System - HP-UX
1825593
Members
3241
Online
109682
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
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
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
06-26-2006 09:41 AM
06-26-2006 09:41 AM
had anyone ever heard of a chdev command
Hi,
We have a consultant here trying to to set up RAC on Oracle. He was asking me what the equivelant for AIX command of
chdev -l hdisk1 -a reserve_lock=no
would be in HP UX 11.23?
Does anyone know if there is one? and what tha would be?
Thanks
John
We have a consultant here trying to to set up RAC on Oracle. He was asking me what the equivelant for AIX command of
chdev -l hdisk1 -a reserve_lock=no
would be in HP UX 11.23?
Does anyone know if there is one? and what tha would be?
Thanks
John
Hustle Makes things happen
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 09:54 AM
06-26-2006 09:54 AM
Re: had anyone ever heard of a chdev command
There is no direct equivalent. Chdev is a utility for directly altering the characteristers of a device (e.g. changing the block size of a tape device). Typically HP-UX uses the insf command to build devices with special characteristers -- especially those with more settings that can be handled by the available bits in the minor device number. If you must do something like this then the typical approach is to write a small C program making use of the ioctl() system call.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 11:18 AM
06-26-2006 11:18 AM
Re: had anyone ever heard of a chdev command
hi john,
for the AIX command:
--------------------------
chdev â l pty0 â anum=256 â P
reboot
--------------------------
HPUX equalent is:
insf â d ptys â n #
insf â d ptym â n #
insf â d pts â s # â e â v
--------------------------
find a attached pdf file for reference...its a nice pdf...
for the AIX command:
--------------------------
chdev â l pty0 â anum=256 â P
reboot
--------------------------
HPUX equalent is:
insf â d ptys â n #
insf â d ptym â n #
insf â d pts â s # â e â v
--------------------------
find a attached pdf file for reference...its a nice pdf...
Be Tomorrow, Today.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 11:29 AM
06-26-2006 11:29 AM
Re: had anyone ever heard of a chdev command
also, this refer this links:
http://www.bhami.com/rosetta.html
http://www.unixguide.net
http://www.bhami.com/rosetta.html
http://www.unixguide.net
Be Tomorrow, Today.
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP