- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install device (pty) in HP11.2
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
02-03-2004 08:56 PM
02-03-2004 08:56 PM
I have a machine of following model/configuration.
ia64 hp server g4000
HP-UX mars B.11.20 U ia64 1865879866 unlimited-user license.
It is not allowing to open xterm. throwing error
"xterm: no available ptys"
I tried to install the device pty. It is not installing, even not giving error message. I went throuigh follwing steps. But that didn't help me.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system
added these lines in the file
npty 512
nstrtel 512
nstrpty 512
# mk_kernel -s system
# kmupdate
Rebooted the system
mars:/dev 11 ] insf -d pty -s 1024 -e -v
mars:/dev 12 ] insf -d ptm -s 1024 -e -v
insf: Installing special files for pseudo driver ptm
mars:/dev 13 ] insf -d telm -s 1024 -e -v
insf: Installing special files for pseudo driver telm
mars:/dev 14 ] insf -d tels -s 1024 -e -v
insf: Installing special files for pseudo driver tels
mars:/dev 15 ] insf -d pty -s 1024 -e -v
I am attching the kernel parameters.
Please let me know how can I install those devices.
Regards,
Sugata
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 09:31 PM
02-03-2004 09:31 PM
Solutionthere's a known SAM problem in 11.20... it likes to remove the pty[01] drivers from the kernel. Try to add them manually:
# kmsystem -c y pty0
# kmsystem -c y pty1
# mk_kernel
# kmupdate
# shutdown -r -y 0
BTW, I strongly recommend not to use 11.20 any longer. Go for 11.23 if possible.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 10:00 PM
02-03-2004 10:00 PM
Re: install device (pty) in HP11.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2004 10:01 PM
02-03-2004 10:01 PM
Re: install device (pty) in HP11.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2004 02:28 PM
02-04-2004 02:28 PM
Re: install device (pty) in HP11.2
Sugata